@charset "utf-8";
/* CSS Document */

a	{color: #017acd}

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

/* ヘッダー */
div#header	{background-color:#136E13;
	background-image:url(images/head01.jpg);
	height:125px;
	}

div#header h1	{
	font-size:1.25em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:color:#000;
	padding-top:10px;
	padding-left:10px;
	}

div#header p	{color:#000;
	font-size: 0.75em;
	padding-left:10px;
	}
	
/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color:#136E13}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color:#136E13;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #1EAE1E}

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


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

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

div#content h2	{
	background-image:url(images/bar-green.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{
	background-image:url(images/bar-green2.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

ul.contents	{
	font-size:0.75em
	}
ol.contents	{
	font-size:0.75em;
	}
/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}
div#sidebar	 h2	{background-color: #cdf0a1;
	border-bottom: solid 1px #136E13;
	color: #136E13;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px}
	
	
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:#136E13;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{
	background-color:#1EAE1E;
	padding-left:15px;
	}

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

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

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

ul.sidemenu2 li a:hover	{
	background-color:#D5D5D5;
	padding-left:15px}

table	{
	font-size:0.75em;
	}

th,td	{
	padding:8px;
	margin-bottom:20px;
	}
dt,dd	{
	font-size:0.75em;
}

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

div.info	{border: solid 1px #136E13;
	margin-bottom: 20px}
	
div.info2	{border: solid 1px #136E13;
	margin-bottom: 20px;
	text-align:center}
	
div#sidebar-right h2	{background-color: #cdf0a1;
	border-bottom: solid 1px #136E13;
	color: #136E13;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{font-size: 0.75em;
	margin: 10px 5px}

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

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



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

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