@charset "shift_jis";

/* ===== Universal Reset ===== */

*{
margin:0;
padding:0;
}

/* ===== Basic Style ===== */

body{
	color:#333333;
	text-align: center;
	font-family: "ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	background-color: #236fa1;
	background-image: url(img/all_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}
img{
	border:0;
	vertical-align: bottom;
}

ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}
#all {
	text-align:left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

a	{
	color: #0018ca;
	text-decoration: none;
}
a:link	{
	color: #0018ca;
	text-decoration: none;
}
a:hover	{
	color: #FF3300;
	text-decoration: none;
}

.cboth {
clear:both;
height:0;
}
/* IE —p¥ */
* html .cboth {
height:.1em;
overflow:hidden;
margin-top:-.1em;
}
hr {
visibility:hidden;
border:0;
}



/* ===== Header Area ===== */
#header	{
	text-align: left;
	background: url(../img/head_bg.jpg) no-repeat;
	width: 100%;
}
#header h1	{
	float: left;
	font-size: 100%;
}
#header ul	{
	float: right;
	text-align:left;
}
#header li	{
margin-right:5px;
}


/* ===== Contents Area ===== */
#contents	{
	clear: both;
	background-repeat: no-repeat;
	width: 100%;
}
p.pagetop	{
	clear: both;
	text-align: right;
	margin-top: 10px;
}

/* ===== Navi Area ===== */
#navi	{
	font-size: 1px;
	line-height: 1px;
	text-align: left;
}
#navi ul.ul01 li	{
	display: inline;
}
#navi ul.ul01 li a	{
	background-image: url(img/navi.gif);
	display: block;
	height: 42px;
	width: 114px;
	text-indent: -10000em;
	float: left;
	overflow: hidden;
}
#navi ul.ul01 li a.a01	{
	background-position: 0px 0px;
	width:109px;
}
#navi ul.ul01 li a.a02	{
	background-position: -109px 0px;
	width: 112px;
}
#navi ul.ul01 li a.a03	{
	background-position: -221px 0px;
	width: 112px;
}
#navi ul.ul01 li a.a04	{
	background-position: -333px 0px;
	width: 112px;
}
#navi ul.ul01 li a.a05	{
	background-position: -445px 0px;
	width: 112px;
}
#navi ul.ul01 li a.a06	{
	background-position: -557px 0px;
	width: 112px;
}
#navi ul.ul01 li a.a07	{
	background-position: -669px 0px;
	width: 111px;
}
#navi ul.ul01 li a.a01:hover	{
	background-position: 0px -42px;
}
#navi ul.ul01 li a.a02:hover	{
	background-position: -109px -42px;
}
#navi ul.ul01 li a.a03:hover	{
	background-position: -221px -42px;
}
#navi ul.ul01 li a.a04:hover	{
	background-position: -333px -42px;
}
#navi ul.ul01 li a.a05:hover	{
	background-position: -445px -42px;
}
#navi ul.ul01 li a.a06:hover	{
	background-position: -557px -42px;
}
#navi ul.ul01 li a.a07:hover	{
	background-position: -669px -42px;
}

#sub_navi	{
	padding-top:10px;
	line-height: 1em;
	clear: both;
}
#sub_navi ul a	{
	color: #FFFFFF;
}
#sub_navi ul a:hover	{
	color: #daea71;
}
#sub_navi li	{
	display: inline;
	border-left:solid 1px;
	padding-left:5px;
	padding-right:5px;

}

/* ===== Footer Area ===== */
#footer	{
	background:url(img/foot_bg.jpg) no-repeat top center;
	color: #FFFFFF;
}
* html #footer	{
	padding-bottom: 0px;
}
#footer strong	{
	display:block;
	font-size:120%;
	padding-top:10px;
}

#foot_in{
height:98px;
width:780px;
margin:0 auto;
text-align:left;
}


#footer address	{
	font-style: normal;
}

#foot_l	{
	float: left;
	padding-left: 30px;
	font-size: 12px;
}
#foot_r	{
	padding-top:10px;
	float: right;
	width: 300px;
	font-size: 11px;
}
#foot_r p.p01	{
	float: left;
	margin-right: 5px;
}

#foot_r p.p02	{
	margin-right: 10px;
}
.foot_free{
font-size:14px;
}

.cpr{
padding:3px 0;
}

/* Win IE‚¿‚ç‚Â‚«–hŽ~¥ */
* html {
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}