@charset "UTF-8";
body  {
	font: 75% Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
}

html,body {
    height:100%;
}

.container { 
	width: 900px;
	margin: 0 auto;
	height:inherit;
	display:table;
	text-align: left;
	background-image:url(../images/sideBack.png);
	background-repeat:repeat-y;
}

a:link{color:#435099; text-decoration: none;}
a:visited{color:#6976be; text-decoration: none;}
a:hover{color:#900;text-decoration:none;} 

.header { 
    width:900px;
	height:70px;
	display:block;
	margin: 0 auto;
	border-bottom:5px #000 solid;
} 


/*-------------------サイドメニュー部分------------------*/

.side {
	float: left;
	width: 168px;
	height:100%;
	padding-top:20px;
	padding-left:12px;
	text-align:left;
	background-color:#000;
	display:table;
}


/*-------------------コンテンツ部分------------------*/

.mainContent { 
	margin: 0 0 0 195px;
	padding: 0;
	height:100%;
	display:table;
} 

.text {
   width:690px;
   padding:5px;
   line-height:160%;
}

.text500 {
   width:500px;
   padding:5px;
   line-height:160%;
   margin:10px auto 0 auto;
   display:table;
}

.textRed {
   color:#900;
}

#cap {
   font-size:85%;
}

.pagetop {
   width:70px;
   height:16px;
   background-image:url(../images/pagetop.png);
   background-repeat:no-repeat;
   clear:both;
   float:right;
   margin-top:20px;
   margin-bottom:20px;
}

.listbox {
   width:690px;
   padding:5px;
   line-height:160%;
}

/*-------------------フッター部分------------------*/

/*.footer { 
    width:900px;
	margin:0 auto;
	display:block;
}*/

/*-------------------フロート------------------*/ 

.fltrt {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}