@charset "utf-8";

html,body{
	margin:0;
	padding:0;
	height:100%;
	color:#333333;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	background:#FFFFFF url(../images/index_bg.jpg) no-repeat center top;
}

a:link, a:visited{
	color:#FF3333;
	text-decoration:none;
}

a:hover{
	color:#FF3399;
}

img{
	border-width:0px;
}

ul, ol, p, strong, em{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}

* html .pngtrans{
	behavior:expression(IEPNGFIX.fix(this));
}

#wrapper{
	margin:0 auto -120px;
	padding:0px;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#top_info{
	margin:0 auto;
	width:900px;
	height:20px;
	color:#333333;
	line-height:20px;
	overflow:hidden;
}

#top_info #description{
	margin:0;
	width:100%;
	height:20px;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
}

#top_info #description a,#top_info #description a:hover,#top_info #description dfn{
	color:#333333;
	font-style:normal;
	cursor:text;
}




#container{
	margin:10px auto 0;
	width:900px;
	position:relative;
	overflow:hidden;
}

#info_area{
	margin:0;
	width:100%;
	height:170px;
	text-align:left;
	text-indent:-9999em;
	overflow:hidden;
}

#info_area h1, #info_area h2, #info_area h3, #info_area p, #info_area strong, #info_area em{
	font-size:12px;
	text-indent:-9999em;
}

#logo{
	margin:0 auto;
	width:315px;
	height:160px;
	text-indent:-9999em;
	position:relative;
	background:url(../images/logo.png) no-repeat center top;
}

#logo a{
	margin:0;
	display:block;
	width:315px;
	height:127px;
}

#enter_area{
	margin:0 auto;
	width:200px;
	height:60px;
	color:#000000;
	background:url(../images/enter_btn.png) no-repeat center top;
}

#enter_area #enter_btn{
	margin:0 auto;
	position:relative;
	top:12px;
	left:-1px;
	width:172px;
	height:34px;
}

#enter_area #enter_btn a{
	display:block;
	width:172px;
	height:34px;
	color:#000000;
	cursor:pointer;
	background:url(../images/enter_btn_face.png) no-repeat -227px 0;
}

#enter_area #enter_btn #text_1{
	margin-top:8px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-indent:12px;
}

#enter_area #enter_btn #text_2{
	margin-top:8px;
	float:left;
	line-height:20px;
	text-indent:10px;
}

#enter_area #enter_btn:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}

#caution_area{
	margin:0 auto;
	width:355px;
	height:102px;
	background:url(../images/caution_line.gif) no-repeat center top;
}

#caution_area #caution{
	margin:0 auto;
	position:relative;
	top:20px;
	color:#666666;
	font-size:10px;
	line-height:19px;
}

#text_area{
	margin:20px auto 0;
	width:600px;
	height:155px;
	color:#333333;
	text-align:left;
	overflow:hidden;
	background:#FFFFFF url(../images/text_bg.gif) no-repeat left top;
}

#text_area h1, #text_area h2, #text_area h3, #text_area em, #text_area address{
	margin:0;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}

#text_area address{
	display:inline;
}

#text_area #information{
	margin:0;
	position:relative;
	top:20px;
	left:47px;
	width:506px;
	height:115px;
	line-height:14px;
}

#text_area #information p{
	margin:0;
	text-align:center;
	line-height:23px;
}

#link_area{
	margin:15px auto 0;
	width:700px;
	text-align:center;
	overflow:hidden;
}

#link_area #title{
	width:100%;
	height:20px;
	text-indent:-9999px;
	background:url(../images/link_bar.gif) no-repeat center top;
}

#link_area #iframe{
	margin:5px auto 0;
	width:700px;
	height:auto;
	min-height:200px;
}




#push{
	clear:both;
	height:120px;
}

#footer{
	clear:both;
	width:100%;
	height:120px;
	position:relative;
	line-height:20px;
	text-align:center;
	background:url(../images/footer_bg.jpg) repeat-x left bottom;
	overflow:hidden;
}

#footer #footer_menu{
	margin:0 auto;
	top:40px;
	width:100%;
	position:relative;
	white-space:nowrap;
}

#footer #footer_menu a{
	color:#666666;
	text-decoration:underline;
}

#footer #footer_menu a:hover{
	color:#333333;
	text-decoration:none;
}

#footer #copyright{
	clear:both;
	margin-top:60px;
	height:40px;
	color:#333333;
	overflow:hidden;
}

#footer #copyright a, #footer #copyright a:hover{
	color:#333333;
}

