@charset "shift_jis";

/*------------------------------*/
/* CSS Reset                    */
/*------------------------------*/
html, body  {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, p, ul, dl, dd, form{
    margin: 0;
    padding: 0;
}
img {
	border: 0;
}
/*
div {
	border-width : 1px;
	border-color : #156ad2;
	border-style : solid;

}
*/
/*------------------------------*/
/* Link Color                   */
/*------------------------------*/
a:link {color: #666666; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:hover {color: #2285af; text-decoration: underline;}
a:active {color: #2285af; text-decoration: underline;}

#navi a:link {color: #000099; text-decoration: none;}
#navi a:visited {color: #660000; text-decoration: none;}
#navi a:hover {color: #2285af; text-decoration: underline;}
#navi a:active {color: #2285af; text-decoration: underline;}





body {
	font-size: 90%;
	line-height: 150%;
	color: #484848;
    background-color : #e4e4e4;
}
td {
/*	font-size: 90%;*/
}
.cancel {	/*float clear*/
	width: 100%; /*IEバグ対策*/
	clear: both;
}




/*------------------------------*/
/* Header                       */
/*------------------------------*/
#header {
	width: 100%;
	background-image : url(../img/bg_top.gif);
}
#bghead{
	width: 785px;
	height: 320px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image : url(../img/bg_main.gif);
	background-repeat : no-repeat;
}

#header-in {
	width: 750px;
	height: 54px;
	margin: 0px auto 0px auto;
	position: relative;
	border-bottom-width : 2px;
	border-bottom-color : #156ad2;
	border-bottom-style : solid;
}
#header-in p.logo {
	position: absolute;
	left: 4px;
	top: 24px;
	width: 200px;	/*ロゴ画像の幅*/
	height: 30px;	/*ロゴ画像の高さ*/
	text-indent: -9999px;
	background: url(../img/logo.gif) no-repeat;
}
#header-in p.logo a {
	display: block; /*ロゴをクリックできるようにする*/
	width: 200px;
	height: 30px;
}
#header-in p.logo a:focus {
	outline: none; /*リンクの点線を消去(画像置換-Firefox対策)*/
}

#header-btn {
	width: 750px;
	height: 25px;
	margin: 10px auto 0px auto;
	position: relative;
}
#header-con-btn {
	width: 750px;
	height: 18px;
	margin: 10px auto 0px auto;
	position: relative;
}

#header-btn p.btn {
	position: absolute;
	left: 0px;
	top: 2px;
}

#header-in p.btn-inquiry {
	position: absolute;
	left: 420px;
	top: 35px;
	font-size: 70%;
    color: #999999;
    text-align : right;
}
#flash-waku-box {
	width: 750px;
	height: 210px;
	margin: 5px auto 0px auto;
	background: url(../img/flash_bg.gif) no-repeat;
	padding-top:0px;
}
#flash-box {
	width: 750px;
	height: 209px;
	margin-left: 0px;
}
/*------------------------------*/
/* All                          */
/*------------------------------*/
#heading {
	width: 750px;
	margin: 0px auto 0px auto;
}

#container {
	width: 785px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image : url(../img/bg_center.gif);
}
#topcontainer-in {
	width: 750px;
	margin: 0px auto 0px auto;
	position: relative;
	font-size: 90%;
}
#container-in {
	width: 750px;
	margin: -238px auto 0px auto;
	position: relative;
	font-size: 90%;
}
/*------------------------------*/
/* 製品内容                     */
/*------------------------------*/
a.seihin:link {color: #2285af; text-decoration: none;}
a.seihin:visited {color: #2285af; text-decoration: none;}
a.seihin:hover {color: #2285af; text-decoration: underline;}
a.seihin:active {color: #2285af; text-decoration: underline;}


#header-img {
	width: 750px;
	height: 69px;
	margin: 5px auto 10px auto;
	padding-top:0px;
}
#seihin-msg span.list {
  background-color : #999999;
  margin-left : 3px;
  margin-right : 5px;
  width : 14px;
  height : 12px;
  font-size : 14px;
}

#container table.work1 {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	border-top-width : 1px;
	border-left-width : 1px;
	border-top-style : solid;
	border-left-style : solid;
	border-top-color : #999999;
	border-left-color : #999999;
}
#container td.work1 {
	width: 230px;
	padding: 10px;
	vertical-align: top;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
}
#head-title-box {
	width: 210px;
	border-left-width : 10px;
	border-left-style : solid;
	border-left-color : #999999;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
	padding-left: 5px;
	margin: 0px auto 7px auto;
}
#head-title-box span.title {
	float: left;
	color: #0099cb;
}
#head-title-box span.subtitle {
	float: right;
	color: #999999;
	font-size : 90%;
}
/*------------------------------*/
/* 製品内容(ポップアップ)       */
/*------------------------------*/
#popheader {
	width: 100%;
}
#popbghead{
	width: 785px;
	height: 60px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image : url(../img/bg_main_pop.gif);
	background-repeat : no-repeat;
}
#header-in p.title {
	position: absolute;
	left: 4px;
	top: 34px;
	color: #156ad2;
	font-size: 110%;
	font-weight : bold;
}

#popcontainer {
	width: 785px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image : url(../img/bg_center.gif);
}
#popcontainer-in {
	width: 750px;
	margin: 10px auto 0px auto;
	position: relative;
	font-size: 90%;
}
#popcontainer table.work1 {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	border-top-width : 1px;
	border-left-width : 1px;
	border-top-style : solid;
	border-left-style : solid;
	border-top-color : #999999;
	border-left-color : #999999;
}
#popcontainer caption.work1 {
	width: 750px;
    text-align : left;
	background-image : url(../img/container_cap.gif);
	background-repeat : no-repeat;

}
#popcontainer td.work1 {
	width: 230px;
	padding: 10px;
	vertical-align: top;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
}
#popcontainer ul{
	list-style: none;
	padding : 0px 0px 2px 8px;
}
#popcontainer li{
	font-size: 90%;
	line-height : 120%;
	list-style: none;
/*	height: 30px; */
	margin-top: 6px; /*リストの縦間隔*/
	padding: 0px 0px 0px 15px; /*マーカーとテキストの位置調整*/
	background: url(../img/list_01.gif) no-repeat center left;
}


/*------------------------------*/
/* Navigation                   */
/*------------------------------*/
#navi {
	width: 200px;
	margin-top: 10px;
	padding-right: 5px;
	float: left;
/*background-color:pink;*/
}
#navi h3 {
	width: 180px;	/*画像の幅*/
	height: 16px;	/*画像の高さ*/
	font-size: x-small;
	text-indent: -9999px;
	background: url(../img/title1.gif) no-repeat;
}

#navi ul{
	list-style: none;
	padding-right : 5px;
}
#navi li{
	font-size: 100%;
	line-height : 120%;
	list-style: none;
/*	height: 30px; */
	margin-top: 5px; /*リストの縦間隔*/
/*	padding: 10px 0px 0px 35px; *//*マーカーとテキストの位置調整*/
/*	background: url(../img/marker_navi.gif) no-repeat center left;*/
}

/*------------------------------*/
/* トップページ                 */
/*------------------------------*/

#contents {
	width: 545px;
	margin-bottom: 5px;
	background: url(../img/vertical_dot.gif) top right repeat-y;
	float: left;
}


#main {
	width: 530px;
	margin: 0px 0px 0px auto;
	float: right;
}


#work1 {
	margin-bottom: 25px;
}
#work1 h2 {
	width: 530px;	/*画像の幅*/
	height: 16px;	/*画像の高さ*/
	font-size: x-small;
	text-indent: -9999px;
	background: url(../img/title2.gif) no-repeat;
	margin-bottom: 5px;
}
#work1 table.top-work1 {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	border-top-width : 1px;
	border-left-width : 1px;
	border-top-style : solid;
	border-left-style : solid;
	border-top-color : #666666;
	border-left-color : #666666;
}
#work1 td.top-work1 {
	padding: 3px;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #666666;
	border-color : #666666;
}

#work2 {
	margin-bottom: 25px;
}
#work2 h2 {
	width: 530px;	/*画像の幅*/
	height: 20px;	/*画像の高さ*/
	font-size: x-small;
	text-indent: -9999px;
	background: url(../img/title3.gif) no-repeat;
	margin-bottom: 5px;
}

#work2 ul{
	list-style: none;
	padding : -5px 5px 5px 5px;
}
#work2 li{
	font-size: 90%;
	line-height : 120%;
	list-style: none;
/*	height: 30px; */
	margin-top: 6px; /*リストの縦間隔*/
	padding: 5px 0px 0px 15px; /*マーカーとテキストの位置調整*/
	background: url(../img/sankaku1.gif) no-repeat center left;
}
#work2 table.top-work2 {
	width: 520px;
	color : #666666;
}

#work3 {
	margin-bottom: 25px;
}
#work3 h2 {
	width: 530px;	/*画像の幅*/
	height: 20px;	/*画像の高さ*/
	font-size: x-small;
	text-indent: -9999px;
	background: url(../img/title4.gif) no-repeat;
	margin-bottom: 5px;
}

#work3 ul{
	list-style: none;
	padding : -5px 5px 5px 5px;
}
#work3 li{
	font-size: 90%;
	line-height : 120%;
	list-style: none;
/*	height: 30px; */
	margin-top: 6px; /*リストの縦間隔*/
	padding: 5px 0px 0px 15px; /*マーカーとテキストの位置調整*/
	background: url(../img/sankaku1.gif) no-repeat center left;
}
#work3 table.top-work3 {
	width: 520px;
	color : #666666;
}

#work4 {
	margin-bottom: 25px;
}
#work4 h2 {
	width: 530px;	/*画像の幅*/
	height: 20px;	/*画像の高さ*/
	font-size: x-small;
	text-indent: -9999px;
	background: url(../img/title5.gif) no-repeat;
	margin-bottom: 5px;
}

#work4 ul{
	list-style: none;
	padding : -5px 5px 5px 5px;
}
#work4 li{
	font-size: 90%;
	line-height : 120%;
	list-style: none;
/*	height: 30px; */
	margin-top: 6px; /*リストの縦間隔*/
	padding: 5px 0px 0px 15px; /*マーカーとテキストの位置調整*/
	background: url(../img/sankaku1.gif) no-repeat center left;
}
#work4 table.top-work4 {
	width: 520px;
	color : #666666;
}

/*------------------------------*/
/* Contents                     */
/*------------------------------*/
a.con:link {color: #2285af; text-decoration: none;}
a.con:visited {color: #2285af; text-decoration: none;}
a.con:hover {color: #2285af; text-decoration: underline;}
a.con:active {color: #2285af; text-decoration: underline;}


#main-contents {
	width: 535px;
	margin: -10px 0px 0px 0px;
	padding-top : 15px;
	padding-left : 30px;
	float: right;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #999999;
}
#navi-contents {
	width: 184px;
	margin-top: -15px;
	padding-right: 0px;
	float: left;
}

#navi-contents ul{
	margin-left: 10px;
	list-style: none;
}
#navi-contents li{
	list-style: none;
	height: 20px;
	margin-top: 7px; /*リストの縦間隔*/
	margin-bottom: 7px; /*リストの縦間隔*/
	padding: 0px 0px 5px 15px; /*マーカーとテキストの位置調整*/
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #999999;
	background: url(../img/list_03.gif) no-repeat center left;
}

#contents-head-box {
	width: 515px;
	border-left-width : 10px;
	border-left-style : solid;
	border-left-color : #999999;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
	padding-left: 10px;
	margin: 0px auto 15px auto;
}
#contents-head-box span.title {
	font-weight : bold;
	font-size: 120%;
	float: left;
	color: #0099cb;
}
#contents-head-box span.subtitle {
	float: right;
	color: #999999;
	font-size : 90%;
}

#main-contents table.work1 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	border-top-width : 1px;
	border-left-width : 1px;
	border-top-style : solid;
	border-left-style : solid;
	border-top-color : #999999;
	border-left-color : #999999;
}
#main-contents caption.work1 {
	padding-left: 10px;
	width: 100%;
    text-align : left;
	border-width : 1px 1px 0px 1px;
	border-style : solid solid none solid;
	border-color : #999999 #999999 #999999 #999999;
    background-color : #e4e4e4;
}

#main-contents td.work1 {
    text-align : center;
	padding: 3px;
	width: 4%;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
    background-color : #e4e4e4;
}
#main-contents td.work2 {
	padding: 3px;
	width: 35%;
	vertical-align: top;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
}
#main-contents td.work3 {
	padding: 3px;
	width: 61%;
	vertical-align: top;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
}
#main-contents td.work4 {
    text-align : center;
	padding: 3px;
	width: 30%;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
    background-color : #e4e4e4;
}
#main-contents td.work5 {
	padding: 3px;
	width: 70%;
	vertical-align: top;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-style : solid;
	border-right-style : solid;
	border-bottom-color : #999999;
	border-color : #999999;
}

#main-contents div.hanbai {
	padding: 0px;
	width: 132px;
	float: left;
}

#main-contents div.sitemap1 {
	padding: 0px;
	width: 170px;
	float: left;
}
#main-contents div.sitemap2 {
	padding: 0px;
	width: 400px;
	float: left;
}
#main-contents div.sitemap3 {
	padding: 0px;
	width: 250px;
	float: left;
}

/*------------------------------*/
/* お問い合わせ                 */
/*------------------------------*/

.inquiry-box {
	width: 100%;
}
.inquiry-box table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse : collapse ;
}
.inquiry-box td {
	white-space: nowrap;
}
.inquiry-box td.cell1{
	width: 30%;
	background-color: #f3f3f3;
}
.inquiry-box td input{
	width: 270px;
}
.inquiry-box td input.check{
	width: 20px;
}
.inquiry-box td textarea{
	width: 300px;
	height: 9em;
}
#inquiry-btn-wrapper {
	width: 100%;
    text-align : center;
	margin: 10px auto 0px auto;
}
.inquiry-box textarea.kojin{
	width: 500px;
	height: 7em;
	background-color : #f1eacf;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #999999 #999999 #999999 #999999;
	font-size: 80%;
}


/*------------------------------*/
/* Footer                       */
/*------------------------------*/
#bgfooter {
	width: 785px;
	margin: 0px auto 0px auto;
	background-image : url(../img/bg_foot.gif);
	background-repeat : no-repeat;
}
#footer {
	width: 750px;
	height: 40px;
	margin: 0px auto 0px auto;
	border-top-width : 2px;
	border-top-color : #156ad2;
	border-top-style : solid;
}
#footer-in {
	font-size: 80%;
    color: #666666;
	width: 750px;
	height: 87px;
	margin: 0px auto 0px auto;
	position: relative;
    text-align : center;
}
