@charset "utf-8";
/* CSS Document */
/*お知らせ*/
h2 span{
	float: right;
	font-size: 0.65em;
	margin-top: 5px;
	font-weight: normal;
}
*:first-child+html h2 span{
	margin-top: -1.4em;
	padding-right: 15px;
}
iframe{
	margin: 0px;
	padding: 0px;
	height: 195px;
	width: 705px;
}

/*プランのご案内*/
#planInfo{
	font-size: 0.8em;
	margin-top: 10px;
}
#planInfo a:link,
#planInfo a:visited{
	color: #000;
	display: block;
	height: 218px;
	width: 217px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	padding: 5px;
	background-image: url(../img/top/plan_more.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
}
#planInfo a:hover{
	text-decoration: none;
	background-image: url(../img/top/plan_more_on.jpg);
}
#plan_koekisha{
	float: left;
	border-top-color: #0079C3;
	border-right-color: #0079C3;
	border-bottom-color: #0079C3;
	border-left-color: #0079C3;
}
#plan_koekisha dd.copy{
	background-image: url(../img/top/bg_plan_koekisha.jpg);
}
#plan_philia{
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	border-top-color: #D44F96;
	border-right-color: #D44F96;
	border-bottom-color: #D44F96;
	border-left-color: #D44F96;
}
*:first-child+html #plan_philia{
	margin-top: -1.6em;
}
#plan_philia dd.copy{
	background-image: url(../img/top/bg_plan_philia.jpg);
}
#plan_davius{
	float: right;
	border-top-color: #384C90;
	border-right-color: #384C90;
	border-bottom-color: #384C90;
	border-left-color: #384C90;
}
*:first-child+html #plan_davius{
	margin-top: -3.2em;
}
#plan_davius dd.copy{
	background-image: url(../img/top/bg_plan_duvius.jpg);
}
dd.copy{
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1.1em;
	font-weight: bold;
	color: #373634;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 52px;
}


/*メインバナー*/

.top_banner {
	margin: 0px;
	padding: 0px;
}
.top_banner img {
	margin-top: 10px;
}
