<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a,
img{
    display: block;
}

a img {
    transition: opacity 0.2s ease-out;
}
a:hover img {
    opacity: .6;
    filter: alpha(opacity=60);	/* IE lt 8 */
}

#container {
    background: #FFFFFF;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

/*
header
------------------------------------------*/
#header{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    left:0;
    top:0;
}

.h1Box{
    font-size:10px;
	background-color: #004E9D;
}

h1 {
    text-align:right;
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

#header #wrap{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#wrap h2{
	width: 515px;
	margin: 0 auto;
	box-sizing: padding-box;
	padding: 35px;
}

#headerTxt01 {
	position: absolute;
	right: 0;
	top: 25px;
	text-align: right;
}

#headerTxt01 span{
	color: #009b41;
	font-size: 24px;
	font-weight: bold;
}

#gmenu{
    background-color:#fff;
	margin-bottom: 20px;
}

#gmenu nav#gm ul{
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    background-color:#fff;
}
#gmenu nav#gm ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#gmenu nav#gm ul li {
    float:left;
    background-image:url(../img/new_gmBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 14px;
}

#gmenu nav#gm ul li:first-child {
    background-image:url(../img/new_gmBg01.jpg);
}

#gmenu nav#gm ul li a{
	width: 143px;
    display: block;
    font-size: 1.2em;
    text-align: center;
    color: #333333;
    text-decoration: none;
	height: 40px;
}

#gmenu nav#gm ul li:first-child a{
	width: 142px;
}

#gmenu nav#gm ul li a:hover{
    color: #fff;
    background-image:url(../img/new_gmBg_on.jpg);
}
#gmenu nav#gm ul li:first-child a:hover{
    background-image:url(../img/new_gmBg01_on.jpg);
}


/*
footer
------------------------------------------*/
#footer {
    padding-top:60px;
    padding-bottom:60px;
    background-color: #f5f5f5;
	border-bottom: 2px solid #004E9D;
}

#footer #wrap{
    margin:0 auto;
}


.footer_menu li {
	width: 155px;
    float:left;
}

.footer_menu li:nth-child(3){
	width: 225px;
}

.footer_menu li dl dt a{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration: none;
	color: #444444;
}

.footer_menu li dl dd a{
	margin-bottom: 5px;
	text-decoration: none;
	color: #444444;
	font-size: 14px;
}

.footCompany{
	padding-top: 50px;
	padding-bottom: 50px;
}

.footCompany div div{
	float: left;
}

.footCompany div p{
	float: right;
}

#copyright_sec {
    background-color: #004E9D;
}
#copyright_sec #wrap{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    font-size:12px;
    color: #fff;
}

/*
local
------------------------------------------*/
.pankuzu{
	padding: 5px;
	background-color: #f5f5f5;
}

.pankuzu ul{
width:1000px;
margin:0 auto 0px;	
}

.pankuzu ul li{
	float: left;
	font-size: 14px;
}

.pankuzu ul li a{
    background-image:url(../img/pankuzuArrow.png);
    background-repeat:no-repeat;
    background-position: right center;
	background-size: 8px;
	padding-right: 17px;
	margin-right: 10px;
	font-size: 14px;
	
}

.localMainArea{
	background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    min-width: 1000px;
    text-align: center;
    width: 100%;
}

.h2Ttl{
    color: #ffffff;
    font-size: 52px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    padding: 90px 0 0;
}

.ttlSubtext{
    color: #ffffff;
    font-size: 20px;
	margin-bottom: 40px;
}

.ttlEng{
	padding: 10px;
	width: 380px;
	background-color: #fff;
	border-radius: 100px;
	color: #305A99;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
}

.topH3{
    background-image:url(../img/topArrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
	width: 380px;
	box-sizing: border-box;
	border-bottom: 4px solid #305C99;
	font-size: 28px;
	font-weight: bold;
}

.topH3 span{
	margin-left: 10px;
	font-size: 14px;
}

.whiteBg{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.offWhiteBg{
	background-color: #FAFAFA;	
	padding-top: 40px;
	padding-bottom: 40px;
}

.whiteBg h3.topH3,
.offWhiteBg h3.topH3{
	margin-bottom: 30px;	
}

.sec900{
	padding-left: 50px;
	padding-right: 50px;
}

.stH4{
	font-size: 28px;
	color: #305A99;
	border-bottom: 1px solid #999;
	width: 570px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}


#content{
width:1000px;
margin:0 auto 30px;
}
#content #wrapper{
padding: 10px 20px;
}

.sec1000{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

/* google map css
**************************************/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}</pre></body></html>