@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;
	font-size: 80%;
	line-height: 1.3em;
	background: #4E65A8 url(img/main_back.gif) repeat-x;
	padding-top: 7px;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}
img{
	border:0;
}

ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}
#all {
	text-align:left;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}
a	{
	color: #48398e;
	text-decoration: none;
}
a:link	{
	color: #48398e;
	text-decoration: none;
}
a:hover	{
	color: #FF3300;
	text-decoration: none;
}
.cboth	{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.right	{
	float:right;
}
.left	{
	float: left;
}
.st01	{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 755px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(img/st_back02.gif) no-repeat right bottom;
	padding-left: 10px;
}
/* ===== Header Area ===== */
#header	{
	background: url(img/head_back.gif) no-repeat 10px 0px;
	width: 765px;
}
#head01	{
	float: left;
	padding-left: 10px;
}
#head01 h2	{
	padding-top: 12px;
}
#header p	{
	float: right;
	padding-right: 18px;
	margin-top: -16px;
}
/* ===== Flash Area ===== */
#mov	{
	clear: both;
}
/* ===== Contents Area ===== */
#content	{
	margin-left: 10px;
	background: #ffffff;
	width: 740px;
}
#index	{
	background: #FFFFFF url(img/side_back01c.gif) no-repeat right bottom;
	width: 740px;
}
p.pagetop	{
	text-align: right;
	margin-bottom: 1em;
	margin-top: 2em;
}
p.pagetop img	{
	vertical-align: middle;
	margin-right: 5px;
}
/* ===== Navi Area ===== */
#navi	{
	background: url(img/navi_back.gif) repeat-x;
}
#navi li	{
	float: left;
}
#navi li a	{
	display: block;
	height: 26px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(img/navi.gif) no-repeat;
}
#navi li a.a01	{
	background-position: 0px 0px;
	width: 132px;
}
#navi li a.a02	{
	background-position: -132px 0px;
	width: 117px;
}
#navi li a.a03	{
	background-position: -249px 0px;
	width: 117px;
}
#navi li a.a04	{
	background-position: -366px 0px;
	width: 117px;
}
#navi li a.a05	{
	background-position: -483px 0px;
	width: 119px;
}
#navi li a.a01:hover	{
	background-position: 0px -26px;
}
#navi li a.a02:hover	{
	background-position: -132px -26px;
}
#navi li a.a03:hover	{
	background-position: -249px -26px;
}
#navi li a.a04:hover	{
	background-position: -366px -26px;
}
#navi li a.a05:hover	{
	background-position: -483px -26px;
}

/* ===== Footer Area ===== */
#footer	{
	color: #FFFFFF;
	background: #404D9C url(img/foot_back.gif) no-repeat right bottom;
	font-size: 80%;
	padding: 5px;
	width: 730px;
	clear: both;
}
* html #footer	{
	padding: 5px 5px 2px 5px;
}
#footer p	{
}
#footer ul	{
}
#footer li	{
	display: inline;
	padding-right: 5px;
}
#footer a	{
	color: #ffffff;
}
#footer a:hover	{
	color: #ff3300;
}
#footer02	{
	color: #FFFFFF;
	margin: 0 10px;
	font-size: 80%;
	padding: 5px;
}
#footer02 p.p01	{
	text-align: right;
}
#footer02 a	{
	color: #ffff00;
}
#footer02 a:hover	{
	color: #ff3300;
}
