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


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 1.8em;
	color: #333;
	background-image: url(../images/common/body_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
p {
	padding-bottom: 10px;
}

hr {
	display: none;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

.floatRight {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
	margin-bottom: 30px;
}
.clear_bottom20 {
	clear: both;
	margin-bottom: 20px;
}
.clear_bottom10 {
	clear: both;
	margin-bottom: 10px;
}
.clear_bottom0 {
	clear: both;
	margin-bottom: 0px;
}

/*clearfix----------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix{
	display: inline-block;
}
 
/* Hides from IE-mac ¥*/  
* html .clearfix{
	    height: 1%;
}

.clearfix { 
	display: block; 
}  



/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #235CC3;
	text-decoration: none;
}
a:visited {
	color: #235CC3;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:focus { outline:none;}



/*ヘッダー
-------------------------*/
#wrapper{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_bg {
	height: 300px;
	width: 1200px;
	background-image: url(../images/common/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #10234E;
	font-weight: bold;
	padding: 0px;
	height: 300px;
	margin-bottom: 0px;
}

h1 {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
#sub_menu {
	float: right;
	text-align: right;
	width: 560px;
	margin: 0px;
	height: 76px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*グローバルメニュー
-------------------------*/
#g_menu {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 54px;
	padding: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity:0.80;
	clear: both;
}
#g_menu ul {
	margin: 0px;
	padding: 0px;
}

#g_menu li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/*パンクズ
------------------------------------*/
#pankuzu {
	color: #999;
	padding: 0px;
	font-size: 80%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 30px;
}
#pankuzu ul {
	margin: 0px;
	padding: 0px;
}
#pankuzu li {
	float: left;
	padding-left: 12px;
	padding-right: 10px;
}
#pankuzu li.home {
	background-image: url(../images/common/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pankuzu li.page {
	background-image: url(../images/common/icon_bottom_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#pankuzu a:link {
	color: #36C;
	text-decoration: none;
}
#pankuzu a:visited {
	color: #36C;
	text-decoration: none;
}
#pankuzu a:hover {
	color: #CCC;
	text-decoration: underline;
}
#pankuzu a:focus { outline:none;}



/*メインコンテンツスペース
------------------------------------*/
#main {
	width: 710px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	float: left;
}
h2 {
	font-size: 200%;
	font-weight: normal;
	padding-bottom: 8px;
	letter-spacing: 0.2em;
	margin-top: 0px;
	background-image: url(../images/common/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	padding-top: 15px;
	height: 35px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	width: 700px;
}
.eibun {
	font-size: 50%;
	font-weight: lighter;
	color: #9C0;
	letter-spacing: 0.2em;
	padding-left: 20px;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 3px;
}


/*右カラムメニュー
------------------------------------*/
#right_menu {
	float: right;
	width: 210px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/sub_menu_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 95%;
}
#right_menu ul {
	background-color: #FFF;
	margin: 9px;
	border: 1px solid #9C0;
	padding: 0px;
}
#right_menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../images/common/sub_menu_li.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#right_menu ul li.category {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../images/common/sub_menu_li.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E4F1DC;
}
#right_menu ul li.sub {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../product/img/top/menu_li.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
}



/*右カラムメニュー
------------------------------------*/

#bottom_menu {
	clear: both;
	background-image: url(../images/common/bottom_tree.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 70px;
}
#bottom_menu ul {
	height: 70px;
	margin: 0px;
	padding-top: 80px;
}
#bottom_menu ul li {
	float: left;
	background-image: url(../images/common/icon_bottom_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 12px;
}




/*フッター
------------------------------------*/

#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/common/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 1.6em;
	font-size: 90%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9C0;
	padding: 0px;
}

#footer_ad {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer_ad dl {
	display: block;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer_ad dl.tenmei {
	width: 120px;
	margin-left: 45px;
}
#footer_ad dl.address {
	width: 460px;
}
#footer_ad dd {
	padding-bottom: 3px;
}


#copyright{
	font-size: 80%;
	color: #666;
	letter-spacing: 0.1em;
	clear: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C0;
	margin: 0em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
</pre></body></html>