?/*
Theme Name: SAMPLE 01-OR8
Theme URI: http://www.www.www/
Description: SAMPLE 01-OR8
Author: bunzan
*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	}

#container {
	width: 840px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#header, #main, #footer	{
	margin: 0 15px;
	}

#content	{
	width: 530px;
	float: right;
	margin-left: 30px;
	}

#sidebar	{
	width: 250px;
	float: left;
	}

#footer	{
	clear: both;
	}

a	{
	color: #3366aa;
	}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#header	{
	background-color: #538ad8;
	padding: 12px;
	margin-bottom: 20px;
	}

#header h1	{
	font-size: 2em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom: 0;
	}

#header h1 a	{
	color: white;
	text-decoration: none;
	}

#header p	{
	font-size: 0.75em;
	color: white;
	margin-top: 4px;
	}

/* ++++++ ヘッダー部分のメニューリストのデザイン ++++++ */

#header ul	{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	list-style-type:none;
	height:2em;
	font-size: 0.75em;
}
#header li	{
	text-align:center;
	border-right:solid 1px #538ad8;
	border-left:solid 1px #538ad8;
	float:left;
	line-height:2em;
}

#header li a {
	display:block;
	width:133px;
	text-decoration:none;
	color: #333333;
}
#header li a:hover {
	background-color: #88ccff;
}

/* ++++++ トップページ部分のデザイン ++++++ */

.index h2	{
	font-size: 1em;
	color: #3366aa;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	}

.index h2 a	{
	text-decoration: none;
	}

.index p	{
	font-size: 0.85em;
	line-height: 100%;
	padding: 0px 0px 10px 10px;
	}

.index p a	{
	text-decoration: none;
	}


.index ul	{
	color: #66aaff;
	font-size: 0.85em;
	list-style-type: disc;
	padding: 0;
	}

.index ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

.index 	{
	border: solid 2px #538ad8;
	margin-bottom: 20;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */

.post h2	{
	font-size: 0.9em;
	color: #3366aa;
	border-bottom: solid 2px #538ad8;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post h3	{
	font-size: 0.85em;
	color: #3366aa;
	}

.post h3 a	{
	text-decoration: none;
	}


.post p	{
	font-size: 0.85em;
	line-height: 150%;
	}

.post	{
	margin-bottom: 40px;
	}

.midasi {
	font-size: 1em;
	border-left: solid 4px #538ad8;
	border-right: solid 4px #538ad8;
	padding: 10px;
	background-color: #b5e6ff;
}


#data	{
	width: 490px;
	margin: 0 20px 20px;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#data th, #data td {
	text-align: left;
	font-size: 0.85em;
	padding: 5px;
	border: solid 1px #4a331a;
	}

#data th {
	width: 100px;
	background-color: #538ad8;
        color: #ffffff;
	}

#data ul	{
	margin: 0 0 0 25px;
	padding: 0;
	}









.pagenav	{
	font-size: 0.75em;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	font-size: 0.8em;
	}

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 0px 0px 20px 20px;
	line-height: 150%;
	padding: 0;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 1px;
	}

#sidebar h2	{
	font-size: 1em;
	background-color: #538ad8;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}


/* ++++++ コメント部分のデザイン ++++++ */

#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: #ffffff;
	background-color: #538ad8;
	padding: 3px 0 6px;
	}

