@charset "UTF-8";

body {
	background-image: url(../../images/index/bg.png);
	// padding-top: 2px;
}

h3.arrow {
	padding-left: 20px;
	background: url(../../images/common/li_maker_arrow.png) 0 0.35em no-repeat;
	font-weight: normal;
}

#left_container {
	float: left;
	width: 500px;
}

#right_container {
	float: right;
	width: 300px;
}

iframe#index {
	float: right;
	width: 700px;
	height: 120px;
	padding: 2px 4px;
	border: 0px solid #CEC6A8;
}

#right_container ul {
	list-style: none;
}

#right_container ul li {
	margin-bottom: 0.75em;
	margin-left: 0;
	padding: 7px 5px 5px;
	background: url(../../images/common/li_bg.png) repeat;
	font-size: 90%;
	font-weight: bold;
}

#eyecatch {
	position: relative;
	margin-bottom: 15px;
}

#slider_item {
	padding-top: 5px;
}

#slider_upper {
	position: absolute;
	z-index: 13;
}

#slider_copy {
	position: absolute;
	top: 70px;
	left: 4px;
	z-index: 10;
	cursor: pointer;
}

#slider_logo {
	position: absolute;
	bottom: 225px;
	left: 10px;
	top:10px;
	z-index: 11;
}

#slider_blog {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 12;
}
#slider_tour {
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 13;
}

/* news table  */
.table{
    margin-bottom:20px;
    overflow-y: scroll;
    max-height:200px;
}
