@charset "UTF-8";
/* CSS Document */

.btn2 a{
	background-position:-160px -79px;
}

.pointer_events{
	pointer-events:none;
}

.pointer_events a{
	text-decoration:none;
}

h3{
	font-size:1.2em;
	font-weight:normal;
	padding-left:40px;
	width:160px;
	float:left;
	position:absolute;
	bottom:0;
	color:#960;

}

#midashi{
	height:60px;
	position:relative;
	margin-bottom:3px;
}

.center_wrapper{
	background-image:none;
}

.side_menu{
	width:158px;
	background:url(/menu/img/cloth3_01.jpg);
	border-radius:5px;
	box-shadow:#666 0 1px 2px;
	float:left;
	margin:10px 10px 0 25px;
	padding:30px 11px 6px 9px;
	border:#d5c99e 1px solid;
}

.side_menu li{
	font-size:0.7em;
	padding-bottom:22px;
}

.side_menu a{
	color:#F63;
}

.icon_area{
	width:125px;
	line-height:30px;
	vertical-align:middle;
	padding-left:33px;
}

#icon01{
	background:url(/menu/img/title_icon01.png) no-repeat;
}

#icon02{
	background:url(/menu/img/title_icon02.png) no-repeat;
}

#icon03{
	background:url(/menu/img/title_icon03.png) no-repeat;
}

#icon04{
	background:url(/menu/img/title_icon04.png) no-repeat;
}

#item_area{
	width:745px;
	float:right;
	margin-bottom:40px;
}

.item{
	background:url(/menu/img/cloth3_01.jpg);
	border-radius:5px;
	width:205px;
	float:left;
	padding:5px 8px;
	margin:10px;
	box-shadow:#666 0 1px 2px;
	border:#d5c99e 1px solid;
}
.item li{
	font-size:0.7em;
	color:#666;
}

.item img{
	margin:20px 0 15px;
	box-shadow:#999 0 1px 3px;
	border-radius:5px;
}

.img_center{
	text-align:center;
	display:block;
}
	
.item .title{
	font-weight:bold;
	color:#F90;
	font-size:0.8em;
}
