﻿@charset "UTF-8";

a:link,
a:visited {
color: #000000;
}

a:hover,
a:active {
color: #FF3300;
text-decoration: underline;
}

.bold {
font-weight: bold;
}

#container {
font-size: 1.4em;
}

/* ---------------------------------------------------------
ヘッダー
--------------------------------------------------------- */
#header {
position: relative;
}

#header h1 {
padding: 10px 0 32px 6px;
background: url(../image/tx_catchcopy.gif) 138px 4px no-repeat;
}

#header div.global_navigator {
background: url(../image/bg_header.gif) left bottom repeat-x;
}

#header div.global_navigator li {
padding-left: 1px;
float: left;
}

#header div.global_navigator li.first_child {
padding: 16px 4px 0 0;
}

#header div.global_navigator li.first_child img {
vertical-align: top;
}

#header div.change_fontsize {
padding-right: 20px;
font-size: .9em;
position: absolute;
right: 0;
top: 6px;
}

#header div.banners {
position: absolute;
left: 704px;
top: 38px;
}


/* ---------------------------------------------------------
コンテンツ
--------------------------------------------------------- */
#content div.topicpath {
padding-bottom: 8px;
padding-top: 8px;
}

#content div.topicpath li {
padding-right: 0.5em;
font-size: 0.8em;
display: inline;
}

#content div.topicpath li a {
margin-right: 0.5em;
}

#content h1 {
margin-bottom: 4px;
padding-bottom: 2px;
border-bottom: 1px #CCCCCC solid;
}

#content h1 img {
padding-left: 4px;
border-left: 4px #009999 solid;
}

#content h2 {
	padding: 18px 6px;
	border-left: 4px #AEDFDF solid;
	color: #009999;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #FFFFCC;
	border-color: #009999;
}

#content strong {
font-weight: bold;
}


/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
#footer  {
clear: both;
}

#footer div.clearfix {
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
font-size: .8em;
}

#footer div.global_navigator ul {
float: left;
}

#footer div.global_navigator li {
padding-left: .4em;
border-left: 1px #999 solid;
display: inline;
font-size: .9em;
}

#footer div.global_navigator li.first_child {
border-left: 0 none;
}

#footer div.global_navigator li a {
display: inline-block;
}

#footer div.go_pagetop {
float: right;
}

#footer div.go_pagetop a {
background: url(../image/btn_go_pagetop.gif) left top no-repeat;
display: block;
width: 76px;
height: 17px;
text-indent: -9998px;
overflow: hidden;
}

#footer div.information {
margin-top: 4px;
padding-bottom: 6px;
padding-top: 6px;
border-bottom: 1px #CCCCCC solid;
border-top: 2px #E8EEF0 solid;
}

#footer div.about_hukoidan {
float: left;
}

#footer div.about_hukoidan table {
margin-top: 3px;
}

#footer div.about_hukoidan th,
#footer div.about_hukoidan td {
padding: 6px 0;
}

#footer div.about_hukoidan th {
padding-right: 8px;
border-right: 1px #AAA dotted;
}

#footer div.about_hukoidan td {
padding-left: 8px;
}

#footer div.freedial {
float: right;
}

#footer div.copyright {
padding-top: 4px;
border-top: 2px #E8EEF0 solid;
clear: both;
margin-bottom:15px;
}

#footer div.copyright p {
float: left;
}

#footer div.copyright p a {
margin-right: 1em;
}

#footer div.copyright p span {
display: inline-block;
}

#footer div.copyright ul.navigator {
float: right;
}

#footer div.copyright ul.navigator li {
padding-left: .4em;
border-left: 1px #999 solid;
display: inline;
}

#footer div.copyright ul.navigator li.first_child {
border-left: 0 none;
}

