@charset "utf-8";


#header {
	height: 213px;
	background: url(../shared/img/header_bg_top.jpg) left top no-repeat;
}


#header h1 {
	padding: 65px 20px 0;
}



#content {
	width: 760px;
	float: none;
	margin: 0 20px;
	padding: 10px 0 10px 0;
}

#content h2 {
	color: #3B9E0D;
	font-size: 160%;
}

/* 上段・下段のwrapper */
.cols {
	clear: both;
	width: 740px;	/* for ie */
	overflow: hidden;	/* clearfixもどき */
	position: relative;	/* clearfixもどき */
	margin: 0 auto 20px auto;
}

/* 上段の左 */
.main_text {
	float: left;
	width: 500px;
	margin-right: 30px;
}
/* 上段の右 */
.info {
	float: left;
	width: 200px;
	background-color: #F2F7F1;
	padding: 0 5px;
	margin-top: 5px;
}
.info p.caption {
	font-size: 100%;
	color: #286A09;
	padding: 0 3px 6px 3px;
	border-bottom: 1px dotted #BCDEAC;
}

/* 下段左・右 */
.cols_left,
.cols_right {
	float: left;
	width: 365px;
}
.cols_left {
	margin-right: 10px;
	background: #EADFB6 url(../img/top_blockhead_orange.gif) left top no-repeat;
}
.cols_right {
	background: #EADFB6 url(../img/top_blockhead_blue.gif) left top no-repeat;
}

/* 下段の見出し */
.block_head {
	color: #000000;
	padding: 0 0 0 45px;
}
.block_head p {
	line-height: 1;
	margin: 0 !important;
	padding-top: 8px;
}
.block_head a {
	text-decoration: none;
	color: #000000;
}
.block_head a:hover,
.block_head a:active {
	color: #333;
}

.block_head span.fontsize_x_large {
	font-size: 150%;
	margin: 0 !important;
	padding: 0 !important;
}
/* 下段の本文 */
.block_body {
	margin: 6px;
	padding: 4px 0;
	background: #FFF;
}
.block_body p {
	margin: 0.6em 10px !important;;
}
/* 下段のイメージ写真 */
.block_body .left {
	margin: 4px 4px 4px 0;;
}

/* 下段の中の各国インデックス */
.block_index {
	border-top: 1px dotted #666666;
}


/* table */
table.data {
	border-collapse:collapse;
	margin: 0 0 10px 0;
}
table.data th,
table.data td {
	border: 1px solid #CCC;
	padding: 5px 8px;
	vertical-align: top;
}
table.data th {
	background-color:#F3E3DC;
	color: #333333;
	white-space: nowrap;
}
table.data td {
}

.price {
	font-size: 130%;
	font-weight: bold;
	color: #F00;
}
td.price {
	text-align: right;
	white-space: nowrap;
	vertical-align: middle !important;
}
.margin_r20 {
	margin-right: 20px;
}
