@charset "utf-8";
/* CSS Document */
/*--------------------------------------
//
//　index
//
//-------------------------------------*/

#index_header {
	width: 800px;
}

#index_header h1 {
	font-size: 10px;
	line-height: 1.5;
	margin-left: 5px;
}

#index_menu {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}

#index_menu td.top_border  {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #15103e;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#index_main {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}

#index_main #info {
	font-size: 12px;
	float: left;
	margin-top: 10px;
}

#index_main #tel {
	float: right;
}


#index_news {
	background-color: #0b061c;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 270px;
}

#index_news a {
	color:#ffffff;
	margin-right: 10px;
}

#index_news #whatsnew {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-left: 10px;
	width: 430px;
	height: 80px;
}


#index_news #comment {
	width: 300px;
	height: 100px;
	margin-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	overflow: auto;
}


#index_contents {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#index_contents img.margin_l {
	margin-left: 8px;
}

#index_contents ul {
	margin-left: 20px;
	margin-top: 0px;
}

#index_contents li {
	margin-left: 10px;
	list-style-image: url(../images/top/arrow_trans.gif);
}

#index_event {
	background-image: url(../images/top/events.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 388px;
	height: 350px;
}

#index_meal {
	background-image: url(../images/top/meal.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-bottom: 5px;
	margin-left: 8px;
	width: 358px;
	height: 125px;
}


#index_map {
	background-image: url(../images/top/map.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-bottom: 5px;
	margin-left: 8px;
	width: 358px;
	height: 78px;
}


#index_history {
	background-image: url(../images/top/history.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-left: 8px;
	width: 358px;
	height: 68px;
}


#index_group {
	background-image: url(../images/top/group.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-left: 12px;
	margin-right: 12px;
	width: 245px;
	height: 158px;
}

#index_group ul {
	margin-left: 20px;
	margin-top: 0px;
}

#index_group li {
	margin-left: 10px;
	list-style-image: url(../images/top/arrow_trans.gif);
}

#index_footer {
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #e5e5e5;
	padding-top:5px;
	width: 760px;
}

#index_footer #footer_info {
	font-size: 10px;
	padding-left: 15px;
}

#index_footer #footer_info h3 {
	font-size: 16px;
	line-height: 120%;
	padding: 5px;
	float: left;
}

#index_footer #footer_menu {
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	float: right;
}

#index_footer #footer_menu li {
	margin-left: 0px;
	padding-left: 0px;
	display: block;
	float: left;
}

#index_footer #copyright {
	text-align: center;
	width: 760px;
}

body#news {
	background-color: #0b061c;
	color: #ffffff;
	padding: 5px;
}

body#news a {
	color:#ffffff;
}

body#publicity {
	background-image: url(../images/top/shuzai.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	height: 158px;
}

body#rss {
	color: #ffffff;
	background-color:#15103e;
	background-image: url(../images/top/top_blog.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


body#rss a {
	color:#ffffff;
}

body#rss ul {
	margin-left: 20px;
	margin-top: 0px;
}

body#rss li {
	margin-left: 10px;
	list-style-image: url(../images/top/arrow_trans.gif);
}


