@charset "utf-8";

/***************************************************
	index.css
	トップページレイアウトスタイル定義
***************************************************/


/* header
------------------------------------------------------------------*/
#header #topSiteLogo {
	float:left;
	padding: 10px 0;
}


/* slider
------------------------------------------------------------------*/
#slides {
	position: relative;
	height: 300px;
	margin: 0 0 10px 0;
	z-index: 100;
}
#slides .slides_container {
	width: 970px;
	overflow :hidden;
	position: relative;
	display: none;
}
#slides .pagination {
	position:absolute;
	right: 19px;
	bottom: 13px;
	z-index: 100;
}
#slides .pagination li {
	float:left;
	margin:0 5px 0 0;
}
#slides .pagination li a {
	display: block;
	width: 45px;
	height: 9px;
	background:url(../img/index/slide_bullets.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#slides .pagination li.current a {
	background-position: 0 -9px;
}


/* topMainClm
------------------------------------------------------------------*/
#topMainClm {
	float: left;
	width: 710px;
	font-size: 93% ;
}
#topMainClm .cntsBox {
	clear: both;
	width: 710px;
	overflow: hidden;
	margin: 0 0 19px 0;
	padding: 0 0 15px 0;
	background: url(../img/index/top_bg_001.png) 0 bottom no-repeat;
}
#topMainClm .cntsBox h2 {
	margin: 0 0 15px 0;
}
#topMainClm .cntsBox ul {
	padding: 0 0 0 25px;
}
#topMainClm .cntsBox ul li .btn {
	margin: 0 0 2px 0;
}
#topMainClm .cntsBox ul li .link {
	padding: 0 0 0 12px;
	background: url(../img/common/common_mark_003.gif) 0 0.6em no-repeat;
}
#topMainClm .cntsBox01 ul li {
	display: inline;
	float: left;
	width: 322px;
	margin: 0 15px 0 0;
}
#topMainClm .cntsBox02 ul li {
	display: inline;
	float: left;
	width: 210px;
	margin: 0 15px 0 0;
}

/* topNewsBox */
#topMainClm .topNewsBox {
	clear: both;
	width: 710px;
	padding: 0 0 6px 0;
	background: url(../img/index/top_news_btm.png) 0 bottom no-repeat;
}
#topMainClm .topNewsBox #tab li {
	float: left;
	margin: 0 3px 0 0;
	cursor: pointer;
}
#topMainClm .topNewsBox .inBox {
	clear: both;
	width: 660px;
	padding: 15px 25px;
	border-top: 3px solid #BA0032;
	background: url(../img/index/top_news_bg.png) 0 0 repeat-y;
	overflow: hidden;
}
#topMainClm .topNewsBox .disnon {
	display: none;
}
#topMainClm .topNewsBox table {
	margin: 0 0 5px 0;
}
#topMainClm .topNewsBox table th ,
#topMainClm .topNewsBox table td {
	padding: 8px 0;
	border-bottom: 1px dotted #999999;
	vertical-align: top;
}
#topMainClm .topNewsBox table th {
	padding-right: 50px;
	padding-left: 13px;
	background: url(../img/common/common_mark_003.gif) 0 1.3em no-repeat;
	color: #999999;
	font-weight: bold;
	font-size: 84%;
	white-space: nowrap;
}
#topMainClm .topNewsBox table td {
	width: 100%;
}
#topMainClm .topNewsBox .allLink {
	float: right;
	margin: 0 10px;
	padding: 0 0 0 14px;
	background: url(../img/common/common_mark_001.gif) 0 0.4em no-repeat;
}

/* topSideClm */
#topSideClm {
	width: 230px;
	float: right;
}

#topSideClm .accessBox {
	clear: both;
	margin: 0 0 15px 0;
	background: url(../img/common/side_box_bg.png) 0 0 repeat-y;
}
#topSideClm .accessBox .map {
	padding: 14px 0 3px 0;
	text-align: center;
}
#topSideClm .accessBox .detailLink {
	float: right;
	margin: 0 10px 10px 10px;
	padding: 0 0 0 14px;
	background: url(../img/common/common_mark_001.gif) 0 0.4em no-repeat;
	font-size: 84%;
}
#topSideClm .rsvBox01,
#topSideClm .rsvBox02{
	margin: 0 0 10px 0;
	padding: 10px 5px 5px;
	background: url(../img/common/side_reserve_bg_001.gif) 0 0 no-repeat;
}

#topSideClm .rsvBox02 {
	margin: 0 0 15px 0;
	background: url(../img/common/side_reserve_bg_002.gif) 0 0 no-repeat;
}

#topSideClm .rsvBox01 .txt,
#topSideClm .rsvBox02 .txt{
	margin-bottom: 10px;
}
#topSideClm .bannerBox {
	padding: 7px 0 0 0;
	background: #e1e1e1 url(../img/common/side_bn_top.png) 0 0 no-repeat;
}
#topSideClm .bannerBox ul {
	padding: 0 7px 2px 7px;
	background: #e1e1e1 url(../img/common/side_bn_btm.png) 0 bottom no-repeat;
}
#topSideClm .bannerBox ul li {
	margin: 0 0 5px 0;
}


