/* 全体設定 */

body {
	font-size:14px;
	background-color:#FFF;
}

img {
	border: 0;
 }

a:link {
	color: #097191;
	text-decoration: none;
}

a:visited {
	color: #097191;
	text-decoration: none;
 }

a:hover {
	color: #3faed0;
	text-decoration: none;
 }

.text {
	width:750px;
	margin:10px 10px 20px 10px;
}

.textLarge {
	margin:10px 10px 20px 10px;	
	font-size:20px;
}

.box {
	margin:10px 10px 30px 10px;
}

.clear {
	clear:both;
}


/* 横メニュー */
.gnv_d01 {
	font-size:14px;
}

/* フッター */
#table-footer {
	width:510px;
	margin-bottom:10px;
	margin:0 10px 30px 10px;
}

#table-footer th {
	width:30%;
	text-align:left;
	border-bottom:dotted 1px #999;
	text-indent:20px;
	padding:7px 0 7px 0;
	font-weight:normal;
}

#table-footer td {
	text-align:left;
	border-bottom:dotted 1px #999;
	padding:7px 0 7px 0;
}

/* 各ページ目次 */
.Tcontents {
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:dotted 1px #CCC;
	text-indent:20px;
	font-size:18px;
	text-decoration: none;.
}

/* スライド */
.viewer {
	margin: 0 auto;
	width: 960px;
	height: 359px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 960px;
	height: 359px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 960px;
	height: 359px;
	display: none;
	position: absolute;
}