body{
	font-family: Century Gothic,Osaka,MS Pゴシック;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	background-image: url('bg.gif');
	color: #003333;
}

td {
	font-size: 11pt;
}


img{
	text-align: center;
	border:0px;
}

a{
	color: #003333;
}


/* 外枠 */
.waku{
	margin: 0px auto;
	width: 580px;
	background-color: #FFFFFF;
}

/* サイト名 */
h1{
	font-family: Century Gothic;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 10px;
	width: 540px;
	background-color: #44617b;
	margin: 1px;
}

.h1{
	text-align:center;
	margin: 3px auto 10px;
	border-width: 1px;
	border-color: #44617b;
	border-style: solid;
	width: 542px;
}

/* コンテンツ */
.con a{
	font-size: 10pt;
	text-decoration: none;
}

a:hover{
	background-color:#eae5e3;
}

/* 見出し */
h3{
	font-size: 11pt;
	font-weight: normal;
	text-indent: 10px;
	letter-spacing: 10px;
	text-align: left;
	margin: 15px;
	border-width: 3px 0px;
	border-color: #44617b;
	border-style: double;
	width: 530px;
}

/* 本文 */
.txt{
	font-family: Osaka,MS Pゴシック;
	text-align: left;
	margin-left: 15px;
	width: 530px;
}

/* 最下部 */
.btm{
	text-align: center;
	margin: 20px auto 0px;
}