@charset "utf-8";
/*@charset "shift_jis";*/
/* CSS Document */


/*------------------
 ページ全体
------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
	text-align:center;
}

h1, h2, p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
	font-style: normal;
}
a:visited {
	color: #690033;
}



/*------------------
 メインコンテンツ
------------------*/
#pagebody {
	width: 800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#main {
	/*position: absolute;*/
	width: 800px;
	margin-top: 20px;
	margin-bottom: 0;
	text-align:right;
}

.table_01 {
	width:95%;
	margin:20px 0px 20px 0px;
	padding:0px;
	border-collapse:collapse;
	font-size: 14px;
	line-height: 20px;
}

.table_01 th {
	width:10%;
	padding:8px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color:#3366CC;
}

.table_01 td {
	padding:8px 2px 2px 4px;

}

#tabel_text_s {
	font-size: 12px;
	line-height: 18px;
}

#point {
	width: 800px;
	height: 188px;
	background-image: url(../1107suc_biwakochallengecup/point_back.jpg);
	background-repeat: no-repeat;
	padding-top: 22px;
}



/*------------------
 フッタ
------------------*/
#event_toiawase {
	width: 800px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background-image: url(../../../img/bg01.gif);
	margin-top:20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#event_footer {
	position: relative;
	margin-top:20px;
	width: 800px;
	height: 140px;
	font-size: 12px;
	color: #666666;
	text-align:center;
	line-height: 16px;
	background-image: url(../img/event_foot_bg.gif);
	background-repeat: repeat-x;
}

#event_footer_a_l {
	position: absolute;
	top: 15px;
	left: 150px;
	width:200px;
	text-align:left;
}

#event_footer_a_r {
	position: absolute;
	top: 15px;
	left: 370px;
	width:400px;
	text-align:left;
}

#event_footer_link {
	position: absolute;
	top: 85px;
	left: 0px;
	width:800px;

}

#event_footer_copy {
	position: absolute;
	top: 120px;
	left: 0px;
	width:800px;

}



