@charset "utf-8";
/* CSS Document */


/*--------------------------common--------------------------*/

#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	margin-top: 10px;
	height: 60px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

#header h1{
	float: left;
}

#header span{
	float: right;
}

#navi{
	clear: both;
}

#navi ul{
}

#navi li{
	float: left;
}

#footer{
	background-color: #D7D7D7;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 10px;
	font-size: 80%;
	clear: both;
}

#footer ul{
	padding-left: 30px;

}

#footer li{
	float: left;
}

#footer li a{
	margin-right: 8px;
	margin-left: 8px;
	color: #3C3C3C;
	text-decoration: none;
}

#footer li a:hover{
	color: #939393;
	text-decoration: underline;
}

#small{
	clear: both;
	font-size: 80%;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------*/


/*--------------------------index-------------------*/

#main_contents{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
}


/*-----------メインイメージスライドショー----------*/

#main_contents #main_img{
	width:890px;
	height:362px;
	position:relative;

}


#products {

}


#products .slides_container {
	width:890px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
}

/*表示*/
.slides_container span {
	display:block;
	width:890px;
	height:362px;
}

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

/*-------------------------------------------------*/



#main_contents #text_contents{
	background-image: url(../img/text_contents_bg.gif);
	background-repeat: no-repeat;
	height: 330px;
	position: relative;
	margin-top: 10px;
}

#main_contents #text_contents h2{
	position: absolute;
	top: 10%;
	left: 30%;
}

#main_contents #text_contents p{
	position: absolute;
	top: 60%;
	font-size: 100%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	letter-spacing: 1px;
	line-height: 20px;
	left: 17%;
}


/*-------------------------------------------------*/



/*----------------sub_common----------------------*/
#sub_contents{
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}

#sub_contents h2{
	margin-bottom: 10px;
}

#sub_contents h3{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#sub_contents dl{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 715px;
	margin-right: auto;
	margin-left: 95px;
	font-size: 100%;
	letter-spacing: 2px;
	line-height: 20px;
	margin-bottom: 10px;
	clear: both;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#sub_contents dt{
	float: left;
}

#sub_contents dd{
	margin-left: 120px;
}


/*-----------business--------------*/

#sub_contents h4{
	color: #bc1d1d;
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bc1d1d;
	margin-top: 15px;
	margin-bottom: 3px;
	width: 720px;
	margin-right: auto;
	margin-left: 95px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#sub_contents p{
	font-size: 100%;
	line-height: 18px;
	letter-spacing: 1px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-left: 20px;
}

#sub_contents .red{
	color: #BC1D1D;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#sub_contents .thum{
	display: block;
	text-align: right;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;

}

/*---------------------------------*/

/*-----------company---------------*/


#sub_contents #policy{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
}

#sub_contents #map_text{

}

#sub_contents #map{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
