﻿@charset "UTF-8";

/*----------------------------------------------------
	base setting
----------------------------------------------------*/
* {
	margin:0;
	padding:0;
	zoom:1;
}
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Arial", "Osaka", "Verdana", sans-self;
	color: #505050;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: #0E9CE9;
}
/**Mac IE 5 only\*//*/
body {
	width: 840px;
}
/**Mac IE 5 only*/
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:link,a:visited {
	color: #57ACF2;
}
a:hover,a:active {
	color: #ABD6F8;
}
hr {
	display: block;
	visibility: hidden;
	height: 2em;
}
* html hr {
	height: 1em;
	border: 0px none;
}
img,a img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	vertical-align: top;
}
em {
	font-style: normal;
	z-index: -1;
	position: relative;
	overflow: hidden;
}
/**Mac IE 5 only\*//*/
em {
	visibility: hidden;
}
/**Mac IE 5 only*/
@media print {
em {
	visibility: hidden;
}
}
/*----------------------------------------------------
	common element
----------------------------------------------------*/
#footBg {
	background: #0E9CE9 url(../img/bg_foot.gif) repeat-x 0px 0px;
	padding-top: 1em;
	padding-bottom: 1em;
}
#header,#contents,#contents_top,#footer {
	width: 840px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	float: none;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#header h1,#header h1 a,.top,.top a,#top,#top a {
	background-repeat: no-repeat;
	text-decoration: none;
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	position: relative;
	z-index: 1;
	font-size: 70%;
	padding-bottom: 10px;
}
#header h1,#header h1 a {
	width: 450px;
	height: 40px;
}
#header h1 {
	line-height: 100%;
	text-align: left;
	float: left;
	padding-top: 20px;
}
#header h1 a {
	background: url(../img/bg_linkset.png) 0px -140px;
	display: block;
}
#header h1 a:link,#header h1 a:visited {
	background-position: 0px -140px;
}
#header h1 a:hover,#header h1 a:active {
	background-position: 0px -180px;
}
/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents_top {
	background-color: #FFFFFF;
	border-top: 1px solid #DEDBD6;
	border-right: 1px solid #DEDBD6;
	border-left: 1px solid #DEDBD6;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents {
	background-color: #FFFFFF;
	border-top: 2px solid #0E9CE9;
	border-right: 1px solid #DEDBD6;
	border-left: 1px solid #DEDBD6;
	padding-top: 0px;
	padding-bottom: 20px;
}
/*----------------------------------------------------
	contents(back)
----------------------------------------------------*/
#top,.top {
	font-size: 60%;
	text-align: left;
	position: relative;
	z-index: 1;
}
#top a,.top a {
	background-image: url(../img/bg_linkset.png);
	text-align: right;
	display: block;
}
* html #top,* html .top {
	text-align: right;
}
* html #top a,* html .top a {
	margin-left: 0px;
}
#top {
	clear: both;
	float: none;
	width: 800px;
	padding-top: 20px;
}
#top a {
	margin-left: 660px;
}
* html #top {
	text-align: right;
}
#top a {
	height: 20px;
	width: 160px;
}
* html #top a em {
	width: 160px;
}
#top a:link,#top a:visited,.top a:link,.top a:visited {
	background-position: -480px -200px;
}
#top a:hover,#top a:active,.top a:hover,.top a:active {
	background-position: -640px -200px;
}
/**Mac IE 5 only\*//*/
#top {
	margin-left: 660px;
	width: 160px;
}
/**Mac IE 5 only*/
.top {
	width: 560px;
	padding-top: 20px;
}
.top a {
	margin-left: 420px;
}
.top a {
	height: 20px;
	width: 160px;
}
* html .top a em {
	width: 160px;
}
/**Mac IE 5 only\*//*/
.top {
	margin-left: 360px;
	width: 160px;
}
/**Mac IE 5 only*/
/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	font-size: 70%;
	color: #FFFFFF;
}
#footer dl {
	text-align: left;
	float: left;
	width: 460px;
}
address {
	font-style: normal;
	text-align: left;
	line-height: 150%;
}
#footer p {
	text-align: right;
	margin-top: 3em;
}
#footer a:link,#footer a:visited {
	color: #FFFFFF;
}
#footer a:active,#footer a:hover {
	text-decoration: none;
}

