@charset "utf-8";

/* ********** 基本構成 ********** */

body {
	width: 100%;
	height: 100%;
	color: #eeeeee;
	font-size: small; /* IE6以下は別指定 */
	line-height: 150%;
	background-color: #1a1a1a;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
}

#container {
	padding: 0 60px 0; /* 左右の空き　IE6以下は内部の要素に指定 */
	min-width: 610px; /* gnavi崩れ予防　IE6以下は#gnaviに指定 */
}

#top {
	padding: 0 0 30px;
}

#main {
	padding: 0 0 3em;
	width: 100%;
	margin-right: -170px; /* IE6以下は別指定 */
	float: left;
}

#sidemenu {
	width: 170px;
	padding: 2em 0 3em;
	float: left;
}

#bottom {
	border-top: 1px solid #333333; /* IE6以下は内部の要素に指定 */
	padding: 1em 0 0;
	clear: both;
}

/* ********** 共通 ********** */

a {
	color: #85bf43;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	border-bottom: 1px solid #c03000;
}

.button a:hover {
	border-bottom-style: none;
}

.clear {
	height: 1px;
	clear: both;
}

/* ********** top ********** */

/* ヘッダ */

#header {
	padding: 20px 0 0;
}

	#header dt,
	#header dd {
		display: inline;
	}

	#header dt#logo {
		font-size: 1.5em;
		margin-right: 0.5em;
	}

	#header dd#description {
	}

/* グローバルナビ */

#gnavi {
	padding: 20px 0 0;
}

	#gnavi li {
		width: 130px;
		height: 28px;
		background-image: url(/img/btn_gnavi_on.gif);
		background-repeat: no-repeat;
		margin-right: 10px;
		float: left;
	}

	#gnavi li.button a {
		display: block;
		height: 28px;
		text-align: center;
		line-height: 23px;
		color: #cccccc;
		font-weight: bold;
		background-image: url(/img/btn_gnavi.gif);
		background-repeat: no-repeat;
	}

	#gnavi li.button a:hover {
		background-image: none;
	}

	#gnavi li.atom {
		width: auto;
		padding-left: 20px;
		background-image: url(/img/dec_atom.gif);
		background-repeat: no-repeat;
		margin-right: 0;
	}

/* ********** main ********** */

/* ブログ */

.blog_entry {
	padding-top: 2em;
	margin-right: 210px;
	padding-bottom: 1em;
}

	.blog_entry h1 {
		padding-left: 12px;
		font-size: 1.8em;
		background-image: url(/img/dec_h1_01.gif);
		background-repeat: no-repeat;
	}

	.blog_entry .category,
	.blog_entry .link {
		border-top: 1px solid #333333;
		padding-top: 2px;
	}

	.blog_entry .category {
		padding-bottom: 2px;
		border-bottom: 1px solid #333333;
	}

	.blog_entry .category li,
	.blog_entry .link li {
		display: inline;
		margin-right: 1em;
	}

	.blog_entry p,
	.blog_entry ul {
		margin-top: 1em;
	}

/* ********** sidemenu ********** */

/* 共通 */

#sidemenu .caution {
	border: 1px solid #ff0000;
	padding: 5px;
	margin-bottom: 5px;
}

#sidemenu h2 {
	height: 36px;
	padding-left: 30px;
	line-height: 23px;
	color: #cccccc;
	font-size: 1.1em;
	font-weight: bold;
}

#sidemenu ul {
	padding-top: 0.5em;
}

#sidemenu li {
	display: inline;
	margin-right: 0.5em;
}

/* finetune */

#finetune h2 {
	background-image: url(/img/dec_finetune.gif);
	background-repeat: no-repeat;
}

/* おすすめ */

#recommended {
	padding-top: 1.5em;
}

	#recommended h2 {
		background-image: url(/img/dec_recommended.gif);
		background-repeat: no-repeat;
	}

	#reco_site {
	padding-top: 1.5em;
}

	#pipes,
	#stumbles {
		margin-top: 0.5em;
	}

	#pipes {
		width: 170px;
		height: 423px;
}

/* ********** bottom ********** */

/* 基本構成 */

#bottom .left,
#bottom .center,
#bottom .right {
	padding-bottom: 1em;
	float: left;
}

#bottom .left,
#bottom .right {
	width: 25%;
}

#bottom .center {
	width: 50%; /* IEは別指定 */
}

#footer {
	padding-top: 1em;
	border-top: 1px solid #333333;
	clear: left;
}

/* 共通 */

#bottom h2 {
	padding-left: 18px;
	color: #cccccc;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(/img/dec_h2_bottom.gif);
	background-repeat: no-repeat;
}

/* 左カラム */

#aboutme {
	padding-right: 10px;
}

	#aboutme .email {
		padding-top: 0.5em;
	}

/* 中央カラム */

.center .inner {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#search {
	padding: 0 10px;
}

	#searchbox {
		width: 10em;
		height: 1.25em;
		margin-right: 4px;
	}

	#searchbtn {
		position: relative;
		top: 12px; /* IEは別指定 */
	}

#blog_category {
	padding: 1em 10px 0;
}

	#blog_category h3 {
		padding-left: 16px;
		background-image: url(/img/deco_h3_01.gif);
		background-repeat: no-repeat;
	}

	#blog_category h4 {
		margin-left: 1em;
	}

	#blog_category ul ul {
		margin-left: 1em;
	}

	#blog_category ul ul ul li{
		display: inline;
		margin-right: 0.5em;
	}

/* 右カラム */

#blog_comment {
	padding-left: 10px;
}

	#blog_comment a {
		margin-left: 0.25em;
	}

/* フッタ */

.totop {
	text-align: right;
}

/* ********** finetune player ********** */

body#finetune {
	text-align: center;
	background-image: none;
}

#finetune .player {
	margin: auto;
}


