@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
    overflow-y:scroll;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	margin: 0px;
	padding-top: 30px; /*- 余白を変更 -*/
	background-image: url(images/bk-body.jpg); /*- 背景イメージを設定 -*/
	background-repeat: repeat;
}

.float-clear {
	font-size: 0px;
	clear: both;
}

#container {
	width: 900px; /*- 横幅を変更 -*/
	margin-right: auto;
	margin-left: auto;
	 /*- 背景イメージを削除 -*/
	background-color: #FFF; /*- 背景カラーを設定 -*/
	border: 2px dotted #CCC; /*- ボーダーを設定 -*/
}

#container-contents { /*- コンテンツページ用メインコンテナのDiv設定 -*/
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 2px dotted #CCC;
	background-image: url(images/bk-contents.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}


 /*- ここからメインナビゲーションボタンの詳細設定 -*/
#navigation-main h4 {
	float: left;
	font-size: 0px;
	text-indent: -9999px;
}
#navigation-main #btn01 h4 a {
	background-image: url(images/navigation.jpg);
	display: block;
	height: 41px;
	width: 225px;
	background-repeat: no-repeat;
	background-position: -5px;
}

#navigation-main #btn02 h4 a {
	background-image: url(images/navigation.jpg);
	display: block;
	height: 41px;
	width: 225px;
	background-repeat: no-repeat;
	background-position: -225px;
}
#navigation-main #btn03 h4 a {
	background-image: url(images/navigation.jpg);
	display: block;
	height: 41px;
	width: 225px;
	background-repeat: no-repeat;
	background-position: -450px;
}
#navigation-main #btn04 h4 a {
	background-image: url(images/navigation.jpg);
	display: block;
	height: 41px;
	width: 225px;
	background-repeat: no-repeat;
	background-position: -670px;
}
#navigation-main #btn01 h4 a:hover {
	background-image: url(images/navigation-over.jpg);
}
#navigation-main #btn02 h4 a:hover {
	background-image: url(images/navigation-over.jpg);
}
#navigation-main #btn03 h4 a:hover {
	background-image: url(images/navigation-over.jpg);
}
#navigation-main #btn04 h4 a:hover {
	background-image: url(images/navigation-over.jpg);
}
 /*- ここまでメインナビゲーションボタンの詳細設定 -*/


#maincontents { /*- コンテンツページのネストされたコンテナDiv設定 -*/
	margin-top: 100px;
	margin-left: 100px;
	margin-right: 50px;
	margin-bottom: 50px;
}
#maincontents h1 {
	color: #6f849f;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}
#maincontents img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#maincontents p {
	font-size: 95%;
	color: #666;
}
#topicpath {
	color: #6f849f;
	font-size: 90%;
	margin-bottom: 20px;
}
#topicpath a {
	color: #6f849f;
	text-decoration: underline;
}
