@charset "UTF-8";
/*@import url("_base.css");*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* base */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

* {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:140%;
	}

body {
	background:#ffffff;
	margin: 0px auto;
	text-align: center;
	font-size:13px;
	}

a:link, a:visited {
	color:#0C5770;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}

img {
	border:0px;
	}

.clear {
	clear:both;
	}


#wrapper {
	width:800px;
	margin:0 auto;
	overflow:hidden;
	}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1 {
	width:800px;
	height:244px;
	overflow:hidden;
	background:url(../../img/h1.png);
	text-indent:-7777px;
	}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* dl */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#dl {
	width:800px;
	text-align:center;
	}
#dl li {
	list-style:none;
	margin:0 0 25px 0;
	}

p img {
	margin:10px 0 0 0;
	}


