@charset "UTF-8";

/*グローバルリセット*/

* {
	color:#FFFFFF;
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:baseline;
}

body {
	font-family:HiraMaruPro-W4, HiraKakuPro-W3, Osaka, "MS UI Gothic", "MS UI Gothic", "MS PGothic", "ＭＳ Ｐゴシック", "Lucida Grande", Helvetica, Arial, Tahoma, sans-serif;
	text-align:left;
	background:#100C08;
	font-size: 12px;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

img{
border:0 none #FFFFFF;
vertical-align:top;
}

ul, ol, dl, menu, dir, li, dt, dd {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color: #FFFFFF;
}

table {
border-collapse:collapse;
border-spacing:0;
}

th {
font-weight:normal;
}

th, td {
vertical-align:top;
}


/*グローバルリセット終了*/
#wrapper {
	background-color: #100c08;
	float: left;
	width: 900px;
}
#main {
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#main_right {
	float: left;
	width: 397px;
	height: 413px;
}

#main_left {
	float: left;
	width: 503px;
	height: 413px;
	}
	
#menu_right {
	float: left;
	width: 157px;
}

#menu_left {
	float: left;
	width: 240px;
}

#news {
	background-color: #100c08;
	clear: both;
	float: left;
	width: 800px;
	padding: 0px;
	margin-left: 50px;
	margin-top: 30px;
}
#footer {
	background-color: #FF0000;
	clear: both;
	float: left;
	width: 900px;
	margin-top: 50px;
}

address {
	background-color: #100C08;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #666666;
	height: 50px;
}

#news_left img {
	float: left;
	width: 94px;
}
#news_right {
	float: left;
	width: 676px;
	margin-left: 30px;
}


a { color: #dbcfa9; text-decoration: underline; }
a:link		{ color: #dbcfa9; text-decoration: none; }
a:visited	{ color: #dbcfa9; text-decoration: none; }
a:active	{ color: #dbcfa9; text-decoration: none; }
a:hover		{ color: #dbcfa9; text-decoration: underline; }.news_time {
	width: 96px;
	float: left;
}

