/* ====下層ページ共通==== */
/* ヘッダ画像の位置 */
#sub_head {
	height: 90px;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(../img/sub_head_img.jpg);
	margin: 0px;
	padding: 0px;
}

/* ヘッダ・オフィシャルバナー位置 */
#sub_head #bana{
	margin: 0px;
	height: 115px;
	width: 400px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 400px;
}

/* トピックパス(パンくずリスト) */
#pn_list {
	height: auto;
	width: 570px;
	padding: 0px;
	color: #666666;
	font-size: 70%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* トピックパス・リンクの色 */
#pn_list a {
	text-decoration: underline;
	color: #000000;
}

#pn_list a:visited {
	color: #000000;
}

#pn_list a:hover {
	text-decoration: none;
	color: #666666;
}

/* コンテンツ表示部 */
#sub_index {
	margin: 0px;
	height: auto;
	width: 570px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* 見出しタイトル */
#sub_index h2 {
	height: auto;
	width: 555px;
	font-weight: bold;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BF7400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF7400;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #BF7400;
}

/* マイページ位置 */
#sub_mypage {
	height: auto;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	padding: 0px;
}
