@charset "utf-8";
/* CSS Document */
a	{color: #339900}

a:hover{color: #9C6}

/* コンテナ */
div#container	{width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

/* ヘッダー */
div#header	{background-color: #ffffff;
		margin-top: 0px;
	}

div#header h1	{margin: 0}

div#header p	{
	color: #ffffff;
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 10px}


/* メイン */
div#main	{
	width: 574px;
	float: left
}

/* コンテンツ */
div#content	{
	width: 390px;
	float: right;
	margin-left: 5px;
	margin-right:  5px;
	margin-bottom: 25px
}

div#content h2	{
	background-image: url(img/bar-pickup.jpg);
	background-repeat: no-repeat;
	font-size: 0.75em;
	color:#ffffff;
	line-height: 22px;
	padding-left: 80px;
	margin-top: 0px;
	margin-bottom: 20px}

div#content h3	{
	background-color: #e0e0e0;
	background-image: url(img/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.75em;
	line-height: 18px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0
}

div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 5px;
	}


/* サイドバー */
div#sidebar	{
	width: 166px;
	float: left;
	margin-bottom: 25px;
	margin-top: 0px;
}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #339900;
	border-bottom : solid 1px #888888;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #66CC33}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom : solid 1px #888888;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #cdf0a1}


p.feed	{
	margin-bottom: 5px
}

p.feed a	{
	width: 166px;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 20px;
	border: solid 1px #888888;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 5px;
	display: block;
}

p.feed a:hover	{
	color:#999;
	}
p.feed img	{border: none;
	vertical-align: middle}

/* 右サイドバー */
div#sidebar-right	{width: 170px;
	float: right}

div.info	{
	border: 1px solid #888888;
	margin-bottom: 10px;
	}

div#sidebar-right h2	{background-color: #cdf0a1;
	border-bottom: solid 1px #888888;
	color: #336600;
	font-size: 0.6em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0px}

div#sidebar-right p.photo	{text-align: center;
	margin-bottom: 0px;}

div#sidebar-right p 	
	{font-size: 0.75em;
	margin: 0px 0px;
	text-decoration: none;
	}

div#sidebar-right ul	
	{font-size: 0.75em;
	text-decoration: none;
	margin: 5px;
	padding: 5px	}

div#sidebar-right ul li {
	background-image: url(img/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	color: #666;
	text-decoration: none;
	padding-left: 13px;
	list-style-type: none;
	}




/* フッター */
div#footer	{
	background-image: url(img/line-green.png);
	background-repeat: repeat-x;
	width: 750px;
	margin-top: 0;
	padding-top: 8px;
	clear: both
}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

.style5 {color: #3c5916}
.noneline {
text-decoration:none}
.style32 {
	color: #009966;
	text-decoration: none;
}
.style34 {
	color: #FF6600;
	text-decoration: none;
}
.style35 {text-decoration: none; color: #FF3333; }
.style38 {
	color: #336699;
	text-decoration: none;
}

