@charset "UTF-8";

div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 20px;
	padding: 0;
	background: #f6f6f6 url(../image/bg.gif);
	color: #4d4d4d;
	font:80%/130% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

img {
	border: 0;
	}

table {
	border-collapse: collapse;
	width: 630px;
	}

h3 {
	font-size: 1.1em;
	}

h4 {
	font-size: 1em;
	}

h5 {
	font-size: 1em;
	}



/*--- テキスト ---*/
.bigTxt {
	font-size: 1.2em;
}

.smlTxt {
	font-size: 0.9em;
}

.bldTxt {
	font-weight: bold;
}

.noBld {
	font-weight: normal;
}

.redTxt {
	color: #e3303f;
}

.greenTxt {
	color: #186622;
	font-weight: bold;
}

.grayTxt {
	color: #999;
}

.whiteTxt {
	color: #fff;
}



/*--- インデント ---*/
.indTxt {
	padding-left: 1em;
	text-indent: -1em;
}

.indTxt2 {
	padding-left: 2em;
	text-indent: -2em;
}


/*--- レイアウト ---*/
.alnLt {
	text-align: left;
}

.alnRt {
	text-align: right;
}

.alnCt {
	text-align: center;	
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.clear {
	clear: both;
}

.flt {
	float: left;
}

.frt {
	float: right;
}

.noLS {
	list-style: none;
}



/*--- リンク ---*/

/* メイン通常リンク */
#main a {
	color: #007f9a;
	text-decoration: none;
	border-bottom: 1px dotted #4db0c4;
}

#main a:hover {
	background-color: #238ea4;
	color: #ebebeb;
	text-decoration: none;
	border-bottom-style: none;
}


/* グレーリンク */
a.grayLink {
	color: #555;
	text-decoration: none;
}

a.grayLink:hover {
	color: #007f9a;
	text-decoration: none;
	border-bottom: 1px dotted #4db0c4;
}




/*--- 背景色 ---*/
.grayBg {
	background-color: #ebebeb;
}

.greenBg {
	background-color: #cff3b8;
}

.whiteBG {
	background-color: #fff;
}



/*--- フォーマット ---*/
#wrap {
	width: 840px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#contents {
	width: 652px;
	left: 188px;
	top: 22px;
	position: relative;
}

#title {
	height: 28px;
	padding: 13px 11px 20px 11px;
	background: url(../image/maintopbg.gif);
}

#main {
	width: 630px;
	padding: 0 11px;
	background: #fff url(../image/mainbg.gif) repeat-y;
}

#foot {
	clear: both;
	height: 30px;
	padding-top: 21px;
	background: url(../image/copyright.gif) no-repeat;
	font-size: 0.85em;
	line-height: 130%;
}

#foot p {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dotted #989898;
}


/* メニュー */
#navi {
	width: 176px;
	left: 0;
	top: 22px;
	position: absolute;
}

#navi ul {
	width: 176px;
	font-size: 0.9em;
	line-height: 20px;
	padding-top: 5px;
	list-style: none;
}

#navi ul a.normMenu {
	width: 166px;
	color: #555;
	text-decoration: none;
	margin-top: 2px;
	height: 20px;
	padding-left: 10px;
	display: block;
	background: url(../image/menubg.gif) no-repeat;
}

#navi ul a.normMenu:hover {
	background-position: 0 -20px;
	color: #007f9a;
}

#navi ul .on {
	color: #fff;
	margin-top: 2px;
	height: 20px;
	width: 176px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	background: url(../image/menuonbg.gif) no-repeat;
}


/* サブメニュー */
#navi ul a.subMenu {
	width: 154px;
	color: #555;
	text-decoration: none;
	margin-top: 2px;
	height: 20px;
	padding-left: 22px;
	display: block;
	background: url(../image/menubgsub.gif) no-repeat;
}

#navi ul a.subMenu:hover {
	background-position: 0 -20px;
	color: #007f9a;
}

#navi ul .subon {
	color: #fff;
	margin-top: 2px;
	height: 20px;
	width: 164px;
	padding-left: 22px;
	background: url(../image/menuonbgsub.gif) no-repeat;
}


/* パーツ */
.subTtl {
	font-size: 1em;
	margin: 2em 0 1em 0;
	padding-left: 12px;
	height: 27px;
	line-height: 27px;
	background: url(../image/subtitlebg.gif);
}

.subTtl2 {
	font-size: 1em;
	margin:  2em 0 1em 0;
	padding-left: 12px;
	height: 23px;
	line-height: 23px;
	background: #e5e5e5;
}

.subTtl3 {
	font-size: 1em;
	margin-bottom: 1em;
	padding-left: 6px;
	height: 18px;
	line-height: 18px;
	border-left: 5px solid #bdbdbd;
}


#totop {
	clear: both;
	text-align: right;
	height: 12px;
	padding-top: 10px;
}

#totop a {
	border: 0;
}

.block {
	clear: both;
	overflow: auto;
	width: 630px;
}

.break {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
}


#btmArea {
	padding: 1em 0 1.5em 0;
	width: 630px;
	position: relative;
}

#btmArea img {
	position: absolute;
	right: 0;
}

#btmArea p {
	position: absolute;
	left: 0;
}



/*--- 戻る・次へリンク ---*/
#linkArea {
	width:612px;
	height: 1em;
	position:relative;
	border: 1px solid #ccc;
	padding: 8px;
	line-height: 1em;
	margin-top: 10px;
	clear: both;
}

#back {
	position: absolute;
	right: 330px;
}

#next {
	position: absolute;
	left: 330px;
}

#linkArea a {
	border: 0;
}



/*--- テーブル ---*/
.normTable td, th {
	border: 1px solid #bbb;
	padding: 0.4em 1em;
}

.narrTable td, th {
	border: 1px solid #bbb;
	padding: 5px;
}