@charset "utf-8";

/* ----------top style---------- */

/* main visual */

#top_flash {
	margin-bottom: 13px;
}


/* column layput */

#box_left {
	float: left;
	width: 450px;
	padding-bottom: 50px;
}

#box_right {
	float: right;
	width: 448px;
}


/* photo */

.photo img {
	border: 1px solid #C6C6C6;
}


/* pickup */

#pickup {
	width: 450px;
	margin: 5px 0 28px;
	overflow: hidden;
}

#pickup p {
	float: left;
	width: 113px;
}

#pickup dl {
	float: right;
	width: 326px;
}

#pickup dl dt {
	margin-bottom: 5px;
	color: #000000;
	font-size: 1.17em;
}

#pickup dl dd.num {
	color: #A2A2A2;
}

#pickup dl dd.comment {
	color: #000000;
}


/* news area */

#news_head {
	position: relative;
	width: 450px;
}

ul#btn_backnum {
	position: absolute;
	right: 2px;
	top: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.625em;
}

ul#btn_backnum li {
	margin: 0;
	padding: 0;
}

ul#btn_backnum a {
	background: url(../images/top_arrow_01.gif) no-repeat left center;
	padding-left: 12px;
	text-decoration: none;
}

ul#btn_backnum a:hover {
	text-decoration: underline;
}


/* news list */

.tb_news {
	width: 100%;
}

.tb_news th {
	width: 7.5em;
	padding: 12px 0 0;
	color: #666666;
	font-size: 0.688em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.tb_news td {
	padding: 9px 0 0;
	font-size: 0.75em;
	line-height: 1.4em;
	vertical-align: top;
}

.tb_news td.cell_icon {
	width: 43px;
	padding: 12px 5px 0;
}

.tb_news td a {
	color: #0066CC;
}

.tb_news td a:hover {
	color: #666666;
}


/* top_banner */

#top_banner {
	position: relative;
	width: 920px;
}

#top_banner ul {
	position: absolute;
	left: 0;
	top: -35px;
	width: 450px;
	list-style-type: none;
	font-size: 1px;
	line-height: 1%;
	overflow: hidden;
}

#top_banner ul img {
	display: block;
}

#top_banner ul li.banner1 {
	float: left;
}

#top_banner ul li.banner2 {
	float: right;
}

/* for Chrome */
body:nth-of-type(1) #top_banner ul li {
	margin: 0;
}


/* top_banner */

#box_right .cate1,
#box_right .cate2,
#box_right .cate3,
#box_right .cate4 {
	width: 448px;
	margin-bottom: 7px;
	overflow: hidden;
}

#box_right .cate4 {
	margin-bottom: 0;
}

#box_right dl {
	width: 220px;
	margin-top: 4px;
	overflow: hidden;
}

#box_right dl img {
	display: block;
}

#box_right dl.list1 {
	float: left;
}

#box_right dl.list2 {
	float: right;
}

#box_right dl dt {
	float: left;
	width: 123px;
}

#box_right dl dd {
	float: right;
	width: 82px;
	background: url(../images/top_arrow_02.gif) no-repeat left 4px;
	padding-left: 12px;
}

* html body #box_right dl dd {
	width: 94px;
}

#box_right .cate4 dl dd {
	background-image: url(../images/top_arrow_03.gif);
}

