@charset "shift_jis";
/* CSS Document */
html
{
	height:100%;
}

body
{
	font-size: 80% ;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family:Arial Unicode MS s'ヒラギノ丸ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	margin: 0; 
	text-align: center; 
	background:url(../../img/basic/bg.jpg) repeat-x;
	color:#333333;
	height:100%;
	line-height:normal;
		
}



p, li, dt, dd{
	font-size:100%;
}

strong{
	font-weight:bold;
}

a:link{
	color:#36c;
	text-decoration:underline;
}
a:visited{
	color:#36c;
	text-decoration:underline;
}
a:hover{
	color:#36c;
	text-decoration:none;
}
a:active{
	color:#36c;
	text-decoration:none;
}

img{
	margin:0;
	line-height:1;
}

br .clear, div .clear{
	clear:both;
	font-size:1%;
	line-height:1%;
}



/* ------------ container ------------ */

/* for firefox */
body > #container{
	height:auto;
}


 #container {
	
	
	width: 802px;
	background-color:#FFFFFF;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	height:100%;
	min-height:100%;
	margin:0 auto;
}

/* ------------ heder ------------ */
#heder
{
	width: 802px;	
	margin:0 auto;
}

#heder .headtext
{
	text-align:left;
	font-size: 80%;
	margin-bottom:5px;
	/*display:none;*/
}


/* ------------ footer ------------ */

 #footer 
 	{	
		margin:0 auto;	
		width:802px;
		
	}

/* ------------ contents ------------ */

#contents {
	background:#FFFFFF  repeat-x;
	left: 0px;
	margin: 0 auto;
	width: 802px;
	
}

.titlebar 
	{
	text-align: center;
	
	width: 100%;
	
	
	}
	.subtitlebar 
	{

	background: #CCC;

	border: 1px solid #CCC;
	width:100%;
	}
.MainModule
{
	border:1px solid #CCC;
	width:98%;
	margin:5px 0;
}
.tblboder
	{
	border:1px solid #ccc;
	width:100%
	}	
.subtitlebar 
	{

	background: #CCC;
	border: 1px solid #CCC;
	width:100%;
	}

.Policy
{
	text-align:left;
}	
