@charset "UTF-8";
html{
	height:100%;
}

body{
	color:#222;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size:62.5%;
	height:100%;
	margin:0;
	padding:0;
	background:#FFFFFF;
}

#header_v3{
	min-height: 80px;
}

#overview {
	display: block;
	background: #f1f1f1;
	width:936px;
	overflow:hidden;
	min-height: 550px;
}

#overview #inner{
	display: block;
	padding: 5px 0 5px 12px;
}

#overview .photo{
	overflow:hidden;
	max-width: 99%;
	*width: expression(document.body.clientWidth < 192? "192px " : document.body.clientWidth > 200? "200px" : "auto"); 
	*zoom:1;
	display: block;
	height: 150px;
	margin:0 12px 12px 0;
	*margin-bottom:10px;/* IE 6 */
	float: left;
}

#overview img{
	max-width: 100%;
    height: auto;
	max-height:150px;
	border: none;
	 -ms-interpolation-mode:bicubic;/* IE 7+ */
	 image-rendering: optimizeQuality;
}

#overview .nophoto img{
	width: 200px;
}


/* ANG_PRJ-1410 140809 kobashigawa */
#overview .promotionBtn {
	display: none;
	position: relative;
	top: -45px;
	left: 0;
	z-index: 50;
	width: 100%;
}

#overview .promotionBtn li {
	float: left;
	margin-left: 4%;
	width: 44%;
	background-color: #ffffff
}

/* ie6 */
* html #overview .promotionBtn li {
	display: inline;
}

#overview .promotionBtn img {
	min-width: 100%;
	width: 100%;
	height: auto;
}

#overview .promotionBtn ul li.fast a:hover img{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

#overview .promotionBtn ul li a:hover img{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

