@charset "utf-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) 2013 Kiyonobu Horita @ WEBPLUS Inc.            */
/*--------------------------------------------------------------*/


/* ---------------------------------------------------------------------
　common
--------------------------------------------------------------------- */
#main {
	margin:0 auto 0;
	width:980px;
	text-align:left;
}

/* ---------------------------------------------------------------------
　#keyVisual
--------------------------------------------------------------------- */
#keyVisual {
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	z-index:300;
}

#keyVisual .bxslider {
	margin:0 auto;
	padding:0;
	width:100%;
	height:260px;
	list-style:none;
	overflow:hidden;
}

#keyVisual .front {
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -280px;
	width:560px;
	height:140px;
	background:url(../../images/top/slide_front.png) center center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* ---------------------------------------------------------------------
　#pick
--------------------------------------------------------------------- */
.pickup01 {
	margin-top:30px;
}

.pickup01 h2 {
	width:980px;
	height:50px;
	background:url(../../images/top/h201.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.pickup01 .blk {
	float:left;
	margin-right:10px;
	width:320px;
	height:250px;
	border-bottom:1px #CCC solid;
}

.pickup01 .blk:last-child {
	margin-right:0;
}

.pickup01 .blk h3, .pickup02 .blk h3 {
	width:320px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.pickup01 .blk01 h3 {
	background:url(../../images/top/h301.png) 0 0 no-repeat;
}

.pickup01 .blk02 h3 {
	background:url(../../images/top/h302.png) 0 0 no-repeat;
}

.pickup01 .blk03 h3 {
	background:url(../../images/top/h303.png) 0 0 no-repeat;
}

.pickup01 p {
	margin:10px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

.pickup02 .blk {
	float:left;
	margin:20px 10px 50px 0;
	width:320px;
	height:200px;
	border-bottom:1px #CCC solid;
}

.pickup02 .blk:last-child {
	margin-right:0;
}

.pickup02 .blk01 h3 {
	background:url(../../images/top/h304.png) 0 0 no-repeat;
}

.pickup02 .blk02 h3 {
	background:url(../../images/top/h305.png) 0 0 no-repeat;
}

.pickup02 .blk03 h3 {
	background:url(../../images/top/h306.png) 0 0 no-repeat;
}

.pickup02 p {
	margin:10px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

/* ---------------------------------------------------------------------
　.news
--------------------------------------------------------------------- */
.news h2 {
	margin-bottom:5px;
	width:980px;
	height:50px;
	background:url(../../images/top/h202.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.news ul {
	float:left;
	padding-bottom:100px;
	list-style:none;
}

.news li {
	margin-bottom:24px;
	padding-left:10px;
	width:640px;
	background:url(../../images/arrow/arrow_so.png) 0 3px no-repeat;
	border-bottom:1px #999 dotted;
	font-size:14px;
}

.news .date {
	color:#C00;
}

.news .ttl {
	margin:0 10px;
	font-weight:bold;
}

.news .new {
	color:#F00;
}

/* ---------------------------------------------------------------------
　.bnr
--------------------------------------------------------------------- */
.bnr {
	float:right;
	padding-bottom:100px;
	width:250px;
}

.bnr a:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	-o-opacity:0.7;
	-ms-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}



/*--------------------　▲　end of file　▲　*/
