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


/* main area */

#area_what {
	width: 232px;
	background-color: #FFF3C2;
	float: left;
}

#area_what img {
	display: block;
}

#area_close {
	float: right;
	background-image: url(../images/top/bg_closeup.gif);
	background-repeat: no-repeat;
	height: 210px;
	width: 235px;
	text-align: center;
}

#area_close img#img_close {
	width: 200px;
	margin-top: 70px;
	height: 130px;
}

#hd_information {
	height: 20px;
	width: 480px;
	background-image: url(../images/top/hd_infomation.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 0.9em;
}

#info_menu {
	margin: 0px;
	padding: 0px;
}

#info_menu ul {
	margin:0px;
	padding: 10px 0px 5px 0px;
	list-style:none;
}
#info_menu li.normal {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#info_menu li.last {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EAC86E;
}


.item_left {
	float: left;
	width: 230px;
}
.item_right {
	float: right;
	width: 230px;
}

.item_left img.img_list_item, .item_right img.img_list_item {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.item_left p.catch_list_item, .item_right p.catch_list_item {
}

.list_cate {
	width: 150px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 15px;
	display: block;
}

.list_cate img.img_cate {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 150px;
	display: block;
}
.list_cate p.title_cate {
	text-align: center;
	width: 150px;
	background-color: #32393B;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
}

.title_cate a, .title_cate a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.title_cate a:hover {
	color: #FABF31;
	text-decoration: none;
}

#clm_main h1 {
	font-size: 1.2em;
}

