@charset "euc-jp";
@import "common.css";
/*
========== TABLE of CONTENTS ==========

1:navi&bar
2:box

clearfix rules

========== TABLE of CONTENTS ==========
*/

.yj950-1 #wrapper{
	padding: 0 10px;
}

/* ---------- 1: ---------- */

#top_navi_box {
	background-image:url(http://i.yimg.jp/images/map/v2/menu_bg.jpg); 
	background-repeat:repeat-x; 
	height:40px; 
	padding:0px 5px;
	text-align:left;
}
#top_navi_box .right {
	float:right; 
	margin-top:10px;
	_margin-top:13px;
}	
h2 {
	font-size:14px;
	line-height:115%;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(http://i.yimg.jp/images/map/v2/title_bg.gif);
}


/* ---------- /1: ---------- */

/* ---------- 2: ---------- */
.inbox {padding:10px; line-height:130%;}

#renew_box {
	margin-bottom:10px;
	padding:1px;
	border:#ADB9C2 1px solid;
	background-color: #eff3f8;
	text-align:left;
}
#renew_box .link {
	margin-left:80px; 
	margin-top:2px; 
	margin-bottom:2px;
}
.fr {float: right;}
.tbl_border { border:1px solid #CCCCCC;} 
.text_bold {font-weight:bold;}
/* ---------- /2: ---------- */



/* ---------- clearfix rules(float clear hack) ---------- */

#renew_box:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#renew_box{
	display: inline-block;
	}
/* Hides from IE5-mac \*/
*html #renew_box{
	height: 1%;
	}
#renew_box{
	display: block;
	}
/* End hide from IE5-mac */

/* ---------- /clearfix rules(float clear hack) ---------- */
