@charset "Shift_JIS";

/* base
---------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #000000;
	font-size: 12px;
	_font-size: 75%;/*IE6*/
	font-family: Verdana, sans-serif;
	line-height: 1.3;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/* layout
---------------------------------------------------------------------------- */
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 36px 0 10px;
}
#top #container {
	width: 908px;
}
body#characterProfile #container {
	width: 670px;
	padding: 0 0 10px;
}

/*header*/
#header {
	width: 900px;
	height: 105px;
	background: url(../common/bg_header.jpg) no-repeat left top;
}
#top #header {
	width: 908px;
	height: 42px;
	background: none;
}
body#characterProfile #header {
	width: 670px;
	height: 70px;
	background: url(../character/img/bg_header.jpg) no-repeat left top;
}
body#characterProfile #header h1 {
	padding: 11px 0 0 10px;
}
body#characterProfile #header h1 img {
	vertical-align: top;
}
#header .headerLogo {
	position: absolute;
	top: 7px;
	left: 0;
}
#top #header .headerLogo {
	position: absolute;
	top: 7px;
	left: 5px;
}
#header .headerBtn {
	position: absolute;
	top: 0;
	left: 815px;
}
#top #header .headerBtn {
	position: absolute;
	top: 0;
	left: 820px;
}

/*gNav*/
ul#gNav {
	width: 900px;
	height: 39px;
}
ul#gNav li {
	display: inline;
	float: left;
	width: auto;
	height: 39px;
}
ul#gNav li a {
	/*display: block;*/
	width: auto;
	height: 39px;
}

/*content*/
#content {
	clear: both;
	overflow: hidden;
	/*margin-bottom: 10px;*/
	background: #FFFFFF;
}
#content #content-inner {
	overflow: hidden;
}
#top #content {
	width: 900px;
	margin: 0 3px 0 5px;
	height: 753px;
	background: url(../img/bg_top_one02.jpg) no-repeat left top;
	/*background: url(../img/bg_top.jpg) no-repeat left top;*/
	/*background: url(../img/bg_top_one.jpg) no-repeat left top;*/
}
#top #content #content-inner {
	overflow: hidden;
	padding: 10px 0 0 10px;
}
body#characterProfile #content {
	width: 670px;
}
body#characterProfile #content  #content-inner {
	padding: 30px 30px 30px;
}
/*footer*/
#footer {
	clear: both;
	overflow: hidden;
	width: 900px;
	padding-top: 10px;
}
body#top #footer {
	clear: both;
	overflow: hidden;
	width: 900px;
	margin-left: 5px;
	padding-top: 10px;
}
body#characterProfile #footer {
	width: 670px;
	text-align: center;
}
body#characterProfile #footer p.copyright {
	padding: 18px 0;
	color: #FFFFFF;
	font-size: 84%;
}
#footer table.footerTable {
	margin-bottom: 6px;
	padding-bottom: 7px;
	background: url(../common/line_dot01.gif) repeat-x left bottom;
}
#footer .footerLogo {
	float: left;
	width: 644px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 76px;
	height: 40px;
}
#footer .footerLogo p.copyright {
	float: left;
	width: 506px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 84%;
	line-height: 1;
}
#footer .footerBtn {
	float: right;
	width: 234px;
}

/* link
---------------------------------------------------------------------------- */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration: none;
}
 a:active {
	color: #555555;
	text-decoration: none;
}

/* font
---------------------------------------------------------------------------- */

.sText {
	font-size: 10px;
	line-height: 1.2;
}

.mText {
	font-size: 12px;
	line-height: 1.3;
}

.lText {
	font-size: 14px;
	line-height: 1.4;
}
	
.llText {
	font-size: 17px;
	line-height: 1.5;
}
.t-white-m {
	font-size: 12px;
	line-height: 1.3;
	color:#FFFFFF;
}
/* red01 */
.t-red01-m {
	font-size: 12px;
	line-height: 1.3;
	color:#FF0000;
}
.t-red01-l {
	font-size: 14px;
	line-height: 1.4;
	color:#FF0000;
}

/* module
---------------------------------------------------------------------------- */
.section {
	margin: 0;
	padding: 0;
}
.btnTop {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.readTxt p {
	margin-bottom: 1em;
}
.pagetop {
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: right;
}
.clear {
	clear: both;
}
