@charset "utf-8";
/* CSS Document */

/**=====================================
■共通設定 
======================================= */

a:link{
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	color:#fff792;
	text-decoration:none;
}
a:hover{
	color:#ff6300;
	text-decoration:none;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.yellow{
	color:#fff149;
}

/**=====================================
■段組み
======================================= */

/* head関係 */

#wrap_head {
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#header {
	background-image: url(/img/pc/head.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 830px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	font-size:120%;
}

#headerForm {
	width:440px;
	margin:0 0 0 390px;
}

#header input#address01 {
	width: 208px;
	margin: 0px;
	padding: 0;
}

#header #select {
	width:122px;
}

#header input#bt01 {
	display: block;
	margin: 6px 0px 0 713px;
	height: 31px;
	width: 58px;
	background-image: url(/img/pc/bt.gif);
	text-indent: -9999px;
	border-style: none;
	background-color:#4f912f;
}

.text1{
	margin-top:16px;
	float:left;
}

#btn1{
	width:68px;
	height:32px;
	display:block;
	float:right;
	margin:10px 15px 0 0;
	border:none;
	background:transparent url(/img/pc/header_submit.jpg) no-repeat scroll 0 0;
	text-indent:-9999px;
}

/* main関係 */

#wrap_main_top {
	background-color:#00d9f4;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#img_01 {
	width: 830px;
	height: 296px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}


#wrap_main_mid {
	background-color:#6ebe3b;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size:120%;
	color:#004299;
}

#main_mid {
	width: 830px;
	height: 353px;
	margin: 0 auto;
	paddng: 0;
}

#decome {
	width: 225px;
	height: 203px;
	margin: 0;
	padding: 150px 31px 0 24px;
	background-image: url(/img/pc/decome.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float:left;
}

#waiting {
	width: 280px;
	height: 353px;
	margin: 0;
	padding: 0;
	background-image: url(/img/pc/waiting.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float:left;
}

.wai_txt {
	width: 230px;
	margin: 150px 20px 0 30px;
	padding: 0;
}

.decome {
	width: 174px;
	margin: 15px 20px 0 86px;
	padding: 0;
}

#material {
	width: 225px;
	height: 217px;
	margin: 0;
	padding: 136px 19px 0 26px;
	background-image: url(/img/pc/material.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float:right;
}


#wrap_main_bot {
	width: 830px;
	height: 157px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/img/pc/img_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#fotterForm {
	width: 720px;
	margin:0 0 0 110px;
	padding: 0;
}

#wrap_main_bot input#address02 {
	width: 150px;
	margin: 0px;
	padding: 0;
}

#btn2{
    width: 68px;
    height: 34px;
	display:block;
    float:right;
    margin:44px 355px 0 0;
    _margin:44px 175px 0 0;
    padding: 0;
	border:none;
	background:transparent url(/img/pc/bot_submit.jpg) no-repeat scroll 0 0;
	text-indent:-9999px;
}

.text2{
	margin-top:50px;
	float:left;
}

/* bottom関係 */

#wrap_bot {
	background-color:#39a907;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#bottom {
	width: 830px;
	margin: 0 auto;
	padding: 0;
	font-size:120%;
}

#wrap_bot {
	background-color:#39a907;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#sistersite {
	width: 830px;
	height: 210px;
	margin: 0;
	padding: 0;
	clear: both;
}

#sistersite ul {
	margin: 0 0 20px;
	padding: 0 0 0 5px;
	list-style-type: none;
	float:left;
	display: block;
	line-height: 140%;
}

#sistersite li {
	background-image:url(/img/pc/line.gif);
	background-position:left center;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-type:none;
	margin: 0 0 7px;
	padding: 0 3px 0 8px;
	line-height: 200%;
	display: inline;
}

.offer_ul {
	display:block;
	float:left;
	line-height:140%;
	list-style-type:none;
	margin:0 0 10px;
	padding:0 0 0 10px;
}

.offer_li {
	background-image:url(/img/pc/line.gif);
	background-position:left center;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-type:none;
	margin: 0;
	padding: 0 10px;
	float:left;
	display:inline;
}

.offer {
	float: left;
	clear: both;
}

#sistersite p {
	float: left;
	clear: both;
	line-height: 200%;
}

/* copyright関係 */

#wrap_copy {
	background-color:#007208;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#copyright {
	width:353px;
	height:44px;
	margin: 0 auto;
	padding: 0;
}

#open{
	width:300px;
	height:150px;
	color:#000000;
	text-align:center;
	margin:30px 0 0 0;
}

/**=====================================
■clear-fix
======================================= */

.clear-fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear-fix{
	display:inline-block;
}

/* Mac IE \*/
* html .clear-fix{
	height:1%;
}
.clear-fix{
	display:block;
}

/**=====================================
■END HACK Mac IE
======================================= */

.clearall{
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
}