@charset "utf-8";

/*【サブページに共通して使用するスタイル設定となります。】*/

/* ########################################################

■サブページ共通設定--------------------------
id=mainimage ----- サブページメインイメージ部分の設定（h2,img）
id=topicpath ----- パンクズリンク設定
id=subnavi ----- 名部ナビゲーション設定
-------------------------------------------

カラー--------------------------------------
メインイメージカラー
テキスト（灰色）#333333
ポイントカラー（緑）#669900
ロールオーバー
フッター背景色（灰色）#eeeeee
コンテンツ背景#ffffff
--------------------------------------------

######################################################### */




/*========================================================*/
/*サブページ共通設定*/
/*========================================================*/


/*---------------------------------------------------------
  id=mainimage
--------------------------------------------------------- */
div#mainimage{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

div#mainimage p{
	margin: 0;
	padding: 0;
	border: 0;
}

div#mainimage p img{
	margin: 0;
	padding: 0;
	border: 0;
}

div#mainimage h2{
	position: absolute;
	top: 0;
	left: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
	line-height: 150px;
	font-family: Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 197%;
	z-index: 10;
}




/*---------------------------------------------------------
  id=topicpath
--------------------------------------------------------- */

p#topicpath{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 93%;
	line-height: 25px;
}

p#topicpath strong{
	color: #669900;
}

p#topicpath a{
	color: #000000;
}




/*---------------------------------------------------------
 id=subnavi
--------------------------------------------------------- */
p#subnavi {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 5px;
	border: 0;
	background: #cccccc;
	font-family: Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 123.1%;
	line-height: 40px;
}

p#subnavi a.off {
	display: block;
	width: 230px;
	height: 40px;
	margin: 0 0 1px 0;
	padding: 0;
	border: 0;
	background-image: url(/common/images/subbtn_back.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #333333;
	text-indent: 10px;
	font-weight: bold;
	text-decoration: none;
}

p#subnavi a.on {
	display: block;
	width: 230px;
	height: 40px;
	margin: 0 0 1px 0;
	padding: 0;
	border: 0;
	background-image: url(/common/images/subbtn_back_stay.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #669900;
	text-indent: 10px;
	font-weight: bold;
	text-decoration: none;
}

p#subnavi a.off:hover {
	color: #669900;
	background-image: url(/common/images/subbtn_back_on.gif);
}
