@charset "utf-8";
/* CSS Document */
/* ===================================================================
CSS information

 File Name  : content.css
 Style Info : 個別用のCSS
=================================================================== */

/*
-------------------------------------------------------
TOPページアイキャッチ
-------------------------------------------------------*/
#eye-image {
	float: left;
	width: 630px;
	height: 314px;
}
/*
-------------------------------------------------------
TOPページ15日体験ボタン
-------------------------------------------------------*/
#experience {
	background-image: url(../images/botton/rollover/top-experience.gif);
	background-repeat: no-repeat;
	height: 314px;
	margin: 0px;
	padding: 0px;
	width: 290px;
	float: left;
}
#catch-phrase {
	padding: 0px;
	margin-top: 10px;
}
/*
-------------------------------------------------------
TOPページキャッチフレーズ説明
-------------------------------------------------------*/
#catch-ex {
	margin: 15px;
	padding: 0 140px 20px 0;
	line-height: 1.5em;
	background: url("../images/disp-img.gif") no-repeat top right;
}
#catch-ex p{
	margin-bottom: 1em;
	text-indent: 1em;
}
/*
-------------------------------------------------------
お知らせ
-------------------------------------------------------*/
#infoBox{
	margin: 20px auto;
	background: url("../images/infoAreaBg.gif") no-repeat left top;
	width: 600px;
	height: 200px;
	border: 1px solid #afda89;
	position: relative;
}
#infoBox dt{
	display: none;
}
#infoBox dd{
	padding: 10px 0 0 150px;
	font-size: 12px;
}
#infoBox dd ul{
	overflow: auto;
	height: 190px;
}
#infoBox dd ul li{
	padding: 10px 0 5px 100px;
	border-bottom: 1px dotted #999;
	line-height: 1.2em;
}
#infoBox dd ul li span{
	margin-left: -93px;
	padding-right: 1em;
	color: #666;
	font-weight: bold;
}
#infoBox dd ul li a{
	padding-left: 18px;
	background: #fff url("../images/infoArrow.gif") no-repeat left 4px;
}
#infoBox dd ul li a:hover{
	background: #fffbf9 url("../images/infoArrow.gif") no-repeat 5px 4px;
}

#infoBox #rss{
	padding: 0;
	position: absolute;
	top: 180px;
	left: 80px
}
#infoBox #btnGiList{
	padding: 0;
	position: absolute;
	top: 180px;
	left: 5px;
}

/*
-------------------------------------------------------
TOPページ導入メリット部分
-------------------------------------------------------*/
#merit-home{
	padding: 10px 0;
}
#merit-home li{
	float: left;
	padding: 0 5px;
}
#merit-home img{
	border: 2px solid #fff;
}
#merit-home li a:hover img{
	border: 2px solid #f90;
}
.merit {
	float: left;
	width: 300px;
	margin: 10px 0;
	height: 160px;
}
.merit dt {
	float: left;
	width: 150px;
}
.merit dd {
	margin-left: 155px;
	width: 140px;
}
.merit .caption {
	font-size: 18px;
	font-weight: bold;
	color: #ff6000;
}
#voice-h2 {
	padding-top: 20px;
}

/*-------------------------------------------------------
TOPページ利用者様の声部分
-------------------------------------------------------*/
.voice  {
	height: 210px;
	width: 580px;
	margin-top: 20px;
	padding-right: 20px;
}
.voice dt {
	margin-top: 165px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #ff9600;
	margin-left: 10px;
}
.voice dd {
	margin-left: 190px;
	padding-right: 10px;
	padding-top: 5px;
}
.voice ol {
	padding-left:30px;
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
	height: 190px;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#ff6600;
	scrollbar-highlight-color:#ffb630;
	scrollbar-shadow-color:#ffb630;
	scrollbar-track-color:#ffffff;
}

.voice li {
	padding: 8px 0;
	border-bottom: 1px dashed #999;
	font-size: 12px;
	line-height: 1.4em;
}
.voice li.detail{
	padding-right: 20px;
	border: none;
	list-style: none;
	text-align: right;
}
#family {
	background-image: url(../images/voice/family-voice.gif);
	background-repeat: no-repeat;
	height: 210px;
}
#user {
	background-image: url(../images/voice/user-voice.gif);
	background-repeat: no-repeat;
	height: 210px;
}
#staff {
	background-image: url(../images/voice/staff-voice.gif);
	background-repeat: no-repeat;
	height: 210px;
}
/*-------------------------------------------------------
サイトマップのスタイル
-------------------------------------------------------*/
#sitemap{
	margin: 20px;
}
#sitemap dl{
	margin: 25px auto;
}
#sitemap dt img{
	vertical-align: bottom;
}
#sitemap dd{
	margin: 0 0 0 20px;
	padding: 10px 0 0 55px;
	height: 30px;
	background: url("../images/sitemap/list-sitemap-gap.gif") no-repeat left center;
}
#sitemap dd.end{
	background: url("../images/sitemap/list-sitemap-end.gif") no-repeat left center;
}
.left-clm{
	float: left;
	width: 260px
}
.right-clm{
	float: right;
	width: 260px
}