@charset "utf-8";
/* CSS Document */

/*---ページ全体---*/
body {
	line-height: 1.3;
	color: #999;
	background-color: #FFC;
	text-align: center;
	background-image: url(../imge/back50.gif);
	background-position: center top;
	clear: none;
	float: none;
}
/* --- リストエリア --- */
ol.topicPath {
	list-style-type: none;
	font-size: 80%;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}

/* --- リスト項目 --- */
ol.topicPath li {
	display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}



/*---ページ余白部分▼---*/
#pageOuter {
	text-align: left;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imge/shadow.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	margin-bottom: auto;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
}
/*---ページ背景部分▼---*/
#page {
	background-image: url(../imge/page.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	width: 800px;
	color: #060;
	text-align: center;
	font-size: medium;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;

}
#main p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: medium;
	font-weight: bold;
	color: #360;
}
#pageOuter #page #main h1 {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main p2 {
	font-size: 13px;
}
#main p1 {
	color: #ff0000;
	font-weight: bold;
}
#pageOuter #page #footerArea ul li {
	display: inline;
	color: #00F;
	font-size: 10px;
}
