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

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

/*ヘッダー*/
#header {
	position:relative;
	width:800px;
	margin:0px;
	height:75px;
}
#header h1 a {/*モーターボート記念*/
	position:absolute;
	width:280px;
	height:76px;
	top:0px;
	left:0px;
}
#header h2 {/*ポスターデザイン募集*/
	position:absolute;
	width:280px;
	height:36px;
	top:24px;
	left:290px;
}

#header h3 {/*まるがめ競艇*/
	position:absolute;
	top:0px;
	left: 620px;
	width:180px;
	height:36px;
}


/*フッター*/
#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;
}

/*メイン上部分*/
#pagemain {
	position:relative;
	width:800px;
	clear:both;
	background:url(../img2010/mainbg.gif) repeat-y ;
}

#pagemain .maintop {
    height:28px;
	width:800px;
	margin:0px;
	padding:0;
	background:url(../img2010/maintop.gif) no-repeat ;
}
#pagemain .maindown {
    height:14px;
	width:800px;
	margin:0px;
	background:url(../img2010/maindown.gif) no-repeat ;
}

#pagemain .boatrace {
	position:absolute;
	width:88px;
	left:700px;
	top:10px;
}
#pagemain h4 {
	width:380px;
	clear:both;
	margin-left:36px;
	margin-bottom:20px;
}

.totop {
	width:160px;
	margin-left:600px;
	margin-top:25px;
	margin-bottom:20px;
}
