@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding: 0px;
	font-size:12px;
	color:#333333;
	/* font-family: "ＭＳ Ｐゴシック", "Osaka", "Arial"; */
	text-align: center;
	line-height:150%;
	background-color:#000000;
}

/* 全体囲み（中央寄せ用） */
#wrap {
	width: 600px;
	margin: 60px auto 0 auto;
	text-align: left;
}

#leftbox {
	width: 120px;
	float:left;
}

#rightbox {
	width: 470px;
	float:right;
}

#minibox{
}

.newsbox{
	padding-bottom:20px;
	margin:0px 0px 20px 0px;
	color:#ccc;
	border-bottom: 1px dashed #333;
}

.title{
	color:#ff0000;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
}

.img_news{
	padding:8px;
}

.linksbox{
	padding-bottom:20px;
	margin:0px 0px 20px 0px;
	color:#ccc;
	border-bottom: 1px dashed #333;
}

.links{
	padding:0px 0px 5px 0px;
}

/* ヘッダーメニュー */
h1 {
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: -9999px;
}

#menu li , #menu a {
	float: left;
	display: block;
	width: 120px;
	height: 30px;
}

#menu a {
	text-decoration: none;
	background: url(./img/menu.gif) no-repeat;
}

#menu01 a { background-position: 0px 0px; }
#menu02 a { background-position: 0px -30px; }
#menu03 a { background-position: 0px -60px; }
#menu04 a { background-position: 0px -90px; }
#menu05 a { background-position: 0px -120px; }
#menu06 a { background-position: 0px -150px; }

#menu01 a:hover { background-position: -120px 0px; }
#menu02 a:hover { background-position: -120px -30px; }
#menu03 a:hover { background-position: -120px -60px; }
#menu04 a:hover { background-position: -120px -90px; }
#menu05 a:hover { background-position: -120px -120px; }
#menu06 a:hover { background-position: -120px -150px; }


h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#footer {
	clear: both;
	padding-top: 4px;
	padding-bottom: 15px;
	text-align:right;
	color:#999;
}


h3 {
	font-size: 20px;
	color: #f00;
	margin: 10px 0px 20px 0px;
	padding: 2px 0px 10px 0px;
	border-bottom: 1px dashed #333;
}

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #3399cc;
	text-decoration: none;
}

