@charset "shift_jis";



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



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



/*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: 152px;
}



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



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



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

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

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



/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #85623e;	/*テーブル外側の枠線の幅、線種、色*/
}

.ta2 td, .ta2 th{
	border: 1px solid #85623e;	/*テーブル内の枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の右側*/
.ta2 td{
	width: 437px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}

/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}

/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #e8f8d6;
}

/*テーブル内のh3タグ設定*/
.ta2 h3 {
	font-size: 100%;
	border-bottom: 1px solid #85623e;	/*h3タグ下部の線幅、線種、色*/
	margin-bottom: 0.5em;
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #edd632;	/*背景色*/
	background-image: url(images/bg2.gif);	/*背景画像*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
}


/*「おすすめ」マーク設定*/
.ta2 td.new {
	background-image: url(images/new.gif);	/*「おすすめ」画像読み込み*/
	background-repeat: no-repeat;				/*画像をリピートしない設定*/
	background-position: right bottom;			/*画像を右下に配置する設定*/
}



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

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


#side h4 {
        float: rigft;
	width: 210px;	/*サイドコンテンツ(右ブロック)の幅*/
	background: #000000;
	letter-spacing: 0.2em;
	text-align: center;	
	font-size: 24px;
	border: 0px solid #2A1C29;	
	color: #cccccc;			
}
/*サイドコンテンツ内の段落設定箇所*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドコンテンツ内の「おしらせ」部分
---------------------------------------------------------------------------*/
#side dl {
        height: 190px;
        overflow: auto;    
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#side dt {
	font-weight: bold;	/*日付を太字に。通常の太さがいいなら、この1行を丸ごと削除。*/
	color: #339933;		/*日付の文字色を紫色（#976a95）に*/
}
#side dd {
	border-bottom: 0px dotted #2A1C29;	/*コメントの下に1pxの点線(dotted)を#2A1C29の色で入れる。*/
	padding-left: 1em;	/*コメントの左側に少しだけ空白を設ける。上の日付と同じくしたいなら、この1行を丸ごと削除。*/
}



/*フッター（copyright部分）
---------------------------------------------------------------------------*/
#footer {
        font-size: 8px;
	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;
}

