@charset “utf-8″;

/*===================================================
                    全体の概要
====================================================*/


div#about {

	width:1024px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	}
	
	
 h2 {
	font-size:0.9em;
	color:#663333;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:20px;
	text-align:left;
	margin; 0px;
	background-color:#CC9999;
	background-image:url(../images/bg2.gif);
	}

/* selectline １つめ */
.box-selectline1 {
	background-image: url("../img/selectline1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* selectline ２つめ */
.box-selectline2 {
	background-image: url("../img/selectline2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* selectline ３つめ */
.box-selectline3 {
	background-image: url("../img/selectline3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* selectline ４つめ */
.box-selectline4 {
	background-image: url("../img/selectline4.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* selectline ５つめ */
.box-selectline5 {
	background-image: url("../img/selectline5.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
/* Buy&Recycle １つめ */
.box-recycle1 {
	background-image: url("../img/recycle1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* Buy&Recycle ２つめ */
.box-recycle2 {
	background-image: url("../img/recycle2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* Buy&Recycle ３つめ */
.box-recycle3 {
	background-image: url("../img/recycle3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* Buy&Recycle ４つめ */
.box-recycle4 {
	background-image: url("../img/recycle4.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* Buy&Recycle ５つめ */
.box-recycle5 {
	background-image: url("../img/recycle5.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* Buy&Recycle ６つめ */
.box-recycle6 {
	background-image: url("../img/recycle6.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

/*===================================================
                    代表挨拶
====================================================*/

div#president {

	width:1024px;
	height:auto;
	background-color: #ffffff;
	
	}
	
	

	
#president table {

	font-size:0.8em;
	padding:0;
	margin-left: 10px;
	margin-bottom:10px;
	border: 0;
	
	}

#president td.left {

	background-color:#996633;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	}
	
	
#president td.right {

	border-bottom:1px solid #996633;
	
	}
	
#president td {

	padding:5px;
	vertical-align:center;
	
	}
	
#president img.l {
	margin: 5px 0px 10px 10px;
	}

#president img.r {
	margin: 5px 0px 10px 5px;;
}

#complete {
	width: 900px;
	height: 150px;
	background-color: #ffffff;
}

#complete p.comp {
	padding-top: 20px;
	padding-left: 300px;
}


/*===================================================
                    お店について
====================================================*/

div#shop {

	width:700px;
	height:auto;
	background-color: #ffffff;
	
	}
	
	
div#address {
	width:340px;
	margin:0;
	background-color:#ffffff;	
	float: left;
	}
	
#shop table {

	font-size:0.8em;
	padding:0;
	margin-left: 10px;
	margin-bottom:10px;
	border: 0;
	
	}

#shop td.left {

	background-color:#996633;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	}
	
	
#shop td.right {

	border-bottom:1px solid #996633;
	
	}
	
#shop td {

	padding:5px;
	vertical-align:center;
	
	}
	
#shop img.l {
	margin: 5px 0px 10px 10px;
	}

#shop img.r {
	margin: 5px 0px 10px 5px;;
}

#complete {
	width: 700px;
	height: 150px;
	background-color: #ffffff;
}

#complete p.comp {
	padding-top: 20px;
	padding-left: 120px;
}

/*===================================================
                    地図
====================================================*/

div#map {

	width:320px;
	background-color: #ffffff;
	margin: 5px 15px 0px 0px;
	float: right;
	}


/*===================================================
                    写真
====================================================*/

	
div#photo {

	margin-left:10px;
	margin-top:-50px;
	width:350px;
	}
	
#photo img {
	margin:5px;
	}
	
div#box {

	border:1px solid #996633;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	width:300px;
	background-image:url(../img/company.jpg);
	}

h3 {
	
	font-size:0.8em;
	background-color:#996633;
	padding:5px;
	margin:1px;
	color:#ffffff;
	
	}
	
	
#box p {

	margin:5px;
	
	}

/*===================================================
                    お問い合わせフォーム
====================================================*/
	
	
div#form {
	width:1024px;
	height:100%;
	text-align:center;
	padding-bottom:20px;
}

form {

	color:#000000;
	font-size:0.8em;
	margin-right: auto;
	margin-left:auto;
	}


#form p {
	margin-left:0px;
	margin-top:40px;
	}

#form table {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	}

#form th {
	width: 100px;
	color: #0099EE;
	text-align: right;
	padding:5px;
}
#form td {
	text-align:left;
	padding:5px;
}

#form td.info {
	padding-right:15px;
	padding-left:15px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	}

#form td span {
	color:#ff6600;
	font-size:0.75em;
	}

#form td a {
	color:#cc9966;
	font-size:0.75em;
	}

#form .submit_button {
	width: 1024px;
	margin-top: 20px;
}
#form .submit_button input {
	width: 150px;
	height: 35px;
	color:#2C6EDE;
	font-size:1.2em;
	text-align: center;
	margin: 0px auto;
}

.clear {
	clear: both;
}