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

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

#container {
	width: 850px;
	}


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

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

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


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

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

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

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

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



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

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


a {
	color: #333;
	text-decoration: underline;
	}



#container {
	background: #fff url(img/center_bg.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#main {
	margin-left: 0px;
	margin-right: 10px;
	color: #1d1d1d;
	line-height: 1.2em;
	}

#center {
	border-top: 5px solid #8404E7;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	}

img {
	border: none;
	}


#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

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




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

/* 右サイドバーの左の余白 */
#right {
	margin-left: 30px;
	}

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



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

body {
	background: #fff;
	}

#container {
	border: 1px solid #333;
	margin-top: 0px;
	}

#main {
	margin-top: 0px;
	margin-bottom: 50px;
	}
/* ++++++ ヘッダー部分のデザイン ++++++ */

#title {
	background-color: #fff;
	padding-bottom: 30px;
	width: 850px;
	height: 200px;
	}

#title h1 {
	margin: 0;
	}

#title h2 {
	display: inline;
	}


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

.entry {
	line-height: 1.3em;
	margin: 1em 0 20px 0;
	background-position: 100% 0%;
	padding: 0px 10px 10px 10px;
	}


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


.entry h2 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	}

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

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



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

p.extended a:hover {
	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 {
	border-top: 1px dotted #666;
	font-size: 0.9em;
	width: 550px;
	margin-left: 10px;
	padding: 10px 10px 0 0;
	}

#trackbacks h2 {
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	}

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


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

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

/* コメント */

#comments {
	border-top: 1px dotted #666;
	width: 550px;
	padding: 10px 10px 10px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	}

#comments h2 {

	}

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

#comments p {

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

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



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

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

#right {
	margin-top: 10px;
	background: #fff;
	}

#right h2 {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #de50bb;
	font-weight: bold;
	border-bottom: 1px solid #1d1d1d;
	font-size: 0.9em;
	}




.sidebar li {
	line-height: 150%;
	}


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

.sidebar a, p.posted a {
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: underline;
	}
	
.sidebar a:hover {
	text-decoration: none;
	}
	

.side_ad {
	margin-bottom: 5px;
}

#recent {
	margin-bottom: 50px;
	}

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

#si_ad {
	margin-bottom: 30px;
}

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

#footer {
	margin-top: 100px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 1em;
	font-weight: bold;
	}

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