@charset "utf-8";
/* ===================================================================
CSS information

 file name  :home.css
 style info :トップページ用
=================================================================== */

/*----------------------------------------------------
	基本設定など
----------------------------------------------------*/
#home {
	background: #fff url(../images/home/bg_home.jpg) repeat-x;
}

#home h1 {
	background: url(../images/home/main.jpg) no-repeat;
	width: 940px;
	height: 220px;
	text-indent: -9999px;
	padding: 0;
}

#home h2 {
	width: 666px;
	height: 28px;
	padding-top: 17px;
	padding-left: 10px;
	color: #000;
	background: url(../images/common/tab.gif) left top no-repeat;
}

/*----------------------------------------------------
	#subArea
		サブナビゲーションエリア
----------------------------------------------------*/
#subArea {
	background: #fffff8;
	border-bottom: #c0af97 1px dotted;
	text-align: center;	/* for IE6 */
}

#subArea a {
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#subArea .topbtn {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 560px;
	height: 30px;
}

#subArea .topbtn a {
	display: block;
	background: url(../images/home/top_btn_com.jpg) no-repeat;
	width: 560px;
	height: 30px;
}
#subArea .topbtn a:hover {
	background-position: left -30px;
}

/*----------------------------------------------------
	#subNav
----------------------------------------------------*/
#subNav li {
	float: left;
	display: inline;
}
#subNav li a {
	display: block;
	background: url(../images/home/top_subnav.jpg) no-repeat;
	height: 46px;
}

#subNav li.snav01 a {
	background-position: left top;
	width: 221px;
}
#subNav li.snav01 a:hover {
	background-position: left -46px;
}

#subNav li.snav02 a {
	background-position: -221px top;
	width: 254px;
}
#subNav li.snav02 a:hover {
	background-position: -221px -46px;
}

#subNav li.snav03 a {
	background-position: -475px top;
	width: 235px;
}
#subNav li.snav03 a:hover {
	background-position: -475px -46px;
}

#subNav li.snav04 a {
	background-position: -710px top;
	width: 230px;
}
#subNav li.snav04 a:hover {
	background-position: -710px -46px;
}

/*----------------------------------------------------
	.ad
		メインバナー
----------------------------------------------------*/
.ad {
	margin: 10px auto;
	text-align: center;
}

/*----------------------------------------------------
	#newsArea
		ニュースエリア
----------------------------------------------------*/
#newsArea {
	margin: 1px 2px;
	padding: 10px 0px 0px 20px;
	background: #fdfaec;
	border-bottom: #c0af97 1px dotted;
	height: 140px;
	overflow: auto;
}

#newsArea a:link, #newsArea a:visited {
	color: #017dce;
	text-decoration: underline;
}
#newsArea a:hover {
	color: #464646;
}
#newsArea a:active {
	color: #00752c;
}

#newsArea dl {
	border-left: 3px #1688d3 solid;
	margin-bottom: 10px;
	padding-left: 10px;
}

#newsArea dl dt {
	font-weight: bold;
	color: #017dce;
}


/*----------------------------------------------------
	#calender
		イベントカレンダー
----------------------------------------------------*/
#home #calender {
	margin: 0 auto 15px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
}

#home #calender caption {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#home #calender th, #home #calender td {
	padding: 3px;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	vertical-align: top;
}

#home #calender th {
	text-align: center;
	width: 14%;
	background: #acacac;
}

#home #calender td {
	background: #F9F8F6;
}

#home #calender .event{
        margin: 5px 0 7px 0;
        font-size: 11px;
		line-height: 1.3;
		color: #cc0000;
}

#home #calender .day {
        width: 15px;
        color: #666;
        font-weight: bold;
		font-family: Verdana, Arial, sans-serif;
}
#home #calender .sat {
        width: 15px;
        color: #01337F;
        font-weight: bold;
		font-family: Verdana, Arial, sans-serif;
}

#home #calender .holiday {
        width: 15px;
        color: #A53123;
        font-weight: bold;
		font-family: Verdana, Arial, sans-serif;
}

#home #calender a:link, #home #calender a:visited {
	color: #017dce;
	text-decoration: underline;
}
#home #calender a:hover {
	color: #363636;
}
#home #calender a:active {
	color: #01752d;
}