@charset "utf-8";

/* header
---------------------------------------- */
#top #visualArea {
	background: url(../../img/visual_bg.jpg) repeat-x;
}

#top #visual {
	height: 322px;
	background: url(../../img/visual_bg2.jpg) center bottom no-repeat;
}

#top #visualInner {
	width: 920px;
	margin: 0 auto;
	padding-top: 14px;
}

#top #visualInner #flashcontent {
	width: 650px;
	float: left;
}

#top #visualInner .banner {
	width: 250px;
	float: right;
}

#top #visualInner .banner p {
	margin-bottom: 10px;
}


/* contents
---------------------------------------- */
#top #contents #main dl {
	padding: 0 10px 0;
}

#top #contents #main dl dt {
	width: 9em;
	padding-left: 2px;
	float: left;
}

#top #contents #main dl dd {
	margin-bottom: 10px;
	padding: 0 0 8px 10em;
	border-bottom: dotted 1px #ccc;
}

#contents #side p {
	margin-bottom: 15px;
	text-align: center;
}


/* jcarousel
---------------------------------------- */
.jcarousel-container {
    position: relative;
	margin-bottom: 10px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    width: 108px;
    height: 82px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-container {
	background: url(../../img/carousel_bg.gif) no-repeat;
}

.jcarousel-container-horizontal {
    width: 580px;
    padding: 12px 35px;
}

.jcarousel-clip-horizontal {
    width:  580px;
    height: 82px;
}

.jcarousel-item {
    width: 108px;
    height: 82px;
	position: relative;
}

.jcarousel-item span {
	position: absolute;
	left: 6px;
	top: 6px;
}

.jcarousel-item a {
    width: 102px;
    height: 76px;
	border: 3px solid #ccc;
	display: block;
}

.jcarousel-item a:hover {
	border: 3px solid #ffb84d;
}

.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 26px;
    right: 12px;
    width: 9px;
    height: 55px;
    cursor: pointer;
    background: url(../../img/next_carousel.gif) 0 0 no-repeat;
}

.jcarousel-next-horizontal:hover {
    background-position: -10px 0;
}


.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 26px;
    left: 12px;
    width: 9px;
    height: 55px;
    cursor: pointer;
    background: url(../../img/prev_carousel.gif) 0 0 no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background-position: -10px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}

