@charset "UTF-8";

/* YUI resetの背景バグ修正
------------------------------------------------------------ */
html {
  background-color: transparent;
  background-image: none;
}

/* font
------------------------------------------------------------ */
body {
	color: #555;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	line-height: 1.615;
	background-color: #fdd;
	background-image: url(../images/spcl_bg1.gif);
	background-repeat: repeat-x;
	margin: 0;
}


/* リンク指定
------------------------------------------------------------ */
img{border:none;}

a { text-decoration: none; border:0; }
a:link { color: #666; border:0; }
a:visited { color: #666; }
a:hover { color: #000; 	text-decoration: underline;}




/* 共通
------------------------------------------------------------ */

.clear{
	clear: both;
}

#container {
	height: auto;
	width: 990px;
	margin: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0;
}

#main-bg {
	width: 990px;
	background-image: url(../images/spcl_bg2.png);
	background-repeat: repeat-y;
}

#main {
	width: 900px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	position: relative;
}

.btn {
}

.caption {
	font-size: 10px;
	line-height: 130%;
	color: #666;
	text-align: justify;
}

.link {
	font-size: 12px;
	color: #c01;
	margin-top: 5px;
}
.link a { color: #c01; text-decoration: none; border:0; }
.link a:link { color: #c01; border:0; }
.link a:visited { color: #c01; }
.link a:hover { color: #c01; 	text-decoration: underline;}



/* ヘッダー
------------------------------------------------------------ */

#header {
	height: 80px;
	width: 900px;
	margin-top: 10px;
	position: relative;
	vertical-align: middle;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header-logo {
	height: 60px;
	width: 207px;
	position: absolute;
	left: 0px;
	top: 10px;
}

#header-tl {
	height: 40px;
	width: 160px;
	position: absolute;
	right: 0px;
	top: 20px;
}



/* 導入部
------------------------------------------------------------ */

.lead-box0 {
	width: 900px;
	margin: 0 0 60px 0;
}

.lead-box1 {
	width: 900px;
	height: 140px;
	margin: 0;
}

.lead-box2 {
	height: 680px;
	margin: 0 0 20px 0;
}

.lead-box2-left {
	float:left;
	width: 440px;
}

.lead-box2-right {
	width: 440px;
	position: absolute;
	right: 0px;
}

.lead-box3 {
	width: 900px;
	height: 130px;
	margin-top: 20px;
}



/* 製品
------------------------------------------------------------ */

.prdt-box0 {
	width: 900px;
	margin: 0 0 45px 0;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.prdt-box1 {
	width: 730px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

.prdt-box1 h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
	letter-spacing: 0.1em;
	background-image: url(../images/tlbar_cas.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
}

.prdt-box1 h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
	letter-spacing: 0.1em;
	background-image: url(../images/tlbar_sd5.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
}

.prdt-box1 p {
	font-size: 13px;
	line-height: 180%;
	color: #666;
	text-align: justify;
}

.prdt-box1 .zu {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	text-align: center;
}


.prdt-spec {
	width: 730px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

.prdt-spec-table1{
	border-collapse: collapse;
	font-size: 10px;
	color: #666;
	line-height: 1.3em;
	margin: 10px 0 5px 0;
}
.prdt-spec-table1 p{
	font-size: 12px;
	color: #444;
	line-height: 1.6em;
}
.prdt-spec-table1 th{
	border: solid 1px #aaa;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #eee;
}
.prdt-spec-table1 td{
	border: solid 1px #aaa;
	padding: 10px;
	background-color: #FFF;
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
}
.prdt-spec-table1 h4{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

#table-none{
	border: none;
	background-color: #fff;
}


.prdt-contact {
	width: 730px;
	height: 380px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/contact_base.gif);
	background-repeat: no-repeat;
}

.prdt-contact-btn1 {
	position: absolute;
	left: 60px;
	top: 120px;
	height: 60px;
	width: 250px;
}

.prdt-contact-btn2 {
	position: absolute;
	left: 425px;
	top: 120px;
	height: 60px;
	width: 250px;
}




/* 昭電紹介
------------------------------------------------------------ */

.sdn-box1 {
	width: 730px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#sdn-btn1 {
	width: 730px;
	margin: 20px 0 20px 0;
}

#sdn-btn1 .sdn-btn1-btn {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block; 
	background-image: url(../images/sdn_btn1.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	height: 60px;
	width: 360px;
}

#sdn-btn1 .sdn-btn1-btn .sdn-btn1-btn-left {
	float:left;
	width: 360px;
}

#sdn-btn1 .sdn-btn1-btn .sdn-btn1-btn-right {
	position: absolute;
	right: 0px;
	width: 360px;
}

#sdn-btn1 a { color: #fff; text-decoration: none; display: block; background-image: url(../images/sdn_btn1.gif); }
#sdn-btn1 a:hover { color: #fff; text-decoration: none; display: block; background-image: url(../images/sdn_btn1_o.gif); }

.sdn-box1 h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	color: #666;
	text-align: justify;
}

.sdn-box1 p {
	font-size: 12px;
	line-height: 180%;
	color: #666;
	text-align: justify;
}

.sdn-box1 .zu {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	text-align: center;
}




/* ページトップに戻る
------------------------------------------------------------ */

#back-top {
	font-size: 10px;
	line-height: 20px;
	color: #c01;
	height: 40px;
	width: 900px;
}

#back-top-r a {
	list-style-type: none;
	color: #c01;
	height: 20px;
	margin-top: 10px;
	margin-right: 10px;
	display: block;
	float: right;
	background-image: url(../images/backarrow.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	background-position: right;
}



/* フッター
------------------------------------------------------------ */

#address {
	height: 60px;
	background-color: #c01;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
}
