@charset "utf-8";



map {
    display: inline;
}

area, param {
    display: none;
}

/* ヘッダー終わり */




/* ナビゲーションボタン */
#gMenu {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    height: 56px;
    background: url(../images/picture/bgGMenu.jpg) repeat-x;
}
#navi{
	width:980px;
	height:56px;
	margin:0 auto;
}

.gmenuHome{
	width:245px;
	height:56px;
	float:left;
}

.gmenuHome img{
	border:none}



#grWrapper{
	background:url(../images/picture/grWrapper.jpg) repeat-x;
	height:40px;
}


.panList {
	width:980px;
　　padding-top:10px 0;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
	line-height:40px;
}


#containerUpper{
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:left;
}


#main{
	width:980px;
	height:800px;
	margin:10px auto 0;
}

p{
	margin:0;
	padding:0;
}


/* 左側（トピックスなど） */
#contentsLeft{
	width:680px;
	height:auto;
	float:left;
	margin-right:10px;
}

#main h2.pageTitle {
    margin:0;
    padding: 0;
}



#officeInfo{
	width:680px;
	height:auto;
	float:left;
	margin-bottom:20px;
}

/*仕様のテーブル*/
table {
border-collapse: collapse;
border-spacing: 0;
margin:5px 0px 10px 0px;
}

table tbody th {
background-color:#E1E9F4;
text-align: center;
width:130px;
}

table th, table td {
border: 1px solid #A5BDDB;
padding: 5px 12px;
}



th {
font-weight: normal;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}


.box{
	width:680px;
	height:auto;
	margin-bottom:20px;
}


#contct_box{
	width:680px;
	height:auto;
}




h2.subTitle{
   color: #1C4EAB;
   text-align:left;
   display: block;
   font-size: 1.5em;
   font-weight: bold;
   margin:0;
   padding:5px 0;
}



#mainMap{
	width:680px;
	height:275px;
	text-align:center;
}


.contentsSheet{
	width:680px;
	height:180px;
	background-color:#F1F7FB
}


p.contentsText{
	padding:25px 20px 0;
	line-height:1.8
}


p.contentsText a{
color: #286C89;
text-decoration: none;
}

p.contentsText a:hover{
color: #286C89;
border-bottom:1px solid #286C89
}




/* 右側（ボタンなど） */
#contentsRight{
	width:290px;
	height:auto;
	float:right;
}
.buttonTop{
	width:290px;
	height:100px;
}

.buttonTop img{
    border:none
}


.button{
	width:290px;
	height:100px;
	margin-top:10px;
}

.button img{
    border:none
}



/* ページ先頭へ */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 920px;
}
#back-top a {
	width:60px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 58px;
	height: 58px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/navi/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}




#menu{
	list-style-type:none;
	margin:0
}

#menu li{
	display:inline;
	padding:0 13px;
	background-image: url(../images/navi/sankaku.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}

#menu li.last{
	border-right:none;
}

#menu li a{
	text-decoration:none;
	color:#333
}

#menu li a:hover {border-bottom-style:solid;border-width:1px;}



#footerItem.clearFix{
	width:auto;
	height:150px;
}

div {
    display: block;
}

.clearFix::after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



#footerAdd {
    width:980px;
	height:150px;
    float: left;
}

#footerAdd1 {
    width:270px;
	height:120px;
    float: left;
    font-style: normal;
	line-height:1.4
}

#footerAdd2 {
    width:460px;
	height:88px;
    float:left;
    font-style: normal;
	text-align:center;
	padding-top:32px
}

p.addText{
	text-align:left;
	font-size:13px;
	line-height:1.6;
}

#footerAdd3 {
    width:250px;
	height:120px;
    float:right;
}


.ft_mailBtn{
	width:190px;
	height:35px;
	margin:45px 0 0 0px;
}


.ft_mailBtn img{
	border:none;
}



#footerAdd p {
    margin: 0;
    padding: 0;
}


address {
   display: block;
}


.footerCopyright{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	float:left;
	width:980px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#fff
}

.footerCopyright a{
	color:#fff
}


