@charset "euc-jp";
/* CSS Document */
*{
 margin:0;
 padding:0;
 font-size: small;
 color:#333333;
 font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 }
 
* { 
scrollbar-base-color:#FFFFFF;
scrollbar-arrow-color: #FED9D9; 
}

body {
	margin: 0;
	text-align: center;
    background: url(../img/all_bg.gif) repeat-x top;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
	font-size: x-small;
}

form {
 margin:0px;
}
	


/*//////////////////////////////////////////////共通レイアウト//////////////////////////////////////*/
#pan_box{
	width:639px;
	background:url(../img/pan_bg.gif) no-repeat;
	height:21px;
	padding:10px 0 0 15px;
	font-size:10px;
	color:#999999;
}

#pan_box a{
   color:#999999;
   text-decoration:underline;
   font-size:10px;
}
#pan_box a:hover{
   color:#AF5A5C;
   text-decoration:underline;
   font-size:10px;
}



#main_box{
	width:836px;
	margin:0 auto;
	padding:0;
	background:url(../img/cont_bg.gif) right repeat-y;
}
#main_box h2{
    width:836px;
	margin:0 auto;
	padding:0;
	text-indent:-5000px;
}
#head_box{
	width:auto;
	margin:0;
	padding:0px;
	height:76px;
	background:url(../img/head_bg.gif) no-repeat;
	text-align:left;
	position: relative;
}
#title_box{
    width:180px;
	height:66px;
}


#title_box a{
    width:180px;
	height:66px;
    background:url(../img/logo.gif) no-repeat;
	text-indent:-5000px;
	display:block;
}


#topic_box{
    width:645px;
	height:23px;
	position:absolute;
	bottom:11px;
	right:5px;
}


#main_cont{
	width:654px;
	float: right;
	text-align: left;
}


#menu_box{
	width:178px;
	float: left;
}

#footer{
    width:836px;
	height:60px;
	background:url(../img/footer_bg.gif) no-repeat right;
	margin:0;
	padding:0;
	position:relative;
	
}


#return {
	width:109px;
	height:22px;
	position:absolute;
	right:5px;
}
#return a{
	width:109px;
	height:22px;
	padding:0px;
	display:block;
	text-decoration:none;
	margin:0 auto;
	}
		
#return ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	}
		
#return li{
	display: inline;
}


		
#ret a{
	text-indent:-5000px;
	background:url(../img/return.gif) -0px 0px no-repeat;
	}
#ret a:hover{
	text-indent:-5000px;
	background:url(../img/return.gif) -0px -22px no-repeat;
	}






/*///////////////////////////////フォーム共通レイアウト///////////////*/


#privacy_box{
    width:;
	padding:8px;
	border:#CCCCCC solid 1px;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#thank_box{
    width:580px;
	margin:10px auto 0 auto;
	border:#CCCCCC solid 1px;
	padding:20px 5px;
	line-height:1.5em;
	text-align:center;
}
