@charset "shift_jis";
/* CSS Document */
body{
	background-color:#6CF;
}
.box1{
	width:770px;
	margin:auto;
	background-image:url(img/middle.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
.home{
	width:770px;
	margin:auto;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
}
.home a{
	text-decoration:none;
	color:#FFF;
}
.home a:hover{
	text-decoration:none;
	color:#6FF;
}
.home a:visited{
	text-decoration:none;
	color:#FFF;
}
.title{
	background-image:url(img/title.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 180px 200px 0px 170px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
}
.main{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
	padding: 0px 100px 0px 100px;
}
.maru{
	color:#063;
}
.bold{
	font-weight:bold;
	}
.text_right{
	text-align:right;
}
.line{
	border:#063 1px dotted;
}
.under_line{
	border-bottom:#063 1px dotted;
}
.up_line{
	border-top:#063 1px dotted;
}
.red{
	color:#F00;
}