@charset "shift_jis";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	height:100%;
	width:100%;
}
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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}

/*--- default */
body {
	color: #333;
	font-size: 75%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*--- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* for IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}




/* ===================================================================
 ここからcss表記
=================================================================== */
body {
	text-align:center;
}

#mainpage {
	width:700px;
	margin:65px auto;
	text-align:left;
	background-image:url(img/mid.gif);
	background-repeat:repeat-y;
}

#mainpage #to {
	background-image:url(img/to.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:700px;
	height:31px;
}

#mainpage h1 {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:700px;
	height:50px;
	text-indent:-99999px;
}

#mainpage #bg1 {
	margin:0 auto 40px auto;
	background-image:url(img/top1.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:320px;
}
#mainpage #bg2 {
	margin:0 auto 40px auto;
	background-image:url(img/top2.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:320px;
}
#mainpage #bg3 {
	margin:0 auto 40px auto;
	background-image:url(img/top3.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:320px;
}
#mainpage #bg4 {
	margin:0 auto 40px auto;
	background-image:url(img/top4.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:320px;
}
#mainpage #bg5 {
	margin:0 auto 40px auto;
	background-image:url(img/top5.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:320px;
}

#mainpage #bg1 h2 {
	font-size:2em;
	padding:50px;
	padding-top:70px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0.3em;
}

#mainpage #bg2 h2 {
	font-size:2em;
	padding:50px;
	padding-top:70px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0.3em;
}
#mainpage #bg3 h2 {
	font-size:2em;
	padding:50px;
	padding-top:70px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0.3em;
}
#mainpage #bg4 h2 {
	font-size:2em;
	padding:50px;
	padding-top:70px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0.3em;
}
#mainpage #bg5 h2 {
	font-size:2em;
	padding:50px;
	padding-top:70px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 0.3em;
}

#mainpage dl {
	margin-left:200px;
	margin-top:35px;
	width:300px;
}

#mainpage dl dt {
	clear:both;
	float:left;
	width:50px;
}

#mainpage dd {
	float:right;
	width:200px;
	margin-bottom:15px;
}

#mainpage #sub {
	text-align:center;
}

#mainpage ul {
	margin-left:120px;
	width:400px;
}

#mainpage ul li {
	margin-bottom:15px;
}

#mainpage #down {
	background-image:url(img/bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:700px;
	height:31px;
	padding-top:40px;
}


