<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;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000; /* 標準文字色 */
    background-color: #d3d4df;
	background-image : url(bg_10H.png);
	background-position: top left;
	background-repeat: repeat;
	min-width: 960px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: -1px;
}

.hpb-layoutset-01 #hpb-container{
	background-image : url(headerBg_10H_01.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.hpb-layoutset-02 #hpb-container{
	background-image : url(headerBg_10H_02.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#hpb-inner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#hpb-main{
	width: 673px;
	float: right;
	padding-right: 20px;
	padding-bottom: 25px;
}
.hpb-layoutset-01 #hpb-main{
	padding-top: 78px;
}
.hpb-layoutset-02 #hpb-main{
	padding-top: 23px;
}
#hpb-aside{
    width: 228px;
	float:left;
	padding-left: 20px;
	padding-bottom: 25px;
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 78px;
}
.hpb-layoutset-02 #hpb-aside{
	margin-top: 22px;
}


#hpb-nav{
	position: absolute;
	height: 49px;
	width: 960px;
	overflow: hidden;
	left: 0px;
	top: 1px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* ヘッダー */

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

#hpb-headerMain{
	width: 700px;
	float: right;
}
#hpb-headerLogo{
	position: absolute;
	top: 3px;
	left: 33px;
	z-index: 2;
}
#hpb-headerLogo a{
	display: block;
	width: 233px;
	height: 239px;
	text-indent: -9999px;
	overflow: hidden;
	background-image : url(logo_10H_01.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#hpb-headerExtra1{
	width: 700px;
	float: right;
	text-align: right;
	padding-top: 40px;
	padding-right: 8px;
}

#hpb-headerExtra1 p.tel{
	color: #000;
}
.hpb-layoutset-01 #hpb-header{
	height: 488px;
	overflow: hidden;
}
.hpb-layoutset-02 #hpb-header{
	background-image : url(../細バーナー.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 167px;
	height: 90px;
	overflow: hidden;
}


/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title{
	position: absolute;
	top: -378px;
	left: 0;
	z-index: 0;
	width: 945px;
	height: 362px;
	background-color: #fff;
	padding: 8px;
}
.hpb-layoutset-01 #hpb-title h2{
	width: 945px;
	height: 362px;
	text-indent: -9999px;
	overflow: hidden;
	background-image : url(../../Documents/SANWA/1-big_pic2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
}

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1px;
    list-style-type: none;
    overflow: hidden;
    height: 49px;
	text-align: left;
	letter-spacing: -0.4em;
	border-left: 1px solid #3d4c76;
}

#hpb-nav li{
    display: inline-block;
	text-align: center;
	letter-spacing: 0;
	border-right: 1px solid #3d4c76;
}


#hpb-nav li a{
    display: block;
    height: 49px;
	line-height: 49px;
    overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

#hpb-nav li span.ja{
    display: none;
}
#hpb-nav li span.en{
    text-transform: uppercase;
}
#hpb-nav a:link{
    color: #fff;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #fff;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #fff;
    text-decoration: none;
    background-image : url(mainmenu_10H_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#hpb-nav a:active{
    color: #fff;
    text-decoration: none;
    background-image : url(mainmenu_10H_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}
</pre></body></html>