@charset "utf-8";
body {
	font: 90% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background: #000000;
	text-align: center;
}
img a {
	border-style: none;
}
#innerbody {
	background: url(../images/bg_thin.png) repeat-x top;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 1024px;
}
#header {
	height: 95px;
}

h1 {
	float: left;
}
#header ul {
	float: right;
	padding-top: 50px;
	width: 400px;
}
#header ul a {
	color: #FFFFFF;
	text-decoration: none;
}
#header li {
	line-height: 100%;
	float: left;
	height: 20px;
	margin-left: 25px;
	background: url(../images/eyecatch.png) no-repeat;
	padding-left: 20px;
}
#globalmenu ul {
	height: 28px;
	padding-top: 7px;
	padding-bottom: 25px;
}
#globalmenu a {
	height: 28px;
	width: 90px;
	color: #2A6A80;
	text-decoration: none;
	display: block;
}
#globalmenu li {
	float: left;
	height: 28px;
	width: 90px;
	font-size: 1%;
	color: #ECE9D8;
	padding-right: 3px;
}
#globalmenu #cat {
	background: url(../images/menu_catalog.png) no-repeat;
}
#globalmenu #eq {
	background: url(../images/menu_eq.png) no-repeat;
}
#globalmenu #colm {
	background: url(../images/menu_column.png) no-repeat;
}
#globalmenu #wind {
	background: url(../images/menu_windsurf.png) no-repeat;
}
#globalmenu #deta {
	background: url(../images/menu_deta.png) no-repeat;
}
#globalmenu #home {
	background: url(../images/menu_home_ov.png) no-repeat;
}
#globalmenu #tec {
	background: url(../images/menu_tec.png) no-repeat;
}
#globalmenu #topic {
	background: url(../images/menu_arc.png) no-repeat;
}
#globalmenu #trip {
	background: url(../images/menu_trip.png) no-repeat;
}

#bread  {
	height: 20px;
	width: 1024px;
}
#bread  li  {
	font-size: 95%;
	padding-left: 10px;
	float: left;
}
#bread  a  {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 10px;
}

#main {
	height: auto;
	width: 1024px;
	background: url(../images/top_sidebar_bg.png) repeat-y 705px;
}

#main #left {
	height: auto;
	width: 680px;
	float: left;
}
#main #left h3 {
	background: url(../images/top_bar.png) no-repeat;
	height: 41px;
	font-size: 120%;
	padding-left: 30px;
	padding-top: 5px;
	line-height: 150%;
	padding-bottom: 20px;
}
#content {
	height: auto;
	margin-bottom: 30px;
	width: 680px;
}
#content h4 {
	font-size: 120%;
	color: #FFFFFF;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #2F7BA5;
}
#content h4 a {
	text-decoration: none;
}

#content p {
	font-size: 90%;
	line-height: 160%;
	padding-bottom: 10px;
}
#content a {
	color: #FFFFFF;
}

#content img {

}

#left h6 {
	clear: both;
	height: 50px;
	width: 680px;
	color: #2F7BA5;
	font-size: 95%;
}
#left h6 a {
	color: #2F7BA5;
}
#main #sidemenu {
	width: 300px;
	float: left;
	height: auto;
}
#sidemenu #month {
	margin-left: 35px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#sidemenu #latest {
	margin-left: 35px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#sidemenu h3 {
	font-size: 120%;
	color: #66FFFF;
	height: 27px;
	padding-left: 15px;
	line-height: 170%;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url(../images/mt_eyecatch.png) no-repeat;
}
#sidemenu ul {
	color: #FFFFFF;
	padding-left: 10px;
}

#sidemenu  ul a {
	color: #FFFFFF;
}

#sidemenu li {
	margin-bottom: 8px;
}

#sidemenu  #ad {
	margin-left: 35px;
	margin-top: 10px;
}
#sidemenu #flashad {
	padding-left: 33px;
	padding-top: 25px;
	padding-bottom: 10px;
}







#sidemenu img {
	padding-left: 35px;
	padding-top: 20px;
}

#footer {
	clear: both;
	height: 30px;
	width: 1024px;
}
#totop {
	clear: both;
	height: auto;
	width: 1024px;
}

#main h5 {
	height: 30px;
	padding-left: 730px;
	background: url(../images/eyecatch_g.png) no-repeat 710px 5px;
	line-height: 200%;
}
#main h5 a {
	color: #2F7BA5;
}
#footer a {
	color: #66FFFF;
	text-decoration: none;
}
#footer  p   {
	text-align: center;
	line-height: 150%;
	padding-top: 10px;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
