@charset "utf-8";

/* 汎用定義
-------------------------------------------- */

.fleft  { float: left;  }
.fright { float: right; }
.clear  { clear: both;  }

.tleft  { text-align: left;  }
.tright { text-align: right; }

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.bold { font-weight: bold; }

.red     { color: #ff3300; }
.blue     { color: #0033ff; }

.ver-top { vertical-align: top; }
.ver-btm { vertical-align: bottom; }

.none { display: none; }

/*  サイト全体
-------------------------------------------- */
*{
		margin: 0;
		padding: 0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.4;
	background-color: #050B16;
}
/* IE 6 */
* html body{
		text-align: center;
}

	

div#box1 {
	width: 856px;
	margin: 0px auto;
}



/* IE 6 */
* html div#box1 {
		text-align: left;
}


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

ul  { list-style-type: none; }

table { border-collapse: collapse; }

br.last { clear: both; }

/* IE6 */
* html br.last { clear: none; }



/* リンク指定
----------------------------------- */
a { text-decoration: none; }
a:hover { text-decoration: underline; }



/* ヘッダー 
-------------------------------------------- */
h1 {
	padding: 3px 0px 0px 20px;
	font-size: 12px;
	font-weight: normal;
	width: 856px;
	color: #ffffff;
	margin: 5px auto;
}

div#header {
	width: 856px;
	height: 75px;
	margin: 0px auto;
}

div#header div#header_left {
	float: left;
	margin: 20px 0px 0px 5px;
	width: 445px;
}

div#header div#header_right {
	float: right;
	margin: 0px 5px 0px 0px;
	width: 216px;
}


/* コンテンツ
-------------------------------------------- */
div#contents {
	height: 3px;
	margin: 15px 5px 0px 0px;
}

div#contents_c {
	margin: 15px 5px 0px 0px;
}

div#contents_t {
	margin: 15px 5px 0px 0px;
}

/* グローバルナビ
-------------------------------------------- */

div#header-bg {
	margin:0 auto;
	background:url(../img/header_bg.gif) repeat-x 0px 5px;
	width:100%;
	}

div#navi {
	margin: 1px auto 0px;
	width: 858px;
	list-style: none;
}


div#navi ul {
	list-style: none;
	height: 42px;
	margin-left: 2px;

}

div#navi ul li a {float: left;}

/* IE6 */
* html div#navi ul li {float: left;}
/* IE7 */
*:first-child+html  div#navi ul li {float: left;}

div#navi ul li.navi1 a {
	background: url(../img/navi1_over.gif) no-repeat;
	width: 122px;
	margin-left: 0px;
}
div#navi ul li.navi2 a {
	background: url(../img/navi2_over.gif) no-repeat;
	width: 122px;
}
div#navi ul li.navi3 a {
	background: url(../img/navi3_over.gif) no-repeat;
	width: 122px;
}
div#navi ul li.navi4 a {
	background: url(../img/navi4_over.gif) no-repeat;
	width: 122px;
}
div#navi ul li.navi5 a {
	background: url(../img/navi5_over.gif) no-repeat;
	width: 122px;
}
div#navi ul li.navi6 a {
	background: url(../img/navi6_over.gif) no-repeat;
	width: 122px;
}
div#navi ul li.navi7 a {
	background: url(../img/navi7_over.gif) no-repeat;
	width: 122px;
}

div#navi ul li a:hover {
	background-color: #fff;
}

div#navi ul li a:hover img {
	visibility: hidden;
}

/* IE 6 */
* html div#navi ul li a {
		overflow: hidden;
		line-height: 59px;
}


/* メニュー
----------------------- */
div#contents_right {
	float: left;
	margin: 0px 0px 0px 15px;
	width: 231px;
	list-style: none;
}
/* IE6 */
* html div#contents_right {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 231px;
	list-style: none;
}

div#contents_right div#menu {
	width: 230px;
	height: 126px;
	margin: 20px auto 0px;
	border: 1px solid #999999;
}

div#contents_right ul.menu {
	margin-left: 15px;
	padding-top: 7px;
}

div#contents_right ul.menu li {
	background: url(../img/mark.gif) no-repeat 0px 8px;
	padding-left: 20px;
	line-height: 220%;
}

div#contents_right div#bunner {
	margin-top: 10px;
	text-align: center;
}

div#contents_right div#bunner a img {
	margin-top: 10px;
}

div#contents_right a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}



/* メインコンテンツ
------------------------ */
div#contents_left {
	float: left;
	width: 606px;
	margin-left: 0px;
	margin-top: 0px;
}

/* IE6 */
* html div#contents_left {
	float: left;
	width: 560px;
	margin-left: 10px;
	margin-top: 10px;
}

div#contents_left a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

img.img_header {
	
}

img.top_title {
	margin: 0px 0px 0px 0px;
}

img.title {
	margin-top: 40px;
	margin-left: 0px;
}

img.midashi {
	margin-top: 30px;
	margin-left: 10px;
}

img.board {
	margin: 40px 0px 0px 0px;
}

span.marker_y {
	background-color: #ffea93;
}

p.top {
	width: 200px;
	margin: 20px 0px 0px 400px;
}


/* フッター
---------------------------------- */
div#footer {
		margin: 0px auto 10px;
		text-align: center;
		width: 856px;
}

div#footer div#f1 {
	padding: 20px 0px 10px 0px;
}

div#footer #footer-navi {
	text-align: center;
	width:856px;
	margin: 5px auto 10px;
}

div#footer #footer-navi p {
	
}

div#footer div#f2 {
	margin: 10px 0px 0px 0px;
}

p.copyright {
	color: #ffffff;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
}

a:link    { color: #ffffff; text-decoration: underline; }
a:visited { color: #ffffff; text-decoration: underline; }
a:hover   { color: #ffffff; text-decoration: none; }


