/* Sudo Slider */

.slider ul {
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul li{ 
	margin:0;
	padding:0;
	list-style:none;
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	comment the height out, if autoheight is on. 
	*/ 
}	
.slider {
	width:707px;/*使用する画像の幅*/
	overflow:hidden; 
}
html, body {
	height: 99%;
	min-height: 99%;
}
div#page {
	width: 707px;
	height: 700px;
	margin: 0 auto;
}
div#contents {
	padding-top: 10px;
}
div#contents h1,
div#contents p {
	margin: 0;
	font-size: 13px;
	color: #565656;
}
div#contents h1 {
	margin-bottom:6px;
}
div#contents p.address {
	margin: 5px 0;
}
div#contents p a {
	color:#0088CC;
	text-decoration: none;
}

