@charset "utf-8";

/* 共通スタイル
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
	height:100%;
}
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,sans-serif;
	background:url(../img/bgBody.jpg) top left;
	font-size:85%;
	color:#404040;
	text-align: center;
	position:relative;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
	letter-spacing: 1.2px;
	text-align:justify;
	text-justify:didtribute-all-lines;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}


/* clearFix
----------------------------------------------------------- */
.clearFix{
    zoom:1;/*for IE 5.5-7*/
}
.clearFix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.clear{
	clear:both;
}


/* リンク
----------------------------------------------------------- */
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #ff0000;
}
a:active {
	text-decoration: underline;
}

/* 汎用
----------------------------------------------------------- */
.mgnBtm05 { margin-bottom:5px; }
.mgnBtm10 { margin-bottom:10px!important; }
.mgnBtm20 { margin-bottom:20px; }

.mgnLeft05 { margin-left:5px; }
.mgnLeft10 { margin-left:10px; }

.mgnRight05 { margin-right:5px; }
.mgnRight10 { margin-right:10px; }

.mgnTop00 { margin-top:0!important; }

.pdg03 { padding:3px; }
.pdg05 { padding:5px; }
.pdg10 { padding:10px; }

.pdgTop10 { padding-top:10px; }
.pdgTop20 { padding-top:20px; }

.pdgTop100 { padding-top:100px; }
.pdgTop150 { padding-top:150px; }
.pdgTop200 { padding-top:200px; }

.fltLft { float:left; display:inline; }
.fltLft2 { float:left; display:inline; margin-bottom:10px;}
.fltRgt { float:right; display:inline; }

.txtAlignCenter { text-align:center; }

.vAlignBtm { vertical-align:bottom; }
.vAlignMdl { vertical-align:middle; }

.border1pxSldGry { border:1px solid #cccccc; }

.fontSize120p { font-size:120%; }
.fontSize150p { font-size:150%; }
.smallFont { font-size:85%; }
.fontSize12 { font-size:12px; }

.lineHgt1 { line-height:1!important; }

img.waku {
	border:1px solid #ccc;
	padding:3px;
}

hr {
	visibility:hidden;
	clear: both;
	margin-top: 3em;
}

hr.solidGray {
	height:1px;
	color:#cccccc;
	background-color:#cccccc;
	border-style:solid;
	border-color:#cccccc;
	visibility: visible;
	margin: 3em 0 1em 0;
}

span.need {
	color:#FF0000;
	font-weight: normal;
}


/* テーブル */
table.normal {
	border-collapse:collapse;
	empty-cells:show;
	border:1px solid #888;
}

table.normal caption {
	font-size:120%;
	padding-bottom:5px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 3px;
	color: #970f01;
	padding-left: 6px;
}

table.normal th {
	border:1px solid #888;
	padding: 5px 10px;
	background-color: #EAF0F2;
}

table.normal td {
	border:1px solid #888;
	padding: 5px 10px;
	background-color: #ffffff;
	line-height: 1.5;
}

/* レイアウト
----------------------------------------------------------- */
div#wrapper {
	width: 839px;
	padding: 5px 38px 5px;
	margin: 0 auto;
	text-align: left;
	background:url(../img/bgWrapper-trans.png) left top repeat-y;
	position: relative;
}

div#header {
	width:839px;
	height:97px;
	overflow: hidden;
	position:relative;
}

div#header h1 {
	width:275px;
	height:58px;
	overflow:hidden;
	display:inline;
	float:left;
	padding-top: 32px;
}

div#header div#headTel {
	width:200px;
	height:65px;
	overflow:hidden;
	display:inline;
	float:right;
	clear: right;
}

div#footer {
	clear: both;
	width: 839px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}

div#footer div#partA {
	width: 109px;
	float: right;
	min-height: 200px;
	_height:200px;
	display:inline;
}
div#footer div#partB {
	width: 209px;
	min-height: 200px;
	_height:200px;
	float: right;
	border-left: 1px dotted #999999;
	padding-left:5px;
	display:inline;
	background-image: url(../img/imgFootMap.png);
	background-repeat: no-repeat;
	background-position: right top;
}
div#footer div#partC {
	width: 162px;
	min-height: 200px;
	_height:200px;
	float: right;
	border-left: 1px dotted #999999;
	padding-left:5px;
	display:inline;
}
div#footer div#partD {
	width: 158px;
	min-height: 200px;
	_height:200px;
	float: right;
	border-left: 1px dotted #999999;
	padding-left:5px;
	display:inline;
}
div#footer div#partE {
	width: 275px;
	min-height: 157px;
	float: left;
	margin-top: 43px;
	display:inline;
}

div#footer div#partB ul,
div#footer div#partC ul,
div#footer div#partD ul {
	margin-left: 0.5em;
}

ul.disc {
	margin-bottom:2em;
}

ul.disc li,
div#footer div#partB ul li,
div#footer div#partC ul li,
div#footer div#partD ul li {
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom: 0.5em;
}


/* 先頭に戻るリンク
----------------------------------------------------------- */
div#pageup {
	background-image: url(../img/bgRetTop.png);
	background-position:0 0;
	background-repeat: no-repeat;
	clear:both;
	height:136px;
	position:absolute;
	width:34px;
	left: 903px;
	top: -300px;
}

div#pageup:hover {
	background-position:-34px 0;
}

div#pageup a {
	display:block;
	font-size:1px;
	height:136px;
	line-height:1px;
	text-indent:-9999px;
	width:34px;
	overflow:hidden;
}


/* トップに戻るリンク
----------------------------------------------------------- */
p.retTopPage {margin-top:5px;}


/* フォントサイズボタン
----------------------------------------------------------- */

div#header div#fontSize {
	width: 226px;
	height: 32px;
	float: right;
	overflow:hidden;
	background:url(../img/bgFsSwitcher.gif) left top no-repeat;
	display:inline;
	position:relative;
	z-index:999;
}



div#header div#fontSize ul#fontSizeSwitcher {
	width: 153px;
	height: 16px;
	display:inline;
	float:right;
	padding:3px 2px 0 0;
	position:relative;
}

div#header div#fontSize ul#fontSizeSwitcher li {
	position:relative;
	cursor:pointer;
	width:45px;
	height:16px;
	margin-right:6px;
	display:block;
	float:left;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
	display:inline;
}

div#header div#fontSize ul#fontSizeSwitcher li#sizeNormal {background-image:url(../img/bgFsSBtn01.png);}
div#header div#fontSize ul#fontSizeSwitcher li#sizeLarge {background-image:url(../img/bgFsSBtn02.png);}
div#header div#fontSize ul#fontSizeSwitcher li#sizeMax {background-image:url(../img/bgFsSBtn03.png);}

ul#fontSizeSwitcher li.current {background-position:0 -16px !important;}
