@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

/* contents */

.sanpo {
	width: 860px;
	height: 340px;
	background: url(../images/bg_sanpo.jpg) no-repeat;
	position: relative;
	margin-bottom: 20px;
}
.sanpo_text {
	width: 470px;
	position:absolute;
	top: 60px;
	left: 20px;
}

.yurai {
	width: 860px;
	background: url(../images/yurai_mid.gif) repeat-y;
	padding-bottom: 10px;
}
.yurai_in {
	width: 730px;
	margin-left: 35px;
	padding-bottom: 30px;
}

.sakuhin {
	width: 860px;
	background: url(../images/yurai_mid.gif) repeat-y;
}

.link {
	width: 650px;
	_width: 670px;
	border: 1px solid #CCC;
	padding: 10px;
}
.link a:link {
   color: #000;
   text-decoration:none;
}
.link a:hover {
	color: #666;
   text-decoration:underline;
}

/* form */

.contact_table {
	width: 500px;
	margin-left: 180px;
	margin-bottom: 40px;
}

.tx_main{
	padding: 0px;
	margin-left: 150px;
	width: 560px;
	margin-bottom: 0px;
}

.dl_01 {
    margin: 0;
	padding: 0;
}

.dl_01 dt {
	padding-top: 20px;
    margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
}
.dl_01 dd {
    margin: 0 0 8px 0;
}

.err_txt {
	color: #F00;
	font-weight: bold;
}　
