@charset "Shift_JIS";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 890px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../img/earth_back_img.gif);
	background-position: right 100px;
	background-repeat: no-repeat;
	text-align: left;
} 
.twoColFixRtHdr #container2 {
	width: 890px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../img/earth_back_img.gif);
	background-position: right 670px;
	background-repeat: no-repeat;
	text-align: left;
}
.title {
	margin: 0px;
	float: left;
	padding-bottom: 20px;
}
.twoColFixRtHdr #header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #114EC1;
	height: 47px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.logo {
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	width: 266px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: right;
}
.twoColFixRtHdr #mainContent {
	background-color: transparent;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 100px;
	width: 439px;
	overflow: auto;
} 
#mainContent ul {
	font-size: 13px;
	line-height: 1.8em;
	color: #333333;
	list-style-image: url(../img/list_button.gif);
	list-style-type: none;
	padding-top: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.red_txt {
	font-size: 11px;
	line-height: 1.8em;
	color: #FF0000;
}
.main_txt {
	font-size: 13px;
	line-height: 1.8em;
	color: #333333;
}
#map {
	height: 585px;
	width: 780px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
}
#map_back {
	background-image: url(../img/know_1_earth_back.jpg);
	background-repeat: no-repeat;
	height: 621px;
	width: 827px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	color: #999999;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #114EC1;
} 
.twoColFixRtHdr #worlo_voices {
	background-image: url(../img/world_voices.gif);
	background-repeat: no-repeat;
	background-position: 100px top;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #C5FFFF;
	padding-top: 25px;
	padding-left: 100px;
	font-size: 11px;
	line-height: 1.6em;
	color: #3366FF;
	margin: 0px;
	padding-right: 100px;
}
.twoColFixRtHdr #wrapper {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
h2 {
	font-size: 13px;
	line-height: 1.4;
	color: #0066FF;
	margin-top: 35px;
	margin-bottom: 1em;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	font-weight: bold;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.voice_name {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 2px;
	font-weight: bold;
}
.voice_name_sub {
	font-size: 12px;
	color: #FF6600;
	padding: 2px;
	font-weight: bold;
	line-height: 1.9em;
}
.voice_txt     {
	font-size: 13px;
	line-height: 1.8em;
	color: #333333;
	text-align: justify;
}
.voice_txt2 {
	font-size: 12px;
	line-height: 1.8em;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
.voice_txt3 {
	font-size: 11px;
	line-height: 1.3em;
	color: #666666;
	text-align: justify;
}
.voice_txt4 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
.voice_txt5 {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	text-align: justify;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.voice_txt5_title {
	font-size: 11px;
	color: #8BC400;
	font-weight: bold;
}
.page_top_txt {
	text-align: right;
}
.voice_txt_img_right {
	padding: 0px;
	float: right;
	margin-top: 0.4em;
	margin-bottom: 10px;
	margin-left: 10px;
}
.voice_txt_img_left {
	padding: 0px;
	float: left;
	margin-top: 0.4em;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* ハイパーリンク付き画像は枠なし */
a img {
  border: none;
}
a,
a:link {
	/* 必要ならば，リンクテキストに関する設定をしてください */
  color: #FF6600;
	text-decoration: none;
}

a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
  color: #993300;
}

a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
  color: #FF3300;
	text-decoration: underline;
}

a:active {
	/* 必要ならば，アクティブ時のリンクテキストに関する設定をしてください */
  color: #FF0000;
	text-decoration: underline;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}.underline_dot {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.thumbnail{
	padding: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	
.box_top {
	background-image: url(../img/box_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
}
.box_txt {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: justify;
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.box_bottom {
	background-image: url(../img/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
}
.present_page_txt {
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	border-bottom-width: 1px;
	color: #0099FF;
	font-size: 14px;
}
.form_table {
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
	padding: 10px;
}
.form_object {
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
}
