body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
	font-size: 12px;
	line-height: 140%;
	background-image:  ;
	color: #333333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#body-box {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	background-color: #FFFFFF;
	border: 1px solid #ffa500;
}

#header-box {
	background-color: #ffa500;
	height: 60px;
}
#header-description{
	font-size: 10px;
	color: #FFFFFF;
}
#header-title {
	float: left;
	text-align: center;
	width: 250px;
}
#header-banner {
	float: right;
}
#header-menu {
	background-color: #fafad2;
	text-align: right;
	padding: 2px;
}
#contents-left-menu{
	float: left;
	width: 165px;
	background-color: #fafad2;
	padding: 2px;
	text-align: left;

}
#contents-body{
	float: left;
	width: 790px;
	margin-right: 10px;
	margin-left: 10px;
}
#contents-right-menu{
	float: right;
	width: 126px;
	background-color: #CCFF66;
	text-align: center;
}
#footer {
	font-size: 10px;
	background-color: #ffcccc;
	text-align: center;
	padding: 1px;
	color: #FFFFFF;
}
.rightmenu-title {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ff69b4;
}
.leftmenu-title {
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #ff69b4;

}
.leftmenu-link {
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #ff1493;
	border-left: 1px solid #ff1493;
/*	height: 14px;  */  /* 20050526 文字数が横幅よりも長いときのテキストの重なりをなくす */
}
.leftmenu-link a:hover {
		background-color: #CCFF66;
	}
.leftmenu-link-space {
	padding-left: 10px;
	padding-top: 3px;
	height: 14px;
}
.leftmenu-banner {
	text-align: center;
	background-color: #fafad2;
}
.leftmenu-pick-title {
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color: #ff69b4;
}
.leftmenu-pick-desc {
	text-align: left;
	color: #000000;
}
.contents-box {
	border-bottom: 1px dotted #CCFF66;
	margin-bottom: 20px;
	text-align: left;
}
.contents-banner {
	float: left;
}
.contents-description {
	padding: 5px;
}
.contents-title {
	background-color: #ff00cc;
	border-left: 10px solid #c71585;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10px;
}
