/* ---- body ---- */
body {
	line-height: 140%;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 20px 0;
	letter-spacing: 1px;
	background-color: #00FFFF;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

hr {
	display: none;
}

/* ---- body リンクカラーはすべてここで色を指定してあります。 
ただし、テキストの基本的な色のみです。ヘッダー、フッター、メニューボックスは別です。 ---- */

a:link {
	color:#FF0099;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color:#FF3300;
	text-decoration: none;
}

a:hover {
	color:#FF0099;
	text-decoration: underline;
}

a:active {
	color:#FF0099;
}


/* ---- レイアウト ---- */

#layoutBody {
	border: 1px solid #CCCCCC;
	width: 748px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFCC;

}

#topcontentBody {
	width: 748px;
	background-color: #FFFFFF;
}

#topcontentBodyl {
	width: 524px;
	float: left;
	padding-bottom: 20px;
	color: #0000CC;
}

#topcontentBodyr {
	width: 224px;
	float: right;
	padding-bottom: 30px;
}

.contentl {
	width: 478px;
	margin: 20px 0 0 8px;
	padding: 20px 14px 10px 16px;
	border: 1px solid #CCCCCC;
	letter-spacing: 1px;
	color: #666666;
}

.contentl h3{
	background-color: #FF6600;
	padding: 5px 0 4px 15px;
	color: #F8F8FF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
}
	/*--↓各トピックのタイトルの色です--*/
	.contentl h3 a{
	color: #FFFFFF;
	}

	.contentl h3 a:visited{
	color:#FFFFFF;
	}
	/*--↑各トピックのタイトルの色終了--*/
	
	/*--↓トピックのテキストについて--*/
	.contentl p{
	list-style-type: none;
	letter-spacing: 2px;
	margin-bottom:15px;
	text-indent: 12px;
	color: #666666;
	}
	
	.contentl ul{
	list-style-type: square;
	letter-spacing: 2px;
	margin: 0 0 15px 15px;
	text-indent: 12px;
	background-color: #FFFFCC;
	border-right-width: thin;
	color: #33CC66;
	}
	/*--↑トピックのテキストについて--*/


/* ---- ヘッダー(タイトル、サイトマップのリンクカラーもここです) ---- */

#header {
	height: 110px;
	border-bottom: 1px solid #CCCCCC;
	width:748px;
	background-color:#FFCC66;

}

#header h1{
	padding-top: 35px;
	padding-left: 35px;
}

#header h2{
	margin-left: 35px;
	color: #336600;
	font-size: 10px;
	font-weight: normal;
}
	/*--↓headerのリンクカラー--*/
	#header h1 a:link {
	color: #339966;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	}

	#header h1 a:visited {
	color: #009966;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	
	}

	#header h1 a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	border-bottom-color: #009966;
	}
	/*--↑headerのリンクカラー終了--*/
    
	/*--↓sitemapのリンクカラー--*/
	#header p {
	margin: 0 15px 0 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	}

	#header p a{
	color: #9933CC;
	text-decoration:none;
	}

	#header p a:visited{
	color: #0000CC;
	text-decoration:none;
	}

	#header p a:hover{
	color: #0000CC;
	text-decoration:none;
	}
    /*--↑sitemapのリンクカラー終了--*/


/* ---- 右メニュー(メニューのリンクカラーもここです) ---- */
#menubox {
	width: 208px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 20px 1px 10px 5px;
	padding-top: 15px;
}

#firstbox {
	width: 180px;
	margin-left: 10px;
}

#firsttitle {
	width: 170px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 3px 0 0 4px;
	color: #999999;
	letter-spacing: 1px;
}


.firsttext li{
	list-style-type: none;
	width: 170px;
	margin-top: 10px;
	line-height: 140%;
	padding: 10 0 0 15px;
	font-size: 10px;
	letter-spacing: 1px;
	list-style-type: none;
	list-style-positon: outside;
	margin:10px 0 10px 0;
	color: #FFFFFF;
}
	
	/* --↓右メニューのリンクカラー-- */
	.firsttext a{
	text-decoration:none;
	display:block;
	color:#666666;
	font-size: 12px;
	margin-top: 5px 0 0 0;
	padding: 0 0 0 5px;
	border-left:12px solid #CCCCCC;
	}

	.firsttext a:visited {
	display:block;
	color:#999999;
	font-size: 12px;
	margin-top: 5px 0 0 0;
	padding: 0 0 0 5px;
	border-left:12px solid #CCCCCC;
	text-decoration:none;
	}

	.firsttext a:hover {
	display:block;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	margin-top: 5px 0 0 0;
	padding: 0 0 0 5px;
	border-left:12px solid #30999A;
	text-decoration:none;
	}
	/* --↑右メニューのリンクカラー終了-- */
	
/* ---- フッターメニュー (フッターのリンクカラーもここです)---- */
#footer {
	text-align: center;
	clear: both;
	border-top: 1px solid #CCCCCC;
	width: 748px;
	background-color: #CCFFFF;
	font-size: 12px;
	color: #FFCCFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
	/* ----↓フッターのリンクカラー---- */
	#footer a {
	color:#333333;
	font-size: 12px;
	text-decoration: none;
	}

	#footer a:visited {
	color:#666666;
	text-decoration: none;
	font-size: 12px;
	}

	#footer a:hover {
	color:#666666;
	text-decoration: underline;
	font-size: 12px;
	}
	/* ----↑フッターのリンクカラー終了---- */
	li{
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 10px;
}
	
dl{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
dt{
	margin-bottom: 10px;
}
dd{
	margin-bottom: 10px;
}
