/* CSS Document */
body{
	background:url(../images/headBg.png) repeat-x center top;
}

#mainImg{
	height:565px;
	background:url(../images/main.jpg) no-repeat center top;
}

#header{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:67px;
}
#header h1{
	float:left;
}
#header .tel{
	float:right;
}
	
#header2{
	margin:auto;
	width:800px;
	height:89px;
}

.contentsBox{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
.contentsBox img{
	margin-top:10px;
	margin-bottom:10px;
}
.contentsBox p{
	margin-bottom:15px;
}

.formBox{
	width:820px;
	height:402px;
	position:relative;
	background:url(../images/formBg.jpg) no-repeat;
	margin-bottom:20px;
}
.formBox .formLink{
	width:484px;
	height:67px;
	display:block;
	background:url(../images/formBt.jpg) no-repeat;
	position:absolute;
	left:297px;
	top:315px;
	text-indent:-9999px;
}
.formBox .formLink:hover{
	background-position:0px -67px;
}

.ribonBox1{
	background:url(../images/ribonBg01.jpg) repeat-x;
}
.ribonBox2{
	background:url(../images/ribonBg02.jpg) repeat-x;
}

h2{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
	
.productItem{
	list-style:none;
	width:810px;
}
.productItem li{
	display:inline-block;
}

.floatRight{
	float:right;
	margin-left:20px;
}

.flowBox{
	
}
.flowBox img{
	margin-bottom:0px;
}

.myFlow{
	width:664px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/flowBoxBody.jpg) repeat-y;
}
	
.flowBody{
	padding:10px 40px 0px 50px;
}
.flowBody p{
	margin-bottom:20px;
}
	
.flowFoot{
	height:26px;
	background:url(../images/flowBoxFoot.jpg) no-repeat;
}
.flowArrow{
	background:url(../images/flowArrow.jpg) center top no-repeat;
	height:56px;
}
	
/*/////////////////////////////////////////////////////////*/
.infoBox{
	padding:20px;
	color:#ffffff;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FA9531 0%, #DB6D00 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FA9531 0%, #DB6D00 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FA9531 0%, #DB6D00 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FA9531), color-stop(1, #DB6D00));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FA9531 0%, #DB6D00 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FA9531 0%, #DB6D00 100%);
}
.infoBox h3{
	color: ffffff;
	padding: 0px;
	margin-bottom: 0px;
}
.infoBox .companyName{
	border: none;
	color: #ffffff;
	font-size: 200%;
	border-bottom: solid 2px #ffffff;
	margin: 0px;
}

.registrationTime{
	text-align:right;
}

.shopInfo{
	clear:both;
	list-style:none;
	font-size:120%;
}
.shopInfo li .name{
	display:inline-block;
	width:100px;
}
.shopInfo li address{
	display:inline;
}

.telBox{
	color:#C00;
	font-size:120%;
	font-weight:bold;
	background-color:#FFF;
	padding-top:30px;
	padding:40px 10px 10px 10px;	
}
.telBox .textBox{
	float:left;
	width:200px;
}

 .telNum{
	color:#C00;
	font-size:350%;
	float:right;
	height:50px;
	
}
.telNum a{
	color:#C00;
	text-decoration:none;
}	

a img.linkimg{
	background:none!important;
}
 
a:hover img.linkimg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
