@charset "UTF-8";

/*==============================================================================

	トップ
	
==============================================================================*/

#content {
	padding: 10px 0 20px 0 !important;
}

#content #main_wrap #main {
	float: none !important;
	width: 860px !important;
	min-height: auto !important;
	height: auto !important;
	height: auto !important;
}

#visual {
	text-align: center;
	height: auto;
	margin: 0 0 20px;
	z-index: 1;
}

/*------------------------------------------------------------------------------
	visual
------------------------------------------------------------------------------*/

#visual {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 330px;
	z-index: 1;
}

#visual .flexslider {
	width: 860px;
	margin: 0 auto;
	overflow: visible;
}

#visual .flexslider .flex-viewport {
	overflow: visible !important;
}

#visual .flexslider .flex-viewport .slides li a {
	display: block;
	width: 860px;
	height: 300px;
}

#visual .overlay {
	background: url(img/visual_overlay_bg.png) repeat left top;
	position: absolute;
	top:0;
	height: 300px;
	width: 30px;
	cursor: pointer;
}

#visual #overlay_left { left: 0; }
#visual #overlay_right { right: 0; }

/*------------------------------------------------------------------------------
	news
------------------------------------------------------------------------------*/

#newsBox {
	zoom: 1;
}

#newsBox:after {
	content: "";
	display: block;
	clear: both;
}

#news01 {
	margin: 0;
	width: 420px;
	float: left;
}

#news02 {
	margin: 0;
	width: 420px;
	float: right;
}

.news {
	margin: 0;
	padding: 0;
	background: #ffffff;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	z-index: 1;
}

.newsTitle01 {
	margin: 0;
	padding: 0;
	width: 420px;
	height: 42px;
	background: url(img/news_top_tit01_bg.png) left top;
	text-indent: 100%;
	text-align: left;
	overflow: hidden;
	white-space:nowrap;
	*text-indent: -9999em;
}

.newsTitle02 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 42px;
	background: url(img/news_top_tit02_bg.png) left top;
}

.newsTitle02 span {
	display: block;
	text-indent: 100%;
	text-align: left;
	overflow: hidden;
	white-space:nowrap;
	*text-indent: -9999em;
}

.newsTitle02 .more {
	position: absolute;
	top: 11px;
	right: 10px;
	line-height: 1.2;
}

.newsTitle02 .more a {
	display: block;
	width: 136px;
	height: 24px;
	padding: 0;
	background: url(img/news_top_tit02_list_icon.png) no-repeat left top;
	text-decoration: none;
}

.newsTitle02 .more a:hover {
	background: url(img/news_top_tit02_list_icon.png) no-repeat left -24px;
}

.news a {
	color: #0d6fb8;
}

.news dl {
	margin: 0 15px;
	padding: 12px 0;
	background: url(img/news_section_bg.png) repeat-x left bottom;
}

.news dl dt {
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 1.2;
	position: relative;
}

.news dl dt span.newsIcon {
	display: block;
	position: absolute;
	width: 62px;
	height: 17px;
	top: -1px;
	left: 7em;
}

.news dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.news dl dd a.pdf {
	padding: 0 20px 0 0;
	background: url(img/pdf_icon.gif) no-repeat right 1px;
}

.news dl:last-child {
	background: none;
}

/*==============================================================================

	jScrollPane Style
	
==============================================================================*/

#scroll {
	width: 418px;
	height: 200px;
	background: #ffffff;
}

#scroll_i {
	width: 418px;
	height: 200px;
	background: #ffffff;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #e9edf2;
	position: relative;
}

.jspDrag
{
	background: url(img/news_bar_bg.png) repeat-y left top;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspDragTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 8px;
	background: url(img/news_bar_top_bg.png) no-repeat left top;
}

.jspDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 8px;
	background: url(img/news_bar_bottom_bg.png) no-repeat left bottom;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}