@charset "utf-8";
/* ===================================================================
CSS information

 file name  :plan.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* headerヘッダー
----------------------------------------------------------- */
#plan h1#title {
	width:1000px;
	background:url(../plan/images/plan_title.gif) no-repeat left top;
	margin:0 auto;
	height:70px;
	text-indent:-9999px;
}


/* mainメイン
----------------------------------------------------------- */
#plan div#main h3#plan_st1 
{
	background:url(../plan/images/plan_st1.gif) no-repeat left top;
	height:40px;
	width:700px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 20px 0;
	clear:both;
	text-decoration:none;
}

#plan div#main h3#plan_st2 
{
	background:url(../plan/images/plan_st2.gif) no-repeat left top;
	height:42px;
	width:700px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 20px 0;
	clear:both;
	text-decoration:none;
}

#plan div#main h3#plan_st3 
{
	background:url(../plan/images/plan_st3.gif) no-repeat left top;
	height:42px;
	width:700px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 20px 0;
	clear:both;
	text-decoration:none;
}

/*======================================

	メインコンテンツレイアウト用

=======================================*/
#plan div#main div.plan_layout
{
	margin:15px 0 20px 0;
	overflow:hidden;
	padding:0 0 15px 0;
	border-bottom: solid 1px #000000;
	height:100%;
	clear:both;
}
#plan div#main div.plan_layout2
{
	margin:15px 0 20px 0;
	overflow:hidden;
	padding:0 0 15px 0;
	height:100%;
	clear:both;
}

#plan div#main img.float_leftplan
{
	float:left;
	overflow:hidden;
	margin:0 0 10px 0;
	width:255px;
}


#plan div#main div.plan_right
{
	float:right;
	overflow:hidden;
	margin:0 0 0 20px;
	width:425px;
}

#plan div#main h5 {
	font-size:16px;
	color:#a52a2a;
	text-decoration:none;
}
#plan div#main div.plan_right p {
	line-height:20px;
}

#plan div#main div.plan_dot {
	border-bottom: dotted 1px #a52a2a;
	padding:0 0 5px 0;
}


/* プランへのボタン
----------------------------------------------------------- */
#plan div#main div.plan_bt a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#plan div#main div.plan_bt {
	width:700px;
	text-align:right;
	margin:10px auto 30px auto;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

