@charset "utf-8";
/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 93%
13px : 100%
14px : 108%
15px : 116%
16px : 123.1%
17px : 131%
18px : 138.5%
19px : 146.5%
20px : 153.9%
21px : 161.6%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/

/*================================================================================
html
================================================================================*/
* {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	
	/*line-height:1.0;*/
}

html {
	background-color: transparent;
	background-image: none;
}

body {
	background: #000;
	color: #FFF;
}

h1 {
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: 0;
}



h2 {
	font-size: 138.5%;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 0.5em;
	line-height: 120%;
}

h4 {
	font-size: 123.1%;
	font-weight: bold;
	line-height: 130%;
	margin: 0 0 0.5em;
}

h5 {
	font-size: 116%;
	font-weight: bold;
	margin: 0 0 0.5em;
	line-height: 130%;
}

h6 {
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 0.5em;
	line-height: 130%;
}

p {
	line-height: 150%;
	font-size: 108%;
	/*font-size: 93%;*/
	margin: 0 0 1em;
}

ol,ul,li{
	list-style: none;
	line-height: normal;
	
}

a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

address {
	font-style:normal;
}

hr {
	display: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {

}

th, td {
	text-align: left;
	vertical-align: top;
	line-height: normal;
}

dl {
	/*clear: both;*/
}


input {
	line-height: 120%;
}




/*================================================================================
layout
================================================================================*/

#container {
	width: 100%;
	background: url(../img/back_menu.jpg) repeat-x left 450px;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 100px;
}

#mainarea {
	overflow: hidden;
	width: 900px;
	margin: 0 auto 2em;
}

#main {
	width: 590px;
	float: right;
}

#subarea {
	width: 300px;
	float: left;
}

#footer {
	clear: both;
	width: 880px;
	padding: 10px;
	position: relative;
	margin: 0 auto;
}

/*================================================================================
header
================================================================================*/

#header .logo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 140px;
	height:43px;
}

#header ul {
	position: absolute;
	top: 60px;
	left: 150px;
	border-left: 1px solid #FFF;
	font-size: 85%;
}

#header ul li {
	float: left;
	border-right: 1px solid #FFF;
	padding: 0 5px;
}

#header a {
	color: #FFF;
}

/*================================================================================
mainarea
================================================================================*/

#mainmenu {
	height: 40px;
	width: 895px;
	margin: 5px 0 20px 2px;
	border-left: 1px solid #333;
	border-right: 1px solid #000;
}

#mainmenu li {
	width:178px;
	height: 40px;
	float: left;
	border-right: 1px solid #333;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
}

#mainmenu li a {
	display: block;
	height: 30px;
	padding: 10px 0 0;
	border-left: 1px solid #000;
	text-decoration: none;
	color: #FFF;
}

#mainmenu li a:hover {
	display: block;
	height: 27px;
	padding: 10px 0 0;
	border-left: 1px solid #000;
	border-bottom: 3px solid #F60;
}


/*================================================================================
main
================================================================================*/

#description {
	margin: 0 0 2em;
	zoom: 1;
}

#description h2 {
	color: #036;
}

#description p {
	font-size: 108%;
	margin: 0;
}

.entry {
	margin: 0 0 2em;
	overflow: hidden;
	zoom: 1;
}

.entry h3 {
	color: #C00;
}

.entry ul {
	margin: 0 0 1em;
}

.entry ul li {
	background: url(../img/bullet_red_small.gif) no-repeat left 7px;
	padding: 0 0 0 8px;
	margin: 0 0 0.2em;
}

/*================================================================================
subarea
================================================================================*/

#subarea .banner {
	margin: 0 0 1em;
}

#subarea .banner li {
	margin: 0 0 10px;
}

/*================================================================================
footer
================================================================================*/
#footer h3 {
	font-size: 93%;
	margin: 0 0 0.2em;
}

#footer p {
	font-size: 93%;
	margin: 0;
	text-align: center;
}

#footer a {
	color: #FFF;
}

#footer .navi {
	text-align: left;
	font-size: 85%;
	position: absolute;
	line-height: 100%;
	top: -25px;
	right: 0;
	/*background:#036;*/
	/*角丸の設定する場合*/
	border: 0;
	
	/* CSS3*/
	/*border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
	
	/* Safari,Chrome*/
	/*-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;*/
	
	
	/* Firefox*/
	/*-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;*/
}

#footer .navi a {
	display: block;
	padding: 8px 15px 10px 0;
	background: url(../img/bullet_top.png) no-repeat right center;
}


/*================================================================================
home
================================================================================*/

#home #headerimg {
	width: 900px;
	height: 350px;
}

#home #main #point {
	
}

#home #main #point ul {
	margin: 0 0 0 -10px;
}

#home #main #point ul li {
	padding: 0 0 0 10px;
	float: left;
	background: none;
}

#home .newsbox {
	margin: 0 0 2em;
	zoom: 1;
	background: #FFF;
	color: #666;
	border: 1px dotted #CCC;
	padding: 0 0 10px;
}

#home .newsbox a {
	color:#666;
}

#home .newsbox h3 span {
	font-size: 85%;
	margin: 0 0 0 1em;
	color: #FFF;
	font-weight: normal;
}

#home .newsbox dl {
	overflow: hidden;
	zoom: 1;
	font-size: 93%;
	padding: 10px 10px 0;
}

#home .newsbox dt {
	float: left;
	width: 8em;
	font-weight: bold;
	padding: 5px 0 0;
	border-top: 1px dotted #CCC;
	line-height: 140%;
}

#home .newsbox dd {
	margin: 0 0 0 8em;
	padding: 5px 0 0;
	border-top: 1px dotted #CCC;
	line-height: 140%;
}

#home #eventnews h3 {
	background:#0C0;
	color: #000;
	padding: 10px;
	font-size: 93%;
}

#home #news h3 {
	background: #F09;
	color: #000;
	padding: 10px;
	font-size: 93%;
}

#home #news dl {
	padding: 0 10px;
}


#home #news dt {
	font-size: 77%;
	clear: both;
	border: none;
	padding: 0;
	margin: 0 0 0.5em;
}
#home #news dd {
	clear: both;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #CCC;
	border-top: none;
}