@charset "utf-8";
/* CSS Document */

body {
	font: small/140% "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	background: #eeeeee;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
}
/* コンテンツ背景 */
#contentBack {
	background: #FFFFFF;
	width: 761px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #d5d5d5;
}
#contentSpace {
	width: 737px;
	text-align: left;
	padding: 10px 12px 0px;
}
/* リンクカラー */
a:link {
	color:#0033cc;
	text-decoration:underline;
}
a:visited{
	color:#0033cc;
	text-decoration:underline;
}
a:active {
	color:#ff9933;
	text-decoration:underline;
}
a:hover {
	color:#ff9933;
	text-decoration:underline;
}
/* 見出しデザイン */
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.4em;
	line-height: 130%;
	font-weight: bold;
	color: #3463d1;
	background: #e3eaf8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 8px solid #3463d1;
	margin-top: 40px;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.2em;
	line-height: 130%;
	font-weight: bold;
	color: #3463d1;
	padding-left: 5px;
	border-left: 8px solid #3463d1;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* タグ */
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-top: 5px;
	margin-bottom: 8px;
}
/* ナビゲーション */
#AdvanceMenu a {
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#AdvanceMenu a.Menu1 {
	background: url(../img/navi01.gif) ;
	width: 175px;
	height: 32px;
}
#AdvanceMenu a.Menu2 {
	background: url(../img/navi02.gif) ;
	width: 175px;
	height: 32px;
}
#AdvanceMenu a.Menu3 {
	background: url(../img/navi03.gif) ;
	width: 177px;
	height: 32px;
}
#AdvanceMenu a.Menu1:hover {
	background: url(../img/navi01_on.gif) ;
	width: 175px;
	height: 32px;
}
#AdvanceMenu a.Menu2:hover {
	background: url(../img/navi02_on.gif) ;
	width: 175px;
	height: 32px;
}
#AdvanceMenu a.Menu3:hover {
	background: url(../img/navi03_on.gif) ;
	width: 177px;
	height: 32px;
}
#AdvanceMenu .MenuOn1 {
	background: url(../img/navi01_on.gif) ;
	width: 175px;
	height: 32px;
}
#AdvanceMenu .MenuOn2 {
	background: url(../img/navi02_on.gif) ;
	width: 175px;
	height: 32px;
}
#AdvanceMenu .MenuOn3 {
	background: url(../img/navi03_on.gif) ;
	width: 177px;
	height: 32px;
}
/* イメージボーダーなし */
.M0 {
	border: none;
}
/* ページトップへのリンク */
.PageTop {
	font-size: 90%;
	text-align: right;
	margin-bottom: 12px;
}
/* スペースコントロール */
.space15 {
	margin-top: 15px;
}
.space30 {
	margin-top: 30px;
}
/* テキスト */
.BT {
	font-weight: bold;
}
/* フッター */
.footer {
	margin-bottom: 10px;
}
.Tbl1 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.Tbl1 table {
	margin: 0px;
	border-bottom: 1px dotted #666666;
}
.Tbl1 th {
	font-weight: bold;
	color: #05297d;
	text-align: center;
	padding: 5px;
	border-top: 1px dotted #666666;
	background: #e3eaf8;
}
.Tbl1 td {
	padding: 5px 5px 5px 8px;
	border-top: 1px dotted #666666;
}

