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

/* リセット */

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;
}
img {
	vertical-align:top;
	border:0;
}

a img {
	border: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight: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;
}

/* レイアウト
------------------------------------------------------*/
body {
	font-size: 11px;
	font-family:  "メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.6;
	background:url(../images/bg_m.png) repeat-y top center #FFE456;
}

/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}

/* for IE6 */
* html body {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #ff0000; }
a:visited	{ color: #ff0000; }
a:hover		{ color: #ff0000; }
a:active	{ color: #ff0000; }

#wrapper {
	color: #FFF;
	background:url(../images/bg_t.png) no-repeat top center;
}
#container{
	background:url(../images/bg_f.png) no-repeat bottom center;

}

#container h1{
	text-align:center;
}

#mainCol{
	width:1000px;
	margin:0 auto;
}

.btn_dl{
	text-align:center;
	background:url(../images/bg_dl.jpg) no-repeat center;
}

.btn_dl{
	text-align:center;
	padding:23px 0 39px;
	background:url(../images/bg_dl.jpg) center top no-repeat;
}

.btn_dl a{
	width:318px;
	height:70px;
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images//btn_dl.png) left top no-repeat;
}

.btn_dl a:hover{
	background-position:-318px top;
}





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