* {
	margin:0;
	padding:0;	
}
body {
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif ;
}
h1 , h2 , h3 {
	margin:0;
	padding:0;	
}
img {
	display:block;	
}
/*----*/
#wrap {
	width:950px;
}
#box_left {
	float:left;
	width:690px;
}
#box_right {
	float:right;
	width:240px;
}
.wrap_contents_1 {
	border:lightpink 1px solid ;
	padding:10px;
	/*border-radius:5px;*/
	/*background-color:tan;*/
	background:url(https://img.travel.rakuten.co.jp/share/image_up/5110/LARGE/a0e5eb0eb7aff2644f27e8b8390ad5f2518ca052.47.9.26.3.gif);
}
.wrap_contents_2 {
	border:darkgray 1px solid ;
	padding:10px;
}
.BG_dodgerblue {
	background-color:dodgerblue ;	
}
.BG_yellowgreen {
	background-color:yellowgreen;	
}
.btn_plan_detail {
	display:block;
	width:220px;
	height:35px;
	background:url(https://img.travel.rakuten.co.jp/share/image_up/5110/LARGE/1b73244c622e18ee1453ca400a26dd490e99861e.47.9.26.3.jpg) no-repeat;
	margin:0 auto;
}
.btn_plan_detail:hover {
	background-position:0 -35px;	
}
#btn_staff_blog {
	display:block;
	width:240px;
	height:50px;
	background:url(https://img.travel.rakuten.co.jp/share/image_up/5110/LARGE/cb60442c9250bf010760149268fd9d05de37fa88.47.9.26.3.jpg) no-repeat;	
}
#btn_staff_blog:hover {
	background-position:0 -50px;	
}
#box_plan {
	width:230px;
	background-color:#FAC3D2;
	margin:-10px 0 0 5px;	
}
#footer {
	width:930px;
	/*background-color:dodgerblue;*/
	background-color:#1E963C;
	border-radius:5px;
	margin-top:20px;
	padding:10px;
	color:white;
}
#info_footer {
	float:left;
	/*line-height:1em;*/
	vertical-align:baseline;
}
#menu_footer {
	float:right;
	margin-top:2px;
}
#menu_footer li {
	float:left;
	margin-left:20px;
	/*list-style-type:disc;*/
	/*line-height:1em;*/	
}
#menu_footer a {
	text-decoration:none;
	color:white;
}
#menu_footer a:link {
	color:white;	
}
#menu_footer a:hover {
	color:gainsboro;	
}
/*----*/
.centerize {
	margin:0 auto ;	
}
/*--Margin settings--*/
.margin_t_5 {
	margin-top:5px;	
}
.margin_t_10 {
	margin-top:10px;	
}
.margin_l_1_m {
	margin-left:1em;	
}
.margin_l_5 {
	margin-left:5px;	
}
.margin_l_20 {
	margin-left:20px;	
}
/*----*/
.padd_10 {
	padding:10px;	
}
/*----*/
.space_v_5 {
	height:5px;	
}
.space_v_10 {
	height:10px;	
}
.space_v_20 {
	height:20px;	
}
/*----*/
.txt_white {
	color:white;
}
.txt_L {
	font-size:20px;	
}
.line_h_1 {
	line-height:1em;	
}
/*----*/
.w_base {
	width:690px;	
}
.w_220 {
	width:220px;	
}
.w_230 {
	width:230px;	
}
.w_360 {
	width:360px;	
}
.w_415 {
	width:415px;	
}
.w_490 {
	width:490px;	
}
.w_580 {
	width:580px;	
}
/*--Float settings--*/
.float_l {
	float:left;	
}
.float_r {
	float:right;	
}
.clear_l {
	clear:left;	
}
.clear_b {
	clear:both;
}