@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333;				/*全体の文字色*/
	background-color: #FFF;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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;
}




table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	width: 520px;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #06F;
}

a:hover {
	color: #F63;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 510px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	color: #333;
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 365px;	/*ヘッダーの高さ*/
	width: 510px;
	position: relative;
}


/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	top: 70px;			/*ヘッダーブロックに対して上から70pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	clear: left;
	width: 100%;
	text-align: right;
	background-image: url(../v33.jpg);
}
#header h1 a {
	color: #FFF;
	
}
#header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: auto;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 30px;
}
#header h2 p {

	
}
#header h2 p a {
	text-decoration: none;
	
	
}
#header h2 p a:hover {
	color: #FFF;
	text-decoration: none;
	
	
}
#header h2 img {
	margin-top: 10px;
	margin-right: 5px;
	
	
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	left: 182px;	/*ヘッダーブロックに対して左から182pxの位置に配置*/
	top: 0px;		/*ヘッダーブロックに対して上から0pxの位置に配置*/
	background-color: #CCC;
}

ul#menu li {
	float: left;
	margin-right: 2px;
}

ul#menu li.last {
	margin-right: 0;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 160px;			/*ボックスの高さ*/
	width: 490px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#main .new dl {
	clear: left;
	width: 480px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 510px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
	width: 510px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 510px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*h2タグ設定*/
#main h2 {
	color: #FFFFFF;	/*文字色*/
	background-image: url(../images/title_bg1.gif);	/*背景画像*/
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 40px;
	padding: 0px 10px;
	height: 40px;
	overflow: hidden;
}

#main h3 {
	border-bottom-style: solid;
	border-bottom-color: #0074fd;
	font-size: 100%;
	
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}



/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 220px;
	padding-top: 0px;
	padding-bottom: 30px;
	border: 1px groove #06F;
	margin-top: 30px;
}

/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #333;	/*文字色*/
	border-bottom: 3px solid #0074fd;	/*下線の幅、線種、色*/
}

/*段落タグ*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}

ul.submenu a {
	text-decoration: none;	/*下線の幅、線種、色*/
	display: block;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	color: #333;
}

ul.submenu a:hover {
	background-color: #F96;	/*カーソルオーバー時の背景色*/
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #999;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	color: #999;
	text-decoration: none;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 510px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #0074fd;
}

/*テーブル内の右側*/
.ta1 td{
	width: 360px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

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

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #0039A7;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}

/*スロット用テーブル*/
table.line {
	width: 510px;
	border: 1px solid #999;
	
	}
	table td {
	width: 169px;
	border: 1px solid #999;
	
	}	
table td.line {
	border: 1px solid #999;
	height: 131px;
	width: 166px;
	
	}
input {
	background-image: url(../img/pp24-2.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #F93;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 46px;
	padding: 5px;
	
}
form {
	border: 1px solid #999;
	height: 60px;
	padding-top: 5px;	
	}	


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #222222;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #F63;
}

.color2 {
	color: #FF3;
}
.color4 {
	color: #F9F;
	
}
