@charset "EUC-JP";

/* 外部スタイルシートの読み込み */
@import "../index/index.css";
@import "../company/company.css";
@import "../link_list/link_list.css";
@import "../harness/harness.css";
@import "../privacy/privacy.css";
@import "../business/business.css";
@import "../contact/contact.css";
@import "../tube/tube.css";
@import "../flat/flat.css";
@import "../topics/topics.css";
@import "../electric/electric.css";
@import "../many_core/many_core.css";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	text-align: center;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 744px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
	background: url("./image/wrapper.jpg") repeat-y;
}


table th,td {
  font-size: 10pt;
}


img {
	border: 0px;
}


/* リンク */
a:link {
	border: 0px;
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	border: 0px;
		text-decoration: underline;
	color: #0000FF;
}
a:active {
	border: 0px;
}
a:hover {
	border: 0px;
}


h1{
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}


/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 744px;
	height: 73px;
	vertical-align: bottom;
	background: url("./image/header.jpg") no-repeat;
}

.header2 {
	width: 744px;
	height: 21px;
	text-align: right;
	padding: 0px 0px 0px 15px;
	background: url("./image/header2.jpg") no-repeat;
}


.header_area2 {
	width: 712px;
	margin: 0px 16px 0px 0px;
	padding: 3px 0px 0px 0px;
}
/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/
/* top_menu (上部に表示されているメニュー)*/
.top_wide_menu {
	width: 744px;
	height: 23px;
	padding: 0px 0px 0px 15px;
	background: url("./image/botton_bg.jpg") repeat-y;
}

.top_menu_box {
	float:left;
}

.menu_box{
	width: 185px;
	text-align: center;
	float: left;
}

a:link.link_visit {
	text-decoration: none;
	color: #0000FF;
}
a:visited.link_visit {
	text-decoration: none;
	color: #0000FF;
}

a:link.link_visit_top {
	text-decoration: none;
	color: #0066CC;
}
a:visited.link_visit_top {
	text-decoration: none;
	color: #0066CC;
}

/*
==================================================================
HARNESS_MENU
==================================================================
*/

.harness_menu_box {
	width: 645px;
	margin: 15px 33px 0px 34px;
}

.harness_menu {
	float: left;
	width: 195px;
	font-size: 0px;
	margin: 0px 30px 0px 0px;
}

.harness_menu_right {
	float: right;
	width: 195px;
	font-size: 0px;
}

/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 744px;
	text-align: left;
	background: url("./image/contents_bg.jpg") no-repeat;
}

.contents_margin {
	width: 712px;
	margin: 0px 0px 0px 16px;
	text-align: left;

}

.contents_area {
	width: 712px;
	margin: 10px 0px 0px 3px;
	padding: 0px 0px 20px 0px;
}

.contents_tbl {
	width: 705px;
}

.contents_left_bg {
	width: 20px;
	vertical-align: top;
}

.contents_right_bg {
	width: 20px;
	vertical-align: bottom;
}

.contents_line {
	width: 6px;
	height: 100%;
	margin: 0px 3px 0px 3px;
	background: url("./image/contents_line.jpg") repeat-y;
	background-position: right;
}

.contents_line2 {
	width: 4px;
	height: 100%;
	padding: 0px 0px 0px 3px;
	background: url("./image/contents_line.jpg") repeat-y;
	background-position: right;
}

.contents_center {
	width: 635px;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}


.contents_top_jump {
	text-align: center;
	padding: 10px 0px 0px 0px;
}

/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	clear: both;
	width: 744px;
	height: 23px;
	color: #FFF;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
	background: url("./image/footer.jpg") no-repeat;
}


.footer_box{
	float: left;
	width:500px;
	text-align: left;
}

.footer_text {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}

/* このページのTOPへ戻る */
.top_lnk_box{
	float: right;
}

.copyright {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}

.page_top_jump {
	width: 225px;
	text-align: right;
	line-height: 13px;
	float: left;
}

a.page_top_jump_lnk {
	font-size: 10px;
	color: #0033CC;
}

/*  */
.turning_page {
	width: 641px;
	text-align: center;
}
