@charset "iso-2022-jp";
body{
	text-align: center;
	background-image: url("img/content_back.png");
	background-repeat: repeat-y;
}
.contents{
	width:750px;
	margin:auto;
}

/***** $B%X%C%@!<(J *****/
.header{
	width:750px;
	margin:auto;
}

/***** $B%a%K%e!<(J *****/
.menu{
	width:750px;
	margin:auto;
}
.menu ul{
	width:750px;
	height: 32px;
	font-size: 80%;
	margin: 2px 0 10px 0;
	padding: 0;
	background-color: #FFFFFF;
}
.menu li{
	list-style-type: none;
	float:left;
}
.menu li a{
	display:block;
	width: 124px;
	height: 32px;
	line-height:29px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url("img/menu_back.gif");
	border-right: solid 1px #FFFFFF;
}
.menu li a:hover{
	color: #000000;
	background-color: #FFFFFF;
	background-position: left bottom;
}

/***** $B%a%$%s2hLL(J *****/
.main{
	float:left;
	width:530px;
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	color:#333333;
}
.main h2 {
	font-size: 95%;
	line-height: 27px;
	padding-left: 20px;
	margin-top: 10px;
	background-color:#FFFFFF;
	background-image: url("img/h2bar_under.gif");
	background-repeat: no-repeat;
}
.main h3{
	font-size:90%;
	color:#DF0451;
	padding-left:15px;
	margin: 10px 0px 5px 10px;
	background-image:url("img/vred12d_3.gif");
	background-repeat:no-repeat;
}
.main h4{
	font-size:100%;
	color: #999933;
	padding-left: 18px;
	margin:10px 0px 0px 5px;
	background-image: url("img/arrow-right-bl2.gif");
	background-repeat: no-repeat;
}
.main .topic{
	font-size:80%;
	margin-left:5%;
	margin-right:5%;
}

/***** $B%5%$%I2hLL(J *****/
.side{
	width: 200px;
	float:right;
	padding-top:10px;
	text-align:left;
	color:#333333;
}
.side .whole{
	border-top:solid 1px #93A301;
	border-bottom:solid 1px #93A301;
	border-left:solid 1px #93A301;
	border-right:solid 1px #93A301;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}
.side .whole h3{
	font-size:90%;
	color:#DF0451;
	padding-left:18px;
	margin:10px 0px 10px 0px;
	background-image:url("img/vred12d_3.gif");
	background-repeat:no-repeat;
}
.side .whole .topic{
	font-size:83%;
	/*margin:10px 0px 0px 5px;*/
	margin:0px 0px 10px 5px;
}
.side .whole .topic2{
	font-size:90%;
}

/***** $B$=$NB>(J *****/
.clear{
	clear:both;
	width:750px;
	margin: auto;
}

a{
	text-decoration:none;
	color:#6666FF;
}
a:hover{
	position:relative;
	top:1px;
	left:1px;
	text-decoration:underline;
	color:#3333AA;
}
