@charset "shift_jis";



body {
	color: #999999;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "ＭＳ Ｐゴシック";

}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.color1 {
	color: #647d1e;
}

.mini {
	font-size: 90%;
	line-height: 1.6;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #999999;	/*リンク色*/
}

a:hover {
	color: #647d1e;	/*カーソルオーバー時の色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;	/*HP枠*/
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
}



/*ヘッダー
---------------------------------------------------------------------------*/


/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	top: 20px;		/*ヘッダー画像に対して上から20pxの位置*/
	right: 320px;	/*ヘッダー画像に対して左から10pxの位置*/
	color: #FFFFFF;	/*文字色*/
}



/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/





/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 600px;
	display: inline;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 100px;
}

/*h2見出し設定*/
#main h2 {
	font-size: 180%;
	font-family: HGP創英角ｺﾞｼｯｸUB;
	color: #FFFFFF;	/*文字色*/
	background: url(images/t1.gif) no-repeat;	/*背景画像設定*/
	line-height: 30px;
	height: 35px;
	padding-left: 10px;
	overflow: hidden;
}

#main p {
	padding: 0.5em 5px 1em;
}




/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 100px;
}

/*h3見出し設定*/


#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 5px;
	margin-bottom: 10px;
}
/*
ul.sidemenu li {
	margin-bottom: 5px;
}

ul.sidemenu li a {
	border-bottom: 1px solid #999999;	
	border-left: 5px solid #647d1e;	
	display: block;
	width: 217px;
	padding-left: 5px;
	text-decoration: none;
	color: #647D1E;
}

ul.sidemenu li a:hover {
	border-bottom: 1px solid #647d1e;
	background: #fafafa;
}*/




/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #999999;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #999999;	/*What's Newボックスの背景色*/
	background: #ffffff;
}

#main dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	color: #000000;		/*文字色*/
}

#main dd {
	border-bottom: 1px solid #cccccc;	/*説明文の下に1pxの直線(solid)を#ccccccの色で入れる。*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta {
	width: 500px;
	border-collapse:collapse;
	border: 1px solid #97B83A;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}

.ta td, .ta th{
	padding: 10px 5px;
	border: 1px solid #97B83A;
}

.ta th{
	width: 150px;
	text-align: center;
	background: #f0f5e1;
}

.ta .tamidashi{
	width: auto;
	text-align: center;
	background: #b6d365;
	color: #FFFFFF;
}



/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	border-bottom: 1px solid #ababa9;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
}

