/*ぺーじの基本デザインcss*/
body{
	width: 800px;
	margin: auto;
	font-family: "MS Pゴシック";
	background-color: 	#FFFFFF;
	text-align: center;
	position: relative;
}


#contents{
	width: 800px;
	margin: auto;
	text-align: center;
	background-image:url(contentsback.jpg);		/* 背景画像： */
		background-repeat:repeat-y;		/* 背景画像繰り返し制御 */
	margin-top: 0px;
	padding:0px;
	border:none;
}

h1{
	text-align: center;
	background-image : url(top001.gif);
	width:800px;
	height:568px;
}

h2{
	font-family: osaka,Helvetica,MS Pゴシック;
	font-size:100%;
	font-weight: normal;
	vertical-align:middle;
	letter-spacing: 0px;
	line-height: 100%;
	margin:0px;
	float:left;
	}



p{
	font-size: 90%;
	line-height: 130%;
	clear:left;
	}
	
address{
	border-top: dotted 2px #000000;
	padding-top: 5px;
	margin-top: 15px;
	}
img{
	border:none;
	}
	

.int{
	width: 630px;
	border: none;
	padding:0px 40px 10px 40px;				/* パディング一括指定 */
	font-size: 100%;
	line-height: 150%;
	clear:both;
}
	
.adbox {
	position:absolute;
	top:180px;
	left:160px;
	}
	
.lead{
line-height:150%;
	padding:0px 40px 10px 20px;				/* パディング一括指定 */
}
.lead2{
line-height:150%;
	padding:0px 40px 10px 30px;				/* パディング一括指定 */
}
