/* ********************************
	import
******************************** */

@import "../css/cable.css";
@import "../css/site_map.css";
@import "../css/energy.css";
@import "../css/saiyou.css";
@import "../css/privacy_policy.css";
@import "../css/contact.css";
@import "../css/product.css";
@import "../css/maker.css";
@import "../css/company.css";
@import "../css/top.css";

/* ********************************
	body
******************************** */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
}

.oneColLiqCtr #contain {
	width: 888px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	background-image: url(../bg.jpg);
	background-repeat: repeat-y;
}
.oneColLiqCtr #mainContent {
	background-image: url(../bg.jpg);
	background-repeat: repeat-y;
}

p {
	color: #333;
}

b {
	color: #ff0000;
	font-size: 10px;
}

#b1 {
	color: #333;
	font-size: 12px;
}

a:link, a:visited, a:hover, a:active {
 text-decoration:underline;
 color: #333;
 }

h2 {
	width: 660px;
	height: 40px;
	padding: 0;
	margin: 0 0 11px 0;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	vertical-align: top;
}

h3 {
	padding: 0;
	margin: 0 0 11px 0;
	color: #111987;
}

dt {
	color: #111987;
	font-weight: bold;
	border-bottom: #333 1px solid;
	margin-left: 10px;
}

dl {
	margin-bottom: 11px;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#container {
	position: relative;
	background: #fff url(../img/bg.gif) repeat-y;
	text-align: left; /* For IE, see above */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	min-height: 1em;
	display: inline-table;
}

/* ********************************
	header
******************************** */

#pageheader {
	width: 880px;
	height: 59px;
	margin: 0;
	padding: 0;
	background: url(../img/header_bg.gif) repeat-x;
}

#logo {
	margin: 0;
	padding: 23px 0 0 11px;
}

/* ********************************
	menu
******************************** */

#menu {
	width: 880px;
	height: 30px;
	margin: 0;
	padding: 0;
	clear: left;
	line-height: 0px;
	font-size: 0px;
}

#globalmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#globalmenu li {
	float: left;
}

/* ********************************
	下層ページメニューライン
******************************** */

#menu_line {
	width: 880px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(../img/menu_line.gif) repeat-x;
	overflow: hidden;
	vertical-align: top;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

/* ********************************
	下層ページLEFTメニュー
******************************** */

#left {
	background: #F7F6F2;
	width: 190px;
	height: 100%;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../img/left_co_bg.gif) repeat-y;
}

/* ********************************
	下層ページRIGHT
******************************** */

#right {
	width: 660px;
	float: left;
	padding: 0 0 0 13px;
	margin: 0;
}

/* ********************************
	footer
******************************** */

#footer {
	width: 888px;
	height: 55px;
	padding: 0;
	margin: 0 0 0 -3px;
	text-align: left;
	background: #fff url(../img/footer_bg.gif)  no-repeat;
	z-index:300;
	position: absolute;
}

#footer p.p1 {
	margin: 0;
	padding: 31px 10px 10px 0;
	color: #333;
	font-size: 12px;
	line-height: 14px;
	float: right;
}

#footer p.p2 {
	margin: 0;
	padding: 14px 0 0 31px;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	line-height: 14px;
	float: left;
}

.top {
	width: 96px;
	height: 15px;
	margin-top: 20px;
	padding: 0;
	float: right;
}
