/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 10px;
	font-family: "MS UI Gothic", sans-serif;

}
body{
	min-width:776px;/* for mozilla*/
	background-color: #F9FDFF;
	height:100%;
	display: block;
}
#wrapper {
	background-image: url(images/foot_4x82.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;

}

#outer{
	height:99.9%;
	min-height:100%;
	width:100%;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:776px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:190px;/*needed to make room for header*/
	min-width: 920px;
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:121px;
	z-index:74;
	background-image: url(images/title960x121.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #003300;

}
#header h1{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	z-index: 5;
}
#header_title{
	position:relative;
	left:729px;
	z-index:5;
	margin: 0px;
	padding: 0px;
}

#ajaxmenu{
	position:absolute;
	top:123px;
	left:0px;
	width:100%;
	height:43px;
	z-index:65;
	background-image: url(images/header_776x43.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo {
	position:absolute;
	top:10px;
	left:10px;
	width:679px;
	height:103px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:940px}
/* end hide*/
#footer {
	color: #ffffff;
	width:100%;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background-image: url(images/foot_776x82_2.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
#footer p {
	margin-top: 10px;
	padding: 8px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
	margin-bottom: 4px;
}/*clear top margin for mozilla*/
/* font class */

/* font class */
img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover img {
	
	border: 1px solid #FF6600;

}
a img {

border: 1px solid #FFFFFF;
}


.p2{
	margin-left: 5px;
}
#content a, #sidebar a
{
	color: #0066cc;
	text-decoration: none;
	line-height: 1.5em;
}

#content a:hover, #sidebar a:hover
{
	color: #FF6600;
	text-decoration: underline;
}
/*content*/
#content {
	position:relative;/*ie needs this to show float */
	width:700px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#content h2 {
	font-size: 15px;
	color: #0066cc;
	padding-left: 4px;
	line-height: normal;
	position: relative;
	z-index: 999;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4c88c0;
	border-left-color: #4c88c0;
	border-top-style: none;
	border-right-style: none;
}
#content h3 {
	font-size: 15px;
	color: #0066cc;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	color: #444444;
	line-height: 25px;
	_line-height: 16px;
}

#content p a {
	color: #618200;
}

#content p a:hover {
	background-color: #618200;
	color: #ffffff;
}
#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
	list-style-position: inside;
}

#content #box_wide{
	margin-bottom: 5px;
	min-height: 50px;
	padding: 5px;
}
#content #box_wide_line{
	margin-bottom: 5px;
	min-height: 50px;
	border: 1px solid #D0D7FF;
	padding: 5px;
}
#content #box_small{
	margin-bottom: 5px;
	width:327px;
	min-height: 50px;
	padding: 5px;
}
#content #box_small_line{
	margin-bottom: 5px;
	width:327px;
	min-height: 50px;
	border: 1px solid #D0D7FF;
	padding: 5px;
}


#center {
	position:relative;/*ie needs this to show float */
	width:100%;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#center-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
	padding-bottom: 10px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:49%;
	float:left;
	padding-left: 3px;
	z-index: 56;
}
#right-inner {
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
}
#left {
	position:relative;/*ie needs this to show float */
	width:49%;
	float:left;
	padding-left: 5px;
	z-index: 56;
}
#left-inner {
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
}

/* side */
#side {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#side-inner {
	position:relative;/*ie needs this to show float */
	width:98%;
	float:left;
	padding-left: 7px;
	z-index: 56;
	padding-top: 5px;
}
#sidebar ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	line-height: 1.5em;
}
#side-inner h2 {
	font-size: 15px;
}

#sidebar h3{
	font-size: 12px;
	color: #003366;
	background-color: #DEE0F1;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}


#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} 
/*.vol_date*/
.vol_date ul{}
.vol_date ul li{display:list-item;}
.vol_date #pagetitle_guide, .vol_index #pagetitle_guide, .pagetitle{
	margin-bottom: 1em;
	display: block;
	margin-top: 1.5em;
	background-image: url(images/box_pagetitle_guide_back.gif);
	width: 99%;
	padding: 10px;
	background-repeat: no-repeat;
}
.vol_date #pagetitle_guide h2, .vol_index #pagetitle_guide h2{
	font-size: 140%;
	font-weight: 600;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3em;
	color: #616161;
	margin-right: 100px;
}
.vol_date #pagetitle_guide h3, .vol_index #pagetitle_guide h3{
	font-size: 100%;
	padding-bottom: 2px;
	margin-right: 20px;
}
.pagetitle h2{
	font-size: 140%;
	font-weight: 600;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3em;
	color: #616161;
	margin-right: 100px;
}
.pagetitle h3{
	font-size: 100%;
	text-align: right;
	padding-bottom: 2px;
	margin-right: 20px;
}

.vol_date #guide_rightbox{
	margin-top:10px;
	display: block;
	float: left;
	width: 173px;
	margin-left: 10px;
}
.vol_date #guide_rightbox ul{
	list-style-type: none;
}
.vol_date #guide_rightbox img{
	display:block;
	height: 100px;
	width: 170px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.vol_date #guide_leftbox{float:left;width:auto;margin-top:5px;margin-left:5px;display:block}
.vol_date #guide_leftbox ul li{}

/*.vol_wide*/
#tvi_notice{
	display: block;
	width: 100%;
	float: left;
}
.logo_h50 img{
	height: 50px;
	margin-right: 15px;
	float: left;
	margin-left: 5px;
}
.box_title_green{
	font-size:100%;
	color: #003399;
	display: block;
	width: 95%;
	padding-top: 0.3em;
	padding-right: 1.2em;
	padding-bottom: 0.3em;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/box_title_back01.gif);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-repeat: repeat-x;
	background-position: center;
}

.box_title_line{
	display: block;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 120%;
	text-align: left;
	background-color: #336633;
	color: #FFFFCC;
	padding-left: 10px;
}
.info{
	font-size:100%;
	color: #333333;
	display: block;
	width: 99%;
	margin-bottom: 5px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.box_menu{
	color: #FFFFCC;
	display: block;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	font-weight: 600;
	background-color: #4c88c0;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
.box_menu2{
	color: #4c88c0;
	display: block;
	width: auto;
	font-weight: 600;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #4c88c0;
}
.box_date{
	font-size:11px;
	border: 1px solid #999999;
	display: block;
	color: #4c88c0;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
.box_date_note{
	text-align:right;
}



#box_food {
	float: left;
	display: block;
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 2.2em;
	margin-left: 10px;
	height: 40px;
}
#box_food ul {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#box_food li {
	font-size:12px;
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
}

.food_jp_on {
	background-image: url(images/guide_res_japan.gif);
	background-repeat: no-repeat;
}
.food_jp_off {
	color: #CCCCCC;
	background-image: url(images/guide_res_japan_off.gif);
	background-repeat: no-repeat;
}
.food_en_on {
	background-image: url(images/guide_res_eour.gif);
	background-repeat: no-repeat;
}
.food_en_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_res_eour_off.gif);
}
.food_thai_on {
	background-image: url(images/guide_res_thai.gif);
	background-repeat: no-repeat;
}
.food_thai_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_res_thai_off.gif);
}
.food_china_on {
	background-image: url(images/guide_res_china.gif);
	background-repeat: no-repeat;
}
.food_china_off {
	color: #CCCCCC;
	background-image: url(images/guide_res_china_off.gif);
	background-repeat: no-repeat;
}
.food_other_on {
	background-image: url(images/guide_res_other.gif);
	background-repeat: no-repeat;
}
.food_other_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_res_other_off.gif);
}
 
#facter_icon {
	float: left;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 630px;
	margin-top: 10px;
}
#facter_icon ul {
	display: block;
	float: left;
	margin-left: 2px;
	margin-top: 5px;
	padding: 0px;

}
#facter_icon li {
	float: left;
	padding-left: 22px;
	display: block;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.facter_drive_on {
	background-image: url(images/guide_fac_reng.gif);
	background-repeat: no-repeat;
}
.facter_drive_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_reng_off.gif);
}
.facter_pat_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_pat.gif);
}
.facter_pat_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_pat_off.gif);
}
.facter_massase_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_thaimassage.gif);
}
.facter_massase_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_thaimassage_off.gif);
}
.facter_bad_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_bad.gif);
}
.facter_bad_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_bad_off.gif);
}
.facter_base_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_base.gif);
}
.facter_base_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_base_off.gif);
}
.facter_baske_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_baske.gif);
}
.facter_baske_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_baske_off.gif);
}
.facter_bicecle_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_bicecle.gif);
}
.facter_bicecle_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_bicecle_off.gif);
}
.facter_boart_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_boart.gif);
}
.facter_boart_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_boart_off.gif);
}
.facter_fishing_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_fishing.gif);
}
.facter_fishing_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_fishing_off.gif);
}
.facter_fitness_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_fitness.gif);
}
.facter_fitness_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_fitness_off.gif);
}
.facter_football_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_football.gif);
}
.facter_football_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_football_off.gif);
}
.facter_golf_chip_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_golf_chip.gif);
}
.facter_golf_chip_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_golf_chip_off.gif);
}
.facter_hourse_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_hourse.gif);
}
.facter_hourse_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_hourse_off.gif);
}
.facter_jag_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_jag.gif);
}
.facter_jag_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_jag_off.gif);
}
.facter_karaoke_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_karaoke.gif);
}
.facter_karaoke_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_karaoke_off.gif);
}
.facter_playgrand_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_playgrand.gif);
}
.facter_playgrand_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_playgrand_off.gif);
}
.facter_sawna_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_sawna.gif);
}
.facter_sawna_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_sawna_off.gif);
}
.facter_seminaer_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_seminaer.gif);
}
.facter_seminaer_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_seminaer_off.gif);
}
.facter_shool_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_shool.gif);
}
.facter_shool_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_shool_off.gif);
}
.facter_shooting_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_shooting.gif);
}
.facter_shooting_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_shooting_off.gif);
}
.facter_snooker_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_snooker.gif);
}
.facter_snooker_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_snooker_off.gif);
}
.facter_spa_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_spa.gif);
}
.facter_spa_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_spa_off.gif);
}
.facter_squash_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_squash.gif);
}
.facter_squash_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_squash_off.gif);
}
.facter_swim_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_swim.gif);
}
.facter_swim_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_swim_off.gif);
}
.facter_tabel_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_tabel.gif);
}
.facter_tabel_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_tabel_off.gif);
}
.facter_tennis_on {
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_tennis.gif);
}
.facter_tennis_off {
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(images/guide_fac_tennis_off.gif);
}


#box_agoda {
	float: left;
	display: block;
	border-color: #FF0000;
}
#box_agoda img{
	border: 0;
}
#box_agoda ul {
	display: block;
	width: 600px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;


}
#box_agoda ul li{
	float: left;
}
#box_agoda ul li a{
	display: block;
	margin-top: 10px;
	width: 125px;
	float: left;
	height: 200px;
	padding-left: 5px;
	padding-top: 5px;
	margin-right: 10px;
}

.hotel_index{
	width: 250px;
	float: right;
	display: block;
	margin: 10px;
}

.infobox{
	width: 99%;
}

/*-table-*/
#content .table_style p{
	font-size: 11px;
	line-height:16px;

}
table.table_style{
    border-top:1px solid #4c88c0;
    border-left:1px solid #4c88c0;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.table_style th{
    border-right:1px solid #4c88c0;
    border-bottom:1px solid #4c88c0;
    color:#FFFFCC;
    background-color:#709ECD;
    padding:0.3em 1em;
    text-align:center;
}
.table_style td{
	border-right:1px solid #4c88c0;
	border-bottom:1px solid #4c88c0;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}

/*-table2-*/
table.table_style_index{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #709ecd;
	border-left-color: #709ecd;
}
.table_style_index th{
    border-right:1px solid #4c88c0;
    border-bottom:1px solid #4c88c0;
    color:#FFFFCC;
    background-color:#709ecd;
    padding:0.3em 1em;
    text-align:center;
}
.table_style_index td{
	border-right:1px solid #4c88c0;
	border-bottom:1px solid #4c88c0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*-table3-*/
table.table_style_Green{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-left-color: #003300;
}
.table_style_Green th{
	color:#FFFFCC;
	background-color:#009F00;
	padding:0.3em 1em;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
}
.table_style_Green td{
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
}
/*-table4-*/
table.table_style_Orange{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-left-color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
.table_style_Orange th{
	color:#FFFFCC;
	background-color:#FF9900;
	padding:0.3em 1em;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
}

.table_style_Orange td{
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;
}

/*other */


h3#post-  {
	font-size: 12px;
	color: #618200;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#iframe{
	width: 700px;
	margin: 0px;
	padding: 0px;
	height: 180px;
	overflow: scroll;
	background-color: #ECFFFD;
	border: 1px solid #E1E1E1;
}
.red {color: #FF0000}

/*Font style */

.fontstyle01 {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.box2{
	margin: 2px;
	padding: 5px;
	width: 330px;
	float: left;
}
#content .box2 a
{
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
#content .box2 p
{
}


.box4{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 2px;
	padding: 5px;
	height: 150px;
	width: 160px;
	float: left;
}
#content .box4 a
{
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
#content .box4 p
{

	font-size: 10px;
}


 /*Start ドロップダウンメニューSTYLE */ 
.menu_ul1{
	font-size:12px;/*font size*/
	font-weight: bold;
	width: 100%;
	word-break: keep-all;
}

.menu_ul1 ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
	line-height: 30px;
}

.menu_ul1 ul li{
	display: inline;
}

.menu_ul1 ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #959595; /*bottom border is 3px*/
}

.menu_ul1 ul li a:hover, .menu_ul1 ul li a.selected{
	border-bottom-color: black;
}



#box_wide_hightx ul{
	margin: 0px;
	padding: 5px;
	list-style-type: disc;
}
