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

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
	background-color: #e4f9e3;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	width: 960px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2eaaf;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2eaaf;
	
}
#hpb-header{
	background-image : url(headerBg_3Ha.png);
    background-position: bottom left;
    background-repeat: repeat-x;
	padding-bottom: 24px;
	padding-left: 15px;
	padding-right: 15px;
}

#hpb-header:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-headerExtra1{
    margin-top: -10px;
}

#hpb-wrapper{
	padding-top: 14px;
	width: 660px;
	float: right;
}
.hpb-layoutset-02 #hpb-inner {
	
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main{
    width: 660px;
    float: right;
	padding-right: 20px;
}

.hpb-layoutset-02 #hpb-main{
    padding-top: 0px;
}

#hpb-aside{
  	width: 242px;
 	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title{
	width: 660px;
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

.hpb-layoutset-01 #hpb-title h2{
	width: 660px;
	height: 261px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(top_mainimg_02_3Ha.png);
    background-position: top center;
    background-repeat: no-repeat;
}

/* 第二階層 */

.hpb-layoutset-02 #hpb-title{
	width: 660px;
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
.hpb-layoutset-02 #hpb-title h2{
	width: 660px;
	height: 89px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-image : url(titleBg_02_3Ha.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 h2{
	line-height: 89px;
}

.hpb-layoutset-02 h2 span.ja{
	padding-right: 7px;
	padding-left: 20px;
	font-weight: normal;
}

.hpb-layoutset-02 h2 span.en{
	text-transform: capitalize;
	font-size: 0.75em;
	color: #2ea1bc;
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */
#hpb-nav{
    width: 242px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 7px;
}

#hpb-nav ul{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}

#hpb-nav li{
	height: 47px;
	width: 242px;
    overflow: hidden;
	background-image : url(mainmenu_02_3Ha.png);
    background-position: right top;
    background-repeat: no-repeat;
	margin-bottom: 4px;
}

#hpb-nav li a{
    display: block;
	height: 47px;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 1.2em;
	text-align: left;
}

#hpb-nav li span.ja{
	display: block;
	padding-top: 10px;
	line-height: 1;
}

#hpb-nav li span.en{
    color: #42a535;
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	
}

#hpb-nav a:link{
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #333;
    text-decoration: none;
}
#hpb-nav a:hover{
	background-image : url(mainmenu_02_3Ha_on.png);
     background-position: top center;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
}
#hpb-nav a:active{
	background-image : url(mainmenu_02_3Ha_on.png);
    background-position: top center;
    background-repeat: no-repeat;
   color: #333;
    text-decoration: none;
}
</pre></body></html>