@charset "Shift_JIS";

/* 全ページ共通設定
-------------------------------------------------- */
/* tag class 設定 */
body {
    padding: 0px;
    margin: 0px;
		background-color: #ffffff;
		background-image: url(../images/back_large.gif);
		background-repeat: repeat-y;
		color: #000000;
    font-size: 12px;
    line-height: 1.4em;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
img {
    border: 0px;
}
/* 共通リンクカラー */
a:link { color: #000099; text-decoration: underline; }
a:visited { color: #000099; text-decoration: underline; }
a:active { color: #FF0000; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }


.allClear {
	clear: both;
}

.textCenter {
	text-align: center;
}

/* 強調〜フォントBold */
em {
	font-style: normal;
	font-weight: bold;
}
/* より強い強調〜フォントBold+赤文字 */
strong {
	color: #CC0033;
}
/* Color設定 */
.color01 { color:#FFFFFF } /* white */
.color02 { color:#000000 } /* black */
.color03 { color:#FF0000 } /* red */
.color04 { color:#0000FF } /* blue */
.color05 { color:#00FF00 } /* green */
.color06 { color:#990000 } /* red */
.color07 { color:#3366FF } /* light blue */
.color08 { color:#666666 } /* gray */
.color09 { color:#000099 } /* blue */
.color10 { color:#3333CC } /* more blue */

.bg-01 { background-color:#FFFFFF } /* white */
.bg-02 { background-color:#000000 } /* black */
.bg-03 { background-color:#FFB200 } /* orange */
.bg-04 { background-color:#0000FF } /* blue */
.bg-05 { background-color:#00FF00 } /* green */
.bg-06 { background-color:#999999 } /* gray */
.bg-07 { background-color:#990000 } /* red */
.bg-08 { background-color:#CCCCCC } /* light gray */

.arrow { font: 10px "ＭＳ Ｐゴシック"; text-decoration: none; }


/* ページトップリンク */
.pagetop {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}

/* グローバルナビゲーション 設定
-------------------------------------------------- */

/* メインコンテンツ 設定
-------------------------------------------------- */
/* 基本ページ用セクション */
.basicSection {
	padding: 0px;
	margin: 0px 6px 10px 6px;
	text-align: left;
	font-size: 12px;
}
.basicSection div.frame {
	border: 1px solid #999;
	margin: 10px 5px;
	padding: 5px;
}
.basicSection div.frame p {
	margin: 5px;
}
.basicSection div.frame dl {
	margin: 5px;
}
.basicSection div.frame dt {
	margin: 10px 0 0.2em 0;
	padding: 0;
	font-weight: bold;
}
.basicSection div.frame dd {
	margin: 0px 0 0.2em 30px;
	padding: 0;
}

.basicSection h1 {
	margin: 7px 0px 0px 0px;
}
.basicSection h2.img {
	margin: 5px 0px 0px 5px;
}
.basicSection h2.text {
	padding-left: 5px;
	margin: 1em 0 1em 0;
	font-size: 14px;
	border-left: solid 5px #FF9900;
	border-bottom: solid 1px #FF9900;
	border-top: solid 1px #FF9900;
	border-right: solid 1px #FF9900;
}
.basicSection h3.text {
	padding-left: 5px;
	margin: 1em 0 1em 0;
	font-size: 12px;
	border-left: solid 5px #FF9900;
}

.basicSection h4 {
	padding-left: 5px;
	margin: 1em 0 1em 0;
	font-size: 12px;
	font-weight: bold;
}





.basicSection p {
	margin: 5px;
}
.basicSection dl {
	margin: 5px;
}
.basicSection dt {
	margin: 10px 0 0.2em 0;
	padding: 0;
	font-weight: bold;
}
.basicSection dd {
	margin: 0px 0 0.2em 30px;
	padding: 0;
}

.basicSection ul.none {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type:none;
}
.basicSection ul ul li {
	margin: 0.5em 0;
	padding: 0;
}
.basicSection ul.disc {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: disc;
}
.basicSection ul.square {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: square;
}
.basicSection ol {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
}
.basicSection li {
	padding: 0 0 0 0.3em;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

.basicSection div.figureCenter {
	text-align: center;
}
.basicSection div.figureCenter p {
	text-align:center;
	font-size: 12px;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

/* 画像を2つ並べる場合 */
.basicSection div.figureColRight {
	padding: 0px;
	margin: 0px 5px 10px 5px;
	float: right;
	line-height: 1em;
}
.basicSection div.figureColRight p {
	text-align:center;
	font-size: 12px;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

table th,
table td {
	font-size: 12px;
}

table.type0 {
	margin: 0 0 0 50px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
table.type0 td {
	font-size: 12px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

table.type1 {
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
table.type1 td {
	font-size: 12px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

table.type2 {
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
table.type2 th,
table.type2 td {
	font-size: 12px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
