@import "common.css";

/*  
 report.html [  
----------------------------------------------------------- */ 
/*  
 head_container [  
----------------------------------------------------------- */ 
#head_container { margin:0 15px 20px; }
#head_container .head { margin-bottom:10px; }
#head_container .txt_box { padding:5px 30px; line-height:1.6; }

#outline {
	float: left;
	padding-left:15px;
	width:393px;
	height:476px;
	background-image: url(../images/outline_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}


/*  
 step [  
----------------------------------------------------------- */ 
.step_wrap {
	background-image: url(../images/taiken_step_bg.gif);
	background-repeat: no-repeat;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top:18px;
}
.step_wrap .btm_bar { clear:both; }

.step_wrap .left_box {
	float:left;
	width:234px;
	padding-left: 28px;
}
.step_wrap .right_box { float:right; width:520px; padding-left:10px; padding-right:28px; line-height:1.4; }
.step_wrap .right_box .ph_left { float:left; margin-right:10px; }

.right_box .font150_blue { 
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	font-size:150%; font-weight:bold; color:#3366CC; }

/*  
 map [  
----------------------------------------------------------- */ 
.menu_note_wrap1, .menu_note_wrap7, .menu_note_wrap8, .menu_note_wrap9 {
	background-repeat: no-repeat;
	height: 241px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.menu_note_wrap1 { background-image: url(../images/menu_note_bg1.gif); }
.menu_note_wrap7 { background-image: url(../images/menu_note_bg7.gif); }
.menu_note_wrap8 { background-image: url(../images/menu_note_bg8.gif); }
.menu_note_wrap9 { background-image: url(../images/menu_note_bg9.gif); }

.menu_name { margin-top:10px; margin-left: 28px; }
.menu_note { margin-left: 28px; width:510px; background-image: url(../images/menu_note_line.gif); line-height:21px; }
.price { text-indent: -9999px; }

