/*
Theme Name:AIWAKAI
Theme URI:http://www.aiwakai.com/blog/
Description:AIWAKAI for WordPress.
Author:Hideki Kiura
*/


body	{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F9E9B5;
	}

#container {
	width: 730px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #ffffff;
	}

#header	{
	margin: 0 0px;
	height: 100px;
	}

#footer	{
	margin: 0 0px;
	}


#main	{
	margin: 0 15px;
	}

#content	{
	width: 500px;
	float: right;
	}

#sidebar	{
	width: 170px;
	float: left;
	margin-right: 30px;
	}

#footer	{
	clear: both;
	}

a	{
	color: #C40027;
	}



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

#header	{
	background-color: #F9E9B5;
	background-image: url(images/header.jpg);
	padding: 12px;
	margin-bottom: 20px;
	}

#header p	{
	font-size: 0.75em;
	margin-top: 70px;
	margin-left: 195px;
	line-height: 130%;
	color: #000000;
	}


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

.post h2	{
	font-size: 0.875em;
	color: #000000;
	border-bottom: solid 1px #C40027;
	padding: 5px 0 5px 0px;
	}

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

.post p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	}

.post	{
	margin-bottom: 40px;
	}

.pagenav	{
	font-size: 0.75em;
	}



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

#sidebar	{
	font-size: 0.75em;
	}

#sidebar ul	{
	color: #C40027;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	line-height: 150%;
	}

#sidebar ul ul	{
	color: #C40027;
	margin-bottom: 6px;
	}

#sidebar h2	{
	font-size: 0.875em;
	background-color: #C40027;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

#sidebar h3	{
	font-size: 0.875em;
	color: #666666;
	text-align:center;
	margin: 8px 15px;
	padding: 6px 0;
	}

#sidebar h4	{
	font-size: 0.875em;
	color: #666666;
	text-align:center;
	margin: 2px 15px;
	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: #C40027;
	padding: 3px 0 6px;
	}


