<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 {
	background: #FFF;
	font-size: 11px;
	font-family:  "メイリオ","ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.6;
	background:url(../images/bg.gif) repeat top left;
}

/* 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_top.jpg) top left repeat-x;
}
#container{
	margin:0 auto;
}

#container h1{
	text-align:center;
	background:url(../images/bg_mv.png) no-repeat center;
}

#mainCol{
	width:968px;
	margin:0 auto;
	padding:0 10px 0 0;
}


#footer{
	padding:10px 0;
}









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