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

/*Reset*/
/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,em,strong,th {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
	border: 0;
	text-align: right;
}
li {
list-style-type: none;
}

/* Fonts
------------------------------------------------------------*/
body {
font-size: 75%; /* IE */
font-family: ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,"Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html&gt;/**/body {
font-size: 12px; /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}

/*Reset終わり*/


body {
	background: #faf7f0;
	color: #333;
	background:url(../img/background.gif);
	}	
	
/*
body {
	background: #faf7f0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
*/

p {
	line-height: 1.3em;
	margin: 0;
	padding: 3px 0;
	}
	
dl {
	border-bottom: dotted 1px #CCC;
	clear: both;
	margin: 0;
	padding: 5px 0;
	}
	
dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 6em;
	}
	
dd {
	margin: 0;
	padding: 0;
	}
	
.dl_bottom {
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	}
	
/*
h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
*/

a, a:link {
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	color: #666;
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}
	
.img_border {
	border: 1px solid #BD995D;/*元は#8bbfd4;*/
	}
	
#wrapper {
	margin: 0 auto;
	width: 810px;
	}
		
#header {
	background: url(../img/header_bg.gif) center no-repeat;
	height: 112px;
	text-align: right;
	padding-right: 15px;
	}
	
#content_wrap {
	background: url(../img/content_bg.gif) center repeat-y;
	text-align: left;
	margin-top: -23px;/*元なし*/

	}
	
#footer {
	clear: both;
	color: #FFF;
	background:url(../img/footer_bg.gif) center no-repeat;
	height: 32px;
	padding: 8px 14px 0;
	text-align: center;
	}
	
/*　========== TEXT ===========　*/

.text_orange {
	color: #e65252;
	}
	
/*　========== HEADER ===========　*/
#header img {
	float: left;
	padding: 5px 0 0 20px;
	}
	
#header h1 {
	font-size: 12px;
	color: #8bbfd4;
	padding: 15px 0;
	font-weight: normal;
	}
	
#inquiry {
	margin: 10px 0;
	}
	
/*　===========上部メニューバー==========　*/

#menubar {
	margin: 0;
	background:url(../img/menubar_bg.gif) no-repeat;
	padding: 0 10px;
	}
	
#menubar a {
	background: url(../img/btn_bg.gif) no-repeat;
	color: #8bbfd4;
	display: block;
	float: left;
	font-size: 11px;
	height: 44px;
	margin-right: 2px;
	padding: 10px 0 0 40px;
	}
	
#menubar a:hover {
	background-position: 0 -55px;
	text-decoration: none;
	}
	
#menubar h2 {
	color: #036;
	font-size: 14px;
	font-weight: 400;
	font-weight: bold;
	padding-top: 0px;
	}
	
.menu_a {
	width: 156px;
	}
	
.menu_b {
	width: 154px;
	}
	
/*　=====================　*/

#content {
	padding: 15px 10px;
	}
	
#cont_right {
	float: right;
	margin-right: 15px;
	margin-bottom: 20px;
	width: 530px;
	}
	
/*　========= CONTENT MAIN ============　*/

#content_main {
	padding: 0 0 0 20px;
	}
	
#content_main h3 {
	background: url(../img/h_bg_01.gif) no-repeat;
	color: #8bbfd4;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 5px -20px;
	padding: 8px;
	}

#content_main h6 {
	background: url(../img/h_bg_02.gif) no-repeat;
	color: #F30101;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 5px -20px;
	padding: 8px;
	}

	
#content_main h4 {
	color: #BD995D;/*元は#8bbfd4*/
	float: right;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 10px 0 0;
	text-align: right;
	}
	
#content_main h5 {
	color: #BD995D;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 2px;
	line-height:1.2em;
	}

#content_main ul {
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 0px 20px;
	}
	
#content_main li {
	list-style-type: inherit;
	}
	
/*　========= NEWS ============　*/
#news h3 {
	background: url(../img/h_bg_01.gif) no-repeat;
	color: #8bbfd4;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 8px;
	}

#news h4 {
	color: #8bbfd4;
	float: right;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 10px 0 0;
	text-align: right;
	}
	
#news h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px;
	line-height:1.2em;
	}
	
#news ul {
	list-style-type: none;
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 15px 10px;
	}
	
.arrow p {
	background: url(../img/title_02_bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 15px;
	padding: 15px 0 0 15px;
	}

/*　========= NEWS_ARTICLE============　*/

/*未完成
#20100713 a  {
	color: #00F;
	text-decoration: none;
	}
	
a #20100713:link  {
	color: #00F;
	text-decoration: none;
	}
	
a #20100713:hover  {
	color: #F00;
	text-decoration: underline;
	}
*/
	
/*　========= PRODUCTS ============（一応完成）　*/
.product_title h3,h4 {
	color: #e65252;
	}

.product_title h3 {
	background: url(../img/title_02_bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 0px;
	padding: 12px 0 0 10px;
	}
	
.product_title h4 {
	font-size: 10px;
	font-weight: normal;
	margin-top: -40px;
	margin-bottom: 40px;
	padding: 15px 10px 0 0;
	text-align: right;
	}

.product_photo div{
	display:table-cell;
	margin-bottom:1px;
	vertical-align:top;
	padding:0 10px 0;
	}

* html .product_photo div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html .product_photo div{/* IE 7 */
	display:inline;
	zoom:1;
	}

.product_photo_comment {
	padding-left: 10px;
	}
	
.product_photo_comment h3 {
	color: #8bbfd4;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 0 10px;
	}

.detail {
	text-align:right;
	color:#F00
	}
	
.product_comment {
	padding: 0 0 0 20px;
	}
	
.product_comment h3 {
	background: url(../img/h_bg_01.gif) no-repeat;
	color: #8bbfd4;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 5px -20px;
	padding: 8px;
	}

.detail_photos {
	border-top:1px dotted #999;
	margin:5px 0 0;
	padding:5px 20px 0;
	}


/*　========= CONTENT TITLE ============　*/
#content_title {
	color: #e65252;
	}

#content_title h3 {
	background: url(../img/title_02_bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 15px;
	padding: 15px 0 0 15px;
	}
	

#content_title02 h3 {
	background: url(../img/title_02_bg.gif) no-repeat;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	padding: 15px 0 0 15px;
	color: #e65252;
	}

#content_title h4 {
	font-size: 10px;
	font-weight: normal;
	margin-top: -60px;
	margin-bottom: 40px;
	padding: 15px 10px 0 0;
	text-align: right;
	}



/*　========= LEFT NAVI============　*/
#cont_left {
	float: left;
	width: 225px;
	}

#cont_left h2 {
	background: url(../img/navi_title_bg.gif) no-repeat top center;
	color: #8bbfd4;
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 12px 0 0 20px;
	}
	
#cont_left ul {
	padding: 0 0 5px;
	list-style-type: none;
	margin: 0 20px 15px 20px;
	}
	
#cont_left li {
	background: url(../img/navi_li_bullet.gif) no-repeat 0 5px;
	border-bottom: 1px dotted #CCC;
	margin: 0;
	padding: 5px 0 5px 30px;
	}
	

	
/*　========= MAIN PHOTO ============　*/

.main_copy {
	background:url(../img/title_01_bg.gif) no-repeat;
	color: #D46E00;
	font-size: 20px;
	height: 20px;
	margin-bottom: 15px;
	padding: 20px 0;
	text-align: center;
	}

.main_photo {
	margin-bottom: 15px; 
	}
	
div.main_photo  div{
	display:table-cell;
	vertical-align:bottom;
	}

* html div.main_photo div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html div.main_photo div{/* IE 7 */
	display:inline;
	zoom:1;
	}
	
.main_photo_text {
	padding-left: 10px;
	}
	
*html .main_photo_text {/*IE6*/
	width: 320px;
	}
	
*:first-child+html .main_photo_text {/*IE7*/
	width: 320px;
	}
	
.main_photo h3 {
	color: #BD995D;/*元は#8bbfd4*/
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 0 5px;
	}
	
.main_copy {
	background:url(../img/title_01_bg.gif) no-repeat;
	color: #e65252;
	font-size: 20px;
	height: 20px;
	margin-bottom: 15px;
	padding: 20px 0;
	text-align: center;
	}
	
.image_right {
	float: right;
	clear: right;
	margin: 10px;
	}


	
/*==============詳細を見る===============*/
	
a.gotodetail  {
	background: url(../img/go_to_detail.gif) no-repeat;
	width:110px;
	color: #333;
	font-weight:bold;
	display: block;
	float: right;
	font-size: 11px;
	height: 20px;
	padding: 5px 0 0 15px;
	margin-right:10px;
	}
	
a:hover.gotodetail  {
	background-position: 0 -25px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
	}











/*ここからは不要
/*===========左のコンタクト============*/

#contact_box {
	background: url(../img/contact_bg.gif) no-repeat top center;
	height: 110px;
	padding: 20px 20px 0 30px;
	}
	
#contact_box h3 {
	color: #8bbfd4;
	padding-bottom: 15px;
	text-align: center;
	}

/* ============ 特徴 ============= */


.feature {
	margin-bottom: 5px;
	}

div.feature  div{
	display:table-cell;
	vertical-align:top;
	}

* html div.feature div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html div.feature div{/* IE 7 */
	display:inline;
	zoom:1;
	}
	
.feature_text {
	padding-left: 15px;
	}
	
*html .feature_text {/*IE6*/
	width: 400px;
	}
	
*:first-child+html .feature_text {/*IE7*/
	width: 400px;
	}
	
#content_main div.feature h3 {
	background: url(../img/point_bg.gif) no-repeat;
	color: #e65252;
	height: 30px;
	margin: 0 0 10px;
	padding: 15px 0 0;
	text-align: center;
	width: 115px;
	}

#news div.feature h3 {
	background: url(../img/point_bg.gif) no-repeat;
	color: #e65252;
	height: 30px;
	margin: 0 0 10px;
	padding: 15px 0 0;
	text-align: center;
	width: 115px;
	}
	
	
/*　==========SEMINAR===========　*/

.seminar {
	padding: 0 0 10px;
　}

.seminar dt {
	color: #e65252;
	width: 12em;
	}
	
.seminar dd {
	margin-left: 12em;
	}

/*　=====================　*/


#topic {
	border: 3px solid #8bbfd4;
	margin-top: 15px;
	padding: 3px;
	}
	
.topic_img {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding: 5px;
	}

div.topic_img div{
	display:table-cell;
	margin-bottom:1px;
	vertical-align:top;
	}

* html div.topic_img div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html div.topic_img div{/* IE 7 */
	display:inline;
	zoom:1;
	}

.topic_img_text {
	padding-left: 10px;
	}
	
*html div.topic_img_text {/* IE 6 */
	width: 410px;
	}
	
*:first-child+html div.topic_img_text {/* IE 7 */
	width: 410px;
	}
	
#topic p {
	font-size: 11px;
	}
	
.topic_img h4 {
	color: #8bbfd4;
	margin-top: 5px;
	font-size: 12px;
	}
	
#topic h3 {
	background: #e9f2f7;
	color: #8bbfd4;
	margin-bottom: 5px;
	padding: 5px;
	}
	
table {
	border: 1px #FFF;
	font-size: 11px;
	padding: 5px;
	}
	
.td_title {
	background: #ffe2a0;
	text-align: center;
	}
	
.td_gray_01 {
	background: #F2F2F2;
	}

.td_gray_02 {
	background: #E6E6E6;
	}
	
/*　==========COMPANY===========　*/

#company dt {
	color: #e65252;
	width: 90px;
	}
	
#company dd {
	float: left;
	width: 440px;
	}
		

/*　==========NOVELTY===========　*/

p#me_textcopy01{
	padding-top:20px;
	color:#BD995D;
	font-size:14px;
}

p#me_textcopy02{
	font-size:14px;
}

p.me_textcopy03 span{
	font-weight:bold;
}

img.img_novelty{
	margin-bottom:50px;
}</pre></body></html>