@charset "UTF-8";

@import url("common.css");


/* -------------------------------------------------------------------
 TOPページスタイル
------------------------------------------------------------------- */

/* メインイメージ -------------------- */

#main-img{
	width: 900px;
	height: 251px;
	background: url(../../img/main_img.png) no-repeat;
}

#main-img p{
	padding-top: 22px;
	padding-left: 16px;
}


/* コンテンツ枠 -------------------- */

div#ct-area {
	width: 880px;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px;
	background: url(../../img/bg_bn_area.gif) repeat-y;
}

div#ct-left {
	width: 663px;
	float: left;
}

div#ct-right {
	width: 200px;
	float: right;
}

div#ct-right-inner {
	width: 190px;
	margin: 10px 0px 10px 8px;
}


/* サブタイトルTOP -------------------- */

.sub-title01{
	margin-bottom: 3px;
	clear: both;
}

.sub-title02{
	margin: 30px 0px 3px 0px;
	clear: both;
}


/* プランへのリンクBOX -------------------- */

div#plan-box{
	width: 663px;
	margin: 10px 0px 20px 0px;
}

div#plan-box .plan-sbox{
	width: 190px;
	margin: 10px 7px;
	padding: 15px 7px;
	float: left;
	background: url(../../img/plan_border_top.jpg) no-repeat top;
}

div#plan-box .plan-sbox dl{
	margin: 5px 0px;
}

div#plan-box .plan-sbox dl dt{
	margin-bottom: 5px;
	padding: 0px 5px;
	text-align: center;
	background: #8E8243;
	font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
}

div#plan-box .plan-sbox .price{
	text-align: right;
	color: #FF3300;
	margin: 5px 0px 10px 0px;
	font-weight: bold;
}

div#plan-box .plan-sbox .btn{
	padding: 0px 0px 15px 0px;
	text-align: center;
	background: url(../../img/plan_border_bottom.jpg) no-repeat right bottom;
}

.family-link{
	clear: both;
	margin: 15px;
	text-align: center;
}


/* 新着情報 -------------------- */

table.news-box{
	width: 663px;
	margin-bottom: 15px;
}

table.news-box th{
	width: 15%;
	padding: 5px 2px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background: url(../img/line.gif) repeat-x bottom;
}

table.news-box td{
	padding: 5px 2px;
	vertical-align: top;
	background: url(../img/line.gif) repeat-x bottom;
}


/* バナー領域 -------------------- */

div#ct-right-inner p.bn{
	margin-bottom: 15px;
}


