﻿body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 12px;
	color: #111;
	line-height: 20px;
}
#bgbody {
	margin: 0 auto;
	padding: 0px;
	width: 961px;
	margin-top: 15px;
}
/*Contents*/
#contents {
	width: 961px;
}
/*Right*/
#right {
	width: 770px;
	float: right;
}
#japan_news {
	width: 375px;
	float: left;
	margin-top: 12px;
	overflow:hidden;
}
#japan_news img ,#international_news img{
	margin:5px;
}
#japan_news p,#international_news p{
	margin:0px;
	background:url('../image/dot.jpg') no-repeat 3px 6px;
	padding-left:15px;
	line-height:150%;
}
#japan_news p a,#international_news p a {
	color:#373737;
	text-decoration:none;
}
#japan_news p a:hover,#international_news p a:hover{
	color:black;
	text-decoration:underline;
}
#international_news{
	width: 375px;
	float: right;
	margin-top: 12px;
	overflow:hidden;
}
#right_contents {
	margin-left: 8px;
}
.rental_details_nav {
	border-top: 4px solid #FD6303;
	height: 24px;
	background-color: #EDEDED;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	margin:0 10px 10px 0;
	width:200px;
}
.list_first a{
	color:#fe6302;
	text-decoration:none;
}
.list_first a:hover{
	text-decoration:underline;
}
.list_main {
	color:#7a7a7a;
}
.list_main a{
	color:#fe6302;
	text-decoration:none;
}
.list_main a:hover{
	text-decoration:underline;
}
.more{
	float:right;
	margin-right:20px;
}
 a.more{
	background-color:#ffe9dc;
	border:1px #ffbc92 solid;
	padding:0 3px;
	color:#fe6302;
	text-decoration:none;
}
a:hover.more {
	background-color:#f1f1f1;
	border:1px #cdcdcd solid;
	padding:0 3px;
	text-decoration:none;
}