body,tr,td{
	color:#6F6F6F;
}

div#rootArea a {
	color: #333333;
	text-decoration: underline;
}

div#rootArea a:hover {
	color: #FBB910;
	text-decoration: none;
}

/* -----------------------
	Area
------------------------ */
div#rootArea {
	padding: 0px;
	text-align: left;
	background:#FFFFFF;
	width: 750px;
	margin: 20px auto;
	border:solid 1px #E1E1E1;
}

div#headerArea {
	display: block;
	margin-bottom: 10px;
	vertical-align: top;
	width: 750px;
}

div#bodyArea {
	width: 750px;
	text-align: left;
}

div#contentsAreaLeft {
	width: 530px;
	float: left;
	margin: 0px 0px 10px;
	padding: 0px 10px;
	border: 0px;
}
div#contentsAreaRight {
	width: 200px;
	float: right;
	margin: 0px;
	border: 0px;
	margin-bottom: 10px;
}

div#footerArea {
	background:#4C4C4C;
	clear: both;
	padding:10px 5px;
	font-size: 84%;
	color: #ffffff;
	text-align: center;
	background-image:url(images/footer_bg.gif);
}

/* ----------------------
	layout
------------------------ */
div#layout-table1 {
	width: 510px;
	margin-bottom: 15px;
}

div#layout-table2 {
	width: 200px;
	margin-bottom: 15px;
}

div#videolink {
	margin:10px 0px;
	padding:4px;
	border:1px solid #D4D4D4;
}

div#smallCategory {
	margin:10px 0px;
	padding:4px;
	border:1px solid #FDE39F;
	background-color;#FFF2CF;
}

/* ----------------------
	title
------------------------ */

div#bodyArea h2.date {
	color: #333333;
	font-weight: bold;
	border-bottom: 2px solid  #000000;
	padding: 5px;
	dispray: block;
}

div#bodyArea h3.title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
	padding-left: 24px;
	dispray: block;
	background: url(images/titleback.gif) no-repeat;
	height:30px;
}

div#bodyArea h4.title {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 240%;
	padding-left: 24px;
	dispray: block;
	background: url(images/rightback.gif) no-repeat;
	height:26px;
}



/* ----------------------
	list
------------------------ */
.right-list {
	list-style: none;
}

.right-list li {
	font-size: 12px;
	padding-left: 12px;
	margin-bottom: 5px;
	margin-left: -40px;
	background: url(images/list.gif) no-repeat 3px 4px;
}

/*none
------------------------------ */

/* ----------------------
	photo
------------------------ */

.photoHawksL {
	padding:4px;
	border:1px solid #999999;
	margin-right:5px;
}

.photoHawksR {
	padding:4px;
	border:1px solid #999999;
	margin-left:5px;
}


/* ----------------------
	calendar
------------------------ */

.module-calendar table {
	border-collapse: collapse;
	background: #fff;
	padding: 5px;
	border: 1px solid #FDE39F;
	margin-top: 5px;
}

.module-calendar th,
.module-calendar td {
	font-size:12px;
	width: 14%;
	text-align: center;
	height:20px;
}

.module-calendar th {
	font-weight:bold;
	background:#FDE39F;
}

th.module-calendar-sun {
	color:#CC0000;
}

th.module-calendar-sat {
	color:#000099;
}

.module-calendar-month {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.module-calendar-month span {
	margin:0em 0.4em;
}


/* ----------------------
	br
------------------------ */
br.areaEnd {
	clear: both;
	font-size: 0px;
}

/* ----------------------
	動画再生ボタン
------------------------ */
.play-btn {
	position: relative;
	background: url(images/play_btn.gif) no-repeat;
	width:80px;
	height:20px;
	text-indent:-9999px;
}
.play-btn a {
	position: absolute;
	width:80px;
	height:20px;
	top:0px;
	left:0px;
}