@charset "utf-8";

/* ==================================================
		
		トップページ
		
================================================== */

/* --------------------------------------------------
		.topVI
-------------------------------------------------- */
.topVI { margin-top: 20px; }

.coda-slider-wrapper {
	width: 920px;
	position: relative;
	overflow: hidden;
}

.coda-slider-wrapper a {
	outline: none;
	text-decoration: none;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 200px;
	overflow: auto !important;
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 920px;
	position: relative;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 920px;
	position: relative;
}

/* Arrow styling */
.topVI .coda-nav-left a, .coda-nav-right a {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}

.topVI .coda-nav-left a {
	top: 50%;
	left: 15px;
	background: url(/img/vi-btn-back-01.png) no-repeat;
	z-index: 999;
	margin-top: -15px;
}

.topVI .coda-nav-right a {
	top: 50%;
	right: 15px;
	background: url(/img/vi-btn-next-01.png) no-repeat;
	z-index: 999;
	margin-top: -15px;
}

/* Preloader */
	.coda-slider p.loading {
	padding: 20px;
	text-align: center
}

/* Tabbed nav */
.coda-nav {
	position: absolute;
	top: 263px;
	left: 835px;
	z-index: 99;
}

.coda-nav ul {
	clear: both;
	display: block;
	overflow: hidden;
	z-index:999;
	position:relative;
}

.coda-nav ul li { float: left; }

.coda-nav ul li a {
	display: block;
	height: 13px;
	text-indent: -9999px;
	background: url(/img/vi-btn-02.png) top center no-repeat;
	width: 21px;
}

.coda-nav ul li a:first-child { margin-left: 0; }

.coda-nav ul li a.current { background: url(/img/vi-btn-01.png) top center no-repeat; }

.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}

.coda-slider .panel {
	display: block;
	float: left
}

.coda-slider .panel-container { position: relative; }

.coda-nav-left, .coda-nav-right { float: left }

.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}

/* --------------------------------------------------
		#contents
-------------------------------------------------- */
#contents { width: 920px; }

#contents .section {
	width: 280px;
	padding: 9px;
	border: 1px solid #e1e1ca;
	background: #ffffff;
	margin: 10px 0 0 10px;
	float: left;
}

#contents .section:first-child { margin-left: 0; }

#contents .section .txt-01 {
	line-height: 1.7;
	padding: 12px 5px 0;
}

#contents .section .img-02 { margin-top: 17px; }


/* --------------------------------------------------
		.news
-------------------------------------------------- */
#contents .news {
	width: 426px;
	padding: 23px 13px 19px 14px;
	border: 1px solid #e1e1ca;
	background: #ffffff;
	margin: 10px 0 0 10px;
	float: left;
}

#contents .news:first-child { margin-left: 0; }

#contents .news h3 { text-align: center; }

#contents .news dl {
	padding: 12px 3px 0;
	background: url(/common/img/bg/bg-dot-01.gif) repeat-x top left;
	margin-top: 12px;
}

#contents .news dl dt { margin-top: 25px; }

#contents .news dl dt:first-child { margin-top: 0; }

#contents .news dl dt img { vertical-align: 0; }

#contents .news dl dd { margin-top: 3px; }

#contents .news dl dd a:link, #contents .news dl dd a:visited { text-decoration: none; }

#contents .news dl dd a:hover { text-decoration: underline; }

#contents .news .txt-01 {
	font-weight: bold;
	text-align: right;
	padding-top: 14px;
	background: url(/common/img/bg/bg-dot-01.gif) repeat-x top left;
	margin-top: 12px;
}

#contents .news .txt-01 a:link, #contents .news .txt-01 a:visited { text-decoration: underline; }

#contents .news .txt-01 a:hover { text-decoration: none; }

/* --------------------------------------------------
		.link
-------------------------------------------------- */

#contents .link ul {
	margin: 0 0 25px 171px;
}

#contents .link ul li {
	margin: 0 0 -15px 10px;
	padding: 3px;
	border: 1px solid #e1e1ca;
	background: #ffffff;
	float: left;
}

