/* CSS common */
*{
	margin:0;
	padding:0;
}
body{
	font-family:"ms pgothic", arial, helvetica, hirakakupro-w3, Osaka, sans-serif;
	color:#333333;
	text-align:center;
	background:url(../images/bg.jpg) repeat #fcf8e5;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:20px;
}
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;
}
.mt9{
	margin-top:9px;
}
.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.gif) no-repeat;
	width:770px;
	height:35px;
	text-indent:-9999px;
	margin-bottom:10px;
}
.container_naka h3{
	background:url(../images/h3.gif) no-repeat;
	height:30px;
	padding-left:35px;
	color:#ff1678;
}
.dot{
	background:url(../images/dot.gif) repeat-x;
	height:1px;
}
.left{
	width:235px;
	float:left;
}
.right{
	width:535px;
	float:right;
	margin-top:10px;
}


/* 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;
}