@charset "utf-8";
/* CSS Document */

/* 初期設定*/

body {
	margin: 0;
  font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
   color: #878776;
}
img {
	vertical-align: bottom
}
a {
	text-decoration: none;
}
h1,h2,h3,h4 {
	font-weight: normal;
}

li {
	list-style: none;
	text-transform: uppercase;
}
/* -------header-------
--------------------*/


/* -------container-------
--------------------*/
#container {
	width: 1050px;
	margin: 80px auto;
	overflow: hidden;
}
#contact_text {
	height: 220px;
	overflow: hidden;
}
#contact_text p {
	text-align: center;
	padding: 80px 0;
}
#contact_text p span {
	font-weight: bold;
}
#Contact {
	width: 830px;
	float: left;
}
#container form h3 {
	margin: 0;
	height: 37px;
	border-bottom: #D8D8D8 1px solid;
}
#container form span {
	color: #d95b6d;
	font-size: 12px;
}
#container form dl {
	background: #fafafa url(../images/contact/border.png) repeat-x left bottom;
	margin: 0;
	padding: 0 15px;
	padding: 20px 15px;
}
#container form dd input {
	padding: 5px 0 5px 0;
}
#container form dt {
	float: left;
}
#container form dd {
	text-align: right;
}
#container form dd input {
}
#container form ul {
	padding: 120px 0 30px 40px;
}
#container form li.reset {
	float: left;
	height: 42px;
	padding: 5px 0 0 0;
}
#container form li.transmission {
	text-align: center;
	height: 55px;
}

/* -------side-------
#side {
	width: 150px;
	height: 557px;
	margin: 0;
	float: right;
	background-color: #fff;
	margin-top:30px;
}
#side h3 {
	margin: 0;
	height: 28px;
}
#side ul {
	margin: 0;
	padding: 0;
}
#side ul li a {
	width: 150px;
	height: 79px;
	display: block;
}
#side li {
	width: 150px;
  height: 75px;
}
#side li:last-child {
	padding-bottom: 0;
}

--------------------*/



#side {
	margin-top: 20px !important;
}