@charset "utf-8";
/* CSS Document */

body{
font: 16px/2 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
margin:0;
color:#000000;
min-width:1080px;
}


a{
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #F5A862;
	text-decoration: underline;
}

#layout{
	margin: 0 auto;
	width: 100%;
    overflow-x: hidden;
}


#wrap{
	margin: 0 auto;
	width: 1080px;
	position: relative;

}

/*****HEADER gnavi*****/
#header{
	border-bottom:3px solid #313131;
	width:100%;
}
#header .gnavi{
	clear:both;
	height:95px;
	width:100%;
	margin: 0 auto;
	border-bottom:2px solid #313131;
}

#header .gnavi .logo{
	display: block;
	position:absolute;
	top:30px;
	left:0;
	right:auto;
	z-index:5;
}


#header .gnavi .site_title{
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: auto;
	width: 1080px;
}


#header .header_right{
	position:absolute;
	top:10px;
	left:auto;
	right:0;
	font-size:.8em;
}


#header .header_right .sitemap{
	float:left;
	margin-right:1em;
}

#header .gnavi .textsize {
	width: 200px;
	float: right;
}

#header .gnavi .textsize:before{
content:'文字の大きさ';
}

#header .gnavi .textsize ul {
  overflow: hidden;
  float:right;
	margin-top:-0.3em;

}
#header .gnavi .textsize li {
  float: left;
  margin: 0;
  display: block;
  width: 40px;
  text-align: center;
  font-size: 14px;
  padding:3px 5px;
  border: 1px solid #ccc;
}

#header .gnavi .textsize li:first-child {
  border-right: none;
}

#header .gnavi .textsize .t1 {
  background: #fff;
  cursor: pointer;
}
#header .gnavi .textsize .t2 {
color:#fff;
  background: #004DC3;
  cursor: default;
  font-weight:bold;
}


/*****FOOTER*****/
#footer{
	font-size: 80%;
	width: 100%;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #313131;
	background:url(../../images/top_bg.gif);
	color:#fff;
margin-top: 2em;
}


/*****NAVIGATION*****/
#page nav{
	overflow: hidden;
}

#page ul#topmenu{
	width: 1080px;
	margin: 0 auto;
}
#page #topmenu li{
	float:left;
}
#page #topmenu li a{
	color: black;
	text-decoration: none;
	font-weight:bold;
}
#page #topmenu li.mainmenu a{
	height: 70px;
	display: block;
	line-height: 70px;
	font-size: 1.2em;
	padding-left:3.5em;
}
#page #topmenu li.mainmenu a:hover,#page #topmenu li.mainmenu .active{
	height: 65px;
border-bottom: 5px solid #aacfe3;
}

#page #topmenu li.submenu a{
	height: 70px;
	display: block;
	line-height: 120px;
	font-size: .8em;
	text-align: center;
}
#page #topmenu li.submenu a:hover,#page #topmenu li.submenu .active {
    height: 65px;
    border-bottom: 5px solid #aacfe3;
}
#page #topmenu li.mainmenu{
	width:calc(20% - 2px);
}

#page #topmenu li.submenu{
	width:calc(10% - 2px);
}


#page #topmenu li.menu_map{
	background-image: url(../images/topmenu_icon1.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#page #topmenu li.menu_map {
	background-image: url(../images/topmenu_icon1.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#page #topmenu li.menu_history{
	background-image: url(../images/topmenu_icon2.png);
	background-repeat: no-repeat;
	background-position: center left;
}


#page #topmenu li.menu_person{
	background-image: url(../images/topmenu_icon3.png);
	background-repeat: no-repeat;
	background-position: center left;
}


#page #topmenu li.menu_iwakuradate{
	background-image: url(../images/topmenu_icon4.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}


#page #topmenu li.menu_column{
	background-image: url(../images/topmenu_icon5.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}


#page #topmenu li.menu_document{
	background-image: url(../images/topmenu_icon6.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#page #topmenu li.menu_link{
	background-image: url(../images/topmenu_icon7.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#page #topmenu a .tblue{
color:#0162A7;
font-size:1.1em;
}

#page #topmenu a .tred{
color:#9f0000;
font-size:1.1em;
}

#page #topmenu a .tgreen{
color:green;
font-size:1.1em;
}
.clear {clear:both;}
.totop {
    position: fixed;
    bottom: 10px;
    right: 15px;
}
.totop a {
    display: block;
    text-decoration: none;
}
.totop img {
    background: #000;
width: 100%;
}
/*****page*****/
#page h2 {
	position: relative;
	background: black;
	background: url(../../images/top_bg.gif);
	color:#fff;
	font-size:1.5em;
	height:100px;
	padding-left:120px;
	line-height:100px;
text-shadow: 2px 2px 5px #000;
}

#page h2:before, h2:after {
	content: "";
	position: absolute;
	background: black;  /* Match the background */
	background: url(../../images/top_bg.gif);
	top: 0;
	bottom: 0;
	width: 9999px;   /* some huge width */
}
#page h2:before {
	right: 100%;
}
#page h2:after {
	left: 100%;
}
#page h2 img {
	width: 100px;
	height:100px;
}

.title img{
margin: 0;
padding: 0;
width: 100px;
height: 100px;
position: absolute;
z-index: 3;
}

/*****ARTICLE*****/
section{
	margin-bottom: 2em;
	display: block;
	width: 100%;
	clear: both;
}


.note{ 
margin-bottom: 2em;
padding:2em;
background:#EAEAEA;
}

#center_block{ float: right; width:800px}

#home .textarea{width:500px; float: left; }
.photo{width:280px; float: right; }
.photo img{width:280px;}


.clear {clear:both;}



