/* ---- body ---- */
body {
	line-height: 140%;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
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:#FF9900;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color:#FF9900;
	text-decoration: none;
}

a:hover {
	color:#FF9999;
	text-decoration: none;
}

a:active {
	color:#FF9999;
	text-decoration: none;
}

/* ---- レイアウト ---- */
#layoutBody {
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 748px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
	background: url(body.jpg);
	background-color: #333333;
}

#topcontentBody {
	width: 748px;
}

#topcontentBodyl {
	width: 524px;
	float: left;
	padding-bottom: 20px;
}

#topcontentBodyr {
	width: 224px;
	float: right;
	padding-bottom: 30px;
}

.contentl {
	width: 450px;
	margin-left: 20px;
	border: 2px double #CCCCCC;
	padding-left: 16px;
	padding-right: 14px;
	letter-spacing: 1px;
	color: #333333;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.contentl h3{
	background-color: #FFCC66;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
}
.contentl ul{
	list-style-type: circle;
	letter-spacing: 2px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-position: inside;
}

.contentl p{
	letter-spacing: 2px;
	text-indent: 12px;
	margin: 3px;
}

/* ---- ヘッダー ---- */

#header {
	height: 100px;
	background-color: #000000;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(header.JPG);
}

#header h1{
	padding-top: 30px;
	margin-left: 150px;
	font-size: 14px;
}

#header h1 a:link, #header h1 a:visited {
	color:#FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
#header h1 a:hover, #header h1 a:active {
	color:#FFFF33;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

#header h2{
	margin-left: 170px;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}

/* ---- 右メニュー ---- */
#menubox {
	width: 208px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 1px;
	padding-bottom: 10px;
	padding-top: 15px;
	border: 1px none #CCCCCC;
}

#firstbox {
	width: 180px;
	margin-left: 10px;
}

#firsttitle {
	width: 60px;
	font-weight: bold;
	border-bottom-color: #FF9900;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #FF9900;
	border-left-style: solid;
	border-left-width: 12px;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 3px;
	color: #FF0066;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-right-width: 12px;
	border-top-style: none;
	border-right-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	text-align: center;
	vertical-align: middle;
	margin-left: 45px;
}

.firsttext{
	list-style-type: none;
	width: 150px;
	margin-top: 10px;
	font-size: 12.px;
	line-height: 140%;
	padding-left: 15px;
	font-size: 10px;
	letter-spacing: 1px;
}

.firsttext li{
	list-style-type: none;
	background-color: #FFFFCC;
}

.firsttext a:link, .firsttext a:visited {
	color:#333333;
	font-size: 12px;
	display:block;
	height: 30px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #FF9966;
	
}

.firsttext a:hover, .firsttext a:active {
	color:#FFFFFF;
	font-size: 12px;
	display:block;
	height: 30px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FF9966;
	border: 1px solid #FFFFCC;
}

/* ---- フッターメニュー ---- */
#footer {
	text-align: center;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	width: 748px;
	background-color: #996666;
	font-size: 12px;
	color: #FFCC00;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer a:link {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	color:#990033;
	text-decoration: underline;
	font-size: 12px;
}
#sitemaplink {
	margin-right: 20px;
	color: #FFFFFF;
}
.contentl li {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemaplink a {
	color: #FF0033;
}
