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

RESET・・・ブラウザリセット用CSS

 ----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html {color: #000;}

body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small; font: x-small;}
*:first-child+html body {font-size: small; font: x-small;}

img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit; font: 100%;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 108%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

/* --------------------------------------------------------------------

COMMON CSS

 --------------------------------------------------------------------*/

/* ----------------------------------------

詳細設定用

/* =========================================================
formarea
========================================================= */
#formarea {
width:900px;
margin-top: 30px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

line-height:1.5em;
letter-spacing:0.1em;
float:left;
color:#ffffff;
padding:10px;
font-size: 14px; 
line-height:1.4; 
}

#formarea dl.normal img {
	margin:0 0 0 5px;
}
#formarea dl.normal {
	clear:both;
	padding:10px 10px 10px 0;
	border-bottom:dotted 1px #999999;
}
#formarea dl.normal dt {
float:left;
text-align:left;
width:300px;
padding:0 0 0 10px;
color:#000;
font-size: 14px; 
line-height:1.4; 
}
#formarea dl.normal dd {
	float:left;
	text-align:left;
	width:550px;
}
#formarea dl.mes {
	clear:both;
	width:530px;
	padding:10px 0 10px 0;
}
#formarea dl.mes dt {
	clear:both;
	text-align:left;
	padding:0 0 5px 10px;

}
#formarea dl.mes dd {
	clear:both;
	text-align:left;
	padding:0 0 0 10px;
}

/* =========================================================
cation
========================================================= */
#cation {
width:900px;
font-size: 12px; 
line-height:1.2; 
color:#333;
text-align:left;
}

#cation ul {
	padding:0 0 0 0px;
}
#cation ul li {
	margin:0 0 7px 0;
}
#cation a {
	color:#ff3300;
	text-decoration:underline;
}
#cation .title {
	margin:10px 0 10px 0;
	color:#000;
	font-weight: bold; 
}

/* =========================================================
btn
========================================================= */
#btn {
	text-align:center;
	padding:10px 0;
	margin:20px auto;
}

#btn input:hover{
opacity: 0.8;
filter: alpha(opacity=80);
}

/* =========================================================
form整形
========================================================= */
#formarea dl dd input.tel {
	width:50px;
	ime-mode: disabled;
}
#formarea dl dd input.zip {
	width:50px;
	ime-mode: disabled;
}
#formarea dl dd input.email {
	width:300px;
	ime-mode: disabled;
}



#formarea dl dd input.name, #formarea dl dd input.kana, #formarea dl dd input.rname, #formarea dl dd input.city, #formarea dl dd input.addr, #formarea dl dd textarea.image {
	width:300px;
	ime-mode: active;
}
#formarea dl dd input.request{
	width:300px;
	ime-mode: active;
}
#formarea dl dd textarea.message {
	width:300px;
	height:100px;
	ime-mode: active;
}


/* フォント関係*/
a:link {
	color:#ffff33;
	text-decoration:none;
}
a:visited {
	color:#ffff33;
	text-decoration:none;
}
a:hover {
	color:#ffff33;
	text-decoration:underline;
}
a:active {
	color:#ffff33;
	text-decoration:underline;
}
object, a:focus {
	outline:none;
}
.txt {
	color:#ff3300;
	text-align:left;
}
.txt2 {
	text-align:left;
	color:#ff3300;
	line-height:1em;
}
.txt2 img {
	margin:0 3px 3px 0;
}

span {
	color:#ff3300;
}

p.message{
	font-size:12px;
	margin-top:10px;
}

p.message span{
	color:#000;
	font-weight: bold;
}

/* 画像関係*/
img {
	border: none;
}
.leftbox {
	float: left;
	margin:0 10px 0 0;
}
.rightbox {
	float: right;
	margin:0 0 0 10px;
}
/* クリアフィックス*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7 and MacIE5.5*/
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* for ie5,6*/


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