@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #48a5f2;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
--------------------------*/

#wrapper {
	height: auto;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 125px;
	display: block;
	padding-bottom: 50px;
	overflow: hidden;
}
#sidebar {
	width: 236px;
	height: auto;
	float: left;
}
#main {
	width: 707px;
	height: auto;
	float: left;
	margin-bottom: 7px;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 88px;
	width: 944px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


/* header styles
--------------------------*/

#header h1 {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
}
#header #ars {
	position: absolute;
	top: 3px;
	left: 5px;
	height: 132px;
	width: 82px;
}
#header h2 {
	height: 41px;
	width: 235px;
	padding-top: 30px;
	padding-left: 90px;
}
#header ul {
	padding-top: 18px;
	width: 944px;
}
#header li {
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

/* sidebar styles
--------------------------*/

#sidebar .character {
	background-image: url(../images/character_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 309px;
	width: 222px;
	margin-left: 15px;
}
#sidebar .character h3 {
	position: relative;
	top: -16px;
	left: 13px;
	height: 315px;
	width: 205px;
}
#sidebar .leftboxHead {
	background-image: url(../images/leftbox_head.gif);
	height: 13px;
	width: 221px;
	margin-left: 15px;
}
#sidebar .leftboxMain {
	background-image: url(../images/leftbox_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 495px;
	width: 221px;
	margin-left: 15px;
}
#sidebar .leftboxFoot {
	background-image: url(../images/leftbox_foot.gif);
	height: 13px;
	width: 221px;
	margin-left: 15px;
}
#sidebar .leftboxMain h4 {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}


/* footer styles
--------------------------*/

#footerLogo {
	padding-top: 10px;
	height: 64px;
	width: 200px;
	padding-left: 11px;
	float: left;
}
#footer ul {
	width: 558px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
#footer li {
	list-style: none;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 1px solid #FFFFFF;
	color: #CCCCCC;
	display: block;
}
#footer li a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer li a:hover {
	color: #999999;
	text-decoration: underline;
}
li#staff {
	border-left-style: none;
}
#footer address {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #CCCCCC;
	clear: both;
	font-weight: bold;
	text-align: right;
	margin-right: 7px;
	padding-top: 5px;
}
#footer .footerRight {
	width: 558px;
	float: right;
	margin-right: 5px;
	padding-top: 20px;
}
