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

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

#container {
	width: 800px;
	}


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

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

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


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

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

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

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

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



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

body {
	margin: 0px;
	padding: 0px;
       	text-align: center;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family:Arial, sans-serif;
	}




#container {
	background: #fff url(img/body_bg.png) no-repeat;
	background-position: top left;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}


#container_body {
	margin-top: 0px;
	}


#main {
	background: url(img/sidebar_bg.png) repeat-y;
	background-position: 100% 100%;
	}

#center {
	background-color: #fff;
	}

img {
	border: none;
	}


#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

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




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */


	
#left div div, #right div div {
	margin-left: 0;
	margin-right: 0;
	}



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

body {
	background: #fff;
	}

#container {
	margin-top: 0px;
	}

#main {
	margin: 20px 0 0 10px;
	}

#center {
	margin: 200px 0 50px 0;
	padding: 0;
	}





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

#title {
	margin-bottom: 0px;
	width: 800px;
	height: 200px;
	}

#title h1 {
	width: 396px;
	height: 167px;
	margin: 0;
	position: relative;
	top: 266px;
	left: 10px;
	}

#title h2 {
	display: none;
	}



#head_menu {
	margin: 0;
	position: relative;
	top: 220px;
	left: 10px;
	}



/* ++++++ コンテンツ部分のデザイン ++++++ */





/*  エントリー */

.entry {
	line-height: 1.3em;
	margin: 0px 0 20px 0;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	}


 .entry img {
	margin: 1em 1em 1em 0;
	padding: 0;
}


.entry h2 {
	border-bottom: 10px solid #C20303;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 52px;
	margin-top: 120px;
	margin-bottom: 5px;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	background: url(img/entry_h2.png) no-repeat;
	}

.entry h2 a:link, .entry h2 a:visited {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
	}

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


.ent_title {
	border-bottom: dotted 1px #666;

margin-bottom: 1em;
}

p.extended a:link, p.extended a:visited {
	color: #C20303;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: underline;
	}

p.extended a:hover {
	color: #C20303;
	text-decoration: none;
	}

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

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

/* トラックバック */
#trackbacks {
	font-size: 0.9em;
	width: 440px;
	margin-bottom: 20px;
	padding: 10px;
	}

#trackbacks_head h2 {
	border-left: 5px solid #C20303;
padding-left: 5px;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	}

#trackbacks h3 {
	font-size: 0.9em;
	color: #999;
	}


#trackbacks a:link, #trackbacks a:visited {
	color: #C20303;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: underline;
	}

#trackbacks a:hover {
	color: #C20303;
	text-decoration: none;
	}


/* コメント */

#comments {
	width: 440px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2 {
	border-left: 5px solid #C20303;
padding-left: 5px;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	}

#comments h2#com02 {
	border-left: 5px solid #C20303;
padding-left: 5px;
	margin-top: 40px;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	}

#comments div {
	padding: 0 0 2em 0;
	margin: 0;
}

#comments p {

	line-height: 1.2em;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#comments p.posted {
	color: #333;
	margin-bottom: 20px;
	}



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

#comments a {
	color: #3366aa;
	}

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

#footer {
	background-color: #fff;
	clear: both;
	display: block;
	width: 560px;
	margin-top: 100px;
	padding-top: 10px;
padding-bottom: 50px;
	border-top: 10px solid #C20303;
	font-size: 1em;
text-align: center;
	font-weight: bold;
	}

.pr {
	clear: both;
	font-size: 0.7em;
	text-align: center;
	margin: 20px 0 0 0;


	}
