@charset "utf-8";

/* wrapper
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	background-image: url(../images/index/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 511px;
}
#wrapper_inner {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* h1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1 {
	font-size: 10px;
	color: #999;
	height: 15px;
	width: 100%;
	overflow: hidden;
	line-height: 15px;
}

/* main_image
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main_image {
	text-align: center;
}

/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header {
	position: relative;
	height: 210px;
	width: 900px;
	clear: both;
}

/* logo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
	position: absolute;
	left: -5px;
	top: -130px;
}

/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu {
	width: 730px;
	float: right;
	overflow: hidden;
}
#menu ul {
	width: 740px;
	clear: both;
}
#menu ul li { float: left; }
#menu ul.reserve li {
	padding-right: 10px;
}

/* first_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* recommend_a_new01 */
#first_column .recommend_a_new01 h2 {
	margin-bottom: 15px;
}
#first_column .recommend_a_new01 ul {
	width: 900px;
}
#first_column .recommend_a_new01 li {
	float: left;
	padding-right: 0;
	padding-bottom: 14px;
}
#first_column .recommend_a_new01 ul:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#first_column .recommend_a_new01 ul {display: inline-table;}
* html #first_column .recommend_a_new01 ul {height: 1%;}
#first_column .recommend_a_new01 ul {display: block;}
#first_column .recommend_a_new01 ul {zoom:1;}

/* second_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* whatsnew_a01 */
#second_column .whatsnew_a01 h2 {
	background-image: url(../images/index/wn900_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: left 32px;
	height: 42px;
}
#second_column .whatsnew_a01 .articles {
	background-image: url(../images/index/wn900_bg_2.jpg);
	background-repeat: repeat-y;
}
#second_column .whatsnew_a01 .articles .inner {
	background-image: url(../images/index/wn900_bg_3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#second_column .whatsnew_a01 .article {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}
#second_column .whatsnew_a01 .article a {
	font-weight: bold;
	color: #63A373;
	font-size: 14px;
}
#second_column .whatsnew_a01 .article a:hover {
	color: #F90;
}
#second_column .whatsnew_a01 .article h3 {
	margin-bottom: 5px;
	color: #63A373;
	font-size: 14px;
	font-weight: bold;
}
#second_column .whatsnew_a01 .article p {
	color: #666;
	font-size: 14px;
	line-height: 1.4em;
}
#second_column .whatsnew_a01 .photo {
	float: left;
	width: 170px;
	margin: 5px 20px 5px 10px;
}

#second_column .whatsnew_a01 .sentence {
	float: left;
	width: 640px;
}

