/*
Theme Name: AKB58
Theme URI: http://www.www.www/
Description: AKB58
Author: ROGER
*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
        }

#container {
	width: 960px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	}

#header, #main, #footer	{
	margin: 0 0px;
	}

#content	{
	width: 500px;
	float: left;
	}

#sidebar1	{
	width: 170px;
        height: 20000px;
	float: right;
	margin-left: 0px;
	}

#sidebar2	{
	width: 190px;
        height: 20000px;
	float: right;
	margin-left: 0px;
	}

#footer	{
	clear: both;
	}

a	{
	color: #538ad8;
	}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#header	{
        display: block;
        width: 960px;
        height: 150px;
        text-indent: -9999px;
        outline: none;
	/*background-color: #000000;*/
	background-image: url(images/header.jpg);
        background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 0px;
	}

#header h1	{
	font-size: 1.4em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom: 0;
	}

#header h1 a	{
	color: white;
	text-decoration: none;
	}

#header p	{
	font-size: 0.75em;
	margin-top: 4px;
	}
#navi ul	{
	background-color: #000000;
	margin:0px 0px 15px 0px;
	padding: 0;
	list-style-type: none;
	/*border: solid 1px #999999;*/
	height: 2em;
	font-size: 0.75em;
	}

#navi li	{
	text-align: center;
	/*border-right: solid 1px #999999;*/
	float: left;
	line-height: 2em;
	}

#navi li a	{
	display: block;
	width: 100px;
	text-decoration: none;
	color: #ffffff;
	}

#navi li a:hover	{
	background-color: #FF0000;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */

.post h2	{
	font-size: 1.0em;
	color: #000000;
	border-bottom: solid 2px #000000;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0 5px 40px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	font-size: 0.85em;
	color: #000000;
        line-height: 120%;
	}

.post	{
	margin-bottom: 50px;
        margin-right: 10px;
        margin-left: 30px; 
        margin-top: 10px;
	}

.pagenav	{
	font-size: 0.75em;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar1	{
        background-color: #000000;
	font-size: 0.75em;
	}

#sidebar1 ul	{
	color: 	#FFFFFF;
	list-style-type: disc;
	margin: 3px 0  20px 20px;
	padding: 0;
	}

#sidebar1 ul ul	{
	color: #88ccff;
	margin-bottom: 10px;
	}

#sidebar1 h2	{
	font-size: 1em;
	background-color: #000000;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

#sidebar2	{
        background-color: #000000;
	font-size: 0.75em;
	}

#sidebar2 ul	{
	color: #66aaff;
	list-style-type: disc;
        line-height: 150%;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar2 ul ul	{
	color: #FFFFFF;
	margin-bottom: 10px;
	}

#sidebar2 h2	{
	font-size: 1em;
	background-color: #000000;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

/* カレンダー */
#calendar table	{
	width: 100%;
	text-align: center;
	color: #000000;
	border-collapse: collapse;
	margin-bottom: 0px;
	}

#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 #ffffff;
	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	{
        width: 960px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	padding: 3px 0 6px;
	}
