/* Global */

body {
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;

	font-size: 1em;
	color: #444;
	background: url(../img/bg.jpg) no-repeat fixed center top;
}

h1{
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 20px;
}

h2{
	margin: 0;
	padding: 0;
}

img {
	
}
a{
	margin: 0;
	padding: 0;
}
a:link {

	text-decoration: none;
	color: #0096ff;
}
a:hover {
	color: #f68f67;
	text-decoration: none;
	
}
a:visited {

	text-decoration: none;
	color: navy;
}
p.center{
	text-align: center;
}

#header{
	height: 128px;
	background: #fff url(../img/hdr_bg.png) repeat-x 0 bottom;
	margin-top: 30px;
	margin-bottom: 60px;
}

.wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.box{
	margin-bottom: 40px;
	margin-left: 34px;
	margin-right: 34px;
/* border-radius */
border-radius:4px 4px 0px 0px;
-webkit-border-radius:4px 4px 0px 0px;
-moz-border-radius:4px 4px 0px 0px;

/* box-shadow */
box-shadow:rgba(161, 161, 161, 0.360784) 0px 0px 2px 1px;
-webkit-box-shadow:rgba(161, 161, 161, 0.360784) 0px 0px 2px 1px;
-moz-box-shadow:rgba(161, 161, 161, 0.360784) 0px 0px 2px 1px;
	background-color: #fff;
}
.box h2{
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f4f4f4+100 */
background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
/* border-radius */
border-radius:4px 4px 0px 0px;
-webkit-border-radius:4px 4px 0px 0px;
-moz-border-radius:4px 4px 0px 0px;
	border-bottom: 1px solid #e3e3e3;
}
.news{
	height: 110px;
	padding: 25px;
	}
.news dl{
	margin: 0;
	overflow: auto;
	height: 111px;
}
.news dl dt{
	width: 120px;
	float: left;
}
.news dl dd{
	padding-left: 120px;
	margin-left: 0;
	margin-bottom: 10px;
}


.products{
	
	padding: 25px 25px 50px;
	overflow: hidden;
	margin-right: -25px;
}
.products .product_wrap{
	margin-bottom: 75px;
	width: 453px;
	float: left;
	height: 493px;
}
.products .product_wrap h3 a{
	color: #000;
}
.products .product_wrap h3 a:hover{
	color: #f68f67;
}

.products .item{
	width: 430px;
	float: left;
	margin-right: 23px;

}
.products .item img{
	margin-bottom: 15px;
}
.products .item h3{
	margin-top: 0;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	height: 50px;
	overflow: hidden;
}
.products .item.half h3{
	height: 29px;
	font-size: 0.9em;
	margin-bottom: 0;
}
.products .item.quater h3{
	height: 37px;
	margin-bottom: 3px;
	font-size: 0.9em;
}
.products .item p{
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #646464;
	font-size: 0.7em;
	padding-bottom: 6px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;


}
.products .item.half{

	margin-bottom: 14px;

}
.products .item .cs p{
	border-bottom-style: none;
		font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
	color: #929000;
}
.products .item .cs{
	width: 430px;
	height: 386px;
	margin: 0 0 15px;
	border-bottom-style: none;
	padding: 0;
	background-color: #fefc78;
	display: table;
	text-align: center;
}
.products .item.half .cs{
	width: 430px;
	height: 180px;
	margin: 0 0 5px;
		border-bottom-style: none;
	padding: 0;
}
.products .item.quater .cs{
	width: 185px;
	height: 166px;
	margin: 0 0 5px;
		border-bottom-style: none;
	padding: 0;
}

.products .item.quater{
	width: 185px;
	margin-bottom: 14px;
	float: left;
	margin-right: 41px;
}
.products .item.quater p{
	padding-bottom: 9px;
}
.products .item.half img{
	margin-bottom: 5px;
}

.products .item.quater img{
	margin-bottom: 5px;
}



#footer{
	background-color: #fff;
}
#inner_footer{
	width: 1000px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#inner_footer ul#footer_nav{
	margin-bottom: 10px;
	list-style-type: none;
}
ul#footer_nav li{
	display: inline-block;
	font-size: 13px;
}
ul#footer_nav li a{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}
p#cp{
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
	border-top: 1px solid #c0c0c0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#gotop{
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#gotop a:hover{
	opacity: 0.7;
}


.law{
	padding: 25px;	
}
.law dl{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.law dl dt{
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.law dl dd{
	padding-left: 180px;

	padding-top: 20px;
	margin-left: 0;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 20px;
}





.privacy{
	padding: 25px;	
}

.privacy dl{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.privacy dl dt{
	background-color: #eaeaea;
	padding: 5px;
}
.privacy dl dd{
	margin-left: 0;
	margin-bottom: 10px;
	padding: 10px 5px 20px;
}

.privacy p{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



/* clearfix micro clearfix
=====================================================*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}