@charset "utf-8";


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


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



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

#content h2 {
	color: #0797C9;
	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;
}
/* 上段の右 */
.right_block {
	float: left;
	width: 210px;
}
.info {
	width: 200px;
	background-color: #E8F4E2;
	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: 355px;
}
.cols_left {
	margin-right: 30px;
	background: #FF9900 url(../img/top_blockhead_orange.gif) left top no-repeat;
}
.cols_right {
	background: #12BDF5 url(../img/top_blockhead_blue.gif) left top no-repeat;
}

/* 下段の見出し */
.block_head {
	color: #000000;
	padding: 0 0 0 60px;
}
.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;
}


