/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 790px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 520px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 190px;
		}


/* ++++++ ３段組の横幅設定 ++++++ */

	/* ブログの横幅設定 */
	#three #container {
		width: 800px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 190px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 420px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 190px;
		}



/* ++++++ その他設定 ++++++ */

body {
	margin: 0px;
       	text-align: center;
	line-height: 125%;
	}


a {
	color: #f3f3f3;
	font-size: 12px;
	line-height: 150%;
	text-decoration: underline;
	}

a:hover {
	color: #99c414;
	text-decoration: none;
}


#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#main {
	margin-left: 10px;
	margin-right: 10px;
	color: #f3f3f3;
	line-height: 150%;
	}

img {
	border: none;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	color: #f3f3f3;
	line-height: 1.2em;
	}





/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/*
body {
	font-family: "MS P明朝",平成明朝,serif;
	background: #1d1d1d url("img/foot_bg.gif") repeat-x;
	background-position: 50% bottom;
	}
	*/

body {
	font-family: "MS P明朝",平成明朝,serif;
	background-color: #000;
	}


#container {
	margin-top: 0px;
	}
	
#main {
	margin-top: 50px;
	margin-bottom: 50px;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */

#title {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: #000 url("./img/head_bg.gif") repeat-x;
	width: 100%;
	height: 150px;
	}

#title h1 {
	margin: 0;
	padding: 0;
	}

#title h1 img {
	margin-right: 450px;
	padding: 0;
	}


#title h2 {
	position: absolute;
	top: -110000px;
	left -110000px;
	}

#center {
	background-color: #1d1d1d;
/*
	border: 1px solid #b2b900;

	border-right: 1px solid #b2b900;
	*/
	padding:  10px 0 10px 0px;
	background: #1d1d1d url("img/bbg.gif") repeat-x;
	background-position: left bottom;
	}


/* +++++ パンくずリスト +++++ */
#pos_navi  a: visited{
	margin: 10px 0 50px 0;
	color: #fff;
	}



/* ++++++ コンテンツ部分のデザイン ++++++ */
/*  エントリー */


.entry h2 {
	background: url("img/leaf.gif") no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #b2b900;
	font-size: 12px;
	font-weight: bold;
	}

.entry h2 a:link, .entry h2 a:visited {
	text-decoration: underline;
	color: #b2b900;
	}

.entry h2 a:hover {
	text-decoration: none;
	color: #b2b900;
	}

.pkg a:link, .pkg a:visited {
	text-decoration: underline;
	color: #fff;
	}

.pkg a:hover {
	text-decoration: none;
	color: #fff;
	}




.entry {
	border: 5px solid #1d1d1d;
	padding: 10px;
	line-height: 1.3em;
	margin: 0 0 50px 0;
	background: #1d1d1d;
	padding: 0;
	}

.entry_det h3, .entry h3 {
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	border-top: 1px dotted #666;
	margin: 0px 10px 10px 10px;
	padding-bottom: 5px;
	}

 .entry img {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 3px;
	float: left;
}


.entry a:link, .entry a:visited {
	text-decoration: underline;
	color: #fff;
	}

.entry a:hover {
	text-decoration: none;
	color: #b2b900;
	}





p.ent_body {
	padding-left: 20px;
	}

p.extended a {
	color: #ccc;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 150%
	text-decoration: underline;
	}

p.posted {
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	border-top: 1px dotted #666;
	margin: 25px 10px 10px 10px;
	padding-bottom: 5px;
	}

p.posted img {
		float: left;
		margin: 0;
		padding: 0;
	}

#pagebody {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	}

/* トラックバック */
#trackbacks {
	border: solid 1px #666;
	padding: 10px;
	margin: 10px 10px 10px 10px;
	}

#trackbacks h2 {
	font-size: 12px;
	}

#trackbacks h3 {
	font-size: 12px;
	color: #999;
	}


#trackbacks a {
color: #f3f3f3;
text-decoration: underline;
}

/* コメント */

#comments {
	border: solid 1px #666;
	padding: 10px;
	margin: 20px 10px;
	}

#comments h2 {
	font-size: 12px;
	}

#comments h2#com02 {
	padding-top: 40px;
	}

#comments p {
	font-size: 0.75em;
	line-height: 150%;
	color: #ccc;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#comments p.posted {
	color: #999;
	padding-left: 30px;
	margin-botto: 20px;
	}



#comments form div {
	border-top: none;
	padding-top: 0;
	}

#comments a {
	color: #3366aa;
	}
/* ++++++ サイドバー部分のデザイン ++++++ */

#right {
	background: #1d1d1d url("img/bbg.gif") repeat-x;
	background-position: left bottom;

/*
	border-top: 5px solid #b2b900;
	border-bottom: 5px solid #b2b900;
	background: #0E0E0E url("img/side_foot.gif") no-repeat;
*/
background-color: #1d1d1d;
	background-position: 0% bottom;
	margin-bottom: 100px;
	}

#right h2 {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #b2b900;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #999f02;
	}

.sidebar li {
	font-size: 12px;
	line-height: 150%;
	}


.sidebar ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	}

.sidebar a, p.posted a {
	color: #f3f3f3;
	font-size: 12px;
	line-height: 150%;
	text-decoration: underline;
	}
	
.sidebar a:hover {
	color: #7a9d0c;
	text-decoration: none;
	}
	
#recent {
	margin-bottom: 50px;
	}


#top_link {
	font-weight: bold;
	margin: 10px;
	text-align: center;
		}

/* ++++++ フッター部分のデザイン ++++++ */

#footer {
	clear: both;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 30px;
	}

#footer a {
	#fff;
}

#footer p {
	margin: 0 auto;
	width: 790px;
	text-align: left;
	font-size: 0.75em;
	}

#footer strong {
	font-size: 1.5em;
	}