@charset "UTF-8";
@import url("reset.css");
@import url("base.css");



body {
	background-image: url(../images/bg_header.jpg)  !important;
}

#header {
	height: 65px  !important;
	margin-bottom: 15px !important;
	position: relative;
	padding-top : 30px; 
}
#main {
	margin-top :0px !important;	
}
h1 {
	display :none !important;
}




/****************************

		新着情報

*****************************/
#main h2{
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	font-size: 120%;
	margin-bottom : 15px;
}

#main dl {
	padding-right: 5px;
	padding-left: 5px;
}
#main dl dt span {
	background-color: #E99A20;
	color: #FFF;
	margin-right: 20px;
	padding : 3px 10px;
}
#main dl dt {
	padding : 0px 5px 15px 5px;s
	clear : both;
}
#main dl dd {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding : 0px 15px 15px 15px;
	overflow : hidden; 
	_zoom : 1;
}
#main dl dd span {
	width: 550px;
	float : left;
}
#main dl dd a.right {
	display : block;
	width : 100px;
}
#main dl dd img {
	max-width: 100px;
	max-height: 100px;
}
* html body #main dl dd img {
	width: expression(this.width >= this.height ? "100px" : "auto");
	height: expression(this.width <= this.height ? "100px" : "auto");
}
img {
	-ms-interpolation-mode: bicubic;
}