@charset "UTF-8";

/* 3.0 トラベルパーツトップ */
/* 2008-07-12T11:56:40+09:00 */

@import url("/common/css/common.css");
@import url("/common/css/sight.css");

/* -------------------------------------------------- */
/* 概要 */
p.summary{
	font-weight: bold;
}

/* 国名一覧 */
div.index div.col{
	width: 600px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 3px;
	background: transparent url("/common/img/bg_country_index_bottom.gif") repeat-x left bottom;
}

div.index div.col div.col-body{
	width: 608px;
	overflow: hidden;
	background: transparent url("/common/img/bg_country_index_top.gif") repeat-x 0 0;
}

div.index div.col div.col-body div.section{
	width: 175px;
	float: left;
	margin-right: 5px;
	padding: 10px;
}

/* -------------------- */
/* 偶数行 */
div.index div.col.even{
	background-position: 200px bottom;
}

div.index div.col.even div.col-body{
	background-position: 200px 0;
}

/* 最後が 1 列で終わる時 */
div.index div.col.single,
div.index div.col.single div.col-body{
	width: 200px;
}

/* 最後が 2 列で終わる時 */
div.index div.col.double,
div.index div.col.double div.col-body{
	width: 400px;
}
/* -------------------- */

div.index div.col div.col-body div.section h3{
	margin-bottom: 0.5em;
	font-weight: bold;
}

div.index div.col div.col-body div.section h3 span.flag{
	display: block;
	width: 36px;
	margin-right: 12px;
	float: left;
	border: solid 1px #ccc;
}

div.index div.col div.col-body div.section h3 img{
	border: solid 2px #fff;
}

div.index div.col div.col-body div.section p{
	line-height: 1.3;
	font-size: 95%;
}

/* 注意事項 */
div.notice{
	width: 590px;
	margin-left: 20px;
	padding: 15px 20px 5px 20px;
	border: solid 1px #ccc;
}

div.notice p{
	margin-bottom: 1em;
	line-height: 1.2;
}

