@charset "utf-8";


/* --content-- */
#content {
	font-size:75%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
}
/* --header-- */
#header {
	background: url(../img/top.jpg) no-repeat center top;
	height:492px;
	width: 980px;
	position: relative;
}
#header .section {
	width:915px;
	border:#00F 1px solid;
}
#header #title {
	position: absolute;
	left:50%;
	top: 25px;
	margin-left:-179px;
}
#header #top_btn {
	position: absolute;
	left:50%;
	top: 375px;
	margin-left:-149px;
}

/* --product-- */
#product {
	position: absolute;
	left: 35px;
	top: 385px;
	
}
#product_logo {
	margin-bottom:10px;
}

/* --biography-- */
#biography {
	font-size: 93%;
	position: absolute;
	right:0;
	bottom:-18px;
	
}
/* --personality-- */
/*#personality {
	min-height: 80px;
}*/
/* --person-- */
#person {
	font-weight:bold;
}

#personality .text {
	font-size: 93%;
	line-height: 1.3;
}
#main {
	clear: both;
	padding-top: 30px;
}

/* --carousel-- */
#carousel {
	width: 980px;
	height:300px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#carousel_prev,
#carousel_next {
	top: 0;
	width:30px;
	height:300px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: 0px;
	background:transparent url(../img/prev.jpg) no-repeat top left;
}
#carousel_next {
	right: 0px;
	background:transparent url(../img/next.jpg) no-repeat top right;
}
#carousel ul li {
	/*width: 300px;*/
	width:252px;
	float: left;
	display: inline;
	margin-top: 25px;
}
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#carousel ul {
	display: inline-block;
	overflow: hidden;
}
/* --links-- */

#links {
	/*width: 840px;*/
	margin: 30px auto 40px;
	line-height: 1.6;
	text-align:center;
}
#links .allow {
	text-indent: 9px;
	text-align: left;
	padding-left: 9px;
	margin-left: 10px;
}
#links a:link.allow {
	background: url(../img/allow.gif) no-repeat left center;
	color:#000000;
}
#links a:visited{
	color:#000000;
	text-decoration: none;
}
#links a:hover.allow {
	background: url(../img/allow_ov.gif) no-repeat left center;
	color:#FC6;
}
#links a:active {
	text-decoration: underline;
	top: -1px;
	left: -1px;
}
.pagetop-btn {
	text-align: right;
	margin-bottom: 5px;
}
