@charset "UTF-8";
/* -----------------------------------------------------------------------
	2012 NEO ZEST
	http://neozest.jp
----------------------------------------------------------------------- */
/* スライド */
#slider li{
	overflow: hidden;
	height: 506px;
	position: relative;
	width: 900px;
}
/* テキスト部 */
#text-01,
#text-02,
#text-03,
#text-04,
#text-05,
#text-06,
#text-07,
#text-08,
#text-09,
#text-10, 
#text-11{
	background: url('images/bg-text.png') repeat left top;
	margin: 10px;
	overflow: hidden;
	padding: 10px;
	width: 400px;
	/* CSS3 border-radius */
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#text-01 img,
#text-02 img,
#text-03 img,
#text-04 img,
#text-05 img,
#text-06 img,
#text-07 img,
#text-08 img,
#text-09 img,
#text-10 img,
#text-11 img{
	height: 68px;
	width: 120px;
	/* CSS3 border-radius */
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#slider dt {
	color: #ffff80;
	font-size: 15px;
/*	font-weight: bold; */
	padding: 0 0 9px 0;
}
#slider dd {
	color: #ffffff;
	font-size: 0.9em;
}
.text-pict {
	float: left;
	overflow: hidden;
	padding: 0 5px 0 0;
	width: 275px;
}
.txt-only {
	overflow: hidden;
}
#text-02 {
	bottom: 10px;
	position: absolute;
	right: 10px;
}
#text-03 {
	bottom: 10px;
	position: absolute;
	right: 10px;
}
#slide-09-note {
	background: #ffff80;
	color: #222222;
	line-height: 160%;
	overflow: hidden;
	padding: 5px 10px;
	width: 250px;
	/* CSS3 border-radius */
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#slide-10-menu {
	height: 113px;
	left: 310px;
	overflow: hidden;
	position: absolute;
	top: 134px;
	width: 225px;
}
/* スライド背景画像 */
#slide-01 {
	background: url('images/bg-01.jpg') no-repeat left top;
}
#slide-02 {
	background: url('images/bg-02.jpg') no-repeat left top;
}
#slide-03 {
	background: url('images/bg-03.jpg') no-repeat left top;
}
#slide-04 {
	background: url('images/bg-04.jpg') no-repeat left top;
}
#slide-05 {
	background: url('images/bg-05.jpg') no-repeat left top;
}
#slide-06 {
	background: url('images/bg-06.jpg') no-repeat left top;
}
#slide-07 {
	background: url('images/bg-07.jpg') no-repeat left top;
}
#slide-08 {
	background: url('images/bg-08.jpg') no-repeat left top;
}
#slide-09 {
	background: url('images/bg-09.jpg') no-repeat left top;
}
#slide-10 {
	background: url('images/bg-10.jpg') no-repeat left top;
}
#slide-11 {
	background: url('images/bg-11.jpg') no-repeat left top;
}
