@charset "utf-8";

/*-----------------------
common
----------------------  */
.notyet{
	background: yellow;
}
body{
}
a:hover img.over {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
	}
#wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
#pagetop{
	}
#header{
opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgb(0,16,110);
	background: rgba(0,16,110,.8);
	padding-bottom: 20px;
	z-index: 9999;
}
#home #header{
opacity: 0;
}
#header #menu{
	display: none;
}

#header #siteId{
	display: inline-block;
	padding:25px 0 30px 0;
}
#header #siteId span{
	display: inline-block;
	margin-top:10px;
	font-size:12px;
	color: #aaa;
	letter-spacing:.3em;
	font-family: 'PT Serif', serif;
}
#header #siteId img{
	width: 70%;
	height:auto;
}
#global{
	padding-left: 20px;
	font-family: 'PT Serif', serif;
}
#home #global li{
opacity: 0;
}
#global li{

	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#global li a{
	color: #FFF;
	transition: 0.2s;
}
#global li.hakuji{
	padding-top: 20px;
}
#global li.hakuji img{
	width: 20px;
	height: auto;
	vertical-align:text-bottom;
}
#global li a:hover{
	color: #979dc4;
}
#footer{
	width: 100%;
	text-align: center;
	color: #bbbbbb;
	padding-bottom: 5px;
}
#footer.fixed{
	position:fixed;
	bottom:10px;
	left:0;
	z-index: 9999;
	padding: 0;
}

address{
	margin: 0;
	padding: 0;
	font-style: normal;
}

#topmain{
	margin-top: 190px;
	margin-bottom: 60px;
}
/*.backstretch img{
	top:0 !important;
}*/

.contents{
	width: 780px;
	margin: 0 auto;
	padding: 220px 0;
}
.contents p{
	margin-bottom: 20px;
}
h2{
	margin-bottom: 40px;
	font-size: 22px;
	letter-spacing: .1em;
	color: #112288;
	font-family: 'PT Serif', serif;
}
h2 span{
	font-size: 16px;
}
h3{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: .1em;
}
h3 span{
	font-size: 14px;
}
#information dl{
	width: 100%;
	border-bottom: 1px dotted #ddd;
	margin:0 0 10px 0;
	padding-bottom: 10px;
	line-height: 1.6em;
	font-size:14px;
}
#information dt{
	float: left;
	width:14%;
	padding-right: 1%;
}
#information dd{
	float: left;
	width: 85%;
}


#information .infounit a{
	float: left;
	display: block;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	}
#information .infounit .box{
	padding: 10px;
}
#information .infounit .pict{
	margin-bottom: 3px;
	height:165px;
	overflow:hidden;
}
#information .infounit .date{
	font-size: 11px;
	margin-bottom: 3px;
	}
#information .infounit h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #112288;
	}
#information .infounit .body{
	font-size: 12px;
	margin-bottom: 0;
	}
#information .infounit a:hover{
	background: #fcfcfc;
}
.golink{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.golink a{
	display: inline-block;
	padding: 4px 20px 2px 20px;
	border: 1px dotted #bbb;
	text-align: center;
	font-size: 11px;
	background: #f6f6f7;
}
.golink a:hover{
	background: #112288;
	color: #fff;
}
#profile .left{
	float: left;
	width: auto;
}
#profile .right{
	float: right;
	width: auto;
}
#profile .right img{
	margin: 0 0 20px 20px;
}
p{
	font-size: 14px;
	line-height: 1.8em;
}
.infobox{
	margin-bottom: 30px;
	padding: 15px 20px;
	border: 1px solid #ddd;
	background: #f6f6f7;
}
.infobox ul{
	padding-left: 3px;
	line-height: 1.8em;
}
.infobox h3{
	margin-bottom:10px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom: 1px dotted #666;
	font-size: 108%;
}
#pagetop{
clear: both;
position: fixed;
bottom:20px;
right:20px;
width: 20px;
height: 20px;

}
#pagetop a{
display: block;
width: 20px;
height: 20px;
background: rgb(0,16,110);
background: rgba(0,16,110,.8);
color: #fff;
font-size: 10px;
text-align: center;
line-height: 2.2em;
}

#main{
	float: left;
	width: 75%;
	margin-right: 8%
}
#side{
	float: left;
	width: 17%;
}
#side h3{
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: bold;
}
#information .article{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
#information .article .date{
	margin-bottom: 5px;
	font-size: 12px;
}
#information .article h2{
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size: 16px;
}
#information .article .body p{
	font-size: 13px;
}
#information .article .body p img{
	max-width:100%;
	width: 100%;
	height: auto;
}
#information .article .body a{
	border-bottom: 1px dotted #222;
}
#information .article .body a:hover{
	border-bottom: none;
}
#information #side li{
	list-style: disc;
	margin-left: 20px;
	line-height: 1.6em;
	
}

#profile.contents{
	padding-bottom: 0;
}
.gallery{
	clear: both;
	margin-left: 0%;
}
.gallery img{
	width: 24.5%;
	margin-right: .5%;
}
.gallery img.last{
	margin-right: 0;
}