@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_middle.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;
}
#title h2 {
	margin-top: 2px;
}

#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_ov.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.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;
}
#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/eq_bic293_bg.png) repeat-y left;
	color: #333333;
	font-size: 90%;
	line-height: 160%;
}
#content {
	height: auto;
	width: 655px;
	float: left;
}
#main h3 {
	color: #FFFFFF;
	background: #003D8D;
	width: 580px;
	height: 20px;
	padding-left: 20px;
	font-size: 110%;
	margin: 25px 25px 20px;
}
#content p {
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
#content img {
	padding-bottom: 15px;
	padding-left: 20px;
}
#content  h6 {
	padding-left: 90px;
	height: 120px;
	width: 550px;
}



#side {
	float: left;
	height: auto;
	width: 335px;
}
#side #company {
	background: #CCCCCC;
	margin-top: 25px;
	margin-bottom: 20px;
	height: auto;
	width: 310px;
}
#side h4 {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 100%;
	text-transform: uppercase;
}
#side #company ul {
	padding-left: 20px;
	margin-bottom: 15px;
}
#side #company a {
	color: #333333;
	text-decoration: underline;
}
#side #box {
	background: url(../images/eq_bic293_sidebg.png) repeat-y;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	width: 310px;
	margin-bottom: 20px;
}
#side #box img {
	padding: 0px;
	margin: 10px 10px 10px 15px;
}
#side p {
	color: #000066;
	margin-top: 15px;
	width: 310px;
}
#totop {
	clear: both;
	height: auto;
	width: 1024px;
}



#main   h5 {
	color: #666666;
	background: url(../images/eyecatch_w.png) no-repeat 0.5px;
	height: 30px;
	margin-left: 720px;
	padding-top: 10px;
}

#main   h5   a {
	text-decoration: none;
	color: #333333;
	height: 40px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 150%;
}

#footer {
	height: auto;
	width: 1024px;
}
#footer  p   {
	text-align: center;
	line-height: 150%;
}
#footer img {
	margin-right: 10px;
	margin-top: 15px;
	border-style: none;
	margin-bottom: 15px;
}

/* 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;}
