@charset "UTF-8";

/*******************/
/* 全体 */
/*******************/

@media screen {
html,
body,
#wrap {
	height: 100%;
	font-family: Verdana, 'ＭＳ Ｐゴシック', 'Osaka', Arial, sans-serif;
	background: #EFEFEF url(../images/bg_contents.gif) repeat-y center top;
}
}

@media print {		/* 背景消去 for IE8 */
html,
body,
#wrap {
	height: 100%;
	font-family: Verdana, 'ＭＳ Ｐゴシック', 'Osaka', Arial, sans-serif;
}
}

body > #wrap {
	height: auto; min-height: 100%;
}

#wrap {
	margin-bottom: -115px;
}
*:first-child+html body div#wrap {	 /* for IE7 */
	margin-bottom: -105px;
}
* html body div#wrap {	 /* for IE6 */
	margin-bottom: -105px;
}

#main {
	padding-bottom: 80px;
	margin-bottom: 10px;
	width: 100%;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	border-top: 1px solid #B8B8B8;
	position: relative;
	margin-top: -80px;
	height: 80px;
	clear:both;
	text-align: left;
	line-height: 1.5em;
}
#footer a {
	color: #555555;
	text-decoration: underline;
}
#footer a:hover {
	color: #828282;
	text-decoration: underline;
}
#footer .name {
	float: left; 
	width: 470px;
	margin: 10px 0px 10px 5px;
}
#footer .nameborder {
	border-bottom: 3px solid #B8B8B8;
	display: block;
	width: 200px;
}
#footer .map {
	border-left: 1px solid #B8B8B8;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 430px;
}

#footer .footerCopyright {
	clear: both;
	margin: 0px;
	padding: 0 0 0 0px;
	text-align: center;
	background: #EDEDED;
	font-size: 80%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

html {
	overflow-y:scroll;
	font-size: small;
	scrollbar-arrow-color:#696969;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#696969;
	scrollbar-track-color:#C2C2C2;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#696969;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
	color: #555555;
	line-height: 1.3em;
}
a {
	color: #0120B9;
	text-decoration: none;
}
a:hover {
	color: #4977CD;
	text-decoration: underline;
}
img {
	border-style: none;
}
.clearBoth {
	clear: both;
}
.clearBothSmall {
	margin:0px;
	padding:0px;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*******************/
/* ヘッダー部分 */
/*******************/
#bgHeader {
	background: #FFFFFF url(../images/bg_body.gif) repeat-x center top;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	text-align: left;
}
h1 {
	margin: 0px auto;
	padding: 2px 0px;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 75%;
}
h1 strong {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	font-weight: normal;
	color: #30ACEA;
	display: block;
}
h2 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 391px;
	height: 75px;
}

.headerLink {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
}
/* 検索フォーム */
.headerLink form {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	height: 24px;
	width: 529px;
}
#inputSearch {
	vertical-align: middle;
	height: 15px;
}
#btnSearch {
	color: #FFFFFF;
	text-align: center;
	background: #036CA1;
	border: 1px solid #88CDE8;
	padding: 2px;
	display:inline;
}
ul.headerLink02 {
	clear: both;
	margin: 0px 0px 0px 114px;
	padding: 0px;
	height: 26px;
	width: 415px;
	list-style-type:none;
}
ul.headerLink02 li {
	height: 26px;
	float: left;
	margin-left: 5px;
}
ul.headerLink02 li span {
	visibility: hidden;
}
ul.headerLink02 li a,
.headerLink a:visited,
.headerLink a:hover {
	display:block;
	text-decoration: none;
}
ul.headerLink02 li.kids, ul.headerLink02 li.kids a {
	background: url(../images/navi01.gif) no-repeat;
	width: 100px;
	height: 26px;
}
ul.headerLink02 li.link a {
	background: url(../images/navi02.gif) no-repeat;
	width: 82px;
	height: 26px;
}
ul.headerLink02 li.privacy a {
	background: url(../images/navi03.gif) no-repeat;
	width: 126px;
	height: 26px;
}
ul.headerLink02 li.sitemap a {
	background: url(../images/navi04.gif) no-repeat;
	width: 82px;
	height: 26px;
}

/*******************/
/* コンテンツ部分 */
/*******************/
@media screen {
#total {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background: #EFEFEF url(../images/bg_contents.gif) repeat-y center top;
	height: 100%;
}
}

@media print {		/* 背景消去 for IE8 */
#total {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	height: 100%;
}
}

#conBlock {
	margin: 0px auto;
	width: 900px;
	text-align: left;
	background: #FFFFFF;
}
#contents {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 670px;
	font-size: 100%;
	height: 100%;
}
/* pタグ全てに適応*/
p {
	margin: 0px 20px 20px 20px;
	line-height: 1.5em;
}
.tbl_margin {
	margin-left: 20px;
}
h4 {
	background:url(../images/bg_title.gif) no-repeat left top;
	width: 670px;
	height: 62px;
}
h4 strong {
	padding: 22px 0px 0px 25px;
	font-weight: bold;
	font-size: 120%;
	color: #0B0B0B;
	display: block;
}
*:first-child+html body div h4 strong {	 /* for IE7 */
	font-size: 105%;
}
* html body div h4 strong {	 /* for IE6 */
	font-size: 105%;
}
h5.kaga {
	padding: 0px;
	margin: 0px 0px 15px 20px;
	background:url(../images/bg_subtitle.gif) no-repeat left top;
	width: 619px;
	height: 37px;
	font-size: 100%;
}
h5.kaga strong {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	font-size: 100%;
	color: #0B0B0B;
	display: block;
}
*:first-child+html body div h5 strong {	 /* for IE7 */
	font-size: 102%;
}
* html body div h5 strong {	 /* for IE6 */
	font-size: 102%;
}
h6 {
	margin: 5px 20px;
	color: #157ADA;
	font-weight: bold;
	font-size: 100%;
}
h6 span {
	padding: 0 2px 0 0;
}
*:first-child+html body div h6 span {	 /* for IE7 */
	font-size: 160%;
}
* html body div h6 span {	 /* for IE6 */
	font-size: 100%;
}
.pan {
	text-align: left;
	margin: 10px 0px;
	padding-top: 3px;
	font-size: 80%;
	color: #959595;
}
*:first-child+html body div p.pan {	 /* for IE7 */
	margin: 0px 0px 15px 0;
}
* html body div p.pan {	 /* for IE6 */
	margin: 0px 0px 15px 0;
}
.pan a {
	color: #959595;
	padding-top: 2px;
}
*:first-child+html body div p.pan a {	 /* for IE7 */
	font-size: 80%;
}
* html body div p.pan a {	 /* for IE6 */
	font-size: 80%;
}
.pan a:hover {
	color: #959595;
	text-decoration: underline;
}
*:first-child+html body div p.pan span {	 /* for IE7 */
	font-size: 80%;
}
* html body div p.pan span {	 /* for IE6 */
	font-size: 80%;
}
.list {
	color: #D2D7DA;
	padding-right: 2px;
}
*:first-child+html body div span.list {	 /* for IE7 */
	font-size: 160%;
}

.caption {
	margin: 4px 0 0 0;
	color: #415b75;
	text-align: center;
}
.caption span {
	font-size: 90%;
}
*:first-child+html body div p.caption span {	 /* for IE7 */
	font-size: 90%;
}
* html body div p.caption span {	 /* for IE6 */
	font-size: 90%;
}

.list {
	color: #D2D7DA;
}

/* サイドメニュー無いページ */
#tbl_link{
	width:600px;
	border:0px;
}
#tbl_link td.tbl_link_blue{
	background-color:#EFF5FA;
}

.main_contents_space{
	margin: 0px 30px 0px 30px;
}
.privacy_text{
	margin: 10px 0px 10px 0px;
	padding-left:22px;
	text-indent:-22px;
}
.icon_ul {
	background: url(../images/icon_ul.gif) no-repeat left 0.4em;
	list-style : none;
	padding-left: 1.3em;
	font-weight: bold;
}
ul.links01 li {
	background: url(../images/icon_ul.gif) no-repeat left 0.4em;
	list-style : none;
	padding-left: 1.3em;
	font-weight: bold;
}
.main_contents_space ul.links02 li{
	line-height:22px;
	background: none;
	list-style : circle;
	padding-left: 0em;
	font-weight: normal;
}

/*******************/
/* ページの先頭へ */
/*******************/
.pageTop {
	margin: 10px 0px;
	float: right;
	/*background: url(../images/btn_pagetop.gif) no-repeat;*/	/*20100427削除*/
	display: block;
}
.pageTop a {
	width: 98px;
	height: 28px;
	background: url(../images/btn_pagetop.gif) no-repeat;
	display: block;
}
.pageTop a:hover {
	text-decoration: none;
}
.pageTop span {
	visibility: hidden;
}

