/* 共通スタイルシート */

body {background: url(../image/back.jpg) repeat-y;}

a	{color: #009900;}

/* コンテナ */
div#container	{width: 800px;
	margin-left: 0;
	margin-right: auto;
	background-color: #FFFFFF}

/* ヘッダー */
div#header	{background-color: #FFFFFF;
	border-bottom: 2px #006600 solid;
	height: 125px;
	margin-bottom: 5px;}

div#header #left{width: 562px;
	margin: 0 auto 0 0;
	padding: 0;
	float: left}

div#header #right{width: 236px;
	margin: 0 0 0 auto;
	padding: 0;
	float: right}

div#header h1	{margin: 0}

div#header p	{color: #888888;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: auto;
	width: 500px;
	line-height: 1.3}

/* ヘッダーメニュー */
ul#headermenu	{font-size: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	height: 22px;
	background-color: #FFFFFF;
	width: 236ps;}

ul#headermenu li	{list-style-type: none;
	float: right}

ul#headermenu li a	{display: block;
	width: auto;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	color: #006600;
	background-color: #99FF00;
	border-left: solid 1px #ffffff;
	padding-left: 4px;
	padding-right: 4px}

ul#headermenu li a:hover	{background-color: #009900;
 color: #FFFFFF}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 5px}


/* メイン */
div#main	{width: 610px;
 margin-top: 10px;
	float: right}


/* サイドバー */
div#sidebar	{width: 180px;
	float: left;
	margin-top: 10px;
	margin-bottom: 25px}
	
/*----------------------------------------------------------
 月別ニュース
----------------------------------------------------------*/	
div#monthly_news {	margin-top: 0;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 0.8em;
	width: 180px;}

div#monthly_news #title{margin-bottom: 5px;}

div#monthly_news #cont{margin: 3px 0;
 padding: 2px;
	line-height: 1.4}
	
div#monthly_news #cont img{
 vertical-align: middle;
	margin-right: 3px;
}

/*----------------------------------------------------------
 左メニュー
----------------------------------------------------------*/	
ul#left_menu	{
 font-size: 0.8em;
 /*font-weight: bold;*/
	margin: 10px 0 10px;
	padding-left: 0;
	line-height: 0;
	bo
}
ul#left_menu li	{
 list-style-type: none;
}
ul#left_menu li a	{
 display: block;
	line-height: 30px;
	text-decoration: none;
	background-color: transparent;
	background: url(../image/left/left_menu.gif);
 background-position: 0 0;
	padding-left: 24px;
	padding-top: 0px;
	border: 1px #E7E7E7 solid;
	margin: 1px 0;
}
ul#left_menu li a:hover	{
 background-position: -180px 0;
	border: 1px #CCCCCC solid;
}
ul#left_menu li.mh {
 background: url(../image/left/left_menu_header.gif);
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	border: 1px #CCCCCC solid;
}
 

/*
#left_menu {
	margin: 10px 0 20px 0;
}
#left_menu ul	{
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	line-height: 0
}
#left_menu li	{
 list-style-type: none;
	width: 180px;
	text-indent: -9999px;
	margin-bottom: 1px;
}
#left_menu li a {
 width:180px;
	line-height: 30px;
	display: block;＊
	overflow: hidden;
	background: url(../image/left/left_menu.gif);
 background-position: -180px 0;
	padding-left: 25px;
}
#left_menu li a:hover { background-position: -180px 0 }
*/

/*----------------------------------------------------------
 クラスメニュー
----------------------------------------------------------*/	
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;
	text-decoration: none;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 0;
	margin: 0;}
	
ul#sidemenu li a	img{border: none;
 margin: 0}

div#sidebar	img.banner{margin-bottom: 5px;
 border: none}

p.feed	{margin-bottom: 10px}

p.feed a	{font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}

div#side_pic{margin-top: 10px;}

div#side_pic img{margin-bottom: 5px;
 border: 1px solid #999999}

/* フッター */
div#footer	{background: #006600;
	width: auto;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both}

address	{font-size: 0.75em;
 color: #FFFFFF;
	font-style: normal;
	text-align: center}


/*----------------------------------------------------------
 clearfix
----------------------------------------------------------*/	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
