/* ---- body ---- */
body {
	line-height: 140%;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
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:#6699CC;
	font-size: 12px;
}

a:visited {
	color:#6699CC;
}

a:hover {
	color:#66CCFF
}

a:active {
	color:#66CCFF;
}

/* ---- レイアウト ---- */
#layoutBody {
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 748px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

#topcontentBody {
	width: 748px;
}

#topcontentBodyl {
	width: 524px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 20px;
}

#topcontentBodyr {
	width: 224px;
	float: right;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

.contentl {
	width: 478px;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
	padding-left: 16px;
	padding-right: 14px;
	letter-spacing: 1px;
	color: #666666;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.contentl h3{
	background-color: #9900FF;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #CCCCCC;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
}
.contentl ul{
	list-style-type: none;
	letter-spacing: 2px;
}

.contentl li{
	list-style-type: none;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

/* ---- ヘッダー ---- */

#header {
	height: 80px;
	background-color: #3399FF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#header h1{
	padding-top: 35px;
	padding-left: 35px;
}

#header h1 a:link {
	color:#666666;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

#header h1 a:visited {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#header h1 a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#header h2{
	margin-left: 35px;
	color: #F8F8FF;
	font-size: 10px;
	font-weight: normal;
}

/* ---- 右メニュー ---- */
#menubox {
	width: 208px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 1px;
	padding-bottom: 10px;
	padding-top: 15px;
}

#firstbox {
	width: 180px;
	margin-left: 10px;
}

#firsttitle {
	width: 170px;
	font-weight: bold;
	border-bottom-color: #FF33CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FF33CC;
	border-left-style: solid;
	border-left-width: 12px;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 3px;
	color: #999999;
	letter-spacing: 1px;
}

.firsttext{
	list-style-type: none;
	width: 170px;
	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;
}

.firsttext a:link {
	color:#FF6600;
	font-size: 12px;
	margin-top: 5px;
}

.firsttext a:visited {
	color:#FF6600;
	font-size: 12px;
	margin-top: 5px;
}

.firsttext a:hover {
	color:#66CCFF
	text-decoration: underline;
	font-size: 12px;
	color: #FF6600;
	margin-top: 5px;
}

/* ---- フッターメニュー ---- */
#footer {
	text-align: center;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	width: 748px;
	background-color: #F5F5F5;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
}
#footer a:link {
	color:#999999;
	font-size: 12px;
	text-decoration: none;
}

#footer a:visited {
	color:#999999;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	color:#999999;
	text-decoration: underline;
	font-size: 12px;
}

/* ---- フッター外部リンク ---- */
#footer p {
	text-align: center;
	font-size: 12px;
	color: #999999;
	padding-top: 5px;
	letter-spacing: 1px;
	margin-top: 10px;
}
#footer p a:link {
	color:#3333FF;
	font-size: 12px;
	text-decoration: none;
}

#footer p a:visited {
	color:#3333FF;
	text-decoration: none;
	font-size: 12px;
}

#footer p a:hover {
	color:#3333FF;
	text-decoration: none;
	font-size: 12px;
}
