﻿@charset "utf-8";

/* CSS Document */
@media screen {
/* =========================================
　　　　　　　▼全体共通設定▼ 
==========================================*/

body{
background:#c3e7ff;
text-align:center;
color:#333;
margin:10px auto 50px auto;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:100%;
}

h1,h2,h3,h4,h5,h6,p,br,form,ul,li,form,input,dl,dt,dt,dd,br {
margin:0;
padding:0;
}

p {
line-height:1.8em;
font-size:80%;
margin:0 20px;
padding-bottom:20px;

}

dl {
line-height:1.8em;
font-size:75%;
margin-bottom:20px;
}

ul,dl,ol,li{
list-style-type:none;
list-style-position:outside;
}

table,
th,
td{
border-collapse:collapse;
}

/* 画像のボーダー非表示 */
img{
border-width:0;
}

/* 基本のリンク */
a{
color:#0033cc;
text-decoration:none;
}

a:hover{
color:#ff6600;
text-decoration:underline;
}

/* 回り込み解除 */
.clear{
clear:both;
}

.center {
text-align:center;
}

/* 改行なし */
.nowrap{
white-space:nowrap;
}


/* ページトップへ戻る */
.return {
clear:both;
text-align:right;
font-size:80%;
}

.return a{
padding:2px;
}

.return a:active,
.return a:visited,
.return a:hover{
text-decoration:none;
color:#333;
}


/* レイアウト */
#wrapper {
margin:0 auto;
width:810px;
text-align:left;
position:relative;
background:url(../img/background_center.gif) repeat-y;
overflow:auto;
padding-bottom:10px;
}

#container {
margin:0 25px;
padding-top:20px;
}

#mainContainer {
clear:both;
padding:0;
margin-top:120px;
}


/* =========================================
　　　　　　▼ヘッダー共通設定▼ 
==========================================*/
#headerArea{
padding:0 20px;
padding-top:17px;
position:absolute;
top:0;
left:0;
background:url(../img/background_top.gif) no-repeat;
}

#headerArea .inner{
width:770px;
clear:both;
}

#logo {
top:17px;
left:25px;
position:absolute;
}

#headerContents{
float:right;
width:300px;
margin-top:8px;
}

* html #headerContents{
margin-right:-10px;
}


/* ヘッダーサブナビゲーション */
#headerSubNavigation ul{
width:308px;
height:12px;
clear:both;
}

#headerSubNavigation ul li{
float:left;
height:11px;
position:relative;
margin-right:5px;
/*MacIE\*/
overflow:hidden;
}

#headerSubNavigation ul li a {
display:block;
height:100%;
width:100%;
text-indent:-4000px;
}

#headerSubNavigation ul li a:hover {
background-position: 0 -11px;
}

#headerSubNavigation ul li a:focus {
/*\*/
overflow: hidden;
/**/
}

#headerSubNaviList01 {width:40px;}
#headerSubNaviList01 a{background:url(../img/btn_top.gif) no-repeat top left;}
#headerSubNaviList02 {width:80px;}
#headerSubNaviList02 a{background:url(../img/btn_access.gif) no-repeat top left;}
#headerSubNaviList03 {width:78px;}
#headerSubNaviList03 a{background:url(../img/btn_contact.gif) no-repeat top left;}
#headerSubNaviList04 {width:79px;}
#headerSubNaviList04 a{background:url(../img/btn_sitemap.gif) no-repeat top left;}

/* フォントサイズの切替 */
#headerFontSwitch {
background:url(../img/fontsize_bg.gif) no-repeat 165px 1px;
height:17px;
padding-left:231px;
padding-top:1px;
margin-right:6px;
margin-top:5px;
}

#headerFontSwitch span {
height:17px;
width:18px;
position:relative;
font-size:80%;
/*MacIE\*/
overflow:hidden;
float:left;
}

#headerFontSwitch span  a {
display:block;
height:100%;
width:100%;
text-indent:-4000px;
}

#headerFontSwitch span a:hover {
background-position: 0 -17px;
}


#headerFontSwitch span a:focus {
/*\*/
overflow: hidden;
/**/
}

#headerFontSwitch .font-small a {background:url(../img/fontsize_small.gif) no-repeat top left;}
#headerFontSwitch .font-normal a {background:url(../img/fontsize_middle.gif) no-repeat top left;}
#headerFontSwitch .font-large a{background:url(../img/fontsize_big.gif) no-repeat top left;}

/* =========================================
　　　　　　▼フッター共通設定▼ 
==========================================*/
#footerArea {
width:810px;
clear:both;
margin:auto;
padding:auto;
}

#footerTopArea{
padding:10px;
background:url(../img/background_center.gif) repeat-y;
}

#footerTopArea .inner{
width:780px;
clear:both;
overflow:hidden;
background:url(../img/fotter_dot.gif) repeat-x;
padding-top:10px;
}


#footerTopArea p.address{
text-align:left;
float:left;
width:385px;
margin:0 0 0 10px;
padding:0;
font-size:70%;
line-height:1.2em;
}

#footerTopArea p.menu{
margin:0;
padding:0;
text-align:right;
font-size:70%;
}

#footerTopArea p.menu a{
padding:0 5px;
}

#footerTopArea p.menu a.left{
border-left:1px solid #333;
border-right:1px solid #333;
}

#footerTopArea p.menu a.right{
border-right:1px solid #333;
}

#footerBottomArea{
background:url(../img/background_bottom.gif) no-repeat;
height:20px;
}


/* =========================================
　　　　　　　▼本文共通設定▼ 
==========================================*/

/* イメージデコレーション */
.img-decoration {
border:1px solid #ddd;
background:#fff;
padding:1px;
}

ol,
ol li{
list-style-type: decimal
}

ol li{
font-size:80%;
line-height:1.4em;
margin-bottom:10px;
margin-left:5px;
}

h3{
background:url(../img/h3_bg.gif) no-repeat;
padding:8px 35px;
color:#FFF;
font-size:90%;
height:14px;
margin-bottom:15px;
}

ul.circlelist{
margin:10px 20px 20px 20px;
}

ul.circlelist li{
background:url(../img/list_01.gif) no-repeat 0 5px;
padding-left:15px;
font-size:80%;
margin-bottom:10px;
line-height:1.6em;
}


}










@media print {

/* =========================================
　　　　　　　▼全体共通設定▼ 
==========================================*/

body{
text-align:center;
color:#333;
margin:0 auto;
padding:0;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:100%;
}

h1,h2,h3,h4,h5,h6,p,br,form,ul,li,form,input,dl,dt,dt,dd,br {
margin:0;
padding:0;
}

p {
line-height:1.8em;
font-size:80%;
margin:0 20px;
padding-bottom:20px;

}

dl {
line-height:1.8em;
font-size:75%;
margin-bottom:20px;
}

ul,dl,ol,li{
list-style-type:none;
list-style-position:outside;
}

table,
th,
td{
border-collapse:collapse;
}

/* 画像のボーダー非表示 */
img{
border-width:0;
}

/* 基本のリンク */
a{
color:#333;
text-decoration:none;
}

a:hover{
color:#333;
text-decoration:underline;
}

/* 回り込み解除 */
.clear{
clear:both;
}

.center {
text-align:center;
}

/* 改行なし */
.nowrap{
white-space:nowrap;
}


/* ページトップへ戻る */
.return {
clear:both;
text-align:right;
font-size:80%;
}

.return a{
padding:2px;
}

.return a:active,
.return a:visited,
.return a:hover{
text-decoration:none;
color:#333;
}


/* レイアウト */
#wrapper {
margin:0 auto;
width:680px;
text-align:left;
position:relative;
overflow:visible;
}

#container {
margin:0;
}

#mainContainer {
clear:both;
padding:0;
}


/* =========================================
　　　　　　▼ヘッダー共通設定▼ 
==========================================*/
#headerArea{
display:none;
}

#start{
width:680px;
height:110px;
margin:0 auto;
display:block;
background:url(../img/sc_header.jpg) no-repeat top left;
}

#headerArea .inner{
display:none;
}


/* =========================================
　　　　　　▼フッター共通設定▼ 
==========================================*/
#footerArea {
width:680px;
height:60px;
clear:both;
margin:auto;
padding:auto;
background:url(../img/sc_fotter.jpg) no-repeat top left;
}

#footerTopArea{
display:none;
}

/* =========================================
　　　　　　　▼本文共通設定▼ 
==========================================*/
/* イメージデコレーション */
.img-decoration {
border:1px solid #ddd;
background:#fff;
padding:1px;
}

ol,
ol li{
list-style-type: decimal
}

ol li{
font-size:80%;
line-height:1.4em;
margin-bottom:10px;
margin-left:5px;
}

h3{
background:url(../img/h3_bg.gif) no-repeat;
padding:8px 35px;
color:#FFF;
font-size:90%;
height:14px;
margin-bottom:15px;
}

ul.circlelist{
margin:10px 20px 20px 20px;
}

ul.circlelist li{
background:url(../img/list_01.gif) no-repeat 0 5px;
padding-left:15px;
font-size:80%;
margin-bottom:10px;
line-height:1.6em;
}

}
