@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #FFFFFF;
	background-color: #0A0A0A;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/sizen.jpg);
	background-position: top;
	background-attachment:fixed;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
5h2{color:#FC0;}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
}
a:hover {
	color:#F0F;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 960px;	/*ヘッダーの幅*/
	height: 177px;	/*ヘッダーの高さ*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/*h1タグ設定*/
#header h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bolder;	/*文字の太さを標準に*/
	letter-spacing: 0.2em;	/*文字間隔*/
	position: absolute;
	background-image:url(../images/title_bg.gif);
	top: 0px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
	left: 30px;		/*ヘッダーブロックに対して左から30pxの位置に配置*/
	width: 900px;
	line-height: 20px;
}
#header h1 a {
	text-decoration: none;
}

/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(../images/menu_bg.gif);	/*メニュー背景画像*/
	height: 62px;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-left: 6px;
	font-size: 18px;
}
ul#menu li {
	float: left;
	font-size: 15px;
	font-weight:bold;
}
ul#menu li a {
	display: block;
	width: 296px;	/*メニュー１個あたりの幅*/
	line-height: 62px;
	height: 62px;
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
	overflow: hidden;
}
ul#menu li a:hover {
	color:#F0F;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	opacity:0.93;
	filter: alpha(opacity=93);	/* IE6、IE7対応 */
 -moz-opacity: 0.93;		/* Firefox1.5以前対応 */
text-align: left;
}

.red {
	color: #F00;
	font-weight: bold;
}

.text-area {
 margin: 15px auto;
 padding: 10px 5px 2px;
 width: 160px;
 background-color: #fff;
 opacity: 0.8;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左によせる*/
	width: 660px;	/*メインコンテンツ幅*/
	padding: 30px 0px 30px 20px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	line-height: 40px;
	background-image: url(../images/title_bg.gif);	/*h2タグの背景画像*/
	background-repeat: repeat-x;		/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;			/*背景画像を上部に配置*/
	background-color: #190002;			/*背景画像の下部の色を指定しておくと２行になった際にキレイになる*/
	border-bottom: 5px solid #a7945e;	/*下部のボーダーの幅、線種、色*/
	padding-right: 10px;
	padding-left: 10px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右によせる*/
	width: 180px;	/*サブコンテンツ幅*/
	padding: 30px 20px 30px 0px;
}
/*h3見出しタグ設定*/
#sub h3 {
	font-size: 100%;
	text-align: center;	/*テキストをセンタリング*/
	border: 3px double #FFFFFF;	/*枠線の幅、線種、色*/
}

/*サブコンテンツ内メニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu a {
	text-decoration: none;
	display: block;
	width: 180px;
	text-align: center;	/*テキストをセンタリング*/
	border-bottom: 1px solid #FFFFFF;	/*メニュー下のライン*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 640px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 660px;	/*テーブル幅*/
	margin-right: auto;
	margin-left: auto;
	line-height: 2;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #A7945E;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
	width: 437px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	text-align: left;
}
/*テーブル内のh3タグ設定*/
.ta1 h3 {
	font-size: 120%;	/*文字サイズ*/
	color: #A7945E;		/*文字色*/
	border-bottom: 1px dotted #A7945E;	/*下線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*テーブル内のh3にリンクをはった場合の文字色*/
.ta1 h3 a {
	color: #A7945E;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 180px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #232323;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #7A000A;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}
/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #494949;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 15px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #FF0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
