@charset "shift_jis";

body{
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	background-image:url(images/bg.gif);

}

#wrapper {position:relative;
	width:920px;
	margin:auto;
}
	

#container {
	width:920px;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	margin:10px 0px;
	text-align:left;
}

/* トップページヘッダー*/
#header_top {
	background-image:url(images/header_top_en.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:112px;
	margin:auto;	
}

/* サブページヘッダー*/
#header {
	background-image:url(images/header_en.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:172px;
	margin:auto;	
}

/* ヘッダーリンクトップページ（領事館Webへ）*/
#cgj_link_top a {
	position:absolute;
	left:300px;
	top:60px;
	width:350px;
	height:50px;
	display:block;
	text-indent: -9999px; 
}

#cgj_link_top a:link, #cgj_link_top a:visited{
	background:transparent;
	text-decoration: none;
}

#cgj_link_top a:hover, #cgj_link_top a:active{
	background:transparent;
	text-decoration: none;
}

/* ヘッダーリンクサブページ（領事館Webへ）*/
#cgj_link a {
	position:absolute;
	left:360px;
	top:70px;
	width:350px;
	height:50px;
	display:block;
	text-indent: -9999px; 
}

#cgj_link a:link, #cgj_link a:visited{
	background:transparent;
	text-decoration: none;
}

#cgj_link a:hover, #cgj_link a:active{
	background:transparent;
	text-decoration: none;
}


/* メインコンテンツ*/
#main {
	float: right;
	width: 640px;
	padding:20px;
}

/* トップページのメインコンテンツ*/
#main_top {
	float: right;
	width: 670px;
	padding:5px 10px;
}

#sidebar{
	width: 230px;
	float: left;
}

#footer{
	clear: both;
	padding:0px;
	text-align: center;
	font-size:80%;#666666;
}

#footer a:link, #footer a:visited{
	color:#369;
	background:transparent;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color:#FFF;
	background:#F9C;
}


/* サブページタイトル*/
#page_title {
	position:absolute;
	top:130px;
	left:240px;
	width: 640px;
}

h1 {
	font-size:160%; 
	color:#669; 
	font-weight:bold; 
	text-align:center;
}


/* トップページ更新日時：JavaScript*/
#date {
	float:right;
	font-size:80%;
	color:#999;
	padding:5px;
}

/* トップページ文章*/
#top_para {
	padding-top:50px;
}
	
/* =====トップページロゴ＆フォト===========	*/
	
#logo_box {
	width:210px; 
	float:right;
	padding:5px 5px 0;
	margin:0;
	}

.photo_box {
	width:155px; 
	float:left;
	padding:5px;
	margin:0;
	}

/* =====フォトギャラリーLytebox Photo===========	*/

div.image_thum {
	width:130px; 
	float:left;
	padding:5px;
	margin:0;
	text-align:center;
	}	
	
div.image_thum_w {
	width:200px; 
	float:left;
	padding:5px;
	margin:0;
	text-align:center;
	}
	
.image_thum img, .image_thum_w img {
	border:#CCC solid 2px;
	}
	
.photo_link a:hover,.photo_link a:active{
	background:transparent; /* IE8のマウスオーバー時の下線を表示させない	*/
	}

.slide_height {
	height:1em;
	overflow:hidden;
}

/* =====Top Menu===========	*/

#topnavi {
  margin: 0;
  padding-top:20px;
  padding-left:10px;
  list-style-type: none;
  width: 200px;
}

#topnavi li {
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline;
}

#topnavi a {
  text-indent: -9999px; 
  text-decoration: none;
  display: block;
  width: 200px;
  height: 50px; 
  background-image:url(images/Menu_Top.jpg);
  background-repeat: no-repeat;
}

#menu1top a { background-position: 0 0; } 
#menu2top  a { background-position: 0 -50px; }
#menu3top  a { background-position: 0 -100px; }
#menu4top  a { background-position: 0 -150px; }
#menu5top  a { background-position: 0 -200px; }
#menu6top  a { background-position: 0 -250px; }
#menu7top  a { background-position: 0 -300px; }

#topnavi a:hover {
  text-decoration: none;
  background-image:url(images/Menu_Top.jpg);
  background-repeat: no-repeat;
}

#menu1top  a:hover { background-position: -200px 0; } 
#menu2top  a:hover { background-position: -200px -50px; }
#menu3top  a:hover { background-position: -200px -100px; }
#menu4top  a:hover{ background-position: -200px -150px; }
#menu5top  a:hover{ background-position: -200px -200px; }
#menu6top  a:hover{ background-position: -200px -250px; }
#menu7top  a:hover{ background-position: -200px -300px; }

/* =====Sub Menu==========	*/

#subnavi {
  margin: 0;
  padding-top:20px;
  padding-left:10px;
  list-style-type: none;
  width: 200px;
}

#subnavi li {
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline;
}

#subnavi a {
  text-indent: -9999px; 
  text-decoration: none;
  display: block;
  width: 200px;
  height: 50px; 
  background-image:url(images/Menu_Sub.jpg);
  background-repeat: no-repeat;
}

#menu1sub a { background-position: 0 0; } 
#menu2sub  a { background-position: 0 -50px; }
#menu3sub  a { background-position: 0 -100px; }
#menu4sub  a { background-position: 0 -150px; }
#menu5sub  a { background-position: 0 -200px; }
#menu6sub  a { background-position: 0 -250px; }
#menu7sub  a { background-position: 0 -300px; }
#menu8sub  a { background-position: 0 -350px; }

#subnavi a:hover {
  text-decoration: none;
  background-image:url(images/Menu_Sub.jpg);
  background-repeat: no-repeat;
}

#menu1sub  a:hover { background-position: -200px 0; } 
#menu2sub  a:hover { background-position: -200px -50px; }
#menu3sub  a:hover { background-position: -200px -100px; }
#menu4sub  a:hover{ background-position: -200px -150px; }
#menu5sub  a:hover{ background-position: -200px -200px; }
#menu6sub  a:hover{ background-position: -200px -250px; }
#menu7sub  a:hover{ background-position: -200px -300px; }
#menu8sub  a:hover{ background-position: -200px -350px; }

/* =====Top Menu Bottom(Event List)===========	*/


#topnavi_bottom{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
}

#topnavi_bottom li{ display: inline; }

#topnavi_bottom a{
	text-decoration:none;
	display: block;
    width: 160px;
	padding: 5px 10px;
	color: #000000;
	background-color:#CCF;
	border: 1px solid #66F;
}

#topnavi_bottom a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color:#036;

}


#event {
	margin:10px 20px 0px;
	padding:0;
	text-indent: 0;
}


/* =====What's New===========	*/

	
#whatsnew {
	 clear: both; 
	background-image:url(images/whatsnew_en.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:640px;
}
	
.list_top{background:url(images/list_head1.jpg) no-repeat 0 50%; padding-left:20px; }
	
/* =====Top Logo Roll Over===========	*/

#logo_top a {
	text-indent: -9999px; 
    display: block; 
    overflow: hidden; 
    height:220px; 
    width: 220px; 
    background-image:url(images/top_logo.jpg);
    padding-top: 5px; 
    text-align: center; 
    margin: 0px; 
} 

#logo_top a:hover { 
    background-position: 0 -220px; 
} 

#logo_top_position {
	padding-right:30px;
}


/* =====Top Photo Roll Over===========	*/



#photo_top1 a { 
    text-indent: -9999px; 
    display: block; 
    overflow: hidden; 
    height:95px; 
    width:150px; 
    background-image:url(images/about.jpg);
    padding-top: 5px; 
    text-align: center; 
    margin: 0px; 
} 

#photo_top1 a:hover { 
    background-position: 0 -97px; 
} 


#photo_top2 a { 
	text-indent: -9999px; 
    display: block; 
    overflow: hidden; 
    height:95px; 
    width:150px; 
    background-image:url(images/history.jpg);
    padding-top: 5px; 
    text-align: center; 
    margin: 0px; 
} 

#photo_top2 a:hover { 
    background-position: 0 -97px; 
} 


#photo_top3 a { 
	text-indent: -9999px; 
    display: block; 
    overflow: hidden; 
    height:95px; 
    width:150px; 
    background-image:url(images/photo.jpg);
    padding-top: 5px; 
    text-align: center; 
    margin: 0px; 
} 

#photo_top3 a:hover { 
    background-position: 0 -97px; 
} 


#photo_top4 a { 
	text-indent: -9999px; 
    display: block; 
    overflow: hidden; 
    height:95px; 
    width:150px; 
    background-image:url(images/tommy.jpg);
    padding-top: 5px; 
    text-align: center; 
    margin: 0px; 
} 

#photo_top4 a:hover { 
    background-position: 0 -97px; 
} 

/* =====Slide Show Play Button===========	*/

#slide_play a { 
    display: block; 
    overflow: hidden; 
    height:18px; 
    width: 150px; 
    background-image:url(images/slide_play.gif);
    padding-top: 5px;
    margin: 0px 0px 0px 10px; 
	float:left;
} 

#slide_play a:hover { 
    background-position: 0 -20px; 
} 


h2 {
	color:#369;
	border-left: 16px solid #FCF;
	padding-left: 5px;
	margin:2em 0 1em;
}

h2.blockletter { border:none; display:block; width:95%; padding-top:10px; padding-bottom:10px; text-align:center; color:#FFFFFF; background-color:#009933; text-decoration:none; }

h3 {
	font-weight:normal;
	}


.text_size_125 {font-size:125%;}
.text_size_120 {font-size:120%;}
.text_size_115 {font-size:115%;}
.text_size_110 {font-size:110%;}
.text_size_105 {font-size:105%;}
.text_size_90 {font-size:90%;}
.text_size_80 {font-size:80%;}
.text_size_70 {font-size:70%;}
.text_size_60 {font-size:60%;}
.text_size_50 {font-size:50%;}

img.middle {vertical-align:middle;}

.center {text-align:center;}
.right {float:right;}
.left {float:left;}


.text_black {color:#333333}
.text_blue {color:#0033FF}
.text_d_red {color: #CC6666}
.text_red {color: #FF3333}
.text_dark_red {color: #C00}
.text_gray {color: #CCCCCC}
.text_green {color:#008000}
.text_orange {color: #FF9900}
.text_dark_orange {color:#CC6600;}
.text_purple { color: #CC66CC;}
.text_white {color: #FFFFFF}
.text_red2 {color:#C30;}
.text_dark_blue {color:#339;}
.text_green2




.margin_top20 {margin-top:20px;}


.padding_left10 {padding-left:10px;}
.padding_left20 {padding-left:20px;}
.padding_left30 {padding-left:30px;}
.padding_left40 {padding-left:40px;}
.padding_left50 {padding-left:50px;}
.padding_right10 {padding-right:10px;}
.padding_right5 {padding-right:5px;}
.padding_10 {padding:10px}
.padding-0{padding-bottom:0; padding-top:0; margin-bottom:0; margin-top:0;}


div.imagebox400R {width:405px; float:right; margin:0; padding:5px;}
div.imagebox400L {width:405px; float:left; margin:0; padding:5px;}
div.imagebox300R {width:305px; float:right; margin:0; padding:5px;}
div.imagebox300L {width:305px; float:left; margin:0; padding:5px;}
div.imagebox250R {width:255px; float:right; margin:0; padding:5px;}
div.imagebox250L {width:255px; float:left; margin:0; padding:5px;}
div.imagebox200R {width:205px; float:right; margin:0; padding:5px;}
div.imagebox200L {width:205px; float:left; margin:0; padding:5px;}
div.imagebox150R {width:155px; float:right; margin:0; padding:5px;}
div.imagebox150L {width:155px; float:left; margin:0; padding:5px;}
div.imagebox150R {width:155px; float:right; margin:0; padding:5px;}
div.imagebox125R {width:130px; float:right; margin:0; padding:5px;}

.border2 {border:#CCC solid 2px;}

p.image, p.caption, p.copy{text-align:center; margin:5px; text-indent: 0}
p.caption {font-size:80%; color:#003399}
p.copy {font-size:70%; color:#666666;}

.drop {
	float:left; 
	font-size:300%; 
	line-height:1em; 
	margin:4px 10px 10px 0; 
	padding:4px 10px; 
	border:2px solid #ccc; 
	background:#eee;
}


.text_box {padding:5px;
			border-color:#CCF; 
			border-width:2px;
			border-style:solid;
			width:80%;
			margin:auto;
}


.italic {font-style:italic;}
.bold {font-weight:bold;}

/* Table1 	*/

table.table1 {border:1px #999999 solid; border-collapse:collapse; }
table.table1 th,table.table1 td { border-style:solid; border-color:#999999; border-width:1px; font-size:95%; padding:2px;}
table.table1 thead th {border-bottom:3px double #999999;}
table.table1 tfoot th, table.table1 tfoot td {border-top:2px solid #999999;}
table.table1 th.solid {border-right:2px solid #999999;}
table.table1 thead th.solid_top {border-bottom:2px solid #999999;}

/* Round Corner Blue */

.rc_b_t {background: url(images/dot_bl.gif) 0 0 repeat-x; width:95%}
.rc_b_b {background: url(images/dot_bl.gif) 0 100% repeat-x}
.rc_b_l {background: url(images/dot_bl.gif) 0 0 repeat-y}
.rc_b_r {background: url(images/dot_bl.gif) 100% 0 repeat-y}
.rc_b_bl {background: url(images/bl_rc_b.gif) 0 100% no-repeat}
.rc_b_br {background: url(images/br_rc_b.gif) 100% 100% no-repeat}
.rc_b_tl {background: url(images/tl_rc_b.gif) 0 0 no-repeat}
.rc_b_tr {background: url(images/tr_rc_b.gif) 100% 0 no-repeat; padding:10px} 

/* Round_Corner_Border Orange 100% */

.rc_o_t {background: url(images/dot_or.gif) 0 0 repeat-x; width:95%}
.rc_o_b {background: url(images/dot_or.gif) 0 100% repeat-x}
.rc_o_l {background: url(images/dot_or.gif) 0 0 repeat-y}
.rc_o_r {background: url(images/dot_or.gif) 100% 0 repeat-y}
.rc_o_bl {background: url(images/bl_rc_o.gif) 0 100% no-repeat}
.rc_o_br {background: url(images/br_rc_o.gif) 100% 100% no-repeat}
.rc_o_tl {background: url(images/tl_rc_o.gif) 0 0 no-repeat}
.rc_o_tr {background: url(images/tr_rc_o.gif) 100% 0 no-repeat; padding:10px} 






