
#area_main {
	margin-left: 10px;
	float: left;
	width: 585px;
}

#area_main_bottom {
	width: 585px;
	height: 8px;
	background:url('../images/area_main_press_bottom.png') no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#contents {
	padding: 20px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 11px;
	color: #A0A0A0;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #F0F0F0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
h3 {
	width: 100%;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 14px;
	color: #C0C0C0;
	border-bottom: 1px dotted #FF8800;
}

#area_main_top {
	width: 585px;
	height: 50px;
	background:url('../images/area_main_top_1col.png') no-repeat;
}

#area_main_top_title_left {
	float: left;
	padding: 14px 0px 0px 20px;
	color: #F0F0F0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-weight: bold;
	line-height: 16px;
}

#area_main_top_title_right {
	float: right;
	padding: 14px 20px 0px 0px;
	color: #C0C0C0;
	font-family: Arial,Osaka,serif;
	font-size: 16px;
	line-height: 18px;
}

#area_contents {
	overflow:hidden;
	width: 543px;
	margin: 0px;
	padding: 20px;
	background-color: #181818;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

#calendar {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

table.calendar {
	padding: 0;
	margin: 0px;
}
table.calendar tr.headline td{
	font-size: 12px;
}
table.calendar th {
	text-align: left;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 12px;
	color: #F0F0F0;
}
table.calendar th span {
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	float: right;
}
table.calendar td {
	border-bottom: solid 1px #808080;
	text-align: center;
	width: 40px;
	height: 30px;
	vertical-align: middle;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: normal;
	font-size: 14px;
	color: #F0F0F0;
}

table.calendar td.click {
	cursor: pointer;
	background-color: #FFFFFF;
}
table.calendar td.Today {
	font-weight: bold;
	color: #808080;
	font-size: 12px;
}
table.calendar td.Sat {
	color: #F0F0F0;
}
table.calendar td.Sun {
	color: #F0F0F0;
}
table.calendar td.holyday {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AA0000;
}
table.calendar td.xday1 {
	color: #FF8800;
	font-size: 14px;
}
table.calendar td.xday2 {
	color: #808080;
	font-size: 14px;
}



#comment {
	float: left;
	width: 200px;
	margin-top: 20px;
}

#comment table {
	width: 198px;
	border: 1px solid #808080;
}

#comment th {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	color: #F0F0F0;
}

#comment td {
	padding: 5px;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 12px;
}

.td_head {
	border-bottom: 1px solid #808080;
	color: #F0F0F0;
	text-align: center;
}

#ta_normal {
	text-align: center;
	color: #F0F0F0;
	border: 1px solid #F0F0F0;
}

#ta_holyday {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AA0000;
	border: 1px solid #F0F0F0;
}
#ta_xday1 {
	text-align: center;
	color: #FF8800;
	border: 1px solid #F0F0F0;
}
#ta_xday2 {
	text-align: center;
	color: #808080;
	border: 1px solid #F0F0F0;
}

.td_right {
	color: #F0F0F0;
	text-align: center;
	border-bottom: 1px solid #808080;
}

#caution {
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 12px;
	padding : 5px;
	color: #C0C0C0;
}

