@charset "Shift_JIS";

/* ===== Universal Reset ===== */

*{
margin:0;
padding:0;
}

/* ===== Basic Style ===== */

body{
	color:#333333;
	text-align: center;
/* 	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; */
	line-height: 1.3;
	background-color: #ECCECE;
}

img{
	border:0;
}

ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}
#all {
	text-align:left;
	width: 830px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #990000;
}
a	{
	color: #0000FF;
	text-decoration: none;
}
a:link	{
	color: #4E0319;
	text-decoration: none;
}
a:hover	{
	color: #FF3300;
	text-decoration: none;
}
.cboth	{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.clear	{
	clear: both;
}
p.pagetop	{
	text-align:right;
}

/* Head Area */
#header h1	{
	float: left;
	width: 276px;
}
#header #head_right	{
	float: right;
	width: 500px;
	text-align: right;
	margin-right: 10px;
}
#header #head_right ul.head_navi	{
	margin-bottom: 3px;
	margin-top: 5px;
}
* html #header #head_right ul.head_navi	{
	margin-bottom: 2px;
}
#header #head_right ul.head_navi li	{
	display: inline;
	background: url(../css/img/list01.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 5px;
}
#header #head_right table	{
	margin-right: 0px;
	margin-left: auto;
}
#hnavi	{
	text-align: right;
	width: 120px;
	margin-right: 0px;
	margin-left: auto;
	padding-left: 100px;
	background: url(../css/img/size_title.gif) no-repeat left center;

}
#fontChange {
	margin-top: 5px;
}
#fontChange ul {
}
#fontChange li {
	float: left;
	text-align: left;
	margin-right: 2px;
}
#fontChange li a {
	display: block;
	height: 19px;
	background: url(../css/img/btn_fnchange.gif) no-repeat;
	text-indent: -1000em;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	width: 38px;
}
#fontChange li a.nomal {
}
#fontChange li a.big {
	background-position: -40px 0px;
}
#fontChange li a.bigger {
	background-position: -80px;
}
/* Navi Area */
#navi	{
}
#navi ul	{
}
#navi li	{
	display: inline;
	float: left;
}
#navi li a	{
	background-image: url(../css/img/navi.gif);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 37px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -10000em;
	overflow: hidden;
}
#navi li a.a01	{
	background-position: 0px 0px;
}
#navi li a.a02	{
	background-position: -138px 0px;
}
#navi li a.a03	{
	background-position: -276px 0px;
}
#navi li a.a04	{
	background-position: -414px 0px;
}
#navi li a.a05	{
	width: 139px;
	background-position: -552px 0px;
}
#navi li a.a06	{
	width: 139px;
	background-position: -691px 0px;
}
#navi li a.a01:hover	{
	background-position: 0px -37px;
}
#navi li a.a02:hover	{
	background-position: -138px -37px;
}
#navi li a.a03:hover	{
	background-position: -276px -37px;
}
#navi li a.a04:hover	{
	background-position: -414px -37px;
}
#navi li a.a05:hover	{
	background-position: -552px -37px;
}
#navi li a.a06:hover	{
	background-position: -691px -37px;
}
/* Footer Area */
#footer	{
	border-top: 3px solid #990000;
	padding: 10px;
	width: 810px;
}
#footer address	{
	font-style: normal;
	float: left;
}
#footer p	{
	float: right;
}
#footer p a	{
	background: url(../css/img/list01.gif) no-repeat left center;
	padding-left: 12px;
}
