<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 {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background: url(../image-layout/bg_body.jpg) repeat-x center top #F8F5E2;
}
#WRAP {
	width:950px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	line-height: 150%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
hr {
	border: 1px solid #FFF;
}
hr.gol-d {
	margin: 40px 5px 0 0;
	border-top-width: 0.125em;
	border-top-style: dotted;
	border-top-color: #BDB292;
}
hr.ten-g {
	height: 10px;
	margin: 20px 4px 0 4px;
	padding: 0;
	background: url(../image/tensen.jpg) #FFF repeat-x;
}



/* ____ リンクテキスト ____ */
a {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #990000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.d-red {
	color: #660000;
}
.blue {
	color: #3399FF;
}
.brn {
	color: #554400;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.d-gry {
	color: #444444;
}
.gol {
        color:#AA8800;
}
.pin {
        color:#FF6699;
}
.wht {
	color: #FFFFFF;
}
.yell {
	background-color: #FFFFCC;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:9pt;
	color:  #FFF;
	background-color: #483E37;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
	line-height: 24px;
}
#TOP {
	width: 950px;
	height: auto;
	background-color: #FFF;
}

#MENU-HOME {
	width: 950px;
	height: 310px;
	float:left;
	background: url(../image-layout/main.jpg) no-repeat bottom;
	margin-bottom: 15px;
}
.menu {
	float: left;
	margin: 0;
}
.btn-main01 {
position: relative;
left: 15px;
top: 17px;
}

/*___________ 【MAIN】 ___________ */
#MAIN {
	width:950px;
	float:left;
	padding-top: 0px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:660px;
	float:right;
}
.pan {
	font-size:13px;
	color: #666666;
	margin-top: 10px;
}
#FLASH {
	width: 540px;
	height: 180px;
	background: url(../img-flash/banner00.jpg);
}
#CONTENTS h2 {
	font-size:18px;
	color: #553300;
	background: url(../image-layout/bg-contents-h2.jpg) left bottom no-repeat;
	margin: 0px 0 15px 0;
	padding: 12px 15px;
}
#CONTENTS h3 {
	font-size:16px;
	color: #553300;
	background: url(../image-layout/bg-contents-h3.jpg) left top no-repeat;
	margin: 20px 5px 15px 5px;
	padding: 8px 10px 5px 20px;
	border: 1px solid #999;
}
#CONTENTS h4 {
	font-size:14px;
	color: #553300;
	background-color: #EFFCFD;
	margin: 20px 6px 10px 6px;
	padding: 4px 0 2px 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.pagetop {
	text-align: right;
	font-size: 12px;
	margin-top: 40px;
	background: url(../image-layout/ico_pagetop01.gif) no-repeat right center;
}
#MAG2 {
	border: 1px solid #AA8800;
	background: url(../image-layout/bg_mag2.jpg) no-repeat center top;
	padding-top: 60px;
	margin: 10px 5px 5px 5px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}

/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 14px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【CONTENTS】ページ送り ___________ */
.bute {
	font-size: 14px;
	line-height: 120%;
	text-align: center;
}
.bute a {
	color: #660000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.bute a:hover,
.bute a:active, 		/* for IE (Keyboard) */
.bute a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #660000;
	border: 1px solid #CCCCCC;
}

/*___________ 【SIDE】 ___________ */
#SIDE {
	width:220px;
	float:left;
	padding: 0 10px;
	background: url(../image-layout/sidebar-area-middle.png) 0 0 repeat-y;
}
#SIDE h2 {
	font-size:12px;
	color: #553300;
	line-height: 30px;
	text-align: center;
	background: url(../image-layout/side-h1.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 40px;
}
.side {
	margin: 0px 0 10px 0;
	padding: 5px 0px 10px 0px;
	background: url(../image-layout/side-f1.jpg) center bottom no-repeat;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 5px 5px 5px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 5px 4px 10px;
}
.cat01 li {
	margin: 0;
	padding: 2px 0 2px 0;
	border-bottom:1px dotted #806600;
}
.cat01 li a {
	color: #660000;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 20px;
	background:url(../image-layout/li_arrow01.png) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #660000;
	text-decoration: underline;
	margin: 0;
}
.cat01 .sub a {
	font-size: 12px;
	padding: 2px 0 2px 28px;
	background:url(../image-layout/li_arrow02.png) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin-top: -17px;
	padding: 0px;
	background: url(../image-layout/bg-footer01.gif) center top repeat-x;
	height: auto;
}
#F-MENU p {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.f-menu {
	width:950px;
	margin:0 auto;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 16px 0;
	color: #553300;
	text-align: center;
	background: url(../image-layout/bg-copyright.gif) left top repeat-x #483E37;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#FOOTER a {
	color: #553300;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #553300;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは&lt;br class="clear" /&gt;で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.mincho {
	font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', sans-serif;
}

.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f9 {
	font-size: 9px;
	line-height:130%;
}
.f10 {
	font-size: 10px;
	line-height:130%;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f20 {
	font-size: 20px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt16 {
	margin-top: 16px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
/* ____ 【画像 プラス設定】 ____ */

.img_box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.img_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
}
.img_left p {
	font-size: 14px;
	line-height: 140%;
}
.img_right {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px;
	float: right;
	border: 1px solid #CCCCCC;
}
.img_right p {
	font-size: 14px;
	line-height: 140%;
}
.img_center {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

/*___________ 【BOX設定 プラス設計】 ___________ */

.box01 {
	margin-bottom:10px;
	padding:5px;
	color: #333333;
	border: 1px solid #AA8800;
}

.box02 {
	margin: 10px;
	padding:10px;
	border: 1px solid #CC0000;
	background-color: #FFFFCC;
}

.box02 li {
	margin: 0px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	line-height: 180%;
	text-indent: 20pt;
	background-image: url(../image-layout/checkbox-red.gif);
	background-repeat: no-repeat;
}

.box03 {
	margin: 10px;
	padding:5px;
	color: #666666;
	border: 1px dotted #AA8800;
	background-color: #FFFFE6;
}

.box04 {
	margin-bottom:10px;
	padding:5px;
	color: #333333;
	background-color: #FFF6D5;
}

.box05 {
	margin: 10px 0 10px;
	padding:5px;
	color: #333333;
	border: 1px dotted #2B2200;
	background-color: #F0F3FD;
}
.box06 {
	margin: 10px;
	padding:10px;
	border: 1px solid #CC0000;
	background-color: #E3DEDB;
}

.box06 li {
	margin: 0px;
	padding-bottom: 0px;
	color: #333333;
	font-size: 13pt;
	font-weight: bold;
	line-height: 180%;
	text-indent: 20pt;
	background-image: url(../image-layout/list02.png);
	background-repeat: no-repeat;
}

.box07 {
	margin: 10px;
	padding:10px;
	border: 1px solid #AA8800;
	background-color: #FFFFF0;
}

.box07 li {
	margin: 0px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	line-height: 180%;
	text-indent: 20pt;
	background-image: url(../image-layout/checkbox-ora.gif);
	background-repeat: no-repeat;
}

.box_mds01 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #FFFFFF;
	font-weight:bold
	background-color: #002298;
}

.box_mds02 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #002298;
	font-weight:bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #002298;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #002298;
}

.box_mds03 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #002298;
	font-size: 11pt;
	font-weight:bold;
	background-color: #D7E1FA;
}
.interviewbox {
        width:560px;
	color: #666666;
	border:1px solid #AA8800;
        background-color: #FFFFE6;
        margin: 20px auto;
        padding: 10px;
}
.annaibox {
        width: 600px;
        border:1px solid #AA8800;
        background-color: #FDFDF0;
        margin: 20px auto;
        padding: 10px;
}
.voicebox {
        width: 560px;
        border: 1px solid #B8860B;
        background-color: #FDFDF0;
        margin: 20px auto;
        padding: 10px;
}
.voicebox2 {
        width: 560px;
        border: 1px solid #B8860B;
        background-color: #FFFAEE;
        margin: 20px auto;
        padding: 10px;
}

/*___________ 【HEADER プラス設計】 ___________ */

#TOP h2 {
	font-size:9pt;
	font-weight: normal;
	color: #806600;
	line-height: 24px;
	position: absolute;
	top: 82px;
	left: 360px;
}
#MENU-HOME p {
	text-indent: -9999px;
}

.head1 {
	font-size:9pt;
	font-weight: normal;
	color: #FFF;
	line-height: 24px;
	margin: -25px 5px 0 0;
	padding: 0;
	float: right;
}
.head1 a {
	color: #FFF;
	text-decoration: none;
}
.head1 a:visited {
	color: #FFF;
	text-decoration: none;
}
.head1 a:hover,
.head1 a:active, 		/* for IE (Keyboard) */
.head1 a:focus {		/* for Netscape (Keyboard) */
	color: #FFF;
	text-decoration: underline;
}

/*●ヘッダーロゴ*/
#HEADER-LOGO {
	float: left;
	margin: 12px 0 5px 5px;
	width: 350px;
	font-size: 1.567em;
	font-weight: bold;
}
/*●ヘッダーテキスト*/
#TOP #BTN-CONTACT {
	float: right;
	margin: 12px 5px 5px 0;
	width: 370px;
}

#NAV-MENU {
	position: relative;
	padding: 0px;
	margin-bottom: 5px;
	height: 55px;
	background: url(../image-layout/nav-bg.gif) left top repeat-x;
}
#NAV-MENU ul{
	position: relative;
	height: 55px;
	margin-bottom: 5px;
}
#NAV-MENU li{
	float: left;
	height: 55px;
}

/*___________ 【CONTENTS プラス設計】 ___________ */

#CONTENTS h2 a {
        text-decoration: none;
}
#CONTENTS h2 a:visited {
	color: #660000;
	text-decoration: underline;
}
#CONTENTS h2 a:hover,
#CONTENTS h2 a:active, 		/* for IE (Keyboard) */
#CONTENTS h2 a:focus {		/* for Netscape (Keyboard) */
	color: #660000;
	text-decoration: none;
}

.melma {
	background: url(../image-layout/side-maga-f.png) no-repeat center bottom;
	margin: -15px 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.melma form {
	margin: 5px;
}
.melma p {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0 0px 5px 0px;
}
/*___________ プラス設計【midashi】 ___________ */
#MIDASHI {
        width: 660px;
        height: auto;
        background: url(../image/midashi_bg.png) no-repeat left top;
	margin-bottom: 30px;
	padding-top: 50px;
	text-align: center;
}
.midashi {
        color: #AA8800;
	font-size: 18px;
	font-weight: bold;
	font-family:'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', sans-serif;

}
.midashi-r {
        color: #990000;
	font-size: 18px;
	font-weight: bold;
	font-family:'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', sans-serif;

}
.midashi-o {
        color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	font-family:'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', sans-serif;

}
.midashi-b {
        color: #806600;
	font-size: 18px;
	font-weight: bold;
	font-family:'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', sans-serif;

}


/*___________ プラス設計【mokuji】 ___________ */
#MOKUJI ul {
        margin-top: 10px;
	padding: 0px;
}
#MOKUJI li {
        font-size: 12px;
        margin-left: 20px;
	padding: 5px 0 5px 0;
	text-indent: 15px;
	background: url(../image-layout/list_gball.png) no-repeat left center;
}

/*___________ プラス設計【INDEX PAGE】 ___________ */
#PRESS {
        width: 620px;
	height: 580px;
	background: url(../image/ba_press.jpg) no-repeat center bottom;
        margin: 0 auto;
        padding: 20px 0 0 40px;
}
#PRESS p {
        color: #444444;
}

.whats-n {
	height: auto;
	font-size: 14px;
        margin-top: 20px;
	margin-bottom: 30px;
        padding: 0 0 10px 0;
	background: url(../image-layout/bg_whats-new.jpg) repeat-y center bottom;
}
.whats-n ul {
        margin: 20px 0 10px 0;
	padding: 0 20px 0 20px;
}
.whats-n li {
        margin: 1px 1px;
	padding: 2px 0 2px 0;
	text-indent: 20px;
	background: url(../image-layout/list_wn.gif) no-repeat left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AA8800;
}
#WHATS-N p {
	width: 580px;
	height: 20px;
	font-size: 16px;
	color: #553300;
	margin-left: 0px;
	padding: 16px 40px 10px 40px;
	background: url(../image-layout/bg_h2_whats-n.jpg) no-repeat left bottom;
}
.info-box01 {
	width: 290px;
	height: 540px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
	text-align: left;
	font-size: 12px;
}
.info-box02 {
	width: 290px;
	height: 540px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	float: right;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
	text-align: left;
	font-size: 12px;
}

/*___________ プラス設計【INDEX01 PAGE】 ___________ */
.kiji-a {
	height: auto;
	font-size: 13px;
        margin-top: 20px;
	margin-bottom: 30px;
        padding: 0 0 10px 0;
}
.kiji-a ul {
        margin: 20px 0 10px 0;
	padding: 0 20px 0 20px;
}
.kiji-a li {
        margin: 1px 1px;
	padding: 2px 0 2px 0;
	text-indent: 20px;
	background: url(../image-layout/list_wn.gif) no-repeat left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AA8800;
}


/*___________ プラス設計【merumaga】 ___________ */
#WN-OVERFLOW {
        width: 97%;
	height: 180px;
	font-size: 12px;
        border:1px solid #957E39;
        margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
        padding: 0;
	overflow:auto;
}
#WN-OVERFLOW ul {
        margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
}
#WN-OVERFLOW li {
        margin: 1px 1px;
	padding: 2px 0 2px 0;
	text-indent: 20px;
	background: url(../image-layout/list_wn.gif) no-repeat left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AA8800;
}
#WN-OVERFLOW p {
	margin: 1px;
	padding: 2px;
	background-color: #E5E5E5;
}
#MAGAZINE h2 {
	font-size:16px;
	color: #553300;
	background: url(../image-layout/bg-contents-h3.jpg) left top no-repeat;
	margin: 0 0 15px 0;
	padding: 8px 10px 5px 20px;
	border: 1px solid #999;
}

/*___________ プラス設計【sitemap】 ___________ */
.shikaku {
        color: #553300;
        background: url(../image-layout/list_square.png) no-repeat left center;
        padding-left: 18px;
        padding-top: 6px;
}
.sitemap {
        font-size: 12px;
        margin: 20px 10px;
}
.sitemap li,.sitemap dt {
        margin-left: 25px;
	background: url(../image-layout/list05.png) no-repeat left center;
	padding: 3px 0 3px 15px;
}
.sitemap dd {
        margin-left: 40px;
	background: url(../image-layout/list_rball.png) no-repeat left center;
	padding: 3px 0 3px 10px;        
}
/*___________ プラス設計【column】 ___________ */
#COLUMN {}
.square {
        color: #806600;
        background: url(../image-layout/list_square01.png) no-repeat left center;
        padding-left: 18px;
        padding-top: 6px;
}
.column {
        font-size: 12px;
        margin: 20px 10px;
}
.column li {
        margin-left: 20px;
	background: url(../image-layout/list_gball.png) no-repeat left center;
	padding: 5px 0 5px 10px;
	text-indent: 5px;
}
.pageokuri {
	font-size: 14px;
	line-height: 120%;
	text-align: center;
}
.pageokuri a {
	color: #660000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.pageokuri a:hover,
.pageokuri a:active, 		/* for IE (Keyboard) */
.pageokuri a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #660000;
	border: 1px solid #CCCCCC;
}
/*___________ プラス設計【biyosemi-koshu】 ___________ */
.semi_hidari {
        width: 100px;
        float: left;
	padding-top: 10px;
	padding-bottom: 10px;
        margin-left: 20px;
        font-size: 12px;
	font-weight: bold;
	color: #666666;
        text-align: left;
}

.semi_migi {
        width: 540px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 160%;
	color: #333333;
        text-align: left;
}
/*___________ プラス設計【privacy】 ___________ */
#PRYVACY {
        width: 640px;
        height: auto;
	font-size: 13px;
        margin-top: 40px;
}
#PRYVACY h4 {
        font-size: 14px;
}
#PRYVACY ul,#PRYVACY dl {
        font-size: 12px;
        color: #666666;
	margin: 5px 0px 5px 30px;
}
#PRYVACY li {
        list-style: disc;
	margin-left: 20px;
        padding: 5px 0 5px 0;
}
#PRYVACY dt{
        font-weight: bold;
	margin-bottom: 10px;
}
#PRYVACY dd {
        margin-left: 20px;
        padding: 5px 0 5px 0;
}

/*___________ 【SIDE プラス設計】 ___________ */

.side-area-t {
	margin-top: -5px;
	margin-left: -10px;
}
.side-area-b {
	margin-left: -10px;
	margin-bottom: -10px;
}

.side01 {
	margin: -10px 0 10px 0;
	padding: 0;
	background: url(../image-layout/side-f1.jpg) center bottom no-repeat;
}

#SIDE h2#LG-ANNAI {
	font-size:14px;
	color: #553300;
	line-height: 30px;
	text-indent: -9999px;
	background: url(../image-layout/side-h1-info.png) no-repeat;
	margin: 0;
	padding: 0;
	height: 64px;
}

#SIDE .inf-l {
	border: solid 1px #806000;
	background-color: #806000;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 3px;
	border-radius: 3px;
	color: #FFF;
}

/*___________ 【FOOTER プラス設計】 ___________ */

#F-MENU h2 {
        font-size:14px;
	color: #553300;
	background: url(../image-layout/bg-contents-h3.jpg) left top no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 2px 20px;
	border: 1px solid #999;
}

#FOOT-M {
        width: 300px;
	float: left;
	margin-left: 12px;
	padding-top: 30px;
}
.foot {
        margin: 0px 0 10px 0;
	padding: 5px 5px 10px 5px;
}

.foot ul {
	font-size: 14px;
	margin: 0;
	padding: 0 5px 4px 5px;
}
#FOOTER p.copy-r {
	margin: 0;
	padding: 0;
	background:url(../image-layout/copy-r.gif) no-repeat bottom center;
}

/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#PAGE-TOP p{
	margin-top: 36px;
	margin-left: auto;
	width: 162px;
	height: 34px;
}



</pre></body></html>