html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
html {
	height:100%;
	height:100%  !important;
}
body {
	color: #333;
	font-size: 10pt;
	line-height: 1.6;
	height:100% !important;
	background-color: #fff; 
	background-image: url("./images/bg.jpg"); 
/*	background: url("./images/bg.jpg") repeat-x; */
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	vertical-align: text-bottom;
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a{
	color: #039;
	text-decoration: none;
/*	border-bottom: 1px dotted #81511c;*/
}
a:visited{
	color: #039;
	text-decoration: none;
}
a:hover{
	color: #039;
}

.dotline a{
	border-bottom: 1px dotted #039;
}
.dotline a:hover{
	border-bottom: 1px solid #039;
}

#conteiner{
	min-width: 940px;
/*	min-height: 300px; */
	border-top: 10px solid #003399;
}


#header{
	background-color: #FFFFFF;
	height:84px;
}
#header div.boxhead{
	position: relative;
	width: 940px;
	padding: 10px 0 7px;
	margin: 0 auto;

}

#header div.boxhead div.logo{
}
#header div.boxhead div.logo div.chara{
	position: absolute;
	top: 15px;
	left: 30px;
}

#header div.boxhead div.headmenu{
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 9pt;
	letter-spacing: 3px;
	z-index: 5;
}
#header div.boxhead div.headmenu ul{
	padding-top: 5px;
}

/*フッターサイトマップ部分も使用する*/
#header div.boxhead div.headmenu li, #footer table td.sitemap ul li{
	margin-bottom: 6px;
	line-height: 1.2;
}
#header div.boxhead div.headmenu li:before , #footer table td.sitemap ul li:before{
	content: url(images/arrow.png);
	vertical-align: top;
	padding-right: 9px;
}

#menu{
	clear: both;
	margin-top: 64px;
	background-color: #FFFFFF;
	border-top: 1px solid #efdcad;
	box-shadow		  : 0px 6px 8px 0px rgba(207,169,114,0.9);
	-webkit-box-shadow: 0px 6px 8px 0px rgba(207,169,114,0.9);
}
#menu ul{
	width: 940px;
	height: 40px;
	margin: 0 auto;
}
#menu ul li{
	float: left;
	margin-left: 2px;
}
#menu ul li a{
	display: block;
	text-align: center;
	padding: 0px 20px;
}

#top-content{
	display:block;
 	width: 940px; 
	margin: 0 auto;
	background-color: #fff;
/*	background-image: url("./images/bg.jpg"); */
}

#top-content div.subarea{
	float: left;
	width: 300px;
/*	background-color: #ceff9e;*/
}

#top-content div.mainarea{
	float: right;
	width: 600px;
/*	background-color: #FFCCCC;*/
}

#content {
	width: 940px;
	min-height:400px;
	height:100% !important;
	margin: 0 auto;
	background-color: #fff;
}

#content-a{
	width: 940px;
	height:960px; 
	margin: 0 auto;
	background-color: #fff;
}

#content-b{
	width: 940px;
	height:2000px;
	margin: 0 auto;
	background-color: #fff;
}
#content-map{
	width: 940px;
	height:1100px;
	margin: 0 auto;
	background-color: #fff;
}
#content-g{
	width: 940px;
/* 	height:1550px; */
	height:auto;
	margin: 0 auto;
	background-color: #fff;
}
#content-h{
	width: 940px;
/* 	height:550px; */
	height:auto;
	margin: 0 auto;
	background-color: #fff;
	overflow:auto;
}
#main {
/*	min-height:570px; */
	min-height:370px;
	border-top: 5px solid #003399;
	margin-top:-13px;
	background-color: #fff;
}

#box {
	float:left;
	width:870px;
	padding: 10px;
	margin-top: 16px;
	margin-left:20px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}
#box-new {
	width:410px;
	padding: 10px;
	margin-top: 10px;
	margin-left:25px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}

#box-new h2 {
	position: relative;
	width:400px;
	margin-left:6px;
	margin-top: -4px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #039;
	font-size:12pt;
	color:#039;
}


#whatsnew {
	min-height:60px;
	margin-left:5px;
	padding:5px;
}
#topics {
	width:380px;
	min-height:70px;
	margin-left:15px;
	padding:5px;
}

.dottline {
	margin-bottom:3px;
}
.dottline:before {
	content: url(images/arrow.png);
	vertical-align: middle;
	padding-right: 5px;
}
.dottline2 {
	margin-left:15px;
	margin-bottom:6px;
	border-bottom: 1px dotted #039;
}

#box-topic {

	width:410px;
	padding: 10px;
	margin-top: 10px;
	margin-left:15px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}

#box-topic h2 {
	position: relative;
	width:400px;
	margin-left:6px;
	margin-top: -4px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #039;
	font-size:12pt;
	color:#039;
}

#subbox-left {
	float:left;
	width:340px;
	padding: 2px;
	margin-top: 10px;
	margin-left:30px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}

#subbox-right {
	float:right;
	width:500px;
	padding: 2px;
	margin-top: 10px;
	margin-right:30px;
	margin-bottom:10px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}
#subbox-outline {
	clear: both;
	width:870px;
	padding: 2px;
	margin-top: 30px;
	margin-left:30px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}

#subbox-life {
	width:870px;
	height:1700px;
	padding: 2px;
	margin-top: 30px;
	margin-left:30px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}


#subbox-gri {
	width:870px;
/*	height:1250px; */
	height:auto;
	padding: 2px;
	margin-top: 30px;
	margin-left:30px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}
#subbox-ota {
	width:870px;
	padding: 2px;
	margin-top: 30px;
	margin-left:30px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
    min-height: 100%;
	overflow:auto;

}
#subbox-map {
	width:870px;
	height:810px;
	padding: 2px;
	margin-top: 30px;
	margin-left:30px;
	background-color: #fff;
	border: 2px solid #cdf;
	border-radius: 5px;
	color:#369;
}

#map {
	width:800px;
	margin-left:35px;
	margin-top:20px;
	border: 2px dotted #039;
}

.subimg h2 {
	position: relative;
	width:870px;
	margin-left:20px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #039;
	font-size:12pt;
	color:#039;
}

.msg {
	width: 400px;
	line-height:20px;
/*	margin-left:40px; */
/*	line-height:28px; */
}

.msg2 {
	width:320px;
	margin-left:10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #039;
	font-size:12pt;
	color:#039;
}

.msg3 {
	width:480px;
	margin-left:10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #039;
	font-size:12pt;
	color:#039;
}
.msg4 {
	width:850px;
	margin-left:10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #039;
	font-size:12pt;
	color:#039;
}
.msg_griev{
	width:800px;
	padding: 10px;
	margin-top: 10px;
	margin-left:25px;
	background-color: #fff;
	border: 1px solid #cdf;
	border-radius: 5px;
	color:#369;
	background-color:#ddf4ff;
}

.img_griev{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
#table_griev {
	width:99%;
	line-height:24px;
	margin-left:5px;
	border-top: solid 1px #cdf;
	border-left: solid 1px #cdf;
}
#table_griev td.h{
	width:60px;
	border-right: solid 1px #cdf;
	border-bottom: solid 1px #cdf;
	padding:4px;
	text-align:center;
	background-color:#def;
}
#table_griev td.hn{
	width:340px;
	border-right: solid 1px #cdf;
	border-bottom: solid 1px #cdf;
	padding:4px;
	text-align:center;
	background-color:#def;
}
#table_griev td.ht{
	width:400px;
	border-right: solid 1px #cdf;
	border-bottom: solid 1px #cdf;
	padding:4px;
	text-align:center;
	background-color:#def;
}
#table_griev td.u {
	width:60px;
	border-right: solid 1px #cdf;
	border-bottom: solid 1px #cdf;
	padding:4px;
	margin-left:5px;
	text-align:center;
	background-color:#fff;
}
#table_griev td.n {
	width:340px;
	border-right: solid 1px #cdf;
	border-bottom: solid 1px #cdf;
	padding:4px;
	margin-left:5px;
	background-color:#fff;
}
#table_griev td.t {
	width:400px;
	border-right: solid 1px #cdf;
	border-bottom: solid 1px #cdf;
	padding:4px;
	margin-left:4px;
	background-color:#fff;
}


.td_nendo{
	width:80px;
	border-right:1px dashed #369;
}
.td_griev{
	padding-left:10px;
	border-bottom:1px dashed #369;
}
.td_grievend{
	padding-left:10px;

}

#griev_tantou{
	float:left;
	width:360px;
	margin-top:20px;
	margin-left:40px;
}

.griev_table_tantou{
	border-left: 1px solid #cdf;
	border-bottom: 1px solid #cdf;
	width:400px;

}
.griev_table_tantou td{
	padding:6px;
	border-right: 1px solid #cdf;
	border-top: 1px solid #cdf;
}
.griev_tantou_img{
	float:right;
	width:400px;
	text-align:center;
	padding:10px;

}

#financial{
	width:600px;
	min-height:150px;
/*	margin-top:20px;
	margin-left:60px; */
	margin:20px auto 20px;
}
#otayori_main{
	width:700px;


/*	margin-top:20px;
	margin-left:60px; */
	margin:20px auto 20px;
}

.table_fin{
	border-left: 1px solid #cdf;
	border-bottom: 1px solid #cdf;
	width:600px;

}
.table_fin td{
	padding:6px;
	border-right: 1px solid #cdf;
	border-top: 1px solid #cdf;
	text-align:center;
}

ul#policy{
	width:700px;
/*	margin-left:40px; */
	margin:10px auto 10px;
	line-height:32px;
}

.p_index{
	font-size:11pt;
	text-decoration:underline;
	
}
.p_line{
	margin-left:20px;

}
.p_line2{
	margin-left:40px;

}
.p_line3{
	text-align:right;

}
ul#policy ol {
	margin-left:20px;
}


#subbox-left div.about h3 {
	margin-top: 10px;
	margin-left:20px;
}

#aim {
	padding:10px;
	margin-left:20px;
	font-size:11pt;
}

.housin {
	padding:10px;
	margin-left:10px;
}

#about {

	width:870px;
	height:300px;
	padding: 5px;
	color:#369;
}

#about p.seisen {
	float:right;
	margin-right:10px;

}
#about ul.sa {
	margin-top:20px;
	margin-left:30px;

}

#top-menu {
  list-style-type: none;
  width: 940px;
  margin: 0px auto 0px;
  padding: 10px;

}

#top-menu li {
  position: relative;
  width: 160px;
  float: left;
  margin: 0;
  padding: 11px;
  text-align: center;
}

div.syozai{
	margin: 20px 20px 40px;
	padding: 0 0 0 60px;

}

div.trafic{
	float: right;
	width: 250px;
	height:100px;
	padding: 15px 5px 10px 20px;
	border: 1px solid #cdf;
	border-radius: 3px;
	margin-right:30px;
}





.photos_nendo {
	width:570px;
	padding: 5px 15px 5px;;
	margin:10px auto 10px;
	background-color: #fff;
	border: 1px solid #cdf;
	border-radius: 5px;
	font-size:12pt;
	font-weigt:bold;
	color:#369;
	background-color:#ddf4ff;
}


.table_photos {
	border: 1px solid #cdf;
	width:600px;
	line-height:24px;
	margin-bottom:10px;
}
.table_photos th {
	text-align:center;
	padding:5px;
	background-color:#cdf;
}
.table_photos td {
	text-align:center;
	padding:10px 5px 5px;;

}
/*
.table_photos {
	border-left: 1px solid #cdf;
	border-bottom: 1px solid #cdf;

}


.table_photos td{
	padding:6px;
	border-right: 1px solid #cdf;
	border-top: 1px solid #cdf;
	text-align:center;
}
*/
ul.photos {
	width:170px;

}
.photos_contents {
	width:720px;
	margin-left:40px;
	min-height:200px;
	padding-top:10px;
}
.photos_menu {
	width:120px;
	float:left;
	line-height:24px;
	margin-top:8px;
	margin-right:30px;

}
.photos_main {
	width:570px;
	float:right;
}

button.photos { 
    font-size: 1.1em; 
    padding: 5px 20px;
	margin:3px 0px;
    color: #fff; 
    border-style: none; 
    background-color: #36c;
    /* 角丸の指定 */ 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
}

button.photos:hover { 
    /* 透明度を20%に指定 */ 
    opacity: 0.8; 
}



#footer-img {
	text-align:center;
}

#footer {
	border-top: 10px solid #003399;
	background-color: #fff;
	min-width: 940px;
}

#footer table{
	width: 940px;
	margin: 0 auto;
}

#footer table tr td{
	padding: 15px 0 20px;
}
#footer table tr td.add{
	color: #000000;
	width: 450px;
	line-height: 1.4;
	padding-left: 30px;
}
#footer table tr td.add img{
	margin: 5px 0 10px;
}
#footer table tr td.sitemap{
	font-size: 9pt;

}

#footer div.copyright{
	color: #fff;
	font-size: 9pt;
	text-align: center;
	line-height: 2.8;
	letter-spacing: 2px;
	background-color: #003399;
}
.adobereader{

	width:700px;
	margin-left:60px;
	margin-top:20px;
	margin-bottom:10px;
}

.adobereader table{

	width:540px;
}
.adobereader td{
	vertical-align:bottom;
}
