@charset "Shift_JIS";

/* ----------＜＜基本スタイル＞＞---------- */

body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
}

.base {
	color: #333333;
	text-align :center;
}

/* センター揃 */
div#mainback {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 802px;
	border: 1px solid #CCCCCC;
}

/* ----------＜＜レイアウト及び次階層テンプレート用スタイル＞＞---------- */
/* ▽ヘッダー */
div#c0wrap0 {
	text-align: left;
	background-image: url(../images/c_title_bk.gif);
	background-repeat: repeat-x;
	height: 126px;
}


div#h0left {
	float: left;
	width: 170px;
}

div#h0left img {
	text-align: left;
	margin-top: 51px;
	margin-left: 34px;
}

div#h0right {
	float: right;
	width: 392px;
	border-top: 6px solid #7E8691;
	text-align: right;
	background-color: #FFFFFF;
}

div#h0right img {
	text-align: right;
	margin-top: 13px;
}

/* -----------------メインコンテンツレイアウト--------------------- */
/* メインコンテンツ大枠（くらし） */
div#main {
	margin: 0px 0px 21px 35px;
	clear: both;
}

/* サブナビなし大枠（くらし） */
div#contents {
	text-align: left;
	color: #333333;
	width: 705px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/c_line03.gif);
	background-repeat: repeat-y;
}

/* -------------------フッター----------------------- */
div#line02 {
	clear : both;
	margin-top: 22px;
	margin-bottom: 5px;
}

div#footer {
	clear: both;
	text-align: right;
	margin-left: 35px;
}

/* -------------------グローバルナビ----------------------- */
ul#gnavi{
	margin: 0px;
	font-size: 90%;
	display: block;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	height: 50px;
}

/* タブ */
ul#gnavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#gnavi li.en  img {
	margin-left: 40px;
}

ul#gnavi img {
	margin-right: 34px;
}

ul#egnavi{
	margin: 0px;
	font-size: 90%;
	display: block;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	height: 50px;
}

/* タブ */
ul#egnavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#egnavi img {
	margin-right: 9px;
}


/* ----------------------メインコンテンツ--------------------------- */
/*  コーナー名  */
div#corner {
	clear: both;
	margin: 0px 0px 4px 34px;
}


/* ------------------共通タグの再定義------------------------ */
/* ▽見出しの再定義 */
h1 {
	color: #333333;
	margin: 20px 10px 20px 17px;
	border-bottom: 2px solid #999999;
	font-size: 120%;
	font-weight: bold;
	padding: 0px 0px 3px 2px;
}

h2 {
	clear : both;
	margin: 18px 10px 10px 20px;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	padding: 0px 0px 3px 2px;
	text-align: left;
	border-bottom: 1px dotted #0A1859;
}

h3 {
	margin: 7px 10px 5px 25px;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

h4 {
	font-size: 90%;
	margin: 10px 10px 7px 25px;
	font-weight: bold;
	color: #333333;
}

img {
	 border: 0px none #fff;
}

p {
	margin: 5px 10px 15px 30px;
	font-size: 90%;
	line-height: 150%;
	color: #333333;
}

hr {
	margin: 5px 10px 5px 20px;
}

ul {
	padding: 2px 5px 15px 50px;
	margin: 0;
	list-style-position: outside;
	line-height: 150%;
	font-size: 90%;
	color: #333333;
}

ol {
	padding: 2px 5px 15px 60px;
	margin: 0;
	list-style-position: outside;
	line-height: 150%;
	list-style-type: decimal;
	font-size: 90%;
	color: #333333;
}

table.normal {
	margin: 5px 10px 15px 25px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999999;
	font-size: 90%;
}

table.normal caption {
	text-align: left;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 25px;
}

table.normal th {
	padding: 4px;
	margin: 0;
	border: 1px solid #999999;
	color: #333333;
	background-color: #E6E6E6;
	white-space: nowrap;
}

table.normal td {
	vertical-align: top;
	padding: 4px;
	margin: 0;
	color: #333333;
	border: 1px solid #999999;
}


/* ▽通常のリンク色 */
a:link {
	color: #0000ff;
}

a:visited {
	color: #800080;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

address {
	font-style: normal;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}

/* ▼各コンテンツ共通クラス */
/* 隠し飛ばしリンク先＆隠し罫線用 */
.echooff {
 display:none;
}

/* 回り込みの解除 */
.newpara {
	clear : both;
}

/* コンテンツ中央寄せ  */
.center {
	text-align: center;
}
/* コンテンツ右寄せ  */
.align-right {
	text-align: right;
}

/* 表用セル右寄せ  */
.right {
	text-align: right;
}

/* 表用セル左寄せ  */
.left {
	text-align: left;
}

.va-center {
	vertical-align: middle;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.float-on {
	clear: none;
}

/* ▼テンプレート用共通▼ */

/*  メニュー  */
ul#menu {
	padding: 20px 0px 20px 50px;
	list-style-position: outside;
	list-style-image: url(../images/c_arrow_menu.gif);
}

ul#menu li {
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	line-height: 90%;
	font-size: 100%;
}


/* 画像用 */
p.image {
	margin: 5px 5px 10px 10px;
	line-height: 120%;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

p.image img {
	margin-bottom: 5px;
	border: 2px solid #999999;
}


/* ▽共通画像説明タイプ用スタイル（右回りこみ）▽ */
.img-txt-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
	margin-right: 10px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
}

.img-txt-right img {
	margin-bottom: 5px;
	border: 2px solid #999999;
}


/* ▽共通画像説明タイプ用スタイル（左回りこみ）▽ */
.img-txt-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
	margin-left: 15px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
}
.img-txt-left img {
	margin-bottom: 5px;
	border: 2px solid #999999;
}

/* ▽共通画像説明タイプ用スタイル（真ん中）▽ */
.img-txt-center {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
	margin-left: 15px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
}
.img-txt-center img {
	margin-bottom: 5px;
	border: 2px solid #999999;
}


/* ▽レイアウトテーブル用スタイル▽ */
table.layout {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
	border: 0px solid #ffffff;
	font-size: 90%;
}

table.layout td{
	vertical-align: top;
	padding: 0px;
	margin: 0;
	color: #000000;
	border: 0px solid #ffffff;
}

/* 文字色変更用 */
.red {
	color: #FF3300;
}
.blue {
	color: #0033FF;
}

ul.next {
	padding: 2px 5px 15px 20px;
	margin: 0;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 150%;
	font-size: 90%;
	color: #333333;
}

/*  このページのトップへ  */
.totop {
	margin: 5px 10px 10px 0px;
	text-align: right;
	font-size: 80%;
	clear: both;
}

.totop img {
	margin-right: 5px;
	vertical-align: middle;
}


/*========================ニュースの書庫========================*/
table.news {
	margin: 5px 10px 15px 25px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999999;
	font-size: 90%;
}

table.news th {
	padding: 4px 4px 4px 24px;
	margin: 0;
	border: 1px solid #999999;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	white-space: nowrap;
}

table.news td {
	vertical-align: top;
	padding: 4px;
	margin: 0;
	color: #333333;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}


/*  メニュー  */
dl.news {
	padding: 10px 0px 10px 33px;
	margin: 0;
}

dl.news dt {
	padding-left: 22px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	line-height: 90%;
	font-size: 100%;
	background-image: url(../images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
dl.news dd {
	padding-left: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 90%;
}

/*  バックナンバーサブメニュー  */
ul#submenu {
	margin: 25px;
	font-size: 90%;
	display: block;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
}

/* タブ */
ul#submenu li {
	float: left;
	margin: 8px 5px 0px 0px;
	padding: 0px 5px 0px 10px;
	border-left: 2px solid #999;
	list-style-type: none;
}

/*  その他のサブメニュー  */
ul#othermenu {
	margin: 5px 25px 25px 25px;
	font-size: 90%;
	display: block;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
}

/* タブ */
ul#othermenu li {
	float: left;
	margin: 8px 5px 0px 0px;
	padding: 0px 5px 0px 10px;
	border-left: 2px solid #999;
	list-style-type: none;
}

/*  次の月前の月  */
ul#nextprev {
	margin: 10px;
	font-size: 90%;
	display: block;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
}

ul#nextprev li.nextm {
	float: right;
	margin: 5px 5px 0px 0px;
	list-style-type: none;
}
ul#nextprev li.prevm {
	float: left;
	margin: 5px 5px 0px 10px;
	list-style-type: none;
}

div#news-add {
	display: none;
}

/*  検索用  */
div#h1-search {
	margin: 20px 10px 20px 17px;
	border-bottom: 2px solid #999999;
	height: 1em;
	padding: 0px 0px 3px 2px;
}

div#h1-search h1 {
	margin: 0;
	padding: 0;
	border-bottom: 0px none #fff;
	float: left;
	width: 40%;
}

div#h1-search form {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	width: 50%;
}
div#h1-search p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

dt {
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 3px;
	font-size: 100%;
}
dd {
	padding-left: 15px;
	padding-right: 10px;
	line-height: 130%;
	font-size: 90%;
}

