@charset "UTF-8";

/*汎用設定*/

*
{
	padding: 0px;
	margin: 0px;
}
body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
.mac.safari body,
.mac.gecko body,
.mac.chrome body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
body
{
	background: url(../images/common/bg.jpg);
	border-top: 5px solid #B20000;
	padding-top: 25px;
}
table
{
	border: none;
	border-collapse: collapse;
}
td
{
	border: none;
	vertical-align: top;
}
a:link
{
	text-decoration: none;
	color: #CC0000;
}
a:visited
{
	text-decoration: none;
	color: #CC0000;
}
a:hover
{
	text-decoration: underline;
	color: #ff9900;
}


/*エリア指定*/

#wrapper
{
	width: 1040px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 5px;
}
#left-column
{
	width: 200px;
	float: left;
	padding-left: 20px;
}
#left-column ul
{
	margin-left:2em;
}
#left-column li
{
	list-style: disc;
}
#right-column
{
	width: 770px;
	float: right;
	padding-right: 20px;
}

#footer
{
	border-top: 1px solid #B20000;
	padding: 20px 0px;
	text-align: center;
}

/*トップページ*/

#pickup-area
{
	width: 770px;
	height: 800px;
	position: relative;
}
.picup01 a
{
	position: absolute;
	width: 185px;
	height: 120px;
	top: 520px;
	left: 0px;
	background: url(../images/top/picup01.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup02 a
{
	position: absolute;
	width: 185px;
	height: 120px;
	top: 520px;
	left: 195px;
	background: url(../images/top/picup02.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup03 a
{
	position: absolute;
	width: 380px;
	height: 120px;
	top: 650px;
	left: 0px;
	background: url(../images/top/picup03.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup04 a
{
	position: absolute;
	width: 380px;
	height: 250px;
	top: 520px;
	left: 390px;
	background: url(../images/top/picup04.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup05 a
{
	position: absolute;
	width: 380px;
	height: 250px;
	top: 520px;
	left: 0px;
	background: url(../images/top/picup05.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup06 a
{
	position: absolute;
	width: 380px;
	height: 250px;
	top: 520px;
	left: 390px;
	background: url(../images/top/picup06.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup07 a
{
	position: absolute;
	width: 380px;
	height: 250px;
	top: 260px;
	left: 0px;
	background: url(../images/top/picup07.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup08 a
{
	position: absolute;
	width: 380px;
	height: 250px;
	top: 260px;
	left: 391px;
	background: url(../images/top/picup08.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup09 a
{
	position: absolute;
	width: 380px;
	height: 120px;
	top: 0px;
	left: 0px;
	background: url(../images/top/picup09.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup10 a
{
	position: absolute;
	width: 380px;
	height: 120px;
	top: 130px;
	left: 0px;
	background: url(../images/top/picup10.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.picup11 a
{
	position: absolute;
	width: 380px;
	height: 250px;
	top: 0px;
	left: 390px;
	background: url(../images/top/picup11.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.picup01 a,
.picup02 a,
.picup03 a,
.picup04 a,
.picup05 a,
.picup06 a,
.picup07 a,
.picup08 a,
.picup09 a,
.picup10 a,
.picup11 a
{
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7); 
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7); 
	-o-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7); 
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7); 
	zoom: 1;
}

#info-area,
#text-area
{
	margin-bottom: 30px;
}
#info-area dt
{
	float: left;
	width: 8em;
}
#info-area dd
{
	margin: 0px 0px 0px 8em;
}

/*余白*/

.mb30px
{
	margin-bottom: 30px;
}
.mb20px
{
	margin-bottom: 20px;
}
.mb10px
{
	margin-bottom: 10px;
}

/*上に戻るボタン*/

#page-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*flexslider*/

flexslider 
{
	width: 770px;
}
.slide01 a
{
	width: 770px;
	height: 300px;
	top: 0px;
	left: 0px;
	background: url(../images/top/slide01.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.slide02 a
{
	width: 770px;
	height: 300px;
	top: 0px;
	left: 0px;
	background: url(../images/top/slide02.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.slide03 a
{
	width: 770px;
	height: 300px;
	top: 0px;
	left: 0px;
	background: url(../images/top/slide03.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.slide04 a
{
	width: 770px;
	height: 300px;
	top: 0px;
	left: 0px;
	background: url(../images/top/slide04.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.slide05 a
{
	width: 770px;
	height: 300px;
	top: 0px;
	left: 0px;
	background: url(../images/top/slide05.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next
{
	width: 50px;
	height: 45px;
	opacity: 1;
}
.flexslider .flex-prev
{
	background-image: url(../images/top/prev.png);
	left: 0px;
	opacity: 1;
}
.flexslider .flex-prev a:hover
{
	opacity: 1;
}
.flexslider .flex-next
{
	background-image: url(../images/top/next.png);
	right: 0px;
	opacity: 1;
}
.flexslider .flex-next a:hover
{
	opacity: 1;
}
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before
{display: none;}


/*サイドメニュー*/
