@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #555555;		/*全般の文字色*/
	background: #def5c5 url(images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #055723;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 804px;       /*元804*/
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px; /*追加*/
	padding-left: 5px;  /*追加*/
	text-align: left;
	background: url(images/container_bg.gif) repeat-y left;
	clear: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 110px;
	background: #def5c5 url(images/header_bg.gif) no-repeat left;/*ヘッダー背景*/
}


#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 700px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
	padding-left: 5px;	/*下のロゴ画像との余白*/
}



/*トップメニュー　変更
---------------------------------------------------------------------------*/
ul#topmenu li {
	float: left;

}

ul#topmenu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;		/*行間*/
}

#side h3 {
	color: #381D1D;	/*文字色*/
	font-size: 100%;
	line-height: 40px;
	background: #C7C78F url(images/midashi_bg.gif) repeat-x;
	height: 40px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
	margin-bottom: 1em;
}

#side p {
/*	padding-top: 0.5em;*/
	padding-bottom: 0.5em;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
	margin-bottom: 5px;
	color: #EDEDCD;	
}

#main p {
	padding: 0.5em 10px 1em;
}



#main h3.midashi {
	font-size: 100%;
	padding-left: 15px;
	background:#ECECCB;
	border-left:#80A657 8px solid;
	border-bottom:#80A657 1px solid;
	font-weight: bold;
	color:#381D1D;
	margin-left: 15px;
	margin-right: 10px;
}



/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 90%;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	padding-top: 30px;
	padding-bottom: 10px;
}
ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}


/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅 */
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}


/*サイドコンテンツ内の「What's New」部分　追加
---------------------------------------------------------------------------*/
#side dl.new {
	width: 88%;			/*What's Newボックスの幅*/
	height: 250px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #DEF5C5;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#side dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#side dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}


/*画像一覧（ミニサイズ）ボックス
---------------------------------------------------------------------------*/
.boxmini {
	overflow: auto;
	padding: 5px;
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;	/*枠線の幅と線種と色*/
	width: 165px;
	height: 230px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
	background: url(images/box_bg.gif) repeat-x bottom;
}

/*h3見出し設定*/
.boxmini h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
}

.boxmini p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}


/*テーブル１追加
---------------------------------------------------------------------------*/
/*テーブル１共通設定*/
.ta1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;	/*枠線の幅と線種と色*/
}

.ta1 td, .ta1 th{
	padding: 5px 5px;
}


.ta1 th.tamidashi{
	background-color: #DEF5C5;
	text-align: left;
}

.ta1 th{
	background-color: #f5f5f5;
	width: 100px;
	text-align: center;
}

/*テーブル２追加
---------------------------------------------------------------------------*/
/*テーブル２共通設定*/
.ta2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #999999;	/*999999枠線の幅と線種と色*/
}

.ta2 td, .ta2 th{
	padding: 5px 5px;
}

.ta2 td{
	background-color: #ffffdf;
}
.ta2 th.tamidashi{
	background-color: #DEF5C5;
	text-align: left;
}

.ta2 th{
	background-color: #f5f5f5;
	width: 30px;
	text-align: center;
}



/*その他---------------------------------------------------------------------------*/
.clear {
	clear: both;
}

.mb1em {
	margin-bottom: 1em;
}

.color2 {
	color: #660000;
}

.bold {
	font-weight: bold;
}



