@charset "utf-8";
/*====================================================

	File Name: base.css

====================================================*/
/*----------------------------------------------------
	▼reset
----------------------------------------------------*/
html{
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	font-weight: normal;
	text-align: left;
}
ol,ul{
	list-style: none;
}
fieldset,img{
	border: 0;
}
/*----------------------------------------------------
	▼base
----------------------------------------------------*/
body{
	background: #ffffff url(/images/common/bg.gif) repeat left top;
	color: #333333;
	font-size:small;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,arial,helvetica,clean,sans-serif;
	line-height: 150%;
}
em,strong{
	font-weight: bold;
}
table{
	width: 100%;
	border: 1px solid #cccccc;
	font-size:inherit;
	font:100%;
}
th,td{
	padding: 5px 8px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 150%;
}
th{
	background-color: #efefef;
	color: #333333;
	font-weight: bold;
}
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}
select,option{
	padding: 0 5px;
}
/*----------link----------*/
a{ text-decoration: none; }
a:link{ color: #008CD5; }
a:visited{ color: #3333cc; }
a:hover{ color: #008CD5; text-decoration: underline; }
a:active{ color: #008CD5; }

/* ------------------------------------------
clearfix
------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*----------------------------------------------------
	▼layout
----------------------------------------------------*/
div#wrapper{
	text-align:left;
	margin: 0 auto;/* center on everything else */
	width: 753px;
	border: solid 3px #ebebeb;
}
div#header{
	position: relative;
	clear: both;
	width: 753px;
	background: #ffffff;
}
div#cover{
	clear: both;
	width: 753px;
	height: 231px;
	background: #FFFFFF;
	text-align: right;
}
div#navi{
	clear: both;
	width: 753px;
	text-decoration: none;
	background-color: #d9dbdc;
	margin: 0px;
}
div#container{
	clear: both;
	width: 739px;
	padding: 7px 7px 0 7px;
}
div#footer{
	width: 753px;
	color: #ffffff;
	padding: 15px 0 15px;
	background: #0050a3 url(images/bg_footer.gif) repeat-x left bottom;
}

/*----------------------------------------------------
	▼header
----------------------------------------------------*/
div#header ul{
	position: absolute;
	bottom: 13px;
	right: 35px;
}
div#header li,div#header ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#header li{
float: left;
	margin-right: 10px;
}
div#header li img{
	margin-right: 3px;
}
div#header a,div#header a:link,div#header,a:visited,div#header a:hover{
	text-decoration: none;
	color:#07265e;
}

/*----------------------------------------------------
	▼navi
----------------------------------------------------*/
div#navi ul,div#navi li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navi li {
	overflow: hidden;
	float: left;
	height: 39px;
}
div#navi ul li a {
	display: block;
	height: 39px;
	text-indent: -9999px;
}
li#navi_001,
li#navi_001 a {
	width: 151px;
}
li#navi_001 a {
	background: url(images/navi_1.gif) no-repeat left top;
}
li#navi_001 a:hover {
	background: url(images/navi_hover_1.gif) no-repeat left top;
}
li#navi_002,
li#navi_002 a {
	width: 150px;
}
li#navi_002 a {
	background: url(images/navi_2.gif) no-repeat left top;
}
li#navi_002 a:hover {
	background: url(images/navi_hover_2.gif) no-repeat left top;
}
li#navi_003,
li#navi_003 a {
	width: 151px;
}
li#navi_003 a {
	background: url(images/navi_3.gif) no-repeat left top;
}
li#navi_003 a:hover {
	background: url(images/navi_hover_3.gif) no-repeat left top;
}
li#navi_004,
li#navi_004 a {
	width: 150px;
}
li#navi_004 a {
	background: url(images/navi_4.gif) no-repeat left top;
}
li#navi_004 a:hover {
	background: url(images/navi_hover_4.gif) no-repeat left top;
}
li#navi_005,
li#navi_005 a {
	width: 151px;
}
li#navi_005 a {
	background: url(images/navi_5.gif) no-repeat left top;
}
li#navi_005 a:hover {
	background: url(images/navi_hover_5.gif) no-repeat left top;
}

/*----------------------------------------------------
	▼footer
----------------------------------------------------*/
div#footer div.sitemap{
	padding: 10px 70px 0;
	line-height: 120%;
}
div#footer div.sitemap div.blockLeft,
div#footer div.sitemap div.blockCenter,
div#footer div.sitemap div.blockRight{
	float: left;
	width: 204px;
}
div#footer div.sitemap a{
	color: #ffffff;
}
div#footer div.sitemap h3{
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	font-size: 100%;
	background: url(images/icon_arrow1.gif) no-repeat left center;
}
div#footer div.sitemap ul,
div#footer div.sitemap li{
	margin: 0;
	padding: 0;
}
div#footer div.sitemap ul{
	margin: 0 0 20px 13px;
}
div#footer div.sitemap li{
	list-style-type: none;
	padding: 2px 0 1px 10px;
	background: url(images/icon_arrow2.gif) no-repeat left center;
}
div#footer div.sitemap ul.li2 li{
	background: url(images/icon_arrow1.gif) no-repeat left center;
}
div#footer p.copy{
	padding: 15px 0 0;
	text-align: center;
	background: url(images/bg_copy.gif) no-repeat center top;
}


