@charset "UTF-8";
/* CSS Document */

#header{
	width: 950px;
	height: 320px;
	margin: 20px 0px;
	position:relative;
	}

#header h1{
	width: 279px;
	height: 320px;
	float:left;
	}

#header div.order{
	position:absolute;
	top:144px;
	left: 672px;
	width: 226px;
	height: 156px;
	padding: 9px;
	display:block;
	background: url(../../images/bg_order.gif) no-repeat left top;
	}

#header div.order li,#header div.order li a,#header div.order li img,,#header div.order p
	display:inline;
	}

#header div.order ul{
	margin: 0px;
	}
#header div.order li{
	list-style-type: none;
	}
#header div.order li a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	}
#header div.order li a.btn_order{
	background: url('../../images/btn_order.gif') no-repeat top left;
	width: 226px;
	height: 34px;
	}
#header div.order li a:hover{
	background-position: top right;
	}

#header div.order p{
	clear: both;
	text-align: right;
	font-size: 9px;
	margin-top: 10px;
	}

#menu{
	width: 950px;
	height: 34px;
	background: url('../../images/bg_menu.gif') no-repeat;
	padding-top: 16px;
	}


#menu li{
	list-style-type: none;
	float: left;
	}
#menu li a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 26px;
	}
#menu li a.menu_btn_01{
	background: url('../../images/btn_menu_01.gif') no-repeat top left;
	width: 136px;
	margin-left: 20px;
	}
#menu li a.menu_btn_02{
	background: url('../../images/btn_menu_02.gif') no-repeat top left;
	width: 123px;
	margin-left: 35px;
	}
#menu li a.menu_btn_03{
	background: url('../../images/btn_menu_03.gif') no-repeat top left;
	width: 80px;
	margin-left: 35px;
	}
#menu li a.menu_btn_04{
	background: url('../../images/btn_menu_04.gif') no-repeat top left;
	width: 61px;
	margin-left: 35px;
	}
#menu li a.menu_btn_05{
	background: url('../../images/btn_menu_05.gif') no-repeat top left;
	width: 103px;
	margin-left: 35px;
	}
#menu li a.menu_btn_06{
	background: url('../../images/btn_menu_06.gif') no-repeat top left;
	width: 93px;
	margin-left: 35px;
	}
#menu li a.menu_btn_07{
	background: url('../../images/btn_menu_07.gif') no-repeat top left;
	width: 105px;
	margin-left: 35px;
	}

#menu li a:hover{
	background-position: top right;
	}

#content {
	margin-top: 30px;
	}

#news {
	width: 465px;
	}

#news h2 {
	width: 449px;
	height: 27px;
	background: url('../../images/bg_h2_news.gif') no-repeat;
	padding: 14px 8px 0px;
	}

#news li{
	clear: both;
	list-style-type: none;
	border-bottom: solid 1px #c1c1c1;
	}

#news dl{
	}

#news dl dd{
	padding: 6px 10px 6px 0px;
	float: left;
	text-align: left;
	}

#news dl dd.date{
	width: 87px;
	font-weight: bold;
	color: #685b64;
	}

#news dl dd.icon{
	width: 56px;
	padding-top: 9px;
	}

#news dl dd.txt{
	width: 292px;
	text-align: left;
	}

.ph_img{
	float:left;
	width: 465px;
	}

.bn_kuromame{
	clear: both;
	padding-top: 10px;
	}

/* Win IE6 */
*html #news dl dd.txt{
	width: 282px;
	}

/**/