@charset "utf-8";

/* CSS Document */



@charset "utf-8";

/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

}

img {

	vertical-align: top;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}



.cf:before,

.cf:after {

    content:"";

    display:table;

}

 

.cf:after {

    clear:both;

}





body {

	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-size: 12px;

	color: #fff;

	background: #000;

	line-height: 1.5;

}

#allwrap {

	width: 100%;

	min-width: 1000px;

	margin: 0 auto;

	background: url(../img/bg.jpg) center top no-repeat #000;

}



a {

	color: #fff;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}





header {

	background: url(../img/bg_head.png) center top no-repeat;

	height: 140px;

	position: relative;

	z-index: 1;

}



.wrap {

	width: 1000px;

	margin: 0 auto;

}



header .wrap {

	background: url(../img/bg_head.png) center top no-repeat;

}



#main_wrap {

	margin-top: -9px;

}



h1 {

	float: left;

}



header nav li {

	float: left;

}



#menu_top:hover { background: url(../img/menu/top_on.png); }

#menu_news:hover { background: url(../img/menu/news_on.png); }

#menu_box:hover { background: url(../img/menu/box_on.png); }

#menu_fukan:hover { background: url(../img/menu/fukan_on.png); }

#menu_mirai:hover { background: url(../img/menu/mirai_on.png); }

#menu_onair:hover { background: url(../img/menu/onair_on.png); }







footer {

	font-size: 10px;

	line-height: 1;

	padding: 54px 0 60px 32px;

	position: relative;

}

#f_link {

	margin: 13px 0 0;

}

#f_link span {

	margin: 0 12px;

	color: #3364fe;

}

#copy {

	margin: 18px 0 0;

}



#totop {

	position: absolute;

	top: 86px;

	right: 10px;

	cursor: pointer;

}