@CHARSET "UTF-8";

/* CSS document for access */

/* Contents */
.contents {
	width: 1200px;
	height: 1320px;
	overflow: hidden;
	background: url(../img/background_contents.png) repeat-y;
}
/* Contents */



/* main */
.main {
	position: absolute;
}

.sub_ttl {
	font-size: 150%;
	font-weight: bold;
	color: #BBBB85;
}

.text {
	font-size: 110%;
	line-height: 14px;
}

#character {
	position: absolute;
	top: 302px;
}

p.text{
	margin: 10px 20px;
}


#character .chara_image{
	float:left;
	width:205px;
	margin: 10px 8px;
}

#auther {
	width: 700px;
	position: absolute;
	top: 836px;
	left: -1px;
}

.photo_right{
	float:right;
	margin:0 10px;
}

.text_left{
	float:left;
	width:450px;
	margin:20px 0 0 25px;
}

.text_left strong {
	font-size:15px;
}

.text_left p.tit_green {
	margin:10px 0 0 0;
	color:#660;
}

.text_left ul {
	margin:0 0 0 30px;
}

.bnrlink {
	clear:both;
	margin:0 auto;
	width:106px;
	background-color:#CCCCCC;

}

.bnrlink strong {
	text-align:center;
	padding:3px;
	line-height:20px;
	vertical-align:middle;
	width:100px;
	display:block;
}

.bnrlink a img {
	margin:0 3px 3px 3px;	
}


/* main */

