@charset "utf-8";


/*
===== CONTENTS ===========================================

	1: reset 
	2: body and base setting
	3: link setting

==========================================================
*/


/*
===== 1: reset =================================
*/

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form{
	margin:0px;
	padding:0px;
}

/*
===== 2: body and base setting ===========================
*/


body {
	text-align:center;/* box centering */
	/*font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;*/
	margin: 0px;
	padding: 0px;
	background:transparent;
	color:#000;
	font-size: 12px;
	
}

* html body{
	font-size: 75%;
}

*+html body{
	font-size: 75%;	
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	line-height: 1.5em;/* base line height */
	text-align: left;
	display: block;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

table {
	margin : 0px;
	padding: 0px;
	empty-cells: show;
	font-size: 12px;
}

table th{
	text-align: left;
}

img{
	border:none;
	vertical-align:top;
}

ul,ol{
	list-style:none;
}

input,textarea,select{
	color:#444;
	font-family:sans-serif;
}


/*
===== 3: link setting ===========================
*/
a:link,
a:visited{
	color: #232323;
}

a:hover,
a:active{
	color: #ff6600;
}



/*
===== 4: layout ==========================================
*/

div#container{
	
}

div#wrapper{
	margin: 0px auto;
	width: 920px;
	background-color:#FFF;/*yinhena_edit*/
}

/*yinhena_edit S*/
.btn{padding:12px 0px 9px 0px;overflow:hidden;clear:both;}
.btn ul{list-style:none;}
.btn ul li{float:left;margin-right:7px;}
.btn ul li.last{margin-right:0px;}
.btn ul li a{border:0px;}



div.limit{
	margin: 0px 0px 11px 0px;
	text-align: center;
}

.tableA,.tableB,.tableC{text-align:center;margin:0px auto; margin:7px auto 6px auto;}

div.attendantBox,div.attendantBoxB,div.attendantBoxC{width:920px;background-color: #fff;overflow:hidden;}
.tableA div.boxLe{text-align:center;width:102px;clear:both;}
.tableA div.boxRi{text-align:center;width:102px;clear:both;}

.tableB div.boxLe{text-align:center;width:115px;clear:both;}
.tableB div.boxRi{text-align:center;width:115px;clear:both;}

div.attendantBoxC div.boxL{float:left;width:26px;}
div.attendantBoxC div.boxR{float:left;padding:0px 15px 0px 8px;}

.menubox{width:960px;margin:10px auto;text-align:center;}
.menuimgbox{width:960px;_width:963px;margin:0px auto;}
.menuimgbox a{float:left;margin-right:1px;}

div.dropmenu{width:960px; margin:0px auto;margin-top:0px;clear:both;}
div.dropmenu ul{background-color:#55331A;clear:both;}
div.dropmenu ul.sea{background-color:#0E4B9E;}
div.dropmenu ul.lake{background-color:#0E4B9E;}
div.dropmenu ul.river{background-color:#0E4B9E;}
div.dropmenu ul.fitness{background-color:#EF4F1F;}
div.dropmenu ul.running{background-color:#EF4F1F;}
div.dropmenu ul.activesports{background-color:#EF4F1F;}
div.dropmenu ul ul{background-color:#F9F3EF;border:1px solid #55331A;}
/*yinhena_edit E*/

div.searchpurpose{
	margin: 0px 0px 20px 0px;
}


div.searchpurpose ul li{
	margin: 0px 6px 0px 0px;
	float: left;
}

div.searchpurpose ul li.last{
	margin: 0px 0px 0px 0px;
	float: right;
}


div.searchpurpose p.boxL{
	width: 165px;
	float: left;
	display: inline;
}


div.searchpurpose div.boxR{
	width: 750px;
	float: right;
	display: inline;
}


/*
===== 00: CLEARFIX ==========================================
*/
.section:after
{ content: url(../img/pixel.gif); display: block; clear: both; height: 0; }

.section
{ display: inline-block; }

.section
{ display: block; }

/* MacIE \*//*/
.section
{ overflow: hidden; }
/* */
