@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 100%;
	line-height: 2;
	color: #333333;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg2.gif);
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

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: #333333;
}

a:hover {
	color: #0066FF;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 898px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/header_bg.jpg);	/*背景の夜景画像*/
	background-repeat: no-repeat;
	height: 290px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	color: #000000;		/*文字色*/
	line-height: 20px;
	position: absolute;
	left: 15px;		/*ヘッダーブロックに対して左から55pxの位置に配置*/
	top: 60px;		/*ヘッダーブロックに対して上から90pxの位置に配置*/
	font-weight: normal;
}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 5px;		/*ヘッダーブロックに対して上から30pxの位置に配置*/
}



/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu {
	padding-top: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 47px;
}

ul#menu li {
	float: left;
	margin-right: 6px;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu img {
	vertical-align: bottom;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	clear: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}

/*h2タグ設定*/
#main h2 {
	color: #FFFFFF;	/*文字色*/
	background-image: url(images/h2_bg.gif);	/*背景画像*/
	background-repeat: repeat-y;				/*Y軸(縦軸)にリピート*/
	background-position: right center;
	font-size: 120%;	/*文字サイズ*/
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*段落タグの余白設定*/
#main p {
	line-height: 25px;
	letter-spacing: 0.3em;
	padding: 5px;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/footer_bg.gif);	/*フッターの背景画像*/
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;	/*文字色*/
}

#main .title {
	text-align: center;
	padding-top: 10px;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 898px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000000;	/*枠線の幅と線種と色*/
}

/*テーブル内の右側*/
.ta1 td{
	width: 705px;	/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;	/*背景色*/
	color: #000000;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #000099;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 898px;
	line-height: normal;
}


/*テーブル内の右側*/
.ta2 td{
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta2 th{
	padding: 10px;	/*背景色*/
}


/*テーブル３
---------------------------------------------------------------------------*/

.ta3 {
	width: 898px;
	font-weight: normal;
}


/*テーブル内の右側*/
.ta3 td{
	width: 745px;
}

/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 130px;
}
.ta3 p {
	text-align: left;
}


/*テーブル４
---------------------------------------------------------------------------*/

.ta4 {
	width: 898px;
}



/*テーブル内の右側*/
.ta4 td{
	width: 210;	/*幅*/
}

/*テーブル内の左側の見出し部分*/
.ta4 th{
	width: 645px;	/*背景色*/
}
.ta4 p {
	text-align: left;
	font-weight: normal;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}
