@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a { color: #09f; text-decoration: none; }

/* CSS Document */

#container {
	font-size: 12px;
	color: #09f;
	text-align: center;
	width: 860px;
	margin: 0 auto;
}
#contents {
	margin: 50px auto 20px;
	padding: 0px;
}

#contents p{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px;
}

#rikihachi { width: 100%; }
#rikihachi ul{ width: 100%; margin: 0; padding: 0; }
#rikihachi li{
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

#header {
	margin: 0 0 30px;
	padding: 0;
	font-size: 18px;
}

#header2 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

address {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 0 0 5px;
	line-height: 2.5;
	font-style: normal;
}

