@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------------------------------------
sub
----------------------------------------------------------------------------------------- */


#s_contents_area{
	clear: both;
	padding: 20px 0px 40px 0px;
	background-image: url(../image/subpage_bg.jpg);
	background-repeat: repeat-x;
	/*
	background-image: url(../image/index_bg.jpg);
	background-repeat: repeat;
	*/
}

#s_contents{
	margin: 0px auto 0px auto;
	width: 900px;
}

#sidebar{
	float: left;
	width: 240px;
	padding: 10px 0px 0px 0px;
}
.sidebar_title{
	clear: both;
	line-height: 30px;
	width: 200px;
	padding: 10px 0px 0px 40px;
	color: #ffffff;
	letter-spacing: 2px;
	font-weight: lighter;
	font-size: 14px;
	background-image: url(../image/sidebar_01.png);
	background-repeat: no-repeat;
}
.sidebar_c{
	background-image: url(../image/sidebar_02.png);
	background-repeat: repeat-y;
}
.sidebar_c ul{
}
.sidebar_c ul li{
}
.sidebar_c ul li a{
	padding: 10px 0px 10px 10px;
	margin: 0px 3px 0px 13px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	border-bottom: 1px dotted #454545;
}
.sidebar_c ul li a:link{
}
.sidebar_c ul li a:visited{
}
.sidebar_c ul li a:hover{
	background-color: #000000;
}
.sidebar_bottom{
	clear: both;
}




#contents{
	float: right;
	width: 660px;
	margin: 0px 0px 0px 0px;
	background-image: url(../image/contents_bg.jpg);
	background-repeat: repeat-x repeat-y;
	box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
}
#contents h3{
	background-image: url(../image/contents_title_bg.jpg);
	line-height: 70px;
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 2px;
	text-indent: 30px;
	font-weight: lighter;
}
#contents .text_box{
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
}
#contents .text_box p,.p_other,.p_other2{
	padding: 10px 0px 10px 0px;
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 16px;
}
.text_p_right{
	text-align: right;
	font-weight: bold;
}

.p_other{
}

.p_other table{
	width: 100%;
}

.p_other table th{
	width: 100px;
	background-color: #cccccc;
	text-align: left;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999999;
}

.p_other table td{
	background-color: #ffffff;
	text-align: left;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666666;
}


#contents .text_box_itempage{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
	border-bottom: 1px solid #282828;
}



/* -----------------------------------------------------------------------------------------
製品情報
----------------------------------------------------------------------------------------- */

.p_other2{
}

.p_other2 table{
	width: 100%;
}

.p_other2 table th{
	width: 180px;
	background-color: #cccccc;
	text-align: left;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999999;
}

.p_other2 table td{
	background-color: #ffffff;
	text-align: left;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666666;
}

.font1{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 20px 0px 10px 0px;
}



/* -----------------------------------------------------------------------------------------
実績
----------------------------------------------------------------------------------------- */

.image_list{
	padding: 20px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px dotted #333333;
}
.image_list h4{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	/*border-left: 5px solid #333333;*/
	border-left: 5px solid #cc0033;
	clear: both;
	font-weight: lighter;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
}


.image_list p a{
	display: block;
	width: 300px;
	height: auto;
	text-align: center;
	color: #ffffff;
	float: left;
	margin-bottom: 25px;
	font-size: 14px;
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
}
.il_l{
	margin-right: 20px;
}

/* 画像リサイズ用（サムネイル的）*/
.image_list a img{
	-ms-interpolation-mode: bicubic;
}

/* ▼ページ送り▼ ------------------------------------------- */
.nextp{
	padding: 20px 20px 10px 20px;
	position: relative;
	overflow: hidden;
}
.nextp ul{
  position: relative;
  left: 50%;
  float: left;
	padding: 0px 0px 20px 0px;
}
.nextp ul li{
  position: relative;
  left: -50%;
  float: left;
	padding: 0px 5px 0px 5px;
}
.nextp ul li a{
	font-weight: bold;
	font-size: 12px;
}
/* 番号リンク */
.anum a{
	position: relative;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.anum a:link{
	color: #666666;
	text-decoration: none;
}
.anum a:visited{
	color: #666666;
	text-decoration: none;
}
.anum a:hover{
	color: #666666;
	background-color: #ffeeee;
	border: 1px solid #ff0000;
}

/* next back リンク */
.se_num a{
	position: relative;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.se_num a:link{
	color: #666666;
	text-decoration: none;
}
.se_num a:visited{
	color: #666666;
	text-decoration: none;
}
.se_num a:hover{
	color: #666666;
	background-color: #ffeeee;
	border: 1px solid #ff0000;
}

/* 現在のページ */
.this_num div{
	position: relative;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #333333;
	border: 1px solid #333333;
	color: #ffffff;
}
/* ▲ページ送り▲ ------------------------------------------- */



/* -----------------------------------------------------------------------------------------
NEWS
----------------------------------------------------------------------------------------- */

.news_list{
	padding: 0px 0px 40px 0px;
	margin: 10px 0px 0px 0px;
	/*border-top: 1px dotted #333333;*/
}
.news_list h4{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	/*border-left: 5px solid #333333;*/
	border-left: 5px solid #cc0033;
	clear: both;
	font-weight: lighter;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
}
.news_image{
	text-align: center;
}


/* -----------------------------------------------------------------------------------------
会社概要
----------------------------------------------------------------------------------------- */

div#map_canvas{
	width: 618px;
	height: 618px;
	border: 1px solid #999999;
	margin: 10px 0px 0px 0px;
}



/* -----------------------------------------------------------------------------------------
お問合せ
----------------------------------------------------------------------------------------- */
.p_other textarea{
	width: 450px;
	height: 100px;
}

#att{
	margin: 15px 0px 0px 0px;
	text-align: center;
}

#mail_submit{
	margin: 15px 0px 0px 0px;
	text-align: center;
}
#mail_submit input{
	padding: 10px 10px 10px 10px;
}

#form_err1{
	border: 5px solid #ff0000;
	padding: 15px 10px 15px 10px;
	margin: 10px 0px 20px 0px;
	text-align: center;
	font-size: 16px;
	color: #ff0000;
	background-color: #FFF0F0;
}
#form_err2{
	border: 5px solid #333333;
	padding: 15px 10px 15px 10px;
	margin: 10px 0px 20px 0px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background-color: #F5F5F5;
}

.hiss{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}


/* -----------------------------------------------------------------------------------------
サイトマップ
----------------------------------------------------------------------------------------- */

#text_box_sitemap{
	margin: 0px 0px 30px 20px;
	padding: 20px 20px 10px 20px;
}

#text_box_sitemap ul li{
	list-style-type: square;
}
#text_box_sitemap ul li a{
	display: block;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	color: #333333;
}
#text_box_sitemap ul li a:hover{
	background-color: #F9F9F4;
}

.sitemap_sub_list{
	padding: 0px 0px 0px 30px;
}
.sitemap_sub_list ul li a{
	display: block;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	color: #333333;
}





































