/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* 背景
---------------------------------------------------- */
#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:left;
	width: 780px;
}

p{
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	margin: 0;
	padding: 5px;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
}
h1{
	font-size: 16px;
	line-height: 1.3em;
	padding-left: 10px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}

th{
	background-color: #CCFFFF;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
td,dt,dd{
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: top;
}
li{
	font-size: 12px;
	line-height: 1.5em;
}
dl{
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
/* リンク
---------------------------------------------------- */
a:link {
  color: #000099;
}
a:visited {
  color: #0066CC;
}
a:hover, a:active {
  color: #ff9933;
}

/* ヘッダ
---------------------------------------------------- */
#header{
	background-color: #EAEAEA;
	width: 780px;
}

/* コンテンツ
---------------------------------------------------- */
#cont{
	width: 780px;
	background-color: #FFFFFF;
}

/* ナビゲーション
---------------------------------------------------- */
#menu{
	width: 200px;
	background-color: #EAEAEA;
}
#menu .box{
	width: 185px;
	height: 50px;
	background-color: #FFFFFF;
	border: 1px solid #99CC00;
	margin-bottom: 1px;
	margin-left: 5px;
}
#menu p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #000033;
	text-align: center;
	padding-top: 15px;
}
#menu a:link {
	color: #000033;
	text-decoration: none;
}
#menu a:visited {
  color: #000033;
	text-decoration: none;
}
#menu a:hover, a:active {
  color: #FF6600;
	text-decoration: none;
}

/* コンテンツ
---------------------------------------------------- */
#main{
	width: 580px;
	background-color: #FFFFFF;
}

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EAEAEA;
}

/* テキストボックス
---------------------------------------------------- */
.Imgbox{
	text-align: center;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* tabボックス
---------------------------------------------------- */
.tab01{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009900;
	margin: 0px;
}
.tab02{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99CC00;
}
.tab03{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCFFCC;
}

/* ラインボックス
---------------------------------------------------- */
.lb01{
	text-align: left;
	border: 1px solid #009900;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
}
.lb02{
	text-align: left;
	border: 1px solid #99CC00;
	padding: 5px;
	margin-bottom: 5px;
}
.lb03{
	text-align: left;
	border: 1px solid #CCFFCC;
	padding: 5px;
	margin-bottom: 5px;
}

/* 回り込み解除
---------------------------------------------------- */
.floatLeft
{
	 float: left;
	 margin-right: 1em;
	padding: 5px;
}
.floatRight
{
	float: right;
	margin-right: 1em;
	padding: 5px;
}
.floatclear
{
	 clear: both;
}
*.floatLeft
{
	 float: left;
	 margin-right: 0.1em;
	padding: 5px;
}
*.floatRight
{
	float: right;
	margin-right: 0.1em;
	padding: 5px;
}
