

/**//*　　インポート設定　　*//**/

@import url("reset.css"); /*リセット設定*/
@import url("contents.css");	/*各ページ・コンテンツ部分パーツの設定*/



/**//*===================================================*//**/
/**//*　　ベース設定　　*//**/


body { font-size: 13px; line-height: 1.5em; }



/**//*　　リンクテキスト設定　　*//**/
a:link 		{ color:#cc0000; text-decoration:underline; }		/*通常*/
a:visited 	{ color:#880000; text-decoration:underline; }		/*閲覧済み*/
a:hover 	{ color:#ff9933; text-decoration:none; }	/*マウスオン*/
a:active 	{ color:#ff6600; text-decoration:none; }	/*クリック中*/

/**//*　　リンク画像のボーダー有り設定（常時）　　*//**/
a:link 		img.Border,
a:visited 	img.Border,
a:hover 	img.Border,
a:active 	img.Border { border:solid 1px #f00; }

/**//*　　リンク画像のボーダー有り設定（マウスオンのみ）　　*//**/
a:link 		img.OnBorder,
a:visited 	img.OnBorder { border-color: }
a:hover 	img.OnBorder,
a:active 	img.OnBorder { border:solid 1px #f00; }


/**//*　　拡張フォント設定　　*//**/
/**//*　　サイズ　　*//**/
.Sultra 	{ font-size:2em;   line-height:3em; }
.Slarge 	{ font-size:1.6em; line-height:1.9em; }
.Sbig 		{ font-size:1.3em; line-height:1.6em; }
.Smedium 	{ font-size:1em;   line-height:1.5em; }
.Ssmall 	{ font-size:0.85em;line-height:1.4em; }
.Smini 		{ font-size:0.7em; line-height:1.3em; }
.Snano 		{ font-size:0.5em; line-height:1.3em; }

/**//*　　太さ　　*//**/
.Wbold 		{ font-weight:bold; }
.Wnormal 	{ font-weight:normal; }

/**//*　　カラー　　*//**/
.Cbrown 	{ color:#6E421B; }	/* 茶色 */
.Cenji 		{ color:#660033; }	/* えんじ色 */
.Corange 	{ color:#F90; }		/* オレンジ */
.Cgreen2 	{ color:#0C6; }		/* ライトグリーン */
.Cgreen3 	{ color:#485A24; }	/* 渋いグリーン */
.Cgreen 	{ color:#063; }		/* グリーン */
.Cwhite 	{ color:#fff; }		/* ホワイト */
.Cblack 	{ color:#000; }		/* ブラック */
.Cred 		{ color:#f00; }		/* レッド */
.Cblue 		{ color:#00c; }		/* ブルー */



/**//*　　テーブルのキャプション　　*//**/
table caption { text-align: left; }

/**//*　　1px線テーブル　　*//**/
table.B1px { border-collapse:collapse; border:solid 1px #000; }
table.B1px td,
table.B1px th { border:solid 1px #000; padding:5px; }



/**//*　　１文字頭だし（※とか）レイアウト　　*//**/
p.Come1em , li.Come1em , div.Come1em p, ul.Come1em li , dd.Come1em
{ padding-left:1em; text-indent:-1em; }

/**//*　　テキスト消し　　*//**/
.NoText { width:1px; height: 1px; display: block; overflow: hidden; text-indent: 1em; font-size: 4px; margin:0 -1px -1px 0 ; }


/**//*　　Hnシリーズ　　*//**/
h1,h2,h3,h4,h5,h6{line-height: 1.8em;}


/**//*　　フロートクリア用パーツ　　*//**/
.Clear 		{ clear:both; }	/*回り込みクリア*/
hr.Clear 	{ visibility:hidden; clear:both; }



/**//*　　非表示項目　　*//**/
.NoDisplay { display: none; }



/**//*　　3pxテキストジョグ回避？　　*//**/
/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

/**//*　　ベース設定おわり　　*//**/
/**//*===================================================*//**/



/**//*　　共通：ベースブロック　　*//**/
.BaseBlock { width:80%; clear:both; margin:1em 0 4em; }


