@charset "utf-8";
/* CSS Document */

@import url("common.css");

#local_navi{
width:250px;
margin:50px auto 0;
position:relative;
}

#navi_prev{
position:absolute;
top:0;
left:0;
text-align:left;
}

#navi_up{
text-align:center;
}

#navi_next{
position:absolute;
top:0;
right:0;
text-align:right;
}

#products_info p{
	padding-top:12px;
}
#contents_container p{
	width:100%;
}
#contents_container p a{
	color:#ed8a20;
	text-decoration:underline;
}
#contents_container p a:hover{
	text-decoration: none;
}
#contents_container p.txt-right{
	text-align:right;
}
#contents_container table{
	width:100%;
}
#contents_container table th{
	color:#000;
	white-space:nowrap;
	width:161px;
	font-weight:normal;
}
#contents_container table th,
#contents_container table td{
  padding: 10px;
  text-align: left; 
  border-bottom: solid 1px #fff;
  vertical-align: top;
}
#contents_container table th {
	background: #ffe400;
}
#contents_container table td {
	background: #f3f3f3;
}
#contents_container table td .txt{
  width:100%;
}
#contents_container table td .between{
  margin-left: 3em;
}
#contents_container .center {
	text-align:center;
	padding-top: 12px;
}
#contents_container .center .submit {
	background:url(../info_contact/img/button_2.jpg) no-repeat;
	width:111px;
	height:34px;
	margin-right: 20px;
	border: none;
	cursor: pointer;
}
#contents_container .post {
	background:url(../info_contact/img/button_1.jpg) no-repeat;
	width:132px;
	height:23px;
	border: none;
	cursor: pointer;
	margin-left: 10px;
}
