html { background-color:#FFF; }
body { color:#666; }
.container { width: 940px; margin: 0 auto;}
/* header */
.header {
	height: 50px;
	background-image: url(../images/common/titlebg.png);
}
.header .logo {
	margin-left: 305px;
	float: left;
	}
.gNavbg {
	height: 70px;
	background-image: url(../images/nav/gNavbg.png);
}
.gNavbg ul li {
	float: left;
}
.gNavbg ul {
	overflow:hidden;
}
/* TOP */
.slider {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.topicsbg {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 20px;
}
.topicsbg h1 {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.setsumeibg {
	height: 500px;
	width: 100%;
	background-color: #E0DCD5;
	padding-top: 30px;
}
.setsumeibg h1 {
	text-align:center;
	margin-bottom: 30px;
}
.setsumeibg .image {
	float: left;
	width: 240px;
	height: 360px;
}

.top_yakuinbg {
	width: 100%;
	background-color: #425159;
}
.top_yakuinbg h1 {
	text-align:center;
	padding: 20px 0;
}
.top_yakuinbg .yakuin_text {
	color: #FFF;
	margin-top: 15px;
}
.yakuinbox {
    width: 940px;　/* liのマージン右35px分980pxから差し引いた値 */
	overflow :hidden;
}
.yakuinbox ul {
	margin-right: -35px; /* ここがポイント */
    width: 975px;
}
.yakuinbox ul li {
	width: 290px; /* 商品個々のボックス幅 */
	text-align: center;
	float: left;
	margin-right: 35px;
	height: 450px;
}
.yakuinpic {
	margin-top: 10px;
	margin-bottom: 25px;
}
/* footer */
.footer01bg {
	background-color: #000;
	height: 50px;
	width: 100%;
}
.footer01 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
ul.footer01 li {
	float: left;
}
.footer02bg {
	background-color:#333;
	padding-top: 20px;
	min-height:300px;
}
.copyright {
	margin-top: 20px;
	text-align: center;
	color:#FFF;
}
.gotop {
	height:60px;
	overflow:hidden;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.gotop a {
	float:right;
}
/*subpage*/
.subpagge h1 {
	text-align: center;
	margin-bottom: 20px;
}
.midashi01 {
	color:#FF9898;
	font-size: 25px;
	font-weight:200;
	line-height: 55px;
	vertical-align:middle;
	height:55px;
	margin: 20px 0;
}
.douga h2 {
	background-color: #FF9898;
	height: 40px;
	color: #FFF;
}
.douga h2 p{
	height: 40px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
}
.aboutus .yakuin_text {
	color: #666;
	margin-top: 15px;
}
.yakuinichiran {
	width: 100%;
	background-color: #E0DCD5;
	padding: 30px 0;
}
.yakuinichiran h1 {
	color:#666;
	font-size:24px;
	text-align:center;
	margin-bottom: 20px;
}
.addressbg {
	width: 100%;
	background-color: #E0DCD5;
	padding: 30px 0;
}
.addressbg address {
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
/* -- table -- */
.table_basic {
	width: 100%;
	margin: 5px 0;
	font-size: 15px;
}
.table_basic td,.table_basic th {
	padding:5px 10px 5px 5px;
}
.table_basic th {
	color:#000;
	font-weight:bold;
	wodth: 220px;
}

.table_basic tr:nth-child(even) {
    background:#eceae6;
}
.table_toiawase {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.table_toiawase th {
	width:180px;
	color:#675F55;
	background-color:#F0EDE6;
	background-repeat: repeat;
}
.table_toiawase th,.table_toiawase td {
	border: 1px #AFAB9F dotted;
	border-collapse: collapse;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	vertical-align: middle;
}
input:focus {
    border:solid 1px #EEA34A;
}
/* 送信ボタン */  
.submit_button {
   border: 1px solid #CCC;
   background-image: url(../images/common/buttonbg.png);
   padding: 7px 50px;
   color: #524532;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit_button:hover {
	border: 1px solid #524532;
	background: #524532;
	color:#FFF;
	cursor: pointer;
   }
/* button */  
a.button_pdf {
	color:#FFF;
	line-height: 30px;
	vertical-align:middle;
	font-size: 16px;
	background-color: #425159;
	background-image: url(../images/common/icon_pdf.png);
	background-position:5px center;
	background-repeat:no-repeat;
	text-decoration:none;
	display: inline-block;
	margin-top: 5px 0;
	padding: 5px 7px 5px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}
a.button_pdf:hover {
	color:#FFF;
	background-color: #FF9898;
}
a.button_waku {
	color:#FFF;
	padding: 7px 10px;
	text-decoration:none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	border:solid 2px #FFF;
}
a.button_waku:hover {
	color:#FFF;
	background-color: #FF9898;
}
a.button_waku02 {
	color:#999;
	font-size:13px;
	padding: 3px 5px;
	text-decoration:none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	border:solid 2px #CCC;
}
a.button_waku02:hover {
	color:#FFF;
	background-color: #FF9898;
	border:solid 2px #FF9898;
}
.why {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow:hidden;
}
.why01 {
	background-color: #ff9898;
}
.why02 {
	background-color: #808080;
}
.why03 {
	background-color: #425159;
}
.why .right {
	width: 660px;
}
.why .left {
	width: 270px;
	color: #FFF;
	text-align: center;
	font-size:14px;
}
.why .left .name {
	font-size: 120%;
	font-weight: bold;
	margin-top: 25px;
}
.why .text {
	background-color: #FFF;
	filter:alpha(opacity=80);
    -moz-opacity:0.80;
    -khtml-opacity: 0.80;
    opacity:0.80;
	padding: 20px;
	font-size: 15px;
}
.what {
	padding: 30px 0;
}
.what h2 {
	margin-bottom: 10px;
}
.what .image {
	float: left;
	width: 31%;
}
.what .text {
	float: right;
	width: 69%;
}
.what .image2 {
	float: left;
	width: 43%;
}
.what .text2 {
	float: right;
	width: 57%;
}
.what01 {
	background-color: #E0DCD5;
}
.what02 {
	background-color: #FFF;
}
.what .image {
	float: left;
	width: 250px;
}
.what .caption {
	margin-top: 10px;
	font-size: 13px;
	color: #777;
}
.header .home {
	float: right;
}
