/*-----------------------------------------------
 Reset / Base
-----------------------------------------------*/
html, body,
applet,/*HTMLドキュメントにJavaアプレットを挿入するためのタグ*/ object,/*画像・動画・音声・各種プラグインデータ・JAVAアプレット・他のHTML文書等の、様々な形式のデータを文書に埋め込むための汎用的なタグ*/ iframe,
div, span, p, h1, h2, h3, h4, h5, h6, address,
a, img,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	padding: 0;
	zoom: 1;
	/*font-size: 88%;*/ /*中くらい*/
	font-size: 85%; /*小さめ*/
	line-height: 1.7em;
	background: url(img/bg.jpg) repeat-x;
}

/*見出し*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h3{
	padding: 10px 0px 10px ;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
	color: #1967B1;
}

h4 {
	color: #c80000;
	font-weight: bold;
	font-size: 105%;
	padding: 3px 0px 2px 2px;
	margin: 3px 0px 0px;
}

h5 {
	margin: 14px auto 10px;
	padding: 0px;
	font-size: 120%;
	font-weight: normal;
	font-family: Meiryo, ＭＳ 明朝,sans-serif; 
	color: #4c4b53;
	text-indent: 5px;
}

h6.title {
	background: url(img/tit03.jpg) no-repeat;
	height: 38px;
	margin: 0px;
	text-indent: 23px;
	padding-top: 6px;
	color: #FFF;
	font-size: 115%;
}


/*段落*/
p {
	margin: 0 0 1em 0;
}

/*リスト*/
ul {
	margin: 0 0 0 0.4em;
	padding: 0;
}

ol {
	margin: 0 0 0 2em;
	padding: 0;
}

.align-l {
	text-align: left;
}
.align-c {
	text-align: center;
}
.align-r {
	text-align: right;
}
.valign-t {
	vertical-align: top;
}
.valign-m {
	vertical-align: middle;
}
.valign-b {
	vertical-align: bottom;
}

/*画像bottom配置*/
.imgbtm img{
	margin: 0px auto;
	padding: 0px;
	vertical-align: top;
}

.imgbtm02 img{
	margin: 0px auto;
	padding: 0px;
	vertical-align: bottom;
}

.img-top{
	padding: 10px;
}

.imgtp img{
	margin: 1px auto;
	padding: 0px;
	vertical-align: top;
}

.img-c{
	margin: 0px auto;
	padding: 0px;
}


/*ディスプレイ*/
.display-i {
	display: inline;
}

.display-b {
	display: block;
}

/*フロート*/
.float-l {
	float: left;
}

.float-r {
	float: right;
}

/*フロートクリア*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}


/*-----------------------------------------------
 Link
-----------------------------------------------*/
a {
	text-decoration: none;
}

a:link {/*未訪問*/
	text-decoration: none;
}

a:visited {/*訪問済み*/
	text-decoration: none;
	color: #0066CC;
}

a:hover {/*カーソルでポイント*/
	text-decoration: underline;
	color: #C00;
}

a:active {/*クリック*/
	text-decoration: underline;
	color: #C00;
}

a:focus {/*タブでポイント*/
	text-decoration: underline;
	color: #C00;
}


/*-----------------------------------------------
 Font
-----------------------------------------------*/
h1#tophidden {
	display: none;
}

h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }

.font-red {
	color: #BF2802;/*朱*/
}
.font01 {/*青太文字*/
	padding: 10px 0px 10px ;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
	color: #1967B1;
}

.font01-1 {/*みず色の●に使用*/
	font-size: 100%;
	color: #B8E5FF;
}

.font02 {/*フッターのフォント*/
	font-size: 110%;
	font-weight: bold;
	margin-top: 8px;
}

.font03 {/*緑色の●に使用*/
	font-size: 100%;
	color: #9BCD4A;
}

.font04 {/*bg水色、線なし。各P見出し部分。*/
    padding:.3em .7em .3em;
	font-size: 110%;
	font-weight: bold;
	color: #0164CC;
    background:#E3F6FF;   
}

.font05 {/*bg水色、文字紺。上下に灰線。小見出し*/
    padding:.4em .9em .3em;
	color: #005bab;
    background:#f2f9ff;   
    border-top:1px solid #ccc;   
    border-bottom:1px solid #ccc;   
}

.font06 {/**/
	color: #FFC7F8;
	font-size: 110%;
}

.font07 {/*bgみず、文字くろ*/
	margin: 0px 0px 7px;
	padding: 10px 5px 7px 10px;
	display: block;
	line-height: 1.4em;
	background: #DEF0FF;
	font-size: 110%;
	font-weight: bold;
	color: #1D1D1D;
}

/*-----------------------------------------------
 container
-----------------------------------------------*/
#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}


/*----------------------------------------------
 naviskip
-----------------------------------------------*/
span#naviskip {
	position: absolute;
	top: 0;
	left: 0;
}


/*-----------------------------------------------
 header
-----------------------------------------------*/
#header {
	width: 960px;
	margin: 0px;
	padding: 0px;
}

#headertitle {
	width: 365px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#headerue {
	width: 593px;
	margin: 0px;
	padding: 0px;
	float: right;
}


#topmenu {
	width: 593px;
	margin: 0px auto 0px;
	padding: 0px;
}


/*-----------------------------------------------
 main
-----------------------------------------------*/
#maintop {
	width: 960px;
	margin: 0pxc auto;
	padding: 0px 0px 0px 0px;
}

#main {
	width: 960px;
	margin: 0pxc auto;
	padding: 0px 0px 0px 0px;
	background:#ffffff;
}

#flash {
	width: 960px;
	margin: auto ;
	margin-top: 0px;
}

/*-----------------------------------------------
 main-center
-----------------------------------------------*/
#main-center {
	width: 689px;
	margin-top: 28px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0px;
	float: left;
}

.text-area02 {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 13px;
	padding: 0px;
}

.text {
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0px;
}

.sem_table {
	margin-top: 2px;
	margin-bottom: 23px;
	margin-left: 10px;
}

.btn-area {
	margin-bottom: 20px;
	padding: 10px;
	background:#EDEDED;
}

.sp-text {
	margin-bottom: 8px;
}

/*-----------------------------------------------
 main-left
-----------------------------------------------*/
#main-left {
	width: 250px;
	margin-top: 26px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

.side {
	width: 218px;
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
	height: 75px;
	margin: 30px auto 0px;
	padding: 5px;
	border-top: 1px solid #1A1A1A;
	text-align: center;
	clear: both;
	font-size: 98%;
}

/*-----------------------------------------------
 pan
-----------------------------------------------*/
#pan {
	margin: 8px 0px 0px 15px;
	line-height: 1.2em;
	font-size: 90%;
}


/*-----------------------------------------------
 totop
-----------------------------------------------*/
#totop {
/*	width: 660px;
	margin: 15px auto 0px;
	padding: 8px 10px;*/
	text-align: right;
	/*background-color: #CCFFFF; 仮 */
}


/*-----------------------------------------------
 top menu
-----------------------------------------------*/
ul.topmenu {
	width: 593px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

ul.topmenu li {
	float: left;
	text-indent: -9999px;
}

ul.topmenu a {
	display: block;
	height: 43px;
	text-decoration: none;
	/*幅・高さが同じ場合はここで一括指定する*/
}

li#topmenucate1 a {
	background-image: url(img/menu01.jpg);
	height: 43px;
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate1 a:hover {
	background-position: 0px -43px;
	height: 43px;
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate2 a {
	background-image: url(img/menu02.jpg);
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate2 a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate3 a {
	background-image: url(img/menu03.jpg);
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate3 a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate4 a {
	background-image: url(img/menu04.jpg);
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate4 a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate5 a {
	background-image: url(img/menu05.jpg);
	/*height: 46px;*/
	width: 117px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate5 a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 117px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate1 a:hover,
li#topmenucate2 a:hover,
li#topmenucate3 a:hover,
li#topmenucate4 a:hover,
li#topmenucate5 a:hover,

li#topmenucate1 a:active,
li#topmenucate2 a:active,
li#topmenucate3 a:active,
li#topmenucate4 a:active,
li#topmenucate5 a:active,

li#topmenucate1 a:focus,
li#topmenucate2 a:focus,
li#topmenucate3 a:focus,
li#topmenucate4 a:focus,
li#topmenucate5 a:focus {
	background-position: 0px -43px;
	/*スライドする高さが異なる場合は個別に指定する*/
}



li#topmenucate1_e a {
	background-image: url(img/menu01_e.jpg);
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate1_e a:hover {
	background-position: 0px -43px;
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate2_e a {
	background-image: url(img/menu02_e.jpg);
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate2_e a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate3_e a {
	background-image: url(img/menu03_e.jpg);
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate3_e a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate4_e a {
	background-image: url(img/menu04_e.jpg);
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate4_e a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 119px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate5_e a {
	background-image: url(img/menu05_e.jpg);
	/*height: 46px;*/
	width: 117px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate5_e a:hover {
	background-position: 0px -43px;
	/*height: 46px;*/
	width: 117px;
	/*幅・高さが異なる場合はここで個別に指定する*/
}

li#topmenucate1_e a:hover,
li#topmenucate2_e a:hover,
li#topmenucate3_e a:hover,
li#topmenucate4_e a:hover,
li#topmenucate5_e a:hover,

li#topmenucate1_e a:active,
li#topmenucate2_e a:active,
li#topmenucate3_e a:active,
li#topmenucate4_e a:active,
li#topmenucate5_e a:active,

li#topmenucate1_e a:focus,
li#topmenucate2_e a:focus,
li#topmenucate3_e a:focus,
li#topmenucate4_e a:focus,
li#topmenucate5_e a:focus {
	background-position: 0px -43px;
	/*スライドする高さが異なる場合は個別に指定する*/
}


/*-----------------------------------------------
 list
-----------------------------------------------*/

ul.list_oshirase {
	padding: 0px;
	font-size: 110%;
	list-style-type: none;
}

li.list_oshirase_1 {
	margin: 0px 0px 7px 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 110%;
}

.table_sem ul{
	margin-right:10px;
}

.table_sem ul li{
	padding:5px 0;
	list-style-type:none;
}

.table_sem ul li.bd_bottom{
	border-top:dashed 1px #afafaf;
}


.link-list {
	margin-right: 5px;
	}

.link-list ul {
	margin-bottom: 20px;
	padding-top: 1px;
	background: url(img/line.gif) repeat-x 0 0;
	}
	
.link-list ul li {
	padding-bottom: 1px;
	background: url(img/line.gif) repeat-x 0 100%;
	line-height: 0;
	list-style: none;
	}
	
.link-list ul li a {
	display: block;
	overflow: hidden;
	/*background: url(../../img/icon/ico_li-orange.gif) no-repeat 17px 9px;*/
	padding: 6px 0 4px 0px;
	line-height: 1.3;
	text-decoration: none;
	}
	
.link-list ul li a:active,
.link-list ul li a:focus,
.link-list ul li a:hover {
	background-color: #FCF9E3;
	text-decoration: none;
	}
	
.link-list ul li a span {
	padding: 0 0 2px 10px;
	display: block;
	}
	
a span.url-text,
.link-list ul li a:active span.url-text,
.link-list ul li a:focus span.url-text,
.link-list ul li a:hover span.url-text {
	color: #CC6633;
	}
	
.link-list ul li img{
	margin-left: 12px;
	}

/*-----------------------------------------------
 table
-----------------------------------------------*/
.table01 {
	width: 100%;
	background-color: #99927F;
	table-layout: auto;
	margin: 10px 5px 5px;
	font-size: 100%;
}

.table01 tr {
	background-color: #ffffff;
}

.table01 th {
	background-color: #F7F5F2;
	padding 10px;
	text-align: left;
}

.table01 td {
	padding-left: 7px;
	padding-right: 5px;
}

.01kouza {
	padding-left: 5px;
	padding-right: 5px;
	width: 350px;
}

.table02 {
	background-color: #8AC847;
	table-layout: auto;
	font-size: 110%;
}

.table02 tr {
	background-color: #ffffff;
	text-align: center;
}

.table02 th {
	background-color: #E9FAD4;
}

.table02 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.table03 {
	background-color: #FF85C8;
	table-layout: auto;
	font-size: 110%;
}

.table03 th {
	background-color: #FFF0F9;
}

.table03 tr {
	background-color: #FFFFFF;
	text-align: center;
}

.table03 td {
	padding-left: 5px;
	padding-right: 5px;
}
.table04 {
	width: 100%;
	background-color: #99927F;
	table-layout: auto;
	margin: 10px 5px 5px;
	font-size: 100%;
}

.table04 tr {
	background-color: #ffffff;
	vertical-align: top;
}

.table04 th {
	background-color: #F7F5F2;
	padding 10px;
	text-align: left;
}

.table04 td {
	padding-left: 7px;
	padding-right: 5px;
	font-size: 0.8em;
}

span.smaller {
	font-size: 85%;
}
span.smallest {
	font-size: 75%;
}
.table_sem {
	width:700px;
	margin-left:7px;
}

.table_sem table{
	width:100%;
	border:1px #999999 solid;
	border-collapse:collapse;
}
.table_sem tr {
	border-collapse:collapse;
}
.table_sem td{
	padding:3px 0px 3px 9px;
	border-bottom:1px #777777 dotted;
}

.table_sem .sat {
	background-color:#eefbff;
}
.table_sem .sat .day {
	color:#0050af;
}
.table_sem .sun {
	background-color:#ffe3dd;
}
.table_sem .sun .day {
	color:#ff0000;
}

.table_sem td.left_b{
	border-left:1px #b4b4b4 dotted;
	width:85%;
}

.table_sem td img{
	vertical-align:-4px;
}

.table_sem td.day{
	padding-top:7px;
	padding-bottom:7px;
}

.table_kouza {
	background-color: #8AC847;
	table-layout: auto;
	font-size: 100%;
	width:680px;
}

.table_kouza tr {
	background-color: #ffffff;
	text-align: center;
}

.table_kouza th {
	background-color: #E9FAD4;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: normal;
}

.table_kouza td {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.table_kouza2 {
	background-color: #B2B2B2;
	table-layout: auto;
	font-size: 100%;
	width:680px;
}

.table_kouza2 tr {
	background-color: #ffffff;
	text-align: center;
}

.table_kouza2 th {
	background-color: #EDEDED;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: normal;
}

.table_kouza2 td {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.data {
	width:680px;
}

.data table{
	width:100%;
	border:1px #D5D5D5 solid;
	border-collapse:collapse;
}

.data th {
	padding: 8px 10px;
	background: #f1f1f1;
	border: none;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
	font-weight: normal;
}

.data td {
	padding: 8px 10px;
	background: #fff;
	border: none;
	border-bottom: 1px solid #d5d5d5;
}


/* ナビ */
div.tableNavFormat1{
	margin-bottom: 30px;
	padding:5px 0;
	width:687px;
	background:url(img/check.gif) repeat;
}
div.tableNavFormat1 table{
	width:675px;
	border-collapse:collapse;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	background-color:#FFF;
	margin: 0px auto 0px;
}
div.tableNavFormat1 table tr td{
	padding:8px;
	border-bottom:1px dotted #808080;
	border-right:1px solid #808080;
}
div.tableNavFormat1 table tr td.none{
	border-right:none;
}
div.tableNavFormat1 table tr td a{
	display:block;
	padding:0 0 0 15px;
	background:url(gaskiki/img/ico-blue.gif) no-repeat 0 5px;
}
#pagesWrap div.tableNavFormat1 table tr td a{
	background:url(gaskiki/img/ico-blue.gif) no-repeat 0 0.4em;
}

