/* 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:#FFFFFF;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
}
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;
}
h1{
	text-align:left;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	padding:6px 10px 0 10px;;
}
a:link , a:visited{
	color:#0075b9;
	text-decoration:underline;
}
a:hover , a:active{
	color:#0075b9;
	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 */
#wrapper{
	background:url(../images/bg.gif) repeat-y;
	margin:0 auto;
	text-align:center;
	width:860px;
}
.title{
	background:url(../images/h1_bg.gif) no-repeat;
	height:27px;
	width:840px;
	margin:0 auto;
}
#container{
	width:840px;
	margin:0 auto;
	text-align:center;
}
#hdr{
	background:url(../images/hdr_img.jpg) no-repeat;
	display:block;
	width:840px;
	height:273px;
}
#hdr h2{
	text-indent:-9999px;
	overflow:hidden;
}
#hdr h2 a{
	height:273px;
	width:840px;
	display:block;
}
#container_naka{
	width:800px;
	margin:0 20px;
	text-align:left;
}
.h3_bg{
	background: url(../images/h3_bg.gif) repeat-x #f6b3b3;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#container_naka h3{
	padding:5px 10px 5px 10px;
}
.info_left{
	width:256px;
	float:left;
	margin-right:16px;
}
.info_right{
	width:256px;
	float:right;
}
.shousai_left{ width:139px; float:left;}
.shousai_right{ width:107px; float:right;}
.shousai_right dt{font-weight:bold;}
.shousai_right dd{}



/* ftr */
#pageup{
	width:770px;
	margin:40px 30px 0 30px;
	text-align:right;
	font-size:0.8em;
}
#ftr{
	background-color:#eb5758;
	padding:20px 0 20px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:10px;
}
#ftr a{color:#FFFFFF;}