@charset "UTF-8";

/* 3.1 国別リスト */
/* 2008-07-12T11:56:31+09:00 */

@import url("/common/css/common.css");
@import url("/common/css/sight.css");

/* -------------------------------------------------- */
/* 国名 */
div.country{
	width: 630px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
	background: transparent url("/common/img/bg_country_bottom.gif") no-repeat left bottom;
}

div.country-header{
	width: 630px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.country-header h2,
div.country-header p{
	float: right;
}

div.country-header h2{
	width: 517px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: solid 1px #555;
	font-size: 140%;
	font-weight: bold;
}

div.country-header p{
	width: 517px;
	margin-left: 3px;
	line-height: 1.3;
}

div.country-header div.flag{
	float: left;
	padding: 5px;
	background: transparent url("/common/img/bg_flag.gif") repeat 0 0;
}

div.country-header div.flag img{
	width: 82px;
	border: solid 1px #fff;
}

div.country-body{
	width: 630px;
	overflow: hidden;
	background: #eee url("/common/img/bg_country_top.gif") no-repeat 0 0;
}

div.country-body div.col{
	width: 620px;
	overflow: hidden;
	padding: 0 10px;
	margin-top: 10px;
	background: transparent url("/common/img/bg_country_side.gif") repeat-y 0 0;
}

div.country-body div.col.single{
	width: 290px;
}

div.country-body div.section{
	width: 280px;
	padding: 10px;
	float: left;
	margin-right: 10px;
}

div.country-body h3{
	margin-bottom: 0.5em;
	padding-left: 10px;
	background: transparent url("/common/img/icon_arrow_yellow.gif") no-repeat 0 0.3em;
	line-height: 1.2;
	font-weight: bold;
}

div.country-body h3 img{
	vertical-align: top;
}

div.country-body p{
	margin-left: 10px;
	line-height: 1.3;
	font-size: 95%;
}

div.country-body a{
	text-decoration: underline;
}

div.country-body a:hover{
	text-decoration: none;
}

/* 現地情報セット */
div.localinfo div.section{
	width: 590px;
	margin-bottom: 20px;
}

div.localinfo dl{
	margin-bottom: 5px;
	background: transparent url("/common/img/bg_localinfo_date_bottom.gif") no-repeat left bottom;
}

div.localinfo dl dt,
div.localinfo dl dd{
	padding-bottom: 5px;
}

div.localinfo dl dt,
div.localinfo dl dd a{
	padding-top: 5px;
}

div.localinfo dl dt{
	width: 7.5em;
	float: left;
	background: transparent url("/common/img/bg_localinfo_date_top.gif") no-repeat 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #fff;
}

div.localinfo dl dd{
	margin-left: 7.5em;
	background: #e5e5e5 url("/common/img/bg_localinfo_title_bottom.gif") no-repeat right bottom;
	font-weight: bold;
	color: #333;
}

div.localinfo dl dd a{
	display: block;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	background: transparent url("/common/img/bg_localinfo_title_top.gif") no-repeat 100% 0;
}

div.localinfo p{
	margin: 0 10px;
	line-height: 1.5;
}

div.localinfo a{
	display: block;
	text-decoration: none;
	color: #333;
}

div.localinfo a:hover{
	text-decoration: underline;
}

