﻿/*
Theme Name: Blog No031 Hiyoko01
Description: STYLE 031
Author: avis
Category: 100_動物
*/

body	{
	margin: 0;
	padding: 0;
	text-align: center; 
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color: #e9ecef;
	background-position: center 0px;
	}
	a{
	color:#BE4801;
}
	a:visited{color:#C00000;}
	a:hover{color:#008000;}
	a:active{color:#FF0000;}

#container {
	width: 700px;
	border-left: solid 5px #FCC900;
	border-right: solid 5px #FCC900;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
	}
	
#header	{
	margin: 0;
	}

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

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

#sidebar	{
	width: 184px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	background-color:  #E7E7E7;
	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);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 38px;
	padding-right: 12px;
	padding-bottom: 68px;
	padding-left: 52px;
	background-repeat: no-repeat;
	/* border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #004100; */
	}

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

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

#header p	{
	font-size: 0.75em;
	margin-top: 4px;
	color: #FF8000;
	}


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

.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: #FCC900;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 24px;
	margin-top: 0px;
	}

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

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

.post	{
	font-size: 0.75em;
	color: #202020;
	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: #ffffff;
	padding-left: 0px;
	}

#sidebar ul	{
	color: #FF8000;
	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: #FF8000;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1em;
	color: #FF8000;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	background-color: #FFE493;
	}

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

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


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

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

#calendar th, #calendar td	{
	padding: 3px 0;
	border: 1px solid #FFE493;
	}

/*
#calendar a	{
	color: #C00000;
	}
*/

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

.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: #404040;
	background-color: #FFE493;
	padding: 3px 0 6px;
	}
