@charset "shift_jis";



body {
	color: #999999;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #fbfaf8 url(images/bg.gif);	/*壁色と壁紙画像設定*/
}

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

ul{
	list-style-type: none;
}

img {
	border: none;
}

.color1 {
	color: #000040;
}

.mini {
	font-size: 90%;
	line-height: 1.6;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
a:link {
	color: #999999;	/*リンク色*/
}

a:visited {
	color: #666699;	/*訪問済みの色*/
}

a:hover {
	color: #cccccc;	/*カーソルオーバー時の色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}


/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;	/*HP枠*/
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(images/main_img.jpg) no-repeat;	/*三裂星雲*/
	width: 900px;
	height: 405px;
	position: relative;
}

/*ロゴ画像の配置位置設定*/
#header #logo {
	position: absolute;
	top: 15px;	/*ヘッダー画像に対して上から15pxの位置*/
	left: 0px;	/*ヘッダー画像に対して左から0pxの位置*/
}

#header #logo2 {
	position: absolute;
	top: 50px;	/*ヘッダー画像に対して上から50pxの位置*/
	left: 0px;	/*ヘッダー画像に対して左から0pxの位置*/
}

/*h1タグ設定*/
#header h1 {
	font-size: 14px;	/*文字サイズ*/
	font-weight: bold;
	position: absolute;
	top: 20px;		/*ヘッダー画像に対して上から20pxの位置*/
	right: 20px;	/*ヘッダー画像に対して左から10pxの位置*/
	color: #999;	/*文字色*/
}


#search {
	position: absolute;
	left: 2px;
	bottom: 45px;
}


/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/
ul#menu li{
	height: 35px;
	width: 105px;
}

/*メニュー画像の透明度設定*/
ul#menu li a img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

/*メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定*/
ul#menu li a:hover img {
	filter: Alpha(opacity=100);
	opacity: 1.0;
	position: relative;
	left: 1px;
	top: 1px;
}

/*メニュー１(menu1.gif)画像の位置設定*/
#menu1 {
	position: absolute;
	left: 2px;		/*ヘッダー画像に対して左から2pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー２(menu2.gif)画像の位置設定*/
#menu2 {
	position: absolute;
	left: 107px;	/*ヘッダー画像に対して左から152pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー３(menu3.gif)画像の位置設定*/
#menu3 {
	position: absolute;
	left: 212px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー４(menu4.gif)画像の位置設定*/
#menu4 {
	position: absolute;
	left: 317px;	/*ヘッダー画像に対して左から452pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー５(menu5.gif)画像の位置設定*/
#menu5 {
	position: absolute;
	left: 422px;	/*ヘッダー画像に対して左から602pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー６(menu6.gif)画像の位置設定*/
#menu6 {
	position: absolute;
	left: 527px;	/*ヘッダー画像に対して左から752pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー７(menu7.gif)画像の位置設定*/
#menu7 {
	position: absolute;
	left: 632px;	/*ヘッダー画像に対して左から752pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー８(menu8.gif)画像の位置設定*/
#menu8 {
	position: absolute;
	left: 780px;	/*ヘッダー画像に対して左から752pxの位置*/
	bottom: 5px;	/*ヘッダー画像に対して下から10pxの位置*/
}

#bookmark {
	margin-top: 5px;
	float: right;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 880px;
	display: inline;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 100px;
}

/*h2見出し設定*/
#main h2 {
	font-size: 12pt;
	color: #FFFFFF;	/*文字色*/
	background: url(images/midashi_bg.gif) repeat;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
}

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




/*メインコンテンツ内の「Topics」部分
---------------------------------------------------------------------------*/
/*h3見出し設定*/
#main h3 {
	font-size: 12pt;
	color: #FFFFFF;	/*文字色*/
	background: url(images/midashi_bg.gif) repeat;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	overflow: hidden;
}

#main dl.new {
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #97B83A;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #97B83A;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #97B83A;	/*What's Newボックスの背景色#f3f5e9*/
	background: #292727;
}

#main dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	color: #ff8000;		/*文字色*/
}

#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;
}

#banner  {
	background: url(images/logo3.jpg) no-repeat;
	width: 148px;
	height: 67px;
	position: relative;
	float:left;
	margin-botom: 10px;
}	

#coment {
	width: 400px;
	height: 67px;
	position: relative;
	float:left;
	margin-botom: 10px;
}

#mail  {
	font-size: 10pt;
	color: #FFFFFF;	/*文字色*/
	width: 250px;
	height: 67px;
	position: relative;
	float:left;
	padding: 20px 0px 0px 10px;
	margin-botom: 10px;
}

#banner2  {
	width: 880px;
	position: relative;
	float:left;
	margin-botom: 10px;
}	

#counter {
	width: 260px;
	height: 20px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px ;
}	


/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	border-bottom: 1px solid #ababa9;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
}
