/*****  base  *****/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center; /* center for IE */
}
table {
	font-size: small;
}


/*****  link  *****/

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}


/*****  font  *****/

.xx_fontstyleL {	font-size: small;	}
.xx_fontstyleS {	font-size: x-small;	}


/*****  table space  *****/

td.td_xx_wspace10 {	width: 10px;	}
td.td_xx_wspace15 {	width: 15px;	}
td.td_xx_wspace20 {	width: 20px;	}
td.td_xx_wspace25 {	width: 25px;	}
td.td_xx_hspace10 {	height: 10px;	}
td.td_xx_hspace15 {	height: 15px;	}
td.td_xx_hspace20 {	height: 20px;	}


/*****  waku  *****/

table.table_waku {
	width: 762px;
	margin: 0px auto; /* center */
	text-align: left;
}
div.div_menu_left {
	width: 240px;
	float: left;
}
div.div_menu_right {
	width: 520px;
	float: left;
}
td.td_main_left {
	width: 600px;
	text-align: left;
}
td.td_main_right {
/*	width: 162px;*/
}
td.td_footer {
	height: 60px;
	background-image: url(gif/footer.gif);
	background-repeat: no-repeat;
	text-align: left;
}


/*****  main : topics  *****/

div.div_topics {
	width: 562px;
	margin-bottom: 10px;
}
td.td_topics_top {
	width: 570px;
	background-image: url(gif/green_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}


/*****  main : travelbanner  *****/

div.div_travel {
	width: 590px;
	height: 140px;
	margin-top: 3px;
	margin-bottom: 15px;
}


/*****  main : topics,news  *****/

table.table_topnew {
	margin-top: 2px;
}
td.td_topnew_r {
	width: 8px;
	height: 8px;
}
td.td_topnew_bottom {
	background-image: url(gif/green_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
td.td_topnew_left {
	background-image: url(gif/green_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}
td.td_topnew_right {
	background-image: url(gif/green_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}


/*****  main : contents  *****/

div.div_contents_left {
	width: 278px;
	margin-right: 20px;
	float: left;
}
div.div_contents_right {
	width: 264px;
	float: left;
}
table.table_contents {
	width: 264px;
	margin-bottom: 12px;
}
table.table_contents2 {
	width: 590px;
}
div.div_connavi {
	margin: 6px;
	line-height: 1.3em;
}


/*****  contents : rightlink  *****/

div.div_ad {
	margin-bottom: 1px;
	text-align: center;
}
div.div_ad img {
	margin-top: 5px;
}
table.table_jrlink {
	width: 150px;
	border-top: 1px solid #390;
	border-left: 1px solid #390;
}
td.td_jrlink {
	border-right: 1px solid #390;
	border-bottom: 1px solid #390;
}


/*****  footer  *****/

div.div_footer {
	height: 30px;
	margin: 15px 10px 10px 5px;
	float: left;
}


/*****  subpage1 : base  *****/

div.div_sitelink {
	margin-left: 25px;
	color: #707070;
}
div.div_sitelink a:link {
	color: #707070;
	text-decoration: underline;
}
div.div_sitelink a:visited {
	color: #707070;
	text-decoration: underline;
}
div.div_sub {
	margin: 40px 0px 40px 25px;
}
h4 {
	padding-left: 15px;
	background-image: url(gif/sub_titlebg.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}
blockquote {
	margin: 20px 20px 0px 30px;
}


/*****  subpage2 : base  *****/

td.td_subtitle img {
	margin-left: 25px;
	margin-bottom: 3px;
}


/*****  subpage : linetable  *****/

table.table_line_gray {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
}
td.td_line_gray {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}


/*****  subpage : travel  *****/

table.table_travel {
	border-top: 3px dotted #666;
}
td.td_travel {
	border-bottom: 3px dotted #666;
}
div.div_travel_title {
	margin-bottom: 5px;
	font-size: medium;
	font-weight: bold;
}
div.div_travel_title a:link {
	color: #390;
	text-decoration: underline;
}
div.div_travel_title a:visited {
	color: #360;
	text-decoration: underline;
}
div.div_travel_title a:hover {
	color: #F60;
	text-decoration: underline;
}
div.div_travel_title a:active {
	color: #390;
	text-decoration: underline;
}
table.table_travel_info {
	margin-top: 10px;
}


/*****  subpage : tunnel  *****/

div.div_tunnel {
	margin: 5px 5px 35px 5px;
	padding: 5px;
	background-color: #FFC;
	border: 2px solid #FC0;
	text-align: left;
}
div.div_tunnel2 {
	margin: 5px;
	padding: 5px;
	background-color: #FFC;
	border: 2px solid #F99;
	text-align: left;
}

/*****  subpage : link  *****/
table.link_tbl {
	width: 550px;
}
td.link_normal {
	padding: 5px 10px;
	border-bottom: 1px dashed #000;
}
td.link_top {
	padding: 6px 10px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
td.link_title {
	padding: 6px;
	font-weight: bold;
	color: #000;
	background-color: #e5fe9a;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
td.link_space {
	height: 5px;
}
