/*------ 全体用 ------*/
body {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, sans-serif;
	color:#333;
	background: #E6F6FD no-repeat center top url(/imgs/water_bg.gif);
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 17px;
}
.bline{
	border-bottom: 2px solid #5DB6FF;
}
.gline{
	border-bottom: 2px dotted #DCDCDC;
}
.bdotline{
	border-bottom: 2px dotted #5DB6FF;
}
a:link {
	color: #0066FF;
}
a:visited{
	color: #5DB6FF;
}
a:hover{
	color: #FF9933;
	text-decoration: none;
}
#main {
	background: url(/imgs/main_bg2.gif) repeat-y;
	width: 808px;
	margin: auto;
}
/*------ header ------*/
#header {
	padding: 0 4px;
}
/*------ トピックパス ------*/
#pan{
	margin: 0 39px;
	text-align: right;
}
/*-- トップページ --*/
#topcontent {
	margin: 0 39px;
}
.news{
	float: left;
	width: 479px;
}
.course{
	float: right;
	width: 233px;
}
.course .item1 {
	padding: 5px 5px 0 15px;
}

.course .item2, .course .item{
	padding: 5px 5px 0 0;
}

.course .item1 img, .course .item2 img{
	padding: 3px 5px;
}

/*-- トップお知らせリスト --*/
ul.topcontentList{
	margin: 0;
	padding: 0;
}
ul.topcontentList li{
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 2px #DCDCDC;
	list-style: none;
	line-height: 130%;
}

/*-- カテゴリーリスト --*/
ul.contentList{
	margin: 0;
	padding: 0;
}
ul.contentList li{
	margin: 20px 10px;
	padding: 0 0 10px 0;
	border-bottom: 2px dotted #DCDCDC;
	background: url(/imgs/ar_list.gif) no-repeat;
	list-style: none;
	line-height: 130%;
	vertical-align: top;
}
.contentListTitle {
	margin: 5px 20px;
}
.contentListDescription {
	margin: 0 20px;
}

/*------ コンテンツ ------*/
#contents{
	margin: 0 39px;
	padding: 0 0 10px 0;
}

#contentTitle{
	background-image: url(/imgs/midashi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
}
#contentTitle h2{
	padding: 10px 15px;
	margin: 0;
}
#contentDescription {
	padding: 0 0 20px 15px;
	margin: 0 0 20px;
	border-bottom: 2px solid #5DB6FF;
}
#contentText{
	margin: 10px 15px;
}
/*-- 大会履歴アルバム --*/
#contents #gallery {
	text-align: center;
	margin-bottom: 15px;
}
#contents #gallery td{
	text-align: center;
	padding: 10px;
}
#contents #gallery img{
	padding: 5px;
	border: solid 1px #DCDCDC;
}
#contents #gallery a:hover img{
	background-color: #DCDCDC;
}
/*------ ページトップに戻る ------*/
#gotop{
	vertical-align: middle;
	text-align: right;
	margin: 0 39px;
	padding: 7px 0;
}
/*------ フッタ ------*/
#syusai{
	clear: both;
	margin: 45px 0 25px;
	width: 808px;
	background: url(/imgs/footer_bg.gif) no-repeat center;
}
#footer{
	background: url(/imgs/footer.gif) no-repeat bottom;
	text-align: center;
	padding: 10px 0 30px 0;
}
#footer hr{
	margin: 10px 39px;
	padding: 0;
	border-top: 1px solid #DCDCDC;
	height: 1px;
}
#sponsor {
	width: 742px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
}
#sponsor h4 {
	background: url(http://www.aquathlon.jp/files/6007.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 742px;
	margin: 10px 0 0;
	padding: 0;
}
#sponsor img {
	padding: 0 5px 5px 7px;
}
