@charset "UTF-8";


/* --------------------------------------------------------------------------------------- 
 body
--------------------------------------------------------------------------------------- */

div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

html,body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg);
}

ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
	vertical-align:top;
}


/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}
	
	

/* font
--------------------------------------------------------------------------------------- */

body {
 font:12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
 *font-size:small;
 *font:x-small;
	line-height: 1.6em;
	color: #333;
	letter-spacing: 0.03em;
}

table {
 font-size:inherit;
 font:100%;
}

.t10 { font-size:83%; }
.t11 { font-size:91%; }
.t12 { font-size:100%; }
.t13 { font-size:108%; }
.t14 { font-size:116%; }
.t15 { font-size:125%; }
.t16 { font-size:133%; }
.t17 { font-size:141%; }
.t18 { font-size:150%; }
.t19 { font-size:158%; }
.t20 { font-size:166%; }
.t24 { font-size:200%; }
.t28 { font-size:232%; }


h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 0 0;
	line-height: normal;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}


/* Opera 9 */
;;body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* Internet Explorer 7 */
*:first-child+html body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* Internet Explorer 6 or sooner */
* html body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* --------------------------------------------------------------------------------------
 フォント
--------------------------------------------------------------------------------------- */

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



/* layout
-------------------------------------------------- */

#container {
	width: 100%;
	height: 850px;
	background: url(../img/bg2.png) repeat-x;
	margin: 0 auto;
	text-align: center;
}

#main {
	width: 1200px;
	height: 850px;
	position: relative;
	margin: 0 auto;
}
#main img {
	position: absolute;
}
#main #logo {
	top: 248px;
	right: 147px;
}
#main #img01 {
	top: 40px;
	right: 132px;
}
#main #img02 {
	top: 105px;
	left: 84px;
}
#main #info01 {
	bottom: 27px;
	right: 104px;
}
#main #info02 {
	bottom: 32px;
	left: 143px;
}