@charset "UTF-8";

body {
	background: url(../images/main_back.jpg) center 278px no-repeat #FFF;
}

/*----------------------------------
イメージスライダー
---------------------------------- */
.index body {
	overflow-x:hidden;
}

/*-----　スライダー全体　-----*/
#pxs_container {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
}

/*-----　スライダー本体　-----*/
.pxs_slider_wrapper {
	display: none;
}

/*-----　コンテンツ画像部分　-----*/
ul.pxs_slider {
	position: absolute;
	left: 0px;
	top: 13px;
	height: 345px;
}
ul.pxs_slider li {
	height: 340px;
	float: left;
	position: relative;
}
ul.pxs_slider li img {
	display: block;
	margin: 0 auto;
}

/*-----　サムネイル画像部分　-----*/
ul.pxs_thumbnails {
	height: 20px;
	position: absolute;
	top: 355px;
	left: 50%;
}
ul.pxs_thumbnails li {
	position: absolute;
	cursor: pointer;
}
ul.pxs_thumbnails li img {
	cursor: pointer;
	display: block;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
ul.pxs_thumbnails li.selected img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*-----　ナビゲーション　-----*/
.pxs_navigation span {
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	top: 169px;
	cursor: pointer;
}
.pxs_navigation span img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.pxs_navigation span:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.pxs_navigation span.pxs_prev {
	margin-left: -38px;
}
.pxs_navigation span.pxs_next {
	margin-right: -38px;
}

/*-----　ローディング　-----*/
.pxs_loading {
	padding: 10px 25px;
	width: 120px;
	height: 30px;
	position:absolute;
	background: #2a2a2a;
	top: 50%;
	left:50%;
	margin: -25px 0 0 -85px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

/*----------------------------------
商品バナー
---------------------------------- */
#fp_baner {
	padding: 45px 0 7px 0;
}

#fp_baner_txt {
	padding-bottom: 45px;
	font-size: 13px;
}

.pickup {
	width: 890px;
	margin: 0 auto;
}

#baner01, #baner02 {
	width: 280px;
	float: left;
	margin-right: 25px;
	text-align: left;
}

#baner03 {
	width: 280px;
	float: left;
	text-align: left;
}

.pickup_title {
	margin-bottom: 10px;
}

.pickup_baner {
	border: 1px #CCC solid;
	margin: 0 0 8px 0;
}

.pickup_baner_txt {
	margin: 2px 0 8px 0;
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	text-align: center;
	font-weight: normal;
}


/*----------------------------------
What's New
---------------------------------- */
#new {
	width: 632px;
	float: left;
	margin-top: 35px;
	text-align: left;
}

#news_area {
	width: 632px;
	height: 250px;
	text-align: center;
	margin-top: 10px;
    padding: 8px 0;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	background: #f8ebef;
	overflow-y: scroll;
}

#news_inner {
	width: 555px;
	height: 240px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

.topics_cont {
	width: 555px;
	border-bottom: 1px #999 dotted;
	clear: both;
}

.topics_date {
	width: 75px;
	float: left;
	font-size: 11px;
	color: #993366;
	padding: 14px 0 0 0;
}

.news_topic {
	width: 460px;
	float: right;
	padding: 14px 0 10px 0;
}

/*----------------------------------
info枠
---------------------------------- */
#ousho_info {
	width: 232px;
	float: right;
	margin-top: 35px;
	padding-top: 23px;
}

#title_info {
	padding: 20px 0 6px 0;
}

#info_waku {
	width: 232px;
	background: url(../images/info_back.gif) repeat-y;
	padding: 5px 0;
}


#form {
	padding: 0 0 0 13px;
	text-align: left;
}

#info_tel {
	padding: 10px 0 2px 0;
}

#staffblog {
	padding-top: 15px;
}
