@charset "UTF-8";

/* ----- Reset ----- */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
* { zoom: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
input { margin:0; padding:0; }
cite { font-style: normal; }
h1, h2, h3, h4, h5 { font-weight: bold; line-height: 1.2; }
h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
.hr { clear:both; font-size: 0.1em; line-height:0; }
.hr hr { display: none; }
.clearfix:after{ content:""; clear:both; display:block; height:0; }
.center { text-align:center; }
.right { text-align:right; }




/* ----- 基本設定 ----- */
body {
	color: #fff;
	font-size: 0.85em;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ＭＳ Ｐゴシック", sans-serif;
	text-shadow: 1px 1px 0 #000000;
	-moz-text-shadow: 1px 1px 0 #000000;
	-webkit-text-shadow: 1px 1px 0 #000000;
	background: #000 url(../img/home_bg.jpg) center top no-repeat;
}
a {
	color: #fc0;
}
a:hover {
	color: #c00;
}
/* table { table-layout: fixed; } */

#container {
	width: 1180px;
	height: 690px; 
	margin: 0 auto;
	position: relative;
	background: #000 url(../img/home_bg.jpg) center top no-repeat;
}
h1 {
	position: absolute;
	top: 56px;
	left: 0px;
}

#text1 {
	position: absolute;
	top: 21px;
	left: 560px;
}
#left_banner {
	position: absolute;
	top: 225px;
	left: 10px;
	line-height: 1.2;
}
#navigation {
	position: absolute;
	top: 370px;
	left: 10px;
	width: 350px;
	overflow: hidden;
	line-height: 1.2;
}
#navigation li {
	float: left;
	padding: 0 10px 0 0;
}
#player {
	position: absolute;
	top: 61px;
	left: 880px;
	width: 276px;
	height: 206px;
	background: url(../img/home_player_bg.png) 0 0 no-repeat;
	padding-top: 10px;
	text-align: center;
}
#right_banner {
	position: absolute;
	top: 300px;
	left: 880px;
	line-height: 1;
}
#bt_blog {
	margin-bottom: 17px;
}
#bt_twitter {
	margin-bottom: 15px;
}

#foot {
	height: 100px;
	background: #000 url(../img/home_foot_bg.png) 0 0 repeat;
}
#copyright {
	width: 1160px;
	margin: 0 auto;
	padding-top: 20px;
}
#top_banner {
	width: 1160px;
	margin: 1em auto 0;
}
#top_banner ul {
	overflow: hidden;
}
#top_banner li {
	display: inline;
	margin-right: 1em;
}




