/*
Theme Name: outdoor-repo
Theme URI: http://www.www.www/
Description: outdoor-repo
Author: bunzan
*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ededed;	
	}

#container {
	width: 800px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;	
	}

#header, #main, #footer	{
	margin: 0 15px;
	}

#content	{
	width: 540px;
	float: right;
	margin-left: 30px;	
	}

#sidebar	{
	width: 200px;
	float: left;
	}

#footer	{
	clear: both;
	}



/* ++++++ ヘッダー部分のデザイン ++++++ */

#header	{

	background-image: url(images/title_logo.jpg);
	padding: 12px;
	margin-bottom: 20px;
	}

#header h1	{
	font-size: 1.6em;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	margin-bottom: 0;
	}

#header h1 a	{
	color: white;
	text-decoration: none;
	}

#header p	{
	color: white;
	font-size: 0.8em;
	margin-top: 4px;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */

.post h2	{
	font-size: 1em;
	color: #000000;
	background-color: #ededed;	
	border-left: solid 10px #22bc00;
	padding: 5px 0 5px 30px;
	}

.post h2 a	{
	text-decoration: none;
	color: #000000;	
	}

.post p	{
	font-size: 0.85em;
	line-height: 150%;
	}

.post	{
	margin-bottom: 40px;
	}

.postred	{
	font-size: 0.9em;
	color: #ff0000;	
	}

.pagenav	{
	font-size: 0.75em;
	}


/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	font-size: 0.75em;
	}

#sidebar li	{
	list-style-type: none;
	}


#sidebar ul	{
	color: #66aaff;
	list-style-type: none;
	margin: 3px 0 20px 20px;
	padding: 0;
	line-height: 180%;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1em;
	background-color: #22bc00;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}


#kakoi {
	border: solid 1px #22bc00;
	margin-bottom: 20px;
}


/* ++++++ フッター部分のデザイン ++++++ */

#footer address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	color: #ffffff;
	background-color: #22bc00;
	padding: 3px 0 6px;
	}

