@charset "utf-8";


/*
 共通設定
------------------------------------------------------- */
body {
	color:#fff;
	background:#000;
}
img {vertical-align:bottom;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}


/*
 コンテンツ
------------------------------------------------------- */
#contents {
	width:920px;
	_width:922px;
	margin:0px auto;
	padding:0px 0px 100px 0px;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	_position:relative;
	_left:50%;
	_margin:0px 0px 0px -461px;
}


/*
 ヘッダ
------------------------------------------------------- */
/* エリア */
#header {padding:3px 10px 0px 10px;}

/* h1 */
#header h1 {font-size:1.1em; font-weight:normal;}

/* 画像 */
#header img {margin:5px 0px 0px 0px;}


/*
 ブランディング
------------------------------------------------------- */
#blanding {margin:10px 10px 0px 10px;}


/*
 メニュー
------------------------------------------------------- */
/* メニュー */
#menu {margin:0px 10px;}

/* リスト */
#menu li {
	float:left;
	width:150px;
}

/* リンク */
#menu a {
	display:block;
	height:50px;
	text-indent:-9999px;
}
#menu .menu01 {background:url(img/menu/menu01.png);}
#menu .menu02 {background:url(img/menu/menu02.png);}
#menu .menu03 {background:url(img/menu/menu03.png);}
#menu .menu04 {background:url(img/menu/menu04.png);}
#menu .menu05 {background:url(img/menu/menu05.png);}
#menu .menu06 {background:url(img/menu/menu06.png);}
#menu .menu07 {background:url(img/menu/menu07.png);}
#menu a:hover,#menu .active {background-position:0px -50px;}


/*
 メインコンテンツ
------------------------------------------------------- */
/* エリア */
#main {margin:25px 10px 0px 10px;}

/* indexペイン */
#main .left {float:left; width:580px;}
#main .right {float:right; width:300px;}

/* 下層ペイン */
#main .left-low {float:left; width:670px;}
#main .right-low {float:right; width:210px;}


/*
 メディア掲載情報
------------------------------------------------------- */
/* エリア */
#media {
	font-size:1.2em;
	line-height:1.3;
	color:#666;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* リスト */
#media li {
	border-bottom:dotted 1px #333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 300px;
}



/* 配置 */
#media li img {
	float:left;
	width: 80px;
	margin-right: 10px;
	padding: 0px;
}
#media li div {
	width: 210px;
	float: right;
	margin: 0px;
	padding: 0px;
}
/* リンク */
#media a {
	color:#9c3;
	font-weight:bold;
	display: block;
}

/*
 ブログ
------------------------------------------------------- */
.blog-banner {margin:20px 0px 0px 0px;}


/*
 フッタ
------------------------------------------------------- */
/* エリア */
#footer {
	background:#333;
	text-align:center;
	padding:10px 0px;
}

/* リンク */
#footer a {color:#fff;}

/* 段落 */
#footer p {margin:10px 0px 0px 0px;}

/* コピーライト */
#footer .copyright {margin:20px 0px 0px 0px;}


/*
 フロートリンク
------------------------------------------------------- */
#floater {
	position:absolute;
	right:0px;
	top:50%;
}

