@charset "utf-8";

/*********************************************************************
CARESIS PARK
INDEX STYLES
*********************************************************************/

/* LAYOUT --------------------------------------------------------------------------------------------*/

#container{ background: url(index/bg_container.jpg) repeat-x 0 220px;}

/* Index --------------------------------------------------------------------------------------------*/

/* h1 **********/

h1{
	margin: 0 0 45px;
	padding: 25px 0 0;
	height: 375px;
	background: url(index/aikawa_photo.png) no-repeat 50% 0;
	overflow: visible;
	position: relative;
}
h1 span{
	margin: 0 auto;
	display: block;
	width: 960px;
	text-align: left;
}

/* Banner **********/

#banner_staff{
	position: absolute;
	top: -145px;
	right: 0;
	z-index: 99;
}

/* index_fee **********/

#index_fee{
	margin: 45px 0 40px;
	padding: 0;
	background: url(common/white_gr1.png) repeat-x 0 100%;
	border-bottom: solid 7px #a4e2ab;
	border-left: solid 7px #a4e2ab;
}
#index_fee .border{
	border: none;
	border-top: solid 7px #d6f399;
	border-right: solid 7px #d6f399;
}
#index_fee img{
	margin: -45px 0 0;
	float: left;
}
#index_fee .f_r{ width: 500px;}
#index_fee .dl2 dl{
	margin: 0.4em 0;
	border-bottom: none;
	line-height: 1.7;
}
#index_fee .dl2 dl dt{
    margin: 0;
	width: 120px;
	color: #009844;
	font-size: 95%;
	font-weight: bold;
}
#index_fee .dl2 dl dd{
    margin: 0;
	width: 380px;
	font-size: 90%;
}
#index_fee ul{ padding: 0;}
#index_fee li{
	padding: 0 12px;
	display: block;
	float: left;
	width: 165px;
	background: url(common/dot_s_1.png) no-repeat 0 50%;
}
#index_fee span{ float: right; font-weight: bold;}
#index_fee p{
	margin: 0;
	line-height: 1.5;
	font-size: 80%;
}

/* topics **********/

#topics{ position: relative;}
#topics .dl2{ margin: 0 140px 0 60px;}
#topics .dl2 dl dt{ width: 18%;}
#topics .dl2 dl dd{ width: 81%;}
#topics .dl2 strong{
	margin: 0 0 0 5px;
	padding: 1px 0.7em 0;
	color: #fff;
	background: #f29600;
	border-radius: 2px;
	line-height: 1;
	font-size: 9px;
	font-weight: normal;
}
#topics .dl2 span.new{ display: none;}
#topics .btns{
	position: absolute;
	right: 40px;
	bottom: 40px;
}

/* about **********/

#about .read{ font-size: 103%;}

/* torikumi3 **********/

#torikumi3 h2 .sml2{ font-size: 70%;}
#torikumi3 ul{
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
#torikumi3 li{
	float: left;
	width: 270px;
}
#torikumi3 li:first-child{ margin: 0 25px 0 0;}
#torikumi3 li:last-child{ float: right;}
#torikumi3 li p{
	margin: 0;
	font-size: 95%;
}
#torikumi3 h3{
	padding: 0;
	background: none;
	text-align: center;
	font-size: 100%;
}
#torikumi3 h3 span{
	padding: 0 0 0 20px;
	background: url(common/ic_leaf_s.png) no-repeat 0 50%;
}

