@charset "UTF-8";

/***** トップページ専用 *****/

/***** 右側 *****/
#rightbox{
	padding : 30px 0 10px;
}
#rightbox h3{
	font-size : 13px;
	color : #FFFFFF;
	background : #5C2653;
	padding : 0 12px 7px;
	margin : 3px 0 0;
	line-height : 150%;
	text-align : center;
}
.caption{
	font-size : 11px;
	color : #FFFFFF;
}

#tel{
	background : #000000;
	text-align : right;
	font-size : 12px;
	color : #FFFFFF;
}

#info{
	background : #5C2653;
	color : #FFFFFF;
	padding : 5px 10px;
	margin : 0 0 15px;
}
#info h2{
	font-size : 12px;
	text-align : center;
	padding : 0 0 2px;
}
#info p{
	line-height : 150%;
}


/***** フッター *****/
#footer{
	color : #FFFFFF;
}
#footer .foot{
	background : #5C2653;
	_height : 20px;
}
*:first-child+html #footer .foot{
	height : 55px;
}
#footer .foot .company{
	float : left;
	width : 530px;
}
#footer .foot .company p{
	text-align : left;
	padding : 25px 0 2px 15px;
}
#footer .foot .company p a{
	color : #FFFFFF;
}
#footer .foot .company p a:hover{
	text-decoration : none;
	color : #AE93A9;
}
#footer .foot .copyright{
	float : right;
	width : 400px;
}
#footer .foot .copyright address{
	padding : 30px 15px 2px 0;
	text-align : right;
	font-weight : bold;
	color : #FFFFFF;
}