html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #b6cccc;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li {
	font-family: Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Gothic","ＭＳ ゴシック","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
p,a,li,ol {
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p {
	line-height: 22px;
}
p a {
	text-decoration:underline;
}
p a:hover {
	color:#f2f2f2;
	text-decoration:none;
}
a img {
	border:0;
}
#container {
	width:720px;
	margin:85px auto 60px;
}
#container h1 {
	display:block;
	width:303px;
	height:35px;
	margin:0 auto 70px;
}
p#disc {
	width:650px;
	font-size:15px;
	line-height:28px;
	color:#666;
	background:#fff;
	border-radius:5px;
	text-align:justify;
	margin:0 auto 10px;
	padding:30px;
}
ul#shisetsu {
	display:block;
	width:720px;
	height:250px;
}
ul#shisetsu li {
	display:block;
	width:230px;
	height:250px;
	padding:0 5px;
	float:left;
}