@charset "shift_jis";
/* CSS Document */
.box1{
	width:770px;
	margin:auto;
	background-image:url(img/middle.gif);
	background-position:top;
	background-repeat:repeat-y;
}
.home{
	width:770px;
	margin:auto;
	text-align:right;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:18px;
	font-weight:bold;
	color:#F60;
}
.box2{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:16px;
	padding:20px 80px 0px 80px;
	line-height:16px;
	text-indent:16px;
}
.box3{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
	background-image:url(img/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:20px 80px 200px 80px;
	line-height:16px;
}
.home a{
	text-decoration:none;
	color:#F60;
}
.home a:hover{
	color:#F90;
}
.home a:active{
	color:#F60;
}
.sub_title{
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
}
.bold{
	font-weight:bold;
}
.line_bottom{
	border-bottom:#F60 1px soild;
}
.line_top{
	border-top:#F60 1px soild;
}
.line_left{
	border-left:#F60 1px soild;
}
.line_right{
	border-right:#F60 1px soild;
}