/* CSS Document */
/*全体構造*/
body {
    margin-left: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	color: #666666;
}

td {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	color: #666666;
}

/*リンク*/
a:link {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	color:#0000FF;
	text-decoration: none;
}
a:active {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	color:#FF0000;
	text-decoration: none;
}

.area a:link {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}

.area a:visited {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}

.area a:active {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

.area a:hover {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}

#yado1 a:link {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

#yado1 a:visited {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

#yado1 a:active {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

#yado1 a:hover {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}

#yado2 a:link {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

#yado2 a:visited {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

#yado2 a:active {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

#yado2 a:hover {
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}

/*テキスト*/
.small {
	font: 10px/14px "ＭＳ Ｐゴシック", "Osaka";
}

/*スペース*/
.new_td {
	margin: 0px 5px 5px 0px;
	text-align: center;
}
.main_td {
	margin: 5px 5px 5px 0px;
	text-align: center;
}
.tour_list {
	margin-top: 8px;
} 
.tour_list_top {
	margin-top: 5px;
}
.tour_td {
	padding: 4px 0px 2px 0px;
}

/*要素*/
.banner {
	padding: 3px 0px 0px 6px;
	text-align: center;
}
.banner_top {
	padding: 0px 0px 0px 6px;
	text-align: center;
}
.image {
	padding: 3px 3px 5px 0px;
}
.myyado {
	padding: 4px 3px 5px 3px;
	border-left: 1px solid #66CC33;
}
.title {
	padding: 3px 0px 4px 0px;
}
.border_l {
	border-left: 1px solid #66CC33;
}
.border_r {
	border-right: 1px solid #66CC33;
}
.border_w {
	border-right: 1px solid #66CC33;
	border-left: 1px solid #66CC33;
}

/*ID*/
#new {
	padding: 3px;
	border: 1px solid #FFA500;
}

#footer {
	border-top: 1px solid #999999;
	text-align: center;
}