@charset "utf-8";
/* ---------------------------------------------------------------------------------
XHTML CSS Selectors index

$Revision: 1.0 $
--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------
初期設定上書き用
--------------------------------------------------------------------------------- */

div#top {
	background-image: url(../pc_images/index/head__bg.jpg);
}

div#indexWrapper {
	background-image: url(../pc_images/index/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-width: 1050px;
	background-color: #1c1407;
}

div#wrapper {
	background-image: url(../pc_images/index/index_header_bg.jpg);
	background-position: left bottom;
	background-color: #1c1407;
}
div#headerArea {
	padding-bottom: 3px;
}
div#naviBlock {
	height: 31px;
	width: 920px;
	padding-top: 10px;
	padding-left: 30px;
	background-image: none;
}

div#footerArea {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


/*---------------------------------------------------------------------------------
メイン画像
--------------------------------------------------------------------------------- */
div#mainVisualBlock {
	width: 950px;
	padding-bottom: 0px;
	height: 460px;
	overflow:hidden;
}


/*---------------------------------------------------------------------------------
トップコンテンツ
--------------------------------------------------------------------------------- */
div#indexContentsContainer {
	width: 893px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
	padding-right: 27px;
	padding-bottom: 20px;
	padding-left: 30px;
}


/*News*/
div#indexContentsContainer div#newsBlock {
	float: left;
	width: 502px;
}
div#indexContentsContainer div#newsBlock h2 {
	height: 30px;
	width: 502px;
	text-indent: -9999px;
	background-image: url(../pc_images/index/title_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#indexContentsContainer div#newsBlock div#newsBox {
	width: 420px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 42px;
	min-height: 190px;
	background-image: url(../pc_images/index/bg_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#indexContentsContainer div#newsBlock div#newsBox p {
	font-size: 12px;
	line-height: 155%;
	color: #B0AFAF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #131313;
}
div#indexContentsContainer div#newsBlock div#newsBox p a {
	color: #B0AFAF;
}

div#indexContentsContainer div#newsBlock div#newsBox p.ancNewsList {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	line-height: 10px;
	color: #B0AFAF;
	text-align: right;
	margin-top: 13px;
	padding-bottom: 15px;
}
div#indexContentsContainer div#newsBlock div#newsBox p.ancNewsList a {
	color: #B0AFAF;
}


div#indexContentsContainer div#indexRightColumn {
	float: right;
	width: 343px;
}
/*Blog*/
div#indexContentsContainer div#indexRightColumn div#blogBlock {
}
div#indexContentsContainer div#indexRightColumn div#blogBlock h2 {
	height: 30px;
	width: 343px;
	text-indent: -9999px;
	background-image: url(../pc_images/index/title_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#indexContentsContainer div#indexRightColumn div#blogBlock div#blogBox {
	width: 289px;
	padding-top: 10px;
	padding-right: 27px;
	padding-left: 27px;
	min-height: 90px;
	background-image: url(../pc_images/index/bg_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#indexContentsContainer div#indexRightColumn div#blogBlock div#blogBox p {
	font-size: 12px;
	line-height: 155%;
	color: #B0AFAF;
	padding-top: 3px;
	padding-bottom: 10px;
}
div#indexContentsContainer div#indexRightColumn div#blogBlock div#blogBox p a {
	color: #B0AFAF;
}

div#indexContentsContainer div#indexRightColumn div#blogBlock div#blogBox p.ancBlog {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	line-height: 10px;
	color: #B0AFAF;
	text-align: right;
	margin-top: 13px;
	padding-bottom: 15px;
}
div#indexContentsContainer div#indexRightColumn div#blogBlock div#blogBox p.ancBlog a {
	color: #B0AFAF;
}

/*Recommends*/
div#indexContentsContainer div#indexRightColumn div#recommendsBlock {
}
div#indexContentsContainer div#indexRightColumn div#recommendsBlock h2 {
	height: 30px;
	width: 343px;
	text-indent: -9999px;
	background-image: url(../pc_images/index/title_recommends.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#indexContentsContainer div#indexRightColumn div#recommendsBlock p {
	float: left;
	width: 155px;
	padding-right: 4px;
	padding-left: 11px;
}
div#indexContentsContainer div#indexRightColumn div#recommendsBlock p a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/*---------------------------------------------------------------------------------
スライダー
--------------------------------------------------------------------------------- */

.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 16px;
    height: 30px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    opacity: 0.33;
    cursor: pointer;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 25px;
    top: 215px;
}
.jquery-slider-control-next {
    right: 25px;
    top: 215px;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 60px;
    height: 5px;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    margin: 3px;
}

.jquery-slider-page-current {
    background: #928574;
}
