/*
Theme Name: Blog No025 Winter
Description: STYLE 025
Author: avis Internet
Category: 040_冬
*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #D5FFFF;
	background-position: center 0px;
	}

#container {
	width: 730px;
	border-left: solid 1px #00C0C0;
	border-right: solid 1px #00C0C0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	}
	
#header	{
	margin: 0;
	}

#main, #footer	{
	margin: 0 15px;
	}

#content	{
	width: 465px;
	float: left;
	overflow: hidden;
	}

#sidebar	{
	width: 185px;
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	background-color:  #E7E7E7;
	padding: 15px;
	overflow: hidden;
	}

#footer	{
	clear: both;
	}

/*\*/
* html #content {
	overflow: hidden;
　　word-break: break-all;
}
/**/

/*\*/
* html #sidebar {
    height: 1em;
    overflow: visible;
　　word-break: break-all;
}
/**/


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

#header	{
	background-color: #ffffff;
	background-image: url(images/header.jpg);
	margin-bottom: 30px;
	padding-top: 40px;
	padding-right: 12px;
	padding-bottom: 106px;
	padding-left: 12px;
	background-repeat: no-repeat;
	/* border-bottom-width: 12px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #C0C0C0; */
	}

#header h1	{
	font-size: 1.4em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom: 0;
	}

#header h1 a	{
	color: #008080;
	text-decoration: none;
	}

#header p	{
	font-size: 0.75em;
	margin-top: 2px;
	color: #00C0C0;
	}


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

.post h2	{
	font-size: 1.15em;
	color: #666666;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	/* 2011/06/14 記事にfontタグを使うと、文字が重なるためコメントアウト */
	/* line-height: 150%; */
	}

.post	{
	font-size: 0.75em;
	color: #666666;
	margin-bottom: 40px;
	}

.pagenav	{
	list-style-type: none;
	list-style-position: outside;
	}


.linkcat	{
	list-style-type: none;
	list-style-position: outside;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	font-size: 0.75em;
#	background: #E0E0E0;
	}

#sidebar ul	{
	color: #003366;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar li	{
	list-style-type: none;
	}
	
#sidebar li ul li	{
	list-style-type: disc;
	}	

#sidebar ul ul	{
	color: #003366;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1em;
	color: #C00000;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	background-image: url(images/h2_side.jpg);
	}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar input#s {
	width: 100px;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}


#search	{
	color: #003366;
	margin-bottom: 18px;
	}
	

/* カレンダー */
#calendar table	{
	width: 100%;
	text-align: center;
	color: #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#calendar th, #calendar td	{
	padding: 5px 0;
	border: 1px solid #00C0C0;
	}

#calendar a	{
	color: #3300CC;
	}

#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;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

.com	{
	font-size: 0.75em;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: 1px solid #666666;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}

.commentlist	{
	font-size: 0.75em;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-type: none;
	}

.comments	{
	font-size: 0.75em;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

#comments_form	{
	}



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

#footer address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	color: #ffffff;
	background-color: #80FFFF;
	padding: 3px 0 6px;
	}
