/* base_design */

*{
	margin: 0;
	padding: 0;
}

body{
	text-align: left;
	background: #CCD7FF;
	font-family:"ＭＳ ゴシック",sans-serif;
	font-size: 12px;
	color: #222222;
}

img{
	border: none;
}

a:link{
	text-decoration: underline;
	color: #555566;
}

a:visited{
	text-decoration: underline;
	color: #555566;
}

a:active{
	text-decoration: underline;
	color: #555566;
}

a:hover{
	text-decoration: underline;
	color: #5577BB;
}


/* base_layout */

#header{
    position: absolute;
	top: 0px;
    left: 50%;
    width: 800px;
    height: 92px;
    margin-left: -400px;
	background: #EEEEEE url("../../img/production/header.gif") no-repeat;
}

.h-logo{
	margin:0px 0px 0px 20px;
}

#top{
	position: absolute;
	top: 92px;
	left: 50%;
	width: 800px;
	height: 120px;
	margin-left: -400px;
	background-color: #FF9922;
	background-image: url(../../img/production/top.jpg);
	background-repeat: no-repeat;
}
#top_faq{
	position: absolute;
	top: 92px;
	left: 50%;
	width: 800px;
	height: 120px;
	margin-left: -400px;
	background-color: #FF9922;
	background-image: url(../../img/production/top_faq.jpg);
	background-repeat: no-repeat;
}
#top_sale{
	position: absolute;
	top: 92px;
	left: 50%;
	width: 800px;
	height: 120px;
	margin-left: -400px;
	background-color: #FF9922;
	background-image: url(../../img/production/top_faq_sale.jpg);
	background-repeat: no-repeat;
}

#layout{
    position: absolute;
	top: 212px;
    left: 50%;
    width: 800px;
    height: auto;
    margin-left: -400px;
	background: #FFFFFF url("../../img/production/back.gif");
}

#footer{
    position: absolute;
    left: 50%;
    width: 800px;
    height: 77px;
    margin-left: -400px;
	background: #FFFFFF url("../../img/production/footer.jpg") no-repeat;
}

.footer-button{
	text-align: right;
	padding: 18px 25px 0px 0px;
}

.footer-copyright{
	text-align: left;
	padding: 18px 150px 0px 0px;
	color:#555566;
}


/* sub_layout */

.h-question{
	width: 800px;
	height: 45px;
	background: url("../../img/production/h_question.jpg") no-repeat;
}

.h-about{
	width: 800px;
	height: 45px;
	background: url("../../img/production/h_about.jpg") no-repeat;
}

.h-sales{
	width: 800px;
	height: 45px;
	background: url("../../img/production//h_sales.jpg") no-repeat;
}

.h-faq{
	width: 800px;
	height: 45px;
	background: url("../../img/production/h_faq.jpg") no-repeat;
}

.h-chat2{
	width: 710px;
	height: 48px;
	margin:0px 0px 0px 45px;
	background: url("../../img/production/h_chat2.gif") no-repeat;
}

.h-pay{
	width: 710px;
	height: 48px;
	background: url("../../img/production/h_pay.gif") no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-bottom: 15px;
}

.tel{
	text-align: right;
    width: 800px;
    height: 135px;
	background: #FFFFFF url("../../img/production/tel.jpg") no-repeat;
}

.tel-button{
	padding: 15px 53px 0px 0px;
}

.button1{
	text-align: center;
	margin:10px 0px 10px 0px;
}


/* table_layout */

.t-base{
	text-align: left;
	border-collapse: collapse;
	width: 800px;
	font-size: 12px;
}

.t-base2{
	text-align: center;
	border: 1px #555555 solid;
    width: 600px;
	font-size: 12px;
}

.t-img1{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.t-img2{
	padding: 10px 15px 5px 50px;
}

.t-img3{
	padding: 5px 15px 5px 50px;
}

.t-img4{
	padding: 25px 15px 25px 50px;
}

.t-text1{
	vertical-align: top;
	font-size: 14px;
	line-height : 20px;
	color: #333;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.t-text2{
	vertical-align: top;
	font-size: 12px;
	line-height : 20px;
	color: #333;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.t-text3{
	vertical-align: top;
	font-size: 12px;
	line-height : 20px;
	color: #333;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 75px;
}

.t-text4{
	vertical-align: top;
	padding: 0px 50px 5px 0px;
}

.t-text5{
	margin:0px 50px 5px 50px;
	border-bottom: 2px #BAC8F1 dotted;
}
.t-text6{
	font-size: 14px;
	line-height : 20px;
	color: #0066CC;
	padding: 10px 50px 5px 0px;
}
.t-text7{
	font-size: 12px;
	line-height : 20px;
	color: #333;
	padding: 5px 50px 5px 0px;
}
.t-left1{
	width: 40%;
	height: 40px;
	background: #73ACFF;
	color: #FFFFFF;
}

.t-center1{
	width: 30%;
	background: #73ACFF;
	color: #FFFFFF;
}

.t-right1{
	width: 30%;
	background: #73ACFF;
	color: #FFFFFF;
}

.t-left2{
	width: 40%;
	height: 40px;
	border: 1px #555555 solid;
}

.t-center2{
	width: 30%;
	border: 1px #555555 solid;
}

.t-right2{
	width: 30%;
	border: 1px #555555 solid;
}
