@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 0.8em;
	color: #262626;
	text-align: center;
	padding-top: 30px;
	background-color: #ffffff;
}

a:link {
	text-decoration:underline;
	color:#669966;
}

a:visited {
	text-decoration: underline;
	color:#660000;
}

a:active {
	text-decoration: none;
	color:#660000;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #660000;
}

img {
	border: none;
}

#mainbox{
	border-width : 1px 1px 1px 1px;
	border-style: solid;
	border-color: #666666;
	width: 600px;
	background-color: #ffffff;
}

#line01{
	background-color : #636dab;
	color : #f5f0ef;
	width : 600px;
	height : 20px;
	margin : 0px;
	text-align : center;
}

#line02top{
	background-color : #efefef;
	width : 600px;
	height : 20px;
	margin : 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #977a71;
	border-style: solid;
}

#line02{
	background-color : #efefef;
	width : 596px;
	height : 20px;
	margin : 0px;
	padding : 2px;
}

.menu1{
	border-color : #efefef;
	background-color : #efefef;
	padding : 2px;
	width : 596px;
	font-weight: bold;
}

.line{
	text-align : center;
	padding : 2px;
	margin : 3px 0px 0px 0px;
	border-width : 0px 0px 1px 0px;
	border-style : dotted;
	border-color : #636dab;
	width : 200px;
	color : #636dab;
	font-weight : bold;
	letter-spacing : 2px;
}

#small{
	font-size: 0.8em;
}