* {
	padding:		0px;
	margin:			0px;
}
br.clsbth {
	clear:			both;
	font-size:		1px;
}

body {
	background-image:	url(images/bg_200507.gif);
	background-repeat:	repeat-x;
}
label {
	display:		block;
	width:			150px;
	float:			left;
}
#mainContainer {
	width:			720px;
	margin-left:		auto;
	margin-right:		auto;
}


#mainHeader {
	width:			720px;
	height:			120px;
	background-image:	url(images/banner.gif);
	border-bottom:		solid 2px #cceeff;
}
#mainHeader h1 {
	display:		none;
}


#mainMenu {
	width:			720px;
	height:			16px;
	overflow:		hidden;
}
#mainMenu ul {
	display:		block;
	height:			16px;
}
#mainMenu ul li {
	list-style:		none;
	float:			left;
	text-align:		center;
}
#mainMenu ul li a {
	display:		block;
	padding-top:		2px;
	padding-bottom:		2px;
	padding-left:		10px;
	padding-right:		10px;
	font-size:		12px;
	margin-right:		5px;
	text-decoration:	none;
}
#mainMenu ul li a:link {
	color:			#0080ff;
	background-color:	#cceeff;
}
#mainMenu ul li a:visited {
	color:			#0080ff;
	background-color:	#cceeff;
}
#mainMenu ul li a:hover {
	color:			#0000cc;
	background-color:	#ffffff;
}
#mainMenu ul li span {
	display:		block;
	padding-top:		2px;
	padding-bottom:		2px;
	padding-left:		10px;
	padding-right:		10px;
	font-size:		12px;
	margin-right:		5px;
	color:			#ff6600;
	background-color:	#ffeeee;
}


#mainContents {
	width:			720px;
	padding-top:		20px;
}
#otherContents {
	width:			720px;
	padding-top:		20px;
}
#mainContents #contents {
	width:			440px;
	float:			left;
	padding:		15px;
	font-size:		10pt;
	line-height:		130%;
	font-family:		"MS PGOTHIC","OSAKA";
	background-color:	#ffffff;
	color:			#444444;
}
#contents h2 {
	color:			#333399;
	width:			430px;
	height:			20px;
	padding:		5px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:		center;
	font-weight:		normal;
}
#contents h3 {
	color:			#3399FF;
	margin-left:	auto;
	margin-right:	auto;
	font-size:		10.5pt;
	font-weight:	bold;
}
#contents ul {
	margin-top:		10px;
	margin-bottom:		10px;
	margin-left:		30px;
}
#contents p {
	margin-top:		5px;
}
#advertise {
	width:			230px;
	float:			left;
	font-size:		10pt;
	text-align:		center;
	margin-top:		10px;
	margin-left:		10px;
}
#advertise img {
	border:			solid 0px #ffffff;
	margin-bottom:		5px;
}

#otherContents #contents {
	width:			600px;
	margin-left:		auto;
	margin-right:		auto;
	padding-top:		15px;
	padding-bottom:		15px;
	padding-left:		60px;
	padding-right:		60px;
	font-size:		10pt;
	line-height:		130%;
	font-family:		"MS PGOTHIC","OSAKA",sans-serif;
	background-color:	#ffffff;
	color:			#444444;
}

#mainFooter {
	width:			720px;
	padding:		10px;
	text-align:		center;
	font-family:		arial;
	font-size:		9pt;
	color:			#999999;
}
