@charset "UTF-8";

/*-----------------------------------------
共通指定
-----------------------------------------*/

*{
	margin:0;
	padding:0;
	outline:none;
	}

html {
	overflow-y:scroll;
	}

body{
	background-color:#F5F5F5;
	letter-spacing:normal;
	font-size:small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.7;
	}

* + html body {
	font-family: "メイリオ","Meiryo";
	}

body img{
	border:none;
	vertical-align:bottom;
	}
	
/*-----------------------------------------
marginの設定
-----------------------------------------*/




/*-----------------------------------------
リンクの指定

a:link {
	color:;
	}

a:visited {
	color:;
	}

a:hover {
	color:;
	}

a:active {
	color:;
	}
-----------------------------------------*/
	

/*-----------------------------------------
clearfixの指定
-----------------------------------------*/

#contents:after,#main:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

#contents,#main{
	display:inline-block;
	position:relative;
	}

/* Hides from IE-mac ¥*/
* html #contents,#main{
	height:1%;
	}

#contents,#main{
	display:block;
	}
/* End hide from IE-mac */


/*-----------------------------------------
枠
-----------------------------------------*/

#wrapper{
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
	background-color:#FFFFFF;
	}

/*-----------------------------------------
ヘッダー
-----------------------------------------*/

#header{
	width:800px;
	height:58px;
	}

/*-----------------------------------------
コンテンツ
-----------------------------------------*/

#contents{
	width:800px;
	height:auto;
	font-size:85%;
	background-color:#338ab3;
	}

/*-----------------------------------------
メイン
-----------------------------------------*/

#main{
	float:right;
	width:588px;
	height:auto;
	background-color:#FFFFFF;
	padding:25px 26px 0 26px;
	}
	
#main ul{
	list-style:none;
	}	


#contents_left{
	float:left;
	margin-right:15px;
	_margin-right:12px;
	margin-bottom:15px;
	}
	
#top{
	text-align:right;
	margin:15px 0 5px 0;
	font-size:14px;
	}		

#top a{
	color:#666666;
	text-decoration:none;
	}	

#memberbox{
	margin-top:20px;
	margin-bottom:35px;
	}		

#memberbox #click{
	display:block;
	}	
				

h2 img{
	vertical-align:top;
	}
					
/*-----------------------------------------
メニュー　新着情報
-----------------------------------------*/

#nav{
	float:left;
	width:160px;
	height:auto;
	}

#nav ul{
	list-style:none;
	}
	
#info{
	width:120px;
	height:112px;
	margin:100px 0 0 0;
	background:url(../images/bg_info.gif) no-repeat;
	padding:20px 20px 20px 20px;
	padding-top:30px;
	color:#FFFFFF;
	line-height:1.2;
	font-size:10px;
	}	
	
#info li{
	border-bottom:1px solid #FFFFFF;
	padding-bottom:5px;
	padding-top:5px;
	}	

#info li.none{
	border:none;
	}	
	
/*-----------------------------------------
フッター
-----------------------------------------*/

#footer{
	position:relative;
	width:800px;
	height:35px;
	background-color:#e6e6e6;
	color:#84878b;
	}

#linkarea{
	text-align:right;
	margin-right:10px;
	}	
	
#footer a{
	text-decoration:none;
	}	
	
#footer a:link {
	color:#84878b;
	}

#footer a:visited {
	color:#333333;
	}

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

#footer a:active {
	color:#999999;
	}
	
#footer ul{
	list-style:none;
	padding-top:5px;
	}	
	
#footer li{
	display:inline;
	padding-left:20px;
	font-size:10px;
	}	

address{
	font-style:normal;
	color:#84878b;
	font-size:10px;
	}	
	
#footer address{
	position:absolute;
	width:330px;
	font-size:10px;
	left: 8px;
	top: 7px;
	}	

/*-----------------------------------------
テーブル設定
-----------------------------------------*/

.design_table{
	clear:both;
	font-size:100%;
	width: 570px;
	margin:0 auto;
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:2px;
	}

.design_table th {
	font-style:normal;
	color:#333333;
	padding:4px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#E0DED4;
	font-weight:normal;
	}

.design_table td {
	padding:4px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	background-color:#F4F4F4;
	}

.design_table .tb_bottom{ 
	border-bottom:1px solid #F1F0EA;
	}

.5em{
	text-indent:-5em;
	padding-left:5em;
	}	
	
/*-----------------------------------------
印刷設定
-----------------------------------------*/

@media print{

body{
	width:auto;
	}

}
