/*
Theme Name: CH_original
Theme URI: http://www.claphands2.com
Description: CH_original
Author: mayumi
*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #eee;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック,Osaka-等幅,sans-serif,monospace" ;
	font-size: 85%;
	line-height:150%;
	letter-spacing: 1px;
	}

#container {
	width: 800px;
	background-image: url(images/contents_bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#header, #main, #footer	{
	margin: 0 15px;
	}

#content	{
	width: 500px;
	margin-left: 20px;
	float: left;
	}

#sidebar	{
	width: 210px;
	float: right;
	margin-left: 5px;
	}

#footer	{
	clear: both;
	background-color:#fff;
		}

a	{
	color: #333;
	}
a:hover{
text-decoration: none;
}


/* ++++++ ヘッダー部分のデザイン ++++++ */
#header{
margin: 0;
padding: 0;
height: 180px;
}


#header h1{
margin: 0;
padding: 100px 0 0 40px;

}
#header img{
border: 0px;
}

.logo{
margin: 0;
padding: 10px 0 0 10px;
	float: left;
}

#header p{
font-size: 90%;
margin-top:0px;
padding: 5px 0 0 40px;
color: #666;
}
/* ++++++ 広告 ++++++ */

#cm{
float: right;
margin-right:10px;
clear:left;
}



/* ++++++ コンテンツ部分のデザイン ++++++ */
#category h1{
	font-size: 140%;
	line-height: 180%;
	color: #ff0000;
	background-image: url(images/category.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding: 5px 0 0px 43px;
}

#entry	{
	margin-bottom: 40px;
	}

.entry_title h1	{
	font-size: 120%;
	color: #000;
	background-image: url(images/contents_h1.gif);
	background-repeat: no-repeat;
	padding: 12px 0 0px 30px;
	height: 45px;
	}

.entry_title h1 a	{
	color:#0000ff;
	}

.text p	{
	color: #666666;
	line-height: 150%;
	}
	
.text h1{
	font-size: 120%;
	color: #ff8c00;
	padding: 5px;
	line-height: 150%;
	}

.text h2{
	font-size: 110%;
	font-weight: bold;
	color: #008000;
	}

.text h3{
	font-size: 101%;
	font-weight: bold;
	color: #000066;
	}

.entry_data {
	text-align: right;
	color: #666666;
	}

hr{
height: 1px;
border: none;
border-top: 2px #DAF5F7 dashed;
margin: 10px 0;
}

.pagenav	{
	}
/* ++++++ 外部ブログリンク ++++++ */
.bloglink h3{
	font-size: 120%;
	line-height: 150%;
	color: #ff0000;
	background-image: url(images/category.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding: 5px 0 0px 43px;
}

/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	font-size: 90%;
	}

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 30px;
	padding: 0;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}
#sidebar li{
margin: 0 0 5px 10px;
list-style-image: url(images/side_list.gif);
}

#sidebar h2	{
	font-size: 110%;
	background-color: #000;
	background-image: url(images/side_h2.jpg);
	background-repeat: no-repeat;
	color: #ffff00;
	text-align:center;
	margin: 0 0 5px 0;
	padding: 13px 0 0 0;
	height: 27px;
	}
	
#sidebar h2 a{
	text-decoration: none;
	color: #ffff00;
}

/* カレンダー */
#calendar table	{
	width: 100%;
	text-align: center;
	color: #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#calendar th, #calendar td	{
	padding: 5px 0;
	border: solid 1px #538ad8;
	}

#calendar a	{
	text-decoration: none;
	color: #3366aa;
	}

#calendar caption	{
	padding: 3px 0;
	}

#calendar tfoot td	{
	border: none;
	}

#calendar tfoot td#prev	{
	text-align: left;
	}

#calendar tfoot td#next	{
	text-align: right;
	}


/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 0.75em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.75em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}



/* ++++++ フッター部分のデザイン ++++++ */

#footer address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	color: #333;
	padding: 3px 0 6px;
	}
