@charset "shift_jis";
/* CSS Document */
body{
 background-color:#678689;
}
.box1{
	width:770px;
	margin:auto;
	background-color:#CCCC99;
	background-image:url(img/back.gif);
	background-repeat:repeat-y;
}
.home{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	margin:auto;
	width:770px;
	padding-top:30px;
}
.home a{
	color:#CC0;
	text-decoration:none;
}
.home a:hover{
	color:#C90;
	text-decoration:none;
}
.home a:actived{
	color:#330;
	text-decoration:none;
}
a{
	color:#330;
}
a:hover{
	color:#C90;
}
a:actived{
	color:#330;
}
.base{
	padding: 75px 150px 0px 150px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
	line-height:16px;
	background-image:url(img/middle.gif);
	background-repeat:no-repeat;
}
.poster{
	margin:5px;
	background-color:#CCC;
	padding:5px;
}
.pro{
	margin:10px 0px 20px 0px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
	line-height:16px;
}
.line{
	border-bottom:#660 3px dashed;
}
.font-color{
	color:#33F;
}
.bold{
	font-weight:bold;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.bottom{
	background-image:url(img/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 20px 150px 100px 150px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
}
.banner{
	position:absolute;
	z-index:1;
	margin:25px 0px 0px 655px;
}
.title{
	margin:auto;
	width:770px;
}
.midokoro{
	border:#660 1px solid;
}
.midokoro_title{
	background-color:#660;
	color:#FFF;
	font-weight:bold;
	padding:2px;
}
.midokoro_text{
	float:left;
	width:250px;
	padding-top:20px;
	padding-left:10px;
}
.midokoro_img{
	width:200px;
	float:left;
}