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

h1{
	text-align: center;
	background-image: url(hori_top3.jpg);
	width:630px;
	height:540px;
		padding:0px 0px 0px 0px;	
}
h6{
line-height="60%"
}

#contents{
	width: 630px;
	border: none;
		background-image: url(cont_back02.gif);
			background-repeat:repeat-y;		/* 背景画像繰り返し制御 */
				padding:0px 40px 10px 0px;				/* パディング一括指定 */

	margin: auto;
	margin-top: 0px;
}

.int{
	width: 630px;
	border: none;
				padding:0px 40px 10px 65px;				/* パディング一括指定 */
}

.line1{
	line-height:200%;
	}
	
p{
	font-size: 100%;
	line-height: 200%
	}

ul{
	list-style: none;
	margin: 1em 0 0 ;
	padding: 0.5em 2em;
	background-color: #FF9900;
	position: relative;
	bottom: 10px;
}


li{
	display: inline;
	padding: 0 1em;
	color: #FFFFFF;

}
a{
	text-decoration: none;

	}
	
address{
	text-align:;
	border-top: dotted 2px #000000;
	padding-top: 5px;
	margin-top: 15px;
	}
	
.small{
	text-align:center;
		border-top: dotted 2px #000000;

		font-size:90%;
	}
.xsmall{
	text-align:center;	
		font-size:70%;
	}