@charset "Shift_JIS";

* {
	padding: 0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html {
	margin:0;
	padding:0;
	height:100%;
}

h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
table,th,td,
form,select,option,input,
address,pre,em,strong,
blockquote,q,cite {
	padding: 0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}

ul {
	list-style-type:none;
}

img {
	border: none;
}


/* 背景画像を指定、センタリング */
body {
	text-align:center;/*IE5.5*/
	margin:0 auto;
	font-size:82%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica,  sans-serif;
	padding:0px;
	background: #0082A2 url("../img2010/bg.jpg") repeat-x;
	color:#333333;
}

/* hyper link*/
a {
	color: #0082A2;
	text-decoration: underline;
}
a:visited {
	color: #0082A2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*幅780px指定*/
#warapper {
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

/*ヘッダー*/
#header {
	position:relative;
	width:800px;
	margin:0px;/*センターへ*/
	height:37px;
	border-bottom:solid 3px #FFFFFF;
}
#header h3 {/*まるがめ競艇*/
	position:absolute;
	top:0px;
	left: 620px;
	width:180px;
	height:35px;
}


/*フッター*/
#footer {
	position:relative;
    height:32px;
	width:800px;
	margin:0px;
	clear:both;
	overflow:hidden;
}

.copyright {
	position:absolute;
	left:440px;
	top:10px;
	font-size:12px;
	color:#FFFFFF;
}
.privacy {
	position:absolute;
	left:6px;
	top:6px;
	width:200px;
}
.mail {
	position:absolute;
	left:206px;
	top:6px;
	width:120px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	background:url(../img2010/icon.gif) no-repeat;
	padding-left:17px;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFF99;
}

/* メインコンテンツ */
#topmain {
	position:relative;
	margin:0px;
	width:800px;
	background-color:#FFFFFF;
}

#topmain h1 {
	width:800px;
	height:134px;
	margin:0;
}

#topmain h2 {
	width:800px;
	height:76px;
	margin:0;
}

.simekiri {
	width:780px;
	margin:0;
	border-bottom:solid 3px #FFFFFF;
}
.botan {
	width:800px;
	height:91px;
	margin:0;
	background:url(../imgtop2010/top_botan_bg.jpg) no-repeat;
}
.botan a {
	width:304px;
	height:70px;
	margin-left:248px;
	background:url(../imgtop2010/b_oubo.jpg);
	display:block;
}
.botan a:hover {
	background-position:right;
}
.botan span {
	display:none;
}

/*締切後から結果発表まで*/

.coment {
	width:800px;
	height:124px;
	margin:0;
	background:url(../imgtop2010/top_img.jpg) no-repeat;
}
.coment p {
	color: #333333;
	margin-top:0px;
	margin-left:230px;
	line-height:140%;
	font-weight:bold;
	font-size:14px;
	background-color: #FFFF33;
	padding:10px 6px 10px 15px;
	width:320px;
	border:solid 2px #FFFFFF;
}
.botan_kekka {
	width:800px;
	height:91px;
	margin:0;
	background:url(../imgtop2010/top_botan_bg.jpg) no-repeat;
}
.botan_kekka a {
	width:304px;
	height:70px;
	margin-left:248px;
	background:url(../imgtop2010/b_kekka.jpg);
	display:block;
}
.botan_kekka a:hover {
	background-position:right;
}
.botan_kekka span {
	display:none;
}

