html {  
     overflow-y:scroll;  
	 filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	margin:0;
	padding:0;
   /*font-family: sans-serif;*/  
   font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W4","Osaka","ＭＳ Ｐゴシック ",sans-serif;  
}
a {
	line-height:16px;
}
img {
	border:none;
}
li {
	list-style-type:none;
}

a:link {
	color:#1A6FC4;
	line-height:16px;
}
a:visited {
	color:#1A6FC4;
}
a:hover {
	color:#FF6600;
}
a:active {
	color:#FFCC33;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
#stage {
	background-image:url(../common_img/stage_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	border-left:#CCC solid 1px;
	width:975px;
	margin:0 auto;
	padding:0
}
#wrapper {
	width:970px;
	margin:0;
	padding:0;
	zoom:1;
}
#charaSW {
	float:right;
	width:240px;
	margin:10px 15px 0;
}
#header {
	height:90px;
}
*+html #header{height:110px;}/*IE7*/
#logo {
	width:446px;
	float:left;
	_margin-top:20px;
}
*+html #logo{margin-top:20px;}/*IE7*/
#logo a {
	display:block;
	width:446px;
	height:64px;
	background:url(../common_img/header_bg.jpg) no-repeat;
	text-indent:-10000px;
	outline-style:none;
	margin-left:10px;
}
#header .float_r {
	text-align:right;
	margin-right:10px;
}
#header .float_r li {
	display:inline;
}
.head_navi{
	background:url(../common_img/arrow02.gif) no-repeat;
	margin-left:20px;
	padding-left:20px;
	background-position:0 3px;
}
.head_navi a {
	color:#2635A1;
}
.head_navi a:hover {
	color:#F60;
}

/*サイト内検索*/
#search {
	/*background: url(../common_img/search_box.gif) no-repeat;
	background-position:right;*/
	height:28px;
	margin-top:5px;
	margin-bottom:-5px;
}
#search form {
	background:url(../common_img/search_box.gif) no-repeat;
	background-position: right;
	padding-bottom:3px;
	_margin-bottom:-7px;
}
#search input {
	width:112px;
	margin-top:3px;
}
#search_btn {
	width:33px;
	height:20px;
	background:url(../common_img/head_search.gif) no-repeat;
	border:none;
	margin-bottom:1px;
	margin-right:-75px;
}
html>/**/body #search_btn {
	vertical-align:bottom;
}/*IE8*/

/*文字サイズ変更*/
#header .float_r #size {
	padding-top:10px;
	_margin-bottom:-14px;
}
#header .float_r #size ul {
	display:inline;
}

#header .float_r #size a {
	cursor:pointer;
}
.chara {
	margin:0 -30px 3px 0;
}
.chara_arrow {
	padding-bottom:6px;
}
#print {
	margin:-30px 0 5px 820px;
	background:url(../common_img/print_btn.jpg) no-repeat;
	width:110px;
	height:26px;
	text-indent:-10000px;
}
#print a {
	display:block;
	width:110px;
	height:26px;
}
#topic_path {
	margin:10px;
	padding:0;
}
#topic_path ul {
	margin:0;
	padding:0 0 15px 0;
}
#topic_path li {
	float:left;
	margin:0;
	font-size:90%;
}
#footer {
	padding:0 0 10px 0;
	margin: 0 auto;
	width: 975px;
	clear: both;
	background-image:url(../common_img/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align: right;
	height: 25px;
}
#footer ul {
	margin: 0;
	padding:10px 0 0;
	_margin-left:-15px;
}
#footer li {
	float:left;
	background:url(../common_img/arrow02.gif) no-repeat;
	text-indent:17px;
	margin:0 13px 0;
	background-position: 0 3px;
}
#footer a {
	line-height:16px;
	color:#2635A1;
}
#footer a:hover {
	color:#F60;
}
#R p {
	margin:8px 0 15px;
	padding:0 25px;
	line-height:25px;
	letter-spacing: 1px;
}
.p_top {
	clear:both;
	float:right;
	width:190px;
	margin:0 0 8px;
	background-image:url(../common_img/pege_top_off.gif);
	background-repeat:no-repeat;
	text-indent:-10000px;
}
.p_top a {
	display:block;
	width:164px;
}
.p_top a:hover {
	background-image:url(../common_img/pege_top_on.gif);
	background-repeat:no-repeat;
}
.bold {
	font-weight: bold;
	color: #D25525;
}