/*
Author: MakotoNakao
Description: Alive-website template
*/

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

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

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

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

#sidebar	{
	width: 200px;
	float: right;
	}

#footer	{
	clear: both;
	border-top:solid 1px #999;
	}

a	{
	color: #3366aa;
	}

img {
	border:none;
}
/* ++++++ ヘッダー部分のデザイン ++++++ */

#header	{
	margin-bottom: 20px;
	border-bottom:solid 1px #CCC;
	background-repeat:no-repeat;
	background-position:center;
	}

#header h1	{
	font-size: 1.4em;
	margin-bottom: 0;
	padding:0px;
	margin-top:0px;
	margin-left:10px;
	}

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

#header p	{
	font-size: 0.75em;
	margin-top: 0px;
	margin-left:10px;
	}


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

.post h2	{
	font-size: 0.875em;
	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 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: #000033;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

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

#sidebar h2	{
	font-size: 1em;
	background-color: #538ad8;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}
#profile{
	margin-bottom:10px;
	
	}
#profile p{
	font-size:11px;
	line-height:1.1em;
	width:180px;
	margin:0px auto;
	color:#666;
}
/* カレンダー */
#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;
	padding: 3px 0 6px;
	}

