/*
************************************************

 /plan.html　のみに適用
  STAGE 　～　 /STAGE 

************************************************
*/
	



/* CSS 
************************************************/
@import url(contents.css);		/* コンテンツページ共通 */
	



/* MAIN width:627px
************************************************/
.plan { width:605px; margin:0 auto 0 auto;}

.plan .ctitle { width:605px; height:33px; margin:0 0 20px 0; }	
.plan .ctitle span { display:none;}
 #ntce01 { background:url(../img/con_plan/ctit_01.gif) no-repeat;}
 #ntce02 { background:url(../img/con_plan/ctit_02.gif) no-repeat;}
 #ntce03 { background:url(../img/con_plan/ctit_03.gif) no-repeat;}

.plan .areabox { width:585px; margin:0 0 35px 0; padding:0 10px 0 10px;}
.plan .areabox .cent { margin:0 0 15px 0;}
.plan .areabox .cort1L { width:60px; float:left; color:#003399; margin-bottom:10px; font-size:x-small; letter-spacing:0.1em;}
.plan .areabox .cort1R {
	width:535px;
	float:left;
	color:#003399;
	margin-bottom:10px;
	font-size:x-small;
	letter-spacing:0.1em;
}

.plan .areabox #price { width:246px; border:1px solid #cccccc; background:#ffffff; padding:1px;}
.plan .areabox #price p { float:left; width:110px; padding:6px 6px 4px 6px; margin-right:1px; border-bottom:1px dotted #cccccc;}
.plan .areabox #price p.alt { font-weight:bold; text-align:center; background:#ffe4e1;}
.plan .areabox #price p.yen { text-align:right; background:#f9f9f9;}

.plan .areabox .exp { padding:7px 10px 5px 70px; background:#ffffff; border-bottom:1px dotted #cccccc;}
