@charset "UTF-8";

@import "reset.css";
@import "cmn_font.css";
@import "cmn_main.css";
@import "simpletabs.css";

/* ---------- hide ---------- */

div#contentsRight,
div#pageTop,
div#footerLink,
div#headerSearch,
div .headerRight,
div#glbNaviArea,
div#glbNaviAreaInner,
div#pagetit,
p.pageTop
 {
	display: none;
}

/* ---------- contents ---------- */
div#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* ---------- header ---------- */

div#header {
	height: 55px;
}



div#header h1 a {
	background-image: url(../images/header_logo01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 20px;
	width: 265px;
	text-indent: -9999px;
	font-size: 80%;
}

/* ---------- footer ---------- */

div#footer {
	background-image: url(../images/footer_bg01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fafafa;
	height: 110px;
}

div#footerInner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

/* ---------- section ---------- */

.section {
	width: 80%;
}

*html body .section {
	width: 740px;
}

*html body div .sectionLeft {
	float: left;
	width: 320px;
	margin-bottom: 30px;
}

*html body div .sectionRight {
	float: right;
	width: 320px;
	margin-bottom: 30px;
}

/* ---------- section ---------- */

div .sectionLeft {
	float: left;
	width: 365px;
	margin-bottom: 30px;
	margin-right: 20px;
}

div .sectionRight {
	float: left;
	width: 365px;
	margin-bottom: 30px;
}

*html body .sectionLeft {
	width: 350px;
}

*html body .sectionRight {
	width: 350px;
}


/* ---------- product ---------- */

* html .productList dl{
	float: left;
	width: 170px;
}


/* ---------- global network ---------- */

table.col3 {
	width: 80%;
	margin-bottom: 20px;
}

/* ---------- SSi ---------- */

body#ssi table,
boby#events table {
	width: 100%;
}

