@charset "utf-8";
/* CSS Document */

body {
	font-size:10px;
	color:	#333333;
	font-family: "ＭＳ Ｐゴシック",Verdana, sans-serif;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
}

/*-- header --*/
/*------------------------------------------------------------*/

#hdr ul#txtSize li.medium a {
	font-size:0px;
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 20px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/txt_medium.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 3px;
}

#hdr ul#txtSize li.medium a:hover {
	font-size:100%;
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 20px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/txt_medium_ov.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 3px;
}

#hdr ul#txtSize li.small a {
	font-size:84%; 
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 16px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/txt_small_ov.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 9px;
	margin-left: 3px;
	margin-right: 3px;
}

/* 英語版 */
/*-----------------------------------------------------------*/

#hdr ul#txtSizeEn li.medium a {
	font-size:0px;
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 20px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/txt_medium_en.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 3px;
}

#hdr ul#txtSizeEn li.medium a:hover {
	font-size:100%;
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 20px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/txt_medium_en_ov.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 3px;
}

#hdr ul#txtSizeEn li.small a {
	font-size:84%; 
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 16px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/txt_small_en_ov.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 9px;
	margin-left: 3px;
	margin-right: 3px;
}

/*------------------------------------------------------------*/

/*-- footer --*/
/*------------------------------------------------------------*/
#ftr {
	background-image: url(../images/ftr_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: both;
	width: 900px;
	padding-top: 10px;
	margin-bottom: 20px;
}

p#pageup a {
	width:44px;
	height:0px;
	overflow:hidden;
	float:left;
	display:block;
	background-attachment: scroll;
	background-image: url(../images/pageup.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 9px;
	margin-right:30px;
}

p#copyright {
	background-attachment: scroll;
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 225px;
	padding-top: 7px;
	overflow: hidden;
	height: 0px;
	float:left;
}

#ftr ul#navi {
	float:right;
}

#ftr ul#navi li {
	color:#666666;
	line-height:110%;
	float:right;
	padding-left:14px;
	display: inline;
}

/*------------------------------------------------------------*/

/*-- 見出し --*/
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/

