/* top page */
/* -------------------------------------------------------- */

body.toppage {
	background:url(../../img/bg_body.gif) repeat-x left top;

}

/* layout */

#top-flash {
	width:840px;
	height:350px;
}

#contents {
	width:810px;
	margin-left:15px;
	padding-top:10px;
}

/* top-box */

.top-box {
	width:810px;
	background:url(../../img/bg_03.gif) repeat-y left top;
}
.top-box .lbox1 {
	width:215px;
	float:left;
}
.top-box .lbox2 {
	width:180px;
	float:left;
}
.top-box .rbox1 {
	width:185px;
	float:right;
}
.top-box a {
	color:#444444;
	text-decoration:none;
}
.top-box a:hover {
	color:#444444;
	text-decoration:underline;
}


/* box1 */

.box1 {
	width:180px;
}
.box1 h2 {
	margin-bottom:15px;
}
.box1 .img-box {
	width:180px;
	height:100px;
	margin-bottom:15px;
	overflow:hidden;
}
.box1 .text {
	height:8em;
	overflow:hidden;
}


/* box2 */

.box2 {
	width:185px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #d7d4d9;
}
.box2 .img-box {
	width:75px;
	height:60px;
	float:left;
	overflow:hidden;
}
.box2 .text-box {
	width:100px;
	float:right;
}
.box2 h2 {
	margin-bottom:5px;
}


/* box3 */

.box3 {
	width:185px;
	margin-bottom:15px;
	padding-bottom:21px;
	background:url(../../img/bg_01.gif) no-repeat left bottom;
}
.box3 ul {
	margin-left:10px;
}
.box3 li {
	padding-right:5px;
	padding-bottom:5px;
	float:left;
}


/* box4 */

.box4 {
	width:185px;
	height:19px;
	background:url(../../img/bg_02.gif) no-repeat left top;
}
.box4 p {
	line-height:120%;
	text-align:right;
	padding-top:2px;
	padding-right:8px;
}



/* clear */

.top-box:after, .box2:after, .box3 ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.top-box, .box2, .box3 ul { display: inline-block; }
/* no ie mac \*/
* html .top-box, * html .box2, * html .box3 ul { height: 1%; }
.top-box, .box2, .box3 ul { display: block; }
/* */