/* base.css */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.divider{
	clear:both;
}
hr.divider {
	display: none;
}
a:link{
	color:#EEEEEE;
}
a:visited{
	color: #EEEEEE;
}
a:hover{
	color:#CC3300;
}
a:active{
	color:#CC3300;
}
p{
	line-height: 140%;
}
/* layout */
div#page {
	width: 700px;
	text-align: center;
	margin: 0 auto;
}
div#footer{
	margin: 32px 0 16px 0;
	text-align: center;
}
div#head{
	text-align: center;
}
div#index {
	text-align: center;
	margin-bottom: 24px;
}
div#head_wrap{
	width: 700px;
}
div#head_left{
	width: 230px;
	float:left;
	text-align: left;
	margin-bottom: 6px;
}
div#head_right{
	width: 400px;
	float:right;
	text-align: right;
	margin-bottom: 6px;
}
div#navi{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align:left;
}
div#cont_wrap{
	width: 700px;
	text-align:left;
	margin: 0 0 36px 0;
}
div#cont_left{
	width: 240px;
	float:left;
	text-align: left;
	margin-bottom: 6px;
}
div#cont_right{
	width: 440px;
	float:left;
	margin: 0 0 6px 20px;
}
/* parts */
div#head_wrap img{
	margin: 0 4px;
}
div#cont_wrap p{
	line-height:140%;
	margin-left: 12px;
}
div#cont_wrap H2{
	font-size: 14px;
	margin-top: 0px;
}
div#cont_wrap form{
	margin: 2em 0 1em 12px;
}
div#cont_wrap ul{
	margin-left: 12px;
	padding: 0;
	list-style-type: none;
}
div#cont_wrap li{
	line-height:140%;
	margin-left: 0px;
}
/* menus */
div#navi ul{
	margin: 6px 0 36px 4px;
	padding: 0;
	list-style-type: none;
}
div#navi li{
	margin: 0 24px 0 0;
	padding: 0;
	display: inline;
}