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

html{
	height:100%;
}

body {
	text-align: center;
	height:100%;
	margin: 0;
	padding: 0;
	font-family:"Osaka", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",sans-serif;
	background-image: url(../img/bg.gif);
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	overflow: auto;	/* Opera 9.51対策*/
}
img  {
	border: none;
}
.clearboth {
	clear:both;
	visibility:hidden;
}
br{
	letter-spacing:0;
}
/* ****************************************
	HEADER
*******************************************/
#header {
	background-color: #592D00;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	margin: 0px;
}
.header_menu{
	width:941px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.header_margin{
	margin: 5px 0px 0px 72px;
	float:left;
}
.header_marginpoint{
	margin: 5px 30px 0px 0px;
	float:left;
}

/***** ▼SB 20130709 FMC *****/
#header .sb_post{
	width: 500px;
	display: inline;
	float: right;
	padding-right: 8px;
	position: relative;
	top: -5px;
}
/* IE7 */
*:first-child+html #header .sb_post{
	top: 8px;
}
/* IE6 */
* html body #header .sb_post{
	top: 5px;
}
#header .sb_post li{
	float: right;
	margin-left: 5px;
	display: inline;
}
#header .sb_post li.tw{
	width: 100px;
}
#header .sb_post li.google{
	width: 60px;
	position: relative;
	z-index: 90;
}
*html .sb_post .google{ display: none !important;}
#header .sb_post .fbLike span{
	width: 100px !important;
}
/******** ▲ここまで ********/


/* ****************************************
	CONTENT
*******************************************/
#container {
	margin: 20px 0px 0px 20px;
	width:941px;
	margin-left: auto;
	margin-right: auto;
}
#headertop{
	width:843px;
	height: 570px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#top01{
	width:843px;
	height:368px;
	background-image: url(../img/top01.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#top02{
	width:843px;
	height:698px;
	background-image: url(../img/top02_2.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#top05{
width:843px;
height:447px;
background-image: url(../img/top03_2.png);
background-repeat: repeat;
margin-left: auto;
margin-right: auto;
margin-top:-2px;
}
#top04{
	width:941px;
	height: 610px;
	background-image: url(../img/top04.png);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top:-10px;
}
#top04_2{
width:941px;
height: 600px;
background-image: url(../img/top04.png);
background-repeat: repeat;
margin-left: auto;
margin-right: auto;
margin-top:-14px;
}
#wbox {
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
	margin:20px 154px;
	padding:20px 15px 20px;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.4);
	text-align:left;
	font-weight: normal;
	color:#000000;
	background:#FFFFFF;
	
}
#wbox2 {
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
	margin:-10px 154px;
	padding:20px 15px 20px;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.4);
	text-align:left;
	color:#FFFFFF;
	background:#000000;
	text-size:14px;
}

.button2 {
	width:66%;
	font-size:20px;
	text-align:center;
	display: block;
	padding: 15px 8px 15px;
	margin: 0 auto 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	font-weight:bold;
	background: #f75b2f -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f75b2f), to(#dd3607));
	background:-moz-linear-gradient( center top, #f75b2f 45%, #dd3607 55% );
	background:-ms-linear-gradient( top, #f75b2f 45%, #dd3607 55% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f75b2f', endColorstr='#dd3607');
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff8d47), color-stop(100%, #ff570b) );
	background:-moz-linear-gradient( center top, #ff8d47 5%, #ff570b 100% );
	background:-ms-linear-gradient( top, #ff8d47 5%, #ff570b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d47', endColorstr='#ff570b');
	background-color:#ff8d47;
	

}.css_btn_class:active {
	position:relative;
	top:1px;

}
/* This css button was generated by css-button-generator.com */

input[type="submit"] {
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	padding:9px 74px;
	margin:0 0 0 -2px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}
.input[type="submit"]:hover {
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background-color:#378de5;
}
.input[type="submit"]:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
.formtext {
	margin-top:10px;
	font-size:15px;
	font-weight:bold;
	color:#0064C8;
}
.formtext2 {
	margin-top:10px;
	font-size:15px;
	color:#592000;
}


/* ****************************************
	FOOTER
*******************************************/
#footer {
width:941px;
height: 8px;
margin-left: auto;
margin-right: auto;
}


/* ****************************************
	FONT
*******************************************/
.basic {
text-align: left; 
font-size:12px; 
line-height: 160%; 
color: #000000;
letter-spacing: 0.2em; 
	}
	

.ft10 {
text-align: left; 
font-size:10px; 
line-height: 140%; 
color: #000000;
letter-spacing: 0.2em; 
	}
	
	
.ftrd {
color: #d7151a;
	}	



h1, h2, h3, h4, h5, h6 {
font-size:16pt;
text-indent: -9999px;
display: none;
}


a:link
{
color: #FF3366;
text-decoration: underline;
}

a:visited
 {
color: #FF3366;
text-decoration: underline;
}

a:hover
{
color: #0099FF;
text-decoration: underline;
	}
</pre></body></html>