﻿@charset "utf-8";

/*  余白リセット
------------------------------------------------------------ */
html,body,div,h1,h2,h3,h4,h5,h6,
p,address,ul,ol,li,dl,dt,dd,
table,th,td,form,fieldset{
	margin:0px;
	padding:0px;
}
/*  micro clearfix
------------------------------------------------------------ */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/*  基本設定
------------------------------------------------------------ */
html{
    overflow-y:scroll;
    height:100%;
}
body {
	font-size: 15px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka",sans-serif;
	color: #333;
	_text-align:center; /*IE6用*/
}
div {
	line-height:1.6;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table th {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
table td {
	text-align:left;
	vertical-align:top;
}
* html table{ /*IE6用*/
	font-size: 13px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka",sans-serif;
	line-height:1.6;
	color: #333333;
} 
a:link {
	text-decoration: none;
	color: #00967C;
}
a:visited {
	text-decoration: none;
	color: #00967C;
}
a:hover{
	text-decoration:underline;
	color: #ff9900;
}
img {
	border:0;
	vertical-align:bottom;
}
p{
	text-align: justify;
	text-justify: inter-ideograph;
}
ul {
	list-style-type:none;
}
address{
	font-style:normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size:13px;
}

/*  汎用クラス
------------------------------------------------------------ */
div.banner{
	margin-bottom:10px;
	text-align:center;
}
img.fl{
	float:left;
	margin-right:10px;
}
img.fr{
	float:right;
	margin-left:10px;
}
a.pdf {
    background: url("img/icon_pdf.gif") no-repeat left center;
    padding: 5px 0 5px 20px;
}
p.box{
	overflow:hidden;
	border: 5px solid #666; 
	padding: 10px;
	font-size:15px
}
table.std{
    width: 100%;
    margin: 10px 0;
    background: #ccc;
    border-collapse: separate;
    border-spacing: 1px;
}
table.std caption{
	text-align:left;
}
table.std th{
	padding:10px;
	background:#00967C;
	font-weight:normal;
	color: #fff;
}
table.std td{
	padding:10px;
	background:#fff;
}
.colbox {
	overflow:hidden;
}
.colbox li{
	display:block;
	width:50%;
}
.lcol{
	float: left;
}
.rcol{
	float: right;
}
.red{
	color: #CC0000;
}

/*  テーブル（ライン）
------------------------------------------------------------ */
table.line{
	background: none;
    border-collapse: collapse;
    border-spacing: 0;
}
table.line th{
	background: none;
	border-bottom:1px dotted #666;
}
table.line td{
	background: none;
	border-bottom:1px dotted #666;
}

/*  テーブル（しましま）
------------------------------------------------------------ */
table.stripe{
	display: none;
	background: none;
    border-spacing: 2px;
}
table.stripe td{
	background:#ccebd1;
/*
	width: 15%;
*/
}
table.stripe td:nth-child(1){
	width: 60%;
}
table.stripe tr:nth-child(odd) td{
	background:#fff;
}
table.stripe td:nth-child(2){
	display: none;
	width: 0;
	text-align: right;
}
table.stripe th:nth-child(2){
	display: none;
}
table.stripe td:nth-child(3),
table.stripe td:nth-child(5){
	text-align: center;
}
table.stripe td:nth-child(4){
	width: 20%;
}
table.stripe input[type=text]{
	ime-mode: disabled;
}
/*
table.stripe th:nth-child(3){
	width: 15%;
}
table.stripe th:nth-child(4){
	width: 15%;
}
table.stripe th:nth-child(5){
	width: 20%;
}
*/

/*  背景
------------------------------------------------------------ */
body {
}

/*  ヘッダー
------------------------------------------------------------ */
#headerWrapper {
	background: url("img/shadow-sub.jpg") repeat-x scroll center bottom transparent;
    width: 100%;
}
.topPage #headerWrapper {
	background: url("img/headerline.gif") repeat-x scroll center bottom transparent;
}
#header {
    height: 90px;
    margin: 0 auto;
    position: relative;
	width: 960px;
	_text-align:left; /*IE6用*/
}
#header p{
    position: absolute;
    top: 30px;
    left: 140px;
    line-height: 1.3;
    font-size: 11px;
    color: #999999;
}
#logo{
	position:absolute;
	top:26px;
}
#headerSub ul{
	position:absolute;
	top:38px;
	right:210px;
}
#headerSub li {
	float:left;
	margin-left:10px;
}
#headerSub li a {
	display:block;
	overflow:hidden;
	height:0; _height:11px;
	padding-top:11px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("img/hlink.gif");
}
#headerSub #hlink1 a{
    background-position: 0 0;
	width:80px;
}
#headerSub #hlink2 a{
    background-position: -90px 0;
    width: 76px;
}
#headerSub #hlink1 a:hover {
    background-position: 0 -11px;
}
#headerSub #hlink2 a:hover {
    background-position: -90px -11px;
}
#headerSub img {
	position: absolute;
	right: 0;
	text-align: right;
	top: 20px;
}
/* グローバルナビゲーション
------------------------------------------------------------ */
#gNavArea {
	background: url("img/bg-gnav.jpg") repeat-x scroll center center transparent;
}
#gNav{
	overflow:hidden;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}
#gNav li{
	float: left;
}
#gNav li a{
	display:block;
	width: 120px;
	height: 52px;
	background-position:0 0;
	background-image:url(img/gnav.jpg);
}
#gNav li#nav0 a{
	background-position:0 0;
}
#gNav li#nav1 a{
	background-position:-120px 0;
}
#gNav li#nav2 a{
	background-position:-240px 0;
}
#gNav li#nav3 a{
	background-position:-360px 0;
}
#gNav li#nav4 a{
	background-position:-480px 0;
}
#gNav li#nav5 a{
	background-position:-600px 0;
}
#gNav li#nav6 a{
	background-position:-720px 0;
}
#gNav li#nav7 a{
	background-position:-840px 0;
}
#gNav li#nav0 a:hover,
#gNav li#nav0.active a{
	background-position:0 -52px;
}
#gNav li#nav1 a:hover,
#gNav li#nav1.active a{
	background-position:-120px -52px;
}
#gNav li#nav2 a:hover,
#gNav li#nav2.active a{
	background-position:-240px -52px;
}
#gNav li#nav3 a:hover,
#gNav li#nav3.active a{
	background-position:-360px -52px;
}
#gNav li#nav4 a:hover,
#gNav li#nav4.active a{
	background-position:-480px -52px;
}
#gNav li#nav5 a:hover,
#gNav li#nav5.active a{
	background-position:-600px -52px;
}
#gNav li#nav6 a:hover,
#gNav li#nav6.active a{
	background-position:-720px -52px;
}
#gNav li#nav7 a:hover,
#gNav li#nav7.active a{
	background-position:-840px -52px;
}
/*  コンテンツ背景
------------------------------------------------------------ */
#shadow {
	background: url("img/bg-subbody.jpg") repeat-x scroll center top transparent;
    _text-align: center;/*IE6用*/
}
.topPage #shadow {
	background:none;
	height: auto;
}
#wrapper {
	background: url("img/bg-subtop.jpg") no-repeat scroll center top transparent;
}
.topPage #wrapper {
	background: url("img/shadow-top.jpg") repeat-x scroll 0 52px transparent;
}
/*  ページトップ画像
------------------------------------------------------------ */
#slideArea{
}
#slideshow  {
	overflow:hidden;
	margin:0 auto;
	width:960px;
	height: 300px;
	text-align:center;
}
.theme-default .nivo-controlNav{
    bottom: 10px !important;
    left: 90% !important;
    margin:0 !important;
}
#topimage {
    background: url("img/bg-body.jpg") repeat-x scroll center top transparent;
    height: 360px;
    text-align: center;
}
#pageImage {
	padding-bottom: 30px;
}

/*  コンテンツフレーム
------------------------------------------------------------ */
#mainContents {
	overflow:hidden;
	width: 960px;
	margin: 0 auto;
	_text-align:left; /*IE6用*/
}
.topPage #mainContents {
	margin-top:35px;
	width: 960px;
}

/*  ぱんくずリスト
------------------------------------------------------------ */
#topicPath{
	line-height: 40px;
	font-size: 11px;
	text-align: left;
}

/*  メインエリア
------------------------------------------------------------ */
#mainArea {
	float: right;
	width: 730px;
}
#mainArea.nonColunm{
	float: none;
	width: 100%;
}
#mainArea h3{
}
#mainArea h4{
    font-weight: bold;
}
#mainCol{
	float: left;
	margin:0 0 20px;
	width: 740px;
}
#mainCol h3{
	margin-bottom:10px;
}
#mainCol li.lcol{
	width: 320px;
}
#mainCol li.rcol{
	width: 420px;
}
#mainCol div{
	float:left;
	width:163px;
	height: 269px;
	border:1px solid #eee;
	margin-left:30px;
	padding:10px;
	_display: inline;
}
#mainCol div#tact{
	margin-left:20px;
}
#mainCol div h3{
	margin-top:10px;
}
#mainCol .clickbox{
	background: url("img/arrow.gif") no-repeat scroll 172px 278px transparent;
	cursor:pointer;
}
#mainCol div p{
	_width:158px;
}
#mainCol .rcol p{
	font-size: 11px;
}
#mainCol li .more {
    bottom: 5px;
    right: 5px;
}

/*  サブナビゲーション
------------------------------------------------------------ */
#sNavArea {
	float:left;
	width:200px;
	margin-top: 40px;
}
#sNavArea h2{
}
#sNav {
	margin-bottom: 20px;
	text-align: left;
	top: 323px;
}
#sNav li a{
	display:block;
	width:167px;
	_width:208px;
	height:34px;
	line-height:34px;
	padding-left:33px;
	background: url("img/snav.gif") repeat;
	background-position:0 0;
	color:#333;
	font-size: 13px;
}
#sNav li a:hover{
	background-position:0 34px;
	color: #FFF;
}

#sNavBox {
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 1px solid #00967C;
}
#sNavBox li{
	overflow: hidden;
	border: 1px solid #00967C;
	border-top: none;
	border-bottom: none;
}
#sNavBox li a{
	display:block;
	width:165px;
	_width:208px;
	height:34px;
	line-height:34px;
	padding-left:33px;
	background: url("img/snav.gif") no-repeat;
	background-position:0 -34px;
	color: #FFF;
}
#sNavBox li a:hover{
}
#sNavBox li p{
	font-size: 13px;
	margin: 10px 10px 10px 0;
}

/*  サイドバナー
------------------------------------------------------------ */
#subCol{
	float: right;
	width: 200px;
}
#subCol .movie {
}

/*  コンテンツ
------------------------------------------------------------ */
.item {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0 0 20px;
}
.item h4{
	margin:2em 0 0;
}
.item p{
	margin:1em 0;
}
.item p.signature {
	text-align:right;
}
.item ol,
.item dl{
	margin:1em 0;
}
.item li{
	margin-left: 1.6em;
	_margin-left: 2em;
}
.item dt{
	font-weight:bold;
}
.item dd{
	margin:0 0 1em;
}
.item p img{
	vertical-align: middle;
}
/*  ページトップへ
------------------------------------------------------------ */
#gotoTop{
	clear:both;
	text-align:right;
}
#gotoTop a {
	padding-left:1em;
	background: url(img/goto.gif) no-repeat center left;
}

/*  フッターリンク
------------------------------------------------------------ */
#footContent{
	clear: both;
	overflow: hidden;
	padding:20px 0;
	border-top:1px #333 solid;
	background-color: #efefef;
	color:#333;
}
#footContent a{
	color:#333;
}
#footContentList {
	width: 960px;
	margin:0 auto;
}
#footContentList p{
	float:left;
	width:260px;
	margin:14px 0;
}
#footContentList p a{
}
#footContentList dl{
	float:left;
	width:200px;
	height:53px;
	padding-left:10px;
	border-left:1px dotted #333;
	text-align:left;
	font-size: 11px;
}
#footContentList dt{
	font-weight: bold;
}
#footContentList dd{
	padding-left:1em;
	background: url(img/arrow-f.gif) no-repeat 1px 4px;
}


/*  フッター
------------------------------------------------------------ */
#footerWrapper {
	clear:both;
	overflow:hidden;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
	color:#00967c;
}
#footerWrapper a{
	color:#000;
}
#footer {
	position: relative;
	width: 960px;
	margin:0 auto;
}
#helps {
	color:#000;
	padding-top:40px;
	
}
#comment {
	float: left;
}
#copyright {
	text-align: right;
}
#footer .access img{
	margin-bottom: 1px;
	vertical-align: middle;
}
.access{
	line-height: 1.6;
	float: left;
	padding: 10px 0;
	color:#000;
}
.finfo{
	float: right;
	padding: 10px 0;
	position: relative;
}
#f_logo{
	float: right;
}

/*  セキュリティポリシー
------------------------------------------------------------ */
#policy dt{
	font-weight:bold;
}
#policy dd{
	margin-bottom:1em;
}

/*  免責事項
------------------------------------------------------------ */
#immunity ul{
	margin:1em 0 0 20px;
}
#immunity li{
	list-style:disc;
	margin-bottom:20px;
	margin-left: 0;
}

/*  サイトマップ
------------------------------------------------------------ */
#sitemap{
}
#sitemap dl{
	display:block;
	clear:both;
	margin:20px 0;
	width:100%;
}
#sitemap dl.fl{
	float:left;
	clear:none;
	width:48%;
}
#sitemap dl.fr{
	float:right;
	clear:none;
	width:48%;
}
#sitemap dt{
	border-bottom:1px #999999 dotted;
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	font-weight:bold;
}
#sitemap dd{
	display:list-item;
	margin:0 0 0 30px;
}
#sitemap dd.ns{
	list-style:none;
}

/*  カテゴリーリンク
------------------------------------------------------------ */
#categoryLink{
	width:100%;
	margin-bottom:20px;
}
#categoryLink td {
}
#categoryLink td a{
	display:block;
	width:224px;
	height:200px;
	background-position:0 0;
}
#categoryLink #category01 a{
	background-image:url('img/category01.jpg');
	margin-right:10px;
}
#categoryLink #category02 a{
	background-image:url('img/category02.jpg');
	margin-right:10px;
}
#categoryLink #category03 a{
	background-image:url('img/category03.jpg');
}
#categoryLink td a:hover{
	background-position:0 200px;
}

#koutei img{
	float:right;
	margin-left:15px;
}
#koutei dd{
	clear:both;
	overflow:hidden;
}

/*  特定商取引に基づく表記
------------------------------------------------------------ */
#legal table {
    background: none repeat scroll 0 0 #333333;
    border-collapse: separate;
    border-spacing: 1px;
    empty-cells: show;
    margin-top: 10px;
    width: 100%;
}
#legal th {
    background: none repeat scroll 0 0 #EFEFEF;
    padding: 10px;
    width: 30%;
}
#legal td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
}

