/*****メニューに関する指定*****/
.menu, .menu td, .menu th {
	font-size: 12px;
}

.calendar-month {
	background-image: url(/img2/blg_calendar.gif);
	background-repeat:no-repeat;
	height: 20px;
	padding-left: 100px;
	padding-top: 3px;
	color: #FFFFFF;
}
.calendar-month table {
	background-color: #FFFFFF;
}
.menu table {
	margin-bottom: 20px;
	width: 162px;
	background-color: #FFFFFF;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}
.menu td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.menu th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
	font-weight: normal;
}
.menu table a {
	color: #0000FF;
}
.menu table a:hover {
	color: #FF6600;
}

.left-sp {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}

/*****コンテンツ部分に関する指定*****/
.home-copy {
	background-image: url(/img2/blg_title.jpg);
        background-repeat: no-repeat;
	padding-top: 45px;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	padding-right: 190px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}


