@charset "utf-8";

/*-------------------common---------------------------*/

body{
	background-color: #f2f2f8;
}

#container{
	width: 950px;
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#header{
	padding-top: 15px;
	height: 50px;
}

#header h1{
	width: 450px;
	float: left;
	text-indent: 5px;
}

#header span{
	float: right;
	margin-right: 5px;
}

#navi{
	width: 100%;
	clear: both;
	height: 57px;
	margin: 0 auto 30px auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d92a6+0,818694+100 */
background: #8d92a6; /* Old browsers */
background: -moz-linear-gradient(top,  #8d92a6 0%, #818694 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8d92a6 0%,#818694 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8d92a6 0%,#818694 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d92a6', endColorstr='#818694',GradientType=0 ); /* IE6-9 */

}

#navi ul{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#navi li{
	float: left;
}

#footer{
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
	clear: both;
	margin-top: 20px;
	height: 95px;
	line-height: 20px;
	position:relative;
}

#footer #left_section{
	color: #FFFFFF;
	float: left;
	position:absolute;
	top:15%;
	line-height: 30px;
	text-indent: 5px;
}

#title{
	font-size: 140%;
}

#address{
	font-size: 100%;
}

#footer ul{
	color: #FFFFFF;
	font-size: 100%;
	position:absolute;
	top:32%;
	left: 37%;
	width: 700px;
}

#footer li{
	float: left;
	margin-left: 20px;
}

#footer li a{
	padding-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer li a:hover{
	color: #040d39;
	text-decoration: underline;
}

#small{
	color: #FFFFFF;
	font-size: 100%;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	right: 270px;
}

#fsize{
	font-size: 90%;
}



.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	zoom:1;/*IE5.5-7p*/
}

p{
	letter-spacing: 1px;
}
/*-------------------------------------------------*/


#mainImg {
	margin: 25px 0 0 0;
	min-width:1240px; 
	height: 500px;
	overflow: hidden;
	position: relative;
}

 
#mainImg img {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

/*


#mainImg {
	margin: 0 auto;
	width: 950px;
	height: 372px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
 
#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}
*/






/*-------------------index.html--------------------*/

#main_contents,.footer{
	width: 950px;
	margin: 0 auto;
}


#main_contents #left_section{
	float: left;
	width: 450px;
}


#top_left{
	float:left;
	width:40%;
}

#top_left ul li{
	margin-bottom: 10px;
	margin-left: 10px;
}

#top_right{
	float: right;
	width: 55%;
	line-height: 160%;
	border: 1px solid #040d39;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-right: 10px;
}

#top_right p{
	width: 95%;
	padding-top: 8px;
}

/*-----------CC[WXChV[----------*/

#products_example {
	position:relative;
/*	padding-left: 35px;
	padding-top: 30px;
*/}

#products {
}

#products .slides_container {
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}


.slides_container span {
	display:block;
	width: 680px;
	height: 480px;
}

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
	display:none;
}



/*----------------index---------------------------------*/


#left_section #article span img{
	text-align: center;
	margin-left: 50px;

}


#right_section{
	float: right;
	width: 500px;
}

#right_section h2{
	text-align: center;
	width: 500px;
	display: table-cell;
	vertical-align: middle;
	layout-grid-line:500px;
	height: 400px;
}

#right_section h2 img{
	vertical-align: middle;
}

#right_section #article{
	width: 415px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;

}


#right_section h3{
	font-size: 160%;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #040d39;
	color: #040d39;
	margin-top: 15px;
	margin-left: 10px;
	width: 50%;
}

#right_section p{
	font-size: 100%;
	margin-left: 10px;
	margin-top: 10px;
	letter-spacing: 1px;
	line-height: 20px;
}

#right_section p a{
	text-align: right;
	display: block;
}

/*---------------------------------------------------------------*/



/*-----------------------sub_common---------------------------*/
#sub_contents{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#sub_h2{
	margin-top: 10px;
}

h3{
	clear: both;
}

.red{
	color:#FF0000;
}
.blue{
	color: #141644;
}

.left{
	float: left;
}

.right{
	float: right;
}

.contact{
	display: block;
	margin-top: 30px;
}

.contact span{
	width: 300px;
	display: block;
	margin-left: 30px;
	float: left;
	font-size: 100%;
	text-align: left;
	line-height: 17px;
}

.contact img{
	text-align: center;
	display: block;
}

#sub_text{
	font-weight: bold;
	font-size: 120%;
	line-height: 25px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.frame:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


.frame{
	background-color: #FFFFFF;
	border: 1px solid #333333;
}


/*-------------------questions.html------------------------------*/

#queston{
}

#queston dl{
	margin-top: 35px;
}

#queston dt{
	font-size: 140%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	font-weight: bold;
}


#queston dd{
	margin-top: 5px;
	border: 1px solid #484848;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 110%;
	padding-left: 32px;
	letter-spacing: 1px;
	line-height: 120%;
	background-color: #FFFFFF;
}

/*-------------------questions.htmlI------------------------------*/


/*-------------------company.html------------------------------*/

#company{
	background-color: #FFFFFF;
	border: 1px solid #333333;

}

#company dl{
	font-size: 120%;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	margin-top: 10px;
	width: 550px;
	line-height: 140%;
}

#company dt{
	float: left;
}

#company dd{
	margin-left: 170px;
}

#company p{
	font-size: 120%;
	margin-top: 30px;
	line-height: 120%;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*-------------------company.htmlI------------------------------*/

/*-------------------kakou.html------------------------------*/

#kakou{
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

#kakou dl{
	width: 450px;
	font-size: 120%;
	line-height: 140%;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 10px;
}

#kakou dt{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
}

#kakou dt span{
	font-size: 80%;
	margin-left: 20px;
}


#kakou dd{
	text-align: center;
	display: block;
	margin-top: 15px;
}

#kakou .right span{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	display: block;
	margin-top: 280px;
	padding: 3%;
	margin-right: 40px;
	font-size: 90%;
	line-height: 120%;
	width:350px;
}

#kakou .right span h4{
	font-weight: bold;
	margin-bottom: 5px;
}

#kakou #draw{
	clear: both;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

#kakou h5{
	font-size: 120%;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom:10px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #141644;
}

#kakou p{
	text-align:center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 20px;
	margin-top:10px;
	margin-bottom: 10px;
}

/*-------------------kakou.htmlI------------------------------*/

/*-------------------irai.html------------------------------*/

#irai{
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

#irai ul{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#irai li{
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#irai p{
	width: 350px;
	font-size: 120%;
	line-height: 120%;
	margin-left: 20px;
}

#irai .right img{
	margin-right: 15px;
	margin-bottom: 40px;
	margin-top: 20px;
}

#rei{
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

#rei div{
	display: block;
}

#rei h4{
	font-size: 120%;
	margin-left: 20px;
	margin-top: 20px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #141644;
}

#rei dl{
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 270px;
}

#rei dt{
}

#rei dd{
	margin-top: 10px;
}

#towa{
	text-align: center;
}

#towa h2{
	text-align:left;
	margin-top: 20px;
}

#towa .frame img{
	margin-top: 10px;
	margin-bottom: 10px;
}

#towa a img{
	margin-right: 10px;
	margin-left: 10px;
}

#towa strong{
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 140%;
	margin-bottom: 20px;
	line-height: 20px;
}


#towa p{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
}

/*-------------------------------------------------*/

/*-------------------contact.html------------------------------*/

#contact p{
	font-size: 120%;
	line-height: 40px;
	text-indent: 70px;
}

#contact table{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#contact tr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}

#contact th{
	text-indent: 10px;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 140%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}

#contact th b{
	margin-left: 5px;
}

#contact td{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contact span{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

/*-------------------------------------------------*/

/*-------------------contact.html------------------------------*/

#thanks p{
	text-align: center;
	font-size: 140%;
}
