@charset "Shift_jis";

/* 共通スタイルシート　レイアウトとナビゲーション*/

/* 全体構造（レイアウトをコントロール）
---------------------------------------------------------------------*/
body {
	margin: 0;
	background-color: #d8edeb;
}

#wrapper {
	margin: 0 auto;
	width: 820px;
	background: url(../images/back.gif) repeat-y;
}



/* ヘッダ
---------------------------------------------------------------------*/
#header {
    margin: 0 20px;
	width: 780px;
}

#header p {
    font: 0.625em/120% "ＭＳ Ｐゴシック", "Osaka";
	color: #999999;
    margin: 0;
}

#header h1 {
	font: 0.625em/120% "ＭＳ Ｐゴシック", "Osaka";
	color: #FFFFFF;
	margin: 0;
	background: #3AA59C;
}


/* ページ本体
---------------------------------------------------------------------*/
#pagebody {
	margin: 1px 20px 0 20px;
	width: 780px;
}

#navierea {
	float: right;
	width: 199px;
	margin: 0;
	background-image: url(../images/right_button/bg.gif);
}

#content {
	float: left;
	width: 580px;
	margin:0 0 0 0;
}



/* サブナビゲーション（右ナビ）
---------------------------------------------------------------------*/
#navierea ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#navierea li {
	display: block;
	text-indent: -9999px;
}

#navierea li a {
	display: block;
	text-decoration: none;
}

#navierea li#topic01 a {
	width: 180px;
	height: 214px;
	background-image: url(../images/rifd.gif);
	background-repeat: no-repeat;
}

#navierea li#topic02 a {
	width: 180px;
	height: 221px;
	background-image: url(../images/ap.jpg);
	background-repeat: no-repeat;
}

#navierea li#topics a {
	width: 180px;
	height: 31px;
	background-image: url(../images/right_topics.gif);
	background-repeat: no-repeat;
}

#navierea p {
    margin: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 0.75em;
	line-height: 120%;
	color: #666666;
}

p em {
	font-style: normal;
	font-weight: bold;
	color: #4F5E7B;

}

/* メインコンテンツ パンくずリスト
---------------------------------------------------------------------*/
#rootlist {
    margin:0 0 15px 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 0.75em;
	color: #7B8BAB;
}

#rootlist a {
	color: #7B8BAB;
}



/* メインコンテンツ 「ページの先頭へ」ボタン
---------------------------------------------------------------------*/
p.btnup {
    clear: both;
    margin: 0;
	padding-top: 5px;
	text-align: right;
}



/*フッタ
---------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0;
	width: 820px;
}

#footer address {
	margin: 0;
}
.main {
	font-size: 12px;
	color: #000000;
}
.w_14 {
	font-size: 14px;
	color: #FFFFFF;
}
.w12 {
	font-size: 12px;
	color: #FFFFFF;
}
.blue_12 {
	font-size: 12px;
	color: #1E5879;
}
.b14 {
	font-size: 14px;
	color: #000000;
}
