@charset "shift_jis";



body {
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*文字サイズは75%の部分になる。12pxとか自由に変更して下さい。*/
	color: #CCCCCC;	/*文字色をグレーに*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000000 url(images/bg.jpg) no-repeat center top;	/*壁紙設定箇所。ページ上部の中央よせという意味。通常の設定にしたいなら「no-repeat center top」を外す。*/
}


/*スクロールバー設定（W3Cに準拠したい場合はここと「ul#menu a:hover img」を丸ごと削除する）*/
html {
	scrollbar-3dlight-color:#0a0a0a;
	scrollbar-highlight-color:#2A1C29;
	scrollbar-face-color:#0a0a0a;
	scrollbar-arrow-color:#2A1C29;
	scrollbar-shadow-color:#2A1C29;
	scrollbar-darkshadow-color:#0a0a0a;
	scrollbar-track-color:#0a0a0a;
}



h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.color1 {
	color: #976a95;
}
.look {
	background: #222222;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #CCCCCC;	/*リンク部分を通常テキストと同じグレーにする*/
}
a:hover {
	color: #938293;	/*カーソルオーバー時に薄い紫色にする*/
}



/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;	/*文字サイズを10pxに*/
	text-align: left;	/*左よせ。もし右よせがいいなら「left」を「right」、センタリングがいいなら「center」にする。*/
}



/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;
	width: 912px;
	margin-top: 200px;	/*最上部の画像とサイト名の高さに合わせてここも変更する*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;	/*ビルダー編集画面で崩れないようにフロート設定にしました*/
	width: 130px;
}



/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
	clear: left;	/*上のメインメニューのフロート処理の解除*/
	width: 100%;
}



/*トップページのFLASH（メイン画像）設定
---------------------------------------------------------------------------*/
#fla {
	text-align: center;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	display: inline;
	float: left;
	width: 550px;	/*メインコンテンツ(左ブロック)の幅*/
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
}

/*メインコンテンツ内の見出し設定箇所*/
#main h2 {
	font-size: 100%;
	border-top: 1px solid #2A1C29;		/*上に入っている線。1pxの直線(solid)を#2A1C29の色で入れています*/
	border-bottom: 1px solid #2A1C29;	/*下に入っている線。1pxの直線(solid)を#2A1C29の色で入れています*/
	line-height: 50px;					/*見出しの高さ*/
	background: url(images/bg_2.jpg) no-repeat center 68%;	/*見出しに入っている梅の花画像設定*/
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #FFFFFF;		/*文字色を白に*/
}

/*メインコンテンツ内の見出し設定箇所*/
#main h1 {
	background: #130d13;		/*見出し背景色*/
	letter-spacing: 0.2em;
	text-align: center;			/*文字のセンタリング。左よせでいいならこの1行を丸ごと削除。*/
	font-size: 100%;
	border: 1px solid #976a95;	/*見出しの枠線。1pxの直線(solid)を#2A1C29の色で設定。*/
	color: #FFFFFF;				/*文字色を白に*/
}



/*メインコンテンツ内の段落設定箇所*/
#main p {
	padding: 0.5em 10px 1em;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: inline;
	float: right;
	width: 300px;	/*サイドコンテンツ(右ブロック)の幅*/
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*サイドコンテンツ内の見出し設定箇所*/
#side h3 {
	background: #130d13;		/*見出し背景色*/
	letter-spacing: 0.2em;
	text-align: center;			/*文字のセンタリング。左よせでいいならこの1行を丸ごと削除。*/
	font-size: 100%;
	border: 1px solid #2A1C29;	/*見出しの枠線。1pxの直線(solid)を#2A1C29の色で設定。*/
	color: #FFFFFF;				/*文字色を白に*/
}

/*サイドコンテンツ内の段落設定箇所*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*　.ta1テーブル（枠付きのテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 550px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(images/home_mark.gif) no-repeat right bottom;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #976a95;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.8em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/*　.ta2テーブル（枠無しのテーブル）
------------------------------------------------------------------*/
.ta2 {
	border: 0px;
	width: 550px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(images/home_mark.gif) no-repeat right bottom;
}

.ta2 td {
	padding: 5px;
	vertical-align: top;
}

.ta2 h3 {
	color: #976a95;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta2 p {
	line-height: 1.8em;
}

.ta2 .waku img {
	vertical-align: bottom;
}





/*サイドコンテンツ内の「新着情報」部分
---------------------------------------------------------------------------*/
#side dl.new {
				
	height: 300px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #2A1C29;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #2A1C29;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #2A1C29;	/*What's Newボックスの背景色*/
	line-height: 1.8;
}



#side dt {
				
	font-weight: bold;	/*日付の文字を太字に。通常がよければこの１行を削除する。*/
	color: #976a95;		/*日付の文字色を紫色（#976a95）に*/
}

#side dd {
				
	border-bottom: 1px dotted #2A1C29;	/*コメントの下に1pxの点線(dotted)を#2A1C29の色で入れる。*/
	padding-left: 1em;	/*コメントの左側に少しだけ空白を設ける。上の日付と同じくしたいなら、この1行を丸ごと削除。*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta {
	width: 300px;
	border-collapse:collapse;
	border: 1px solid #2A1C29;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}


.ta td, .ta th{
	padding: 3px 3px;
	border: 1px solid #2A1C29;
	background: #0a0a0a;
}

.ta th{
	color: #976a95;		/*文字色を紫色（#976a95）に*/
	background-color: #0a0a0a;
	width: 100px;
	text-align: center;
}

.ta .tamidashi{
	width: auto;
	text-align: center;
	background: #130d13;
}

/*フッター（copyright部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 909px;
	text-align: center;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	line-height: 1.4;
	height: 70px;
	padding-top: 30px;
}

