/* CSS common */
*{
	margin:0;
	padding:0;
}
body{
	font-family:"ms pgothic", arial, helvetica, hirakakupro-w3, Osaka, sans-serif;
	color:#333333;
	text-align:center;
	background-color:#bdb9c8;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
}
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
img{border:0;}
.clear{
	clear:both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	width: 1px;
	margin: 0px;
	padding: 0px;
}
#wrapper{
	width:830px;
	margin:0 auto;
	text-align:center;
}
h1{
	text-align:left;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	margin:10px;
}
a:link , a:visited{
	color:#579400;
	text-decoration:underline;
}
a:hover , a:active{
	color:#579400;
	text-decoration:none;
}
.red{color:#FF0000;}
.blue{color:#0000FF;}
.yellow{background:#FFFF00;	}
.pink{color:#ff317f;}
.nashi{text-decoration:line-through;}



.rt{
	text-align:right;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.lt{
	text-align:left;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.ct{
	text-align:center;
	margin:0 auto;
}
.mt8{
	margin-top:8px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}


/* container */
#container{
	width:830px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
}
.container_naka{
	width:770px;
	margin:0 30px;
	text-align:left;
}
.container_naka h2{
	background:url(../images/h2_bg.gif) no-repeat;
	padding-left:15px;
	color:#0074b6;
	font-size:14px;
	margin-bottom:10px;
}
.left{
	width:377px;
	float:left;
}
.right{
	width:377px;
	float:right;
}
.shousai{width:377px;background-color:#000000;}
.shousai_naka{width:357px; margin-left:10px;}
.shousai_hdr{ background:url(../images/shousai_hdr.gif) no-repeat; width:377px; height:10px; overflow:hidden;}
.shousai_ftr{ background:url(../images/shousai_ftr.gif) no-repeat; width:377px; height:10px; overflow:hidden;}
.shousai_left{ width:152px; float:left;}
.shousai_right{ width:190px; float:right; color:#FFFFFF;}
.shousai th{ text-align:left; width:85px;}
.shousai td{ width:105px;}



/* ftr */
#pageup{
	width:770px;
	margin:40px 30px 0 30px;
	text-align:right;
	font-size:0.8em;
}
#ftr{
	border-top:1px solid #ECE2C6;
	padding:20px 0 20px 0;
	text-align:center;
}