@charset "Shift_JIS";

/* ========================================

	対象ファイル：index.html
	対象箇所　　：トップページ固有箇所

======================================== */

/* ---------- container ---------- */

#container {
	background: url(../img/index/icon.png) no-repeat center bottom;
}


/* ---------- main ---------- */

#main_wrap {
	width: 100%;
	min-width: 1000px;
	height: 370px;
	margin: 5px 0 10px;
	overflow: hidden;
	position: relative;
}

#main_wrap a,
#main_wrap img {
	display: block;
}

#main {
	width: 5000px;
	position: absolute;
	left: -2000px;
}

#main li {
	margin: 0 5px;
	float: left;
	position: absolute;
}

#main li a {
	display: block;
	padding: 14px;
	background: url(../img/index/main_bg.png) no-repeat;
}

#main_1 { left:2000px; }
#main_2 { left:3000px; }
#main_3 { left:4000px; }
#main_4 { left:5000px; }
#main_5 { left:0000px; }
#main_6 { left:1000px; }

#main_thumb {
	width: 150px;
	height: 300px;
	padding: 15px 15px 5px 15px;
	background: url(../img/index/main_thumb_bg.png) no-repeat;
	position: absolute;
	top: 25px;
	left: 35px;
	z-index: 500;
}

#main_thumb li {
	margin-bottom: 10px;
}

#main_thumb a {
	display: table-cell;
	width: 75px;
	height: 65px;
	padding-left: 75px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
}

#main_thumb a:hover,
#main_thumb a.hover {
	color: #FFDC00;
}

#main_thumb_1 { background: url(../img/index/main_thumb_1.jpg) no-repeat left top; }
#main_thumb_2 { background: url(../img/index/main_thumb_2.jpg) no-repeat left top; }
#main_thumb_3 { background: url(../img/index/main_thumb_3.jpg) no-repeat left top; }
#main_thumb_4 { background: url(../img/index/main_thumb_4.jpg) no-repeat left top; }


/* ---------- index ---------- */

#index {
	width: 990px;
	margin: auto;
	padding: 0 5px;
	position: relative;
}

#sns_fb_like {
	position: absolute;
	right: 45px;
	top: -51px;
}


/* ---------- sub ---------- */

#sub {
	width: 210px;
	float: left;
}

#able,
#btn_letter {
	margin-bottom: 10px;
}

#able ul a,
#able ul img,
#btn_letter,
#btn_letter img {
	display: block;
}

#banner {
	padding: 5px 5px 10px;
}

#banner li {
	margin-bottom: 10px;
}

#banner a {
	display: block;
	text-align: right;
}


/* ---------- news ---------- */

#news_wrap {
	width: 770px;
	margin-bottom: 10px;
	float: right;
}

#news_tab {
	width: 770px;
	height: 30px;
	padding: 5px 0 10px;
	background: url(../img/index/news_tab.png) no-repeat center top;
}

#news_tab li {
	margin: 0 5px;
	float: left;
}

#news_tab a,
#news_tab img {
	display: block;
}

#news {
	width: 720px;
	height: 480px;
	padding: 10px 25px 25px;
	background: url(../img/index/news_bg.png) no-repeat center bottom;
}

#news ::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

#news ::-webkit-scrollbar-button {
	display: none;
}

#news ::-webkit-scrollbar-track {
	background: #DCDCDC;
}

#news ::-webkit-scrollbar-thumb {
	background: #00719C;
}

#news ::-webkit-scrollbar-thumb:hover {
	background: #FF2850;
}

#news ul {
	width: 700px;
	height: 480px;
	padding-right: 20px;
	overflow: auto;
	outline: none;
	position: relative;
}

#news li {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
	font-size: 12px;
	line-height: 21px;
}

#news li h3 {
	width: 100px;
	padding-top: 1px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	float: left;
}

#news li h3.blue {
	background: url(../img/index/news_title_bg_blue.gif) no-repeat;
	color: #FFF;
}

#news li h3.yellow {
	background: url(../img/index/news_title_bg_yellow.gif) no-repeat;
	color: #00719C;
}

#news li a {
	display: block;
	width: 560px;
	padding-left: 10px;
	text-decoration: none;
	float: left;
}

#news li dt {
	width: 80px;
	float: left;
}

#news li dd {
	width: 480px;
	float: left;
}


/* ---------- news clearfix ---------- */

#news li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#news li {
  min-height: 1px;
}

* html #news li {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ---------- pagetop ---------- */

#footer_wrap {
	padding-top: 5px;
	background: url(../img/common/footer_bg.png) repeat-x center top;
}

#pagetop {
	display: none;
}

