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

#wrapper {
	height: auto;
}

#main {
	float: left;
	vertical-align: bottom;
	margin-left: 55px;
	margin-top: 40px;
	_margin-top: 30px;/*IE6用*/
	display: inline/*IE6 marginが二倍になるバグの解消のために加えた display: inline;*/; 
}

*:first-child+html #content{/*IE7用*/
	display: inline/*IE6 marginが二倍になるバグの解消のために加えた display: inline;*/;
}

#btn_to_company {
	color: #09F;
	width: 300px;
	margin-top: -15px;
	margin-right: -5px;
	font-size: 85%;
	text-decoration: underline;
	_margin-right: 10px;/*IE6用*/
}

*:first-child+html #btn_to_company{/*IE7用*/
	margin-right: 22px;
}

/*Safari3、4、FireFox3.5用*/
body:first-of-type #btn_to_company{ margin-right: 40px;}


/*FireFox3用*/
#btn_to_company, x:-moz-broken { margin-right: 20px;}/*FireFox3用*/
#btn_to_company, x:x { margin-right: -5px;}/*正規のスタイル用*/


/*Safari2用*/
html[xmlns*=""] body:last-child #footer { padding-bottom: 13px;}/*Safari3用*/
html:not(:only-child:only-child) #wrapper #footer { padding-bottom: 0px;}/*正規のスタイル用*/


#btn_to_company a:link {
	color: #09F;
}

#btn_to_company a:visited {
	color: #09F;
}

#btn_to_company a:hover{
	color: #FABE00;
}

#illust {
	float: left;
	margin-right: 25px;
	margin-top: 235px;
	margin-left: -15px;
	_margin-left: 0px;
}
#thankyou p{
	line-height: 1.5em;
	color: #ED6D00;
	text-align: justify;
	margin-left: -40px;
	_margin-left: 0em;/*ie6*/
	_margin-top: 6em;/*ie6*/
	font-weight: bold;
}
*:first-child+html #thankyou p {/*IE7用*/
	margin-top: 65px;
	margin-bottom: -15px;
	line-height:1.3em;
}

#section {
	height: auto;
	width: auto;
	float: left;
	_width: 610px;
}

#main-title {
	height: 76px;
	width: 600px;
	margin-bottom: 0px;
}

/*ie8用*/
	body select #main-title {/*IE7用*/
	margin-top: -5em;
	margin-bottom: 2em;}
	head~/* */body #main-title {/*IE8用*/
	margin-top: 1em;
	margin-bottom: 0em;}
	html:not(:target) #main-title {/*その他のモダンブラウザ用*/
	margin-top: -1em;
	margin-bottom: 1em;}
	*:first-child+html #main-title {/*IE7用*/
	margin-top: -35px;
	margin-bottom: 35px;
}
*html #main-title {
	width: 600px;
	margin-left:-370px;
	position: absolute;
	z-index: 5;

}

h2{
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-bottom: 15px;
	margin-top: 25px;
	_margin-top: 10px;/*ie6*/
	margin-left: -40px;
	_margin-left: 20px;/*ie6*/
}

*:first-child+html h2 {
	margin-top: 52px;
}

*:first-child+html #main-title h2 img {/*IE7用*/
	margin-top: -32px;
	margin-right: 13px;
	float: right;
}

/* h2 img IE8*/  
	h2 img {
	margin-left: 60px;
	float: right;
	_margin-top: -40px;/*IE6用*/
	margin-right: 15px;
	margin-top: -40px;
		}/* IE7以前向け */ 
 
	head~/* */body h2 img {
		margin-top: -3px;
		margin-right: 13px;
		float: right;} /* IE8向け */  

	html:not(:target) h2 img {	
		margin-top: -30px;
		margin-right: 13px;
		float: right;} /* モダンブラウザ向け */

	body:first-of-type h2 img {/* Safari3,4, FireFox3.5用 */
		margin-top: 0px;
		margin-right: 15px;
}

h3  {
	font-size: 100%;
	text-align: left;
	line-height: 1;
	font-weight: bold;
	margin-left: -40px;
	_margin-left: 25px;/*ie6*/
}

#info {
	float: left;
	height: auto;
	width: 580px;
	margin-top: 10px;
}

#info ul {
	text-align: left;
	font-size: 100%;
	margin-top: 30px;
	float: left;
}

#info ul li {
	text-align: left;
	line-height: 1.75;
	list-style-type: none;
}

#info-image {
	float: right;
	margin-right: 0px;
	margin-top: 35px;
}

#info ul .title {
	font-size: 80%;
	text-indent: 60px;
	margin-top: -5px;
}

#aside {
	width: 725px;
	background-color: #FFF;
	font-size: 75%;
	float: left;
	margin-top: 30px;
	margine-bottom: -10px;
}

*:first-child+html #aside {
	margin-top: 10px;
}

#bureau {
	width: 245px;
	float: left;
	margin-left: 55px;
	_margin-left: 28px;/*IE6用*/
}

#bureau p {
	text-align: left;
	line-height: 1.5;
}

#surrogate {
	width: 365px;
	margin-bottom: 20px;
	float: right;
	height: auto;
	margin-right: 5px;
}

#surrogate p {
	text-align: left;
	line-height: 1.5;
}

.clearfix{
	overflow: hidden;
}

*html .clearfix{/*IE6用*/
	zoom: 1;
}
</pre></body></html>