@charset "utf-8";
/*************** 全体のレイアウト ***************/
body{
	margin: 0;
	padding: 0;
	background-color: #d3d3d3;
	background-image: url("./img/bg_border995.jpg");
	background-position: center;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
#wrap{
	position: relative;
	width: 965px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#header{
		background-color: #3366FF;
		position: relative;
		width: 964px;
		height: 70px;
}
h1 {
	margin: 0;
	color: #ffffff;

}
h2{
	font-family: "ＭＳ Ｐ明朝", serif; 
}

/*リンク関係*/
a:link {
	text-decoration: none;
	color: #cc3366;
	}
a:visited {
    color: #cc3366;
    text-decoration: none;
}
a:hover {
	color: #ff0000;
	font-style: normal;
	text-decoration: underline;
	background-color:#ffcdf6;
}
a:active {
	text-decoration: none;
}
img{
	border-style: none;
}

#main{
			width: 965px;
			height: auto;
			text-align: center;
}

table{
			position: relative;
			text-align:left;
			margin: 2em;
			padding: 0;
			border: double 5px #0000ff;
}

th{
	height: 2em;	
	text-align: center;
}

#ippatsu,#kumo{
	line-height: 180%;
	width: 430px;
	height: 180px;
	text-align: center;
}

.koushin{
	font-family: "ＭＳ Ｐゴシック";
	font-size: 1em;
	background-color: #ffffff;
	border-width: 0.1em;
	border-style: outset;
	border-color: #FF3366;
}
.koushin p{
	text-align: left;
	margin: 1em;
	line-height:120%;
}
.koushin table{
	margin: 1em;
}

#rank{
	width: 600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#rank a:link {
	text-decoration: none;
	color: #ff0066;
	}
#rank a:visited {
    color: #ff0066;
    text-decoration: none;
}

#rank a:hover {
	color:#ff0000;
	font-style:normal;
	text-decoration:underline;
	background-color:#ffcdf6;
}
#rank a:active {
    text-decoration:none;
}
#rank table{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#ad{
	margin:3em 0em 0em 0em;
	line-height:180%;
	font-size: 0.9em;
}

.site_name{
text-align: left;
}
/*ドロップダウンメニュー*/

#menu_container{
	position: absolute;
	margin: 0 0 0 5px;
	}
#menu_container dl{
	width: 136px;
	margin: 0;
	float: left;
	font-size: 98%;
	font-weight: bold;
	color: #ffffff;
	}
#menu_container dt{
	text-align: center;
	margin: 0;
	padding: 0;
	}
#menu_container dd{
	display: none;
	margin: 0;
	text-align: center;
	}
#menu_container dl:hover dd{
	display: block;
	}
#menu_container a{
	display: block;
	line-height: 2em;
	color: #ffffff;
	background: #ffffff;
	padding: 3px;
	}
#menu_container a:link,
#menu_container a:visited {
	background: #3366FF;
}
#menu_container a:hover,
#menu_container a:active {
	background: #FF9933;
	text-decoration: none;
	}

#ent{
			text-align:center;
			clear:both;
			position: relative;
			background-color: #ffffff;
}

#center{
	width : 850px;
	margin:2em;
	text-align: left;
}

