@charset "utf-8";

/*===============================================================================*/
/*subpage*/
/*===============================================================================*/



/* コンテンツボックス */

.contents {
	display: block;
	width: auto;
	height: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/contents_top02.gif);
	padding: 0px;
	font-size: 1.2em;
	margin: 0px;
}

/* コンテンツボックス end */


/* ページ 見出し */

h1 {
	color: #000;
	font-size: 1.3em;
	display: block;
	height: 33px;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
	background-image: url(../img/subpage_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 span {
	border-right-style: none;
	font-weight: bold;
	padding-left: 0.5em;
	font-size: 1em;
}

h2 {
	background-image: url(../../common/img/list_mark01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	font-size: 1.1em;
	color: #FF6600;
	display: block;
	line-height: 160%;
}

/* ページ 見出し end */


/* その他 */

.contents_conmment01 {
	padding: 0;
	display: block;
	line-height: 150%;
	height: auto;
	width: auto;
	margin: 0;
}

.contents_conmment02 {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
	line-height: 150%;
	height: auto;
	width: auto;
}

/* その他 end */


/* ページトップナビゲーション */

#page_top_box {
	width: 958px;
	display: block;
	text-align: center;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 27px;
}

#page_top {
	padding: 0;
	display: block;
	height: 27px;
	width: 94px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}

/* ページトップナビゲーション end */


/* コーピーライト */

#copyright {
	display: block;
	text-align: center;
	font-style: normal;
	width: auto;
	background-color: #DBDBDB;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 1em;
	height: auto;
	line-height: 100%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
	font-style: normal;
	color: #FFF;
	background-color: #333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	line-height: 100%;
}

#copyright a:hover {
	background-color: #7A7A7A;
}

/* コーピーライト end */
