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

/* reset /////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; } 
hr {display:none;}
/* /reset /////////////////////////////////////////*/

body {

	background:#000000;
	color:#333333;
	margin:0;
	padding:0;
	font-size: 77%;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
	text-align:center;
}

html&gt;/**/body {font-size:12px;}

* + html body {letter-spacing:normal;}

br{letter-spacing:normal;}

	



#mainarea{
	width:630px;
	margin:0 15px 0 15px;
	margin:0 auto;
}



#mainarea h3{
	background: url(../../img/present_btn.gif) no-repeat left top;
}

	#mainarea h3 a{
	text-indent:-9999px;
	display:block;
	width:496px;
	height:93px;
	}



#mainarea dl{
	clear:both;
	width:560px;
	height:30px;
	margin:10px 10px 0 0;
	background: url(../../img/dt_image.gif) no-repeat left top;
	border-bottom:dotted 1px #5c574d;

}



.mes {
	width:560px;
	height:110px;
	border-bottom:dotted 1px #5c574d;
}

.name1 {
	width:560px;
	height:80px;
	border-bottom:dotted 1px #5c574d;
}


#mainarea dl dd input.tel {
	width:50px;
}

#mainarea dl dd input.name {
	width:230px;
}


#mainarea dl dd textarea.message {
	width:250px;
	height:6em;
}




#mainarea dt{
	float:left;
	text-align:left;
	width:190px;
	margin-left:10px;

}

#mainarea dd {
	float:left;
	text-align:left;
	width:350px;

}

#mainarea #btn{
width:580px;
text-align:center;
padding:30px 0 0px 0px;
}


#mainarea .entry{
	clear:both;
	background: url(../../img/e_bg.jpg) repeat-y;
	
}

#mainarea .entry_con{
	background: url(../../img/e_contents.jpg) no-repeat;
	padding:10px 30px 10px 30px;
}

#mainarea .entry_con2{
	background: url(../../img/e_03-2.jpg) no-repeat;
	padding:20px 30px 10px 30px;
}


#small{
clear:both;
font-size:85%;
line-height:1.5em;
padding-right:20px;
padding-left:20px;
width:540px;
text-align:left;
}


.small ul{
list-style:circle;
}



#small li{
	list-style-image: url(../../img/icon2.gif);
	list-style-position: outside;
}


#small li A:link,A:visited,A:hover,A:active{
	color:#df1d1d;
	text-decoration: underline;
}


.cation{
	color:#df1d1d;
	font-weight:bold;
	width:580px;
	height:17px;
	text-align:left;
	margin:20px 0 10px 0;
}


	
/* フォント関係*/

.errMsg{
	height: 200px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	padding-top:60px;
	color:#cc3333;
}

.jump A:link,A:visited,A:hover,A:active{
	color:#cc3333;
	text-decoration: underline;
}


.red{
background:url(../../img/red_1.gif) no-repeat top left;
padding-left:20px;
font-weight:bold;

}

.red2{
background:url(../../img/red_2.gif) no-repeat top left;
padding-left:20px;
font-weight:bold;

}

.red3{
background:url(../../img/red_3.gif) no-repeat top left;
padding:10px 0 0 20px;
}



.text{
	width:580px;
	text-align:left;
}

.yellow_text{
color:#ece018;
}

.red_text{
color:#cc3333;
}



.small_red{
font-size:85%;
color:#b90b34;
}

.small_orange{
font-size:85%;
color:#e97a27;
text-align:center;
height:20px;
}



.large{
font-size:16px;
line-height:18px;
color:#b90b34;
}




/*A:link {
	color:#666666;
	text-decoration: underline;
}
A:visited {
	color:#666666;
	text-decoration: underline;
}
A:hover {
	color:#b90b34;
	text-decoration: underline;
}
A:active {
	color:#b90b34;
	text-decoration: underline;
}*/
	

img { border: none; }

.leftbox {
	float: left;
	margin-right:10px;
}
.rightbox {
	float: right;
	margin-left:10px;
}
.textRight {text-align:right;}

/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/

/* contents clearfix */
#contents:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#contents {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
/* /main clearfix */

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

/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/
</pre></body></html>