/************************
common
*************************/
body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clr {
	clear: both;
	line-height: 0px;
}
.tl {
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.tr {
	float: right;
	margin: 0px;
	padding: 0px;
}



/************************
weather
*************************/
.weather_h1 {
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.weather_h2 {
	font-size: 12px;
	color: #333333;
	float: left;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
.weather_hr {
	color: #CCCCCC;
	margin-top: 5px;
}
.weather_box_ttl {
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.weather_box_day {
	border-top-width: 1px;
	margin-right: 5px;
	margin-left: 5px;
}
.weather_box_kion {
	font-size: 12px;
	color: #333333;
	float: right;
	width: 150px;
	height: 20px;
}
.weather_txt_kionmax {
	color: #E66900;
}
.weather_txt_kionmin {
	color: #3266CC;
}
.weather_box_yohou {
	background-color: #E3EEF3;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.weather_tbl_kousui {
	float: right;
	height:40px;
	background-color: #CCCCCC;
	width: 150px;
}
.weather_tbl_kousui th {
	font-size: 10px;
	color: #333333;
	font-weight:normal;
	background-color: #E3EEF3;
}
.weather_tbl_kousui td {
	font-size: 10px;
	color: #333333;
	text-align:center;
	background-color: #FFFFFF;
}
.weather_tbl_week {
	margin-right: 5px;
	margin-left: 5px;
}
.weather_tbl_week th {
	font-size:10px;
	font-weight:normal;
	text-align:left;
}
.weather_tbl_week_day th {
	font-size: 10px;
	background-color: #E3EEF3;
}
.weather_tbl_week_day td {
	font-size: 10px;
	line-height: 95%;
}

/************************
head & foot
*************************/
.head {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
}
.head_fudo {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header_fudo.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.head_ie {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header_ie.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.head_map {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header_map.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.head_box_logo {
	float: left;
	width: 200px;
	position: absolute;
	top: 15px;
}
.head_h1 img {
	position: absolute;
	top: 0px;
	left: 10px;
}
.head_h2 {
	position: absolute;
	top: 40px;
	left: 10px;
	height:16px;
	font-size: 105%;
	line-height:100%;
	margin-top:16px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}
.head_ul_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 550px;
	height: 20px;
	padding: 0px;
	margin:0px;
	z-index: 3;
}
.head_ul_menu li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:1px;
}
.head_ul_menu a:link,a:active,a:visited {
	color: #6B8BA1;
	text-decoration:none;
	padding: 0px;
	margin:0px;
	font-size: 70%;
}
.head_ul_menu a:hover {
	color: #6B8BA1;
	text-decoration:underline;
	padding: 0px;
	margin:0px;
	font-size: 70%;
}
.head_banar {
	position: absolute;
	width: 468px;
	left: 140px;
	top:25px;
}
.head_banar_asp {
	position: absolute;
	width: 468px;
	left: 610px;
	top:25px;
}
.head_hr{
	border:1px solid #EEEEEE;
	color:#EEEEEE;
	padding: 0px;
	margin:0px;
}
.honbun{
	margin-top:85px;
	left:0px;
}
/*20070713　フッタ修正*/
.foot {
	width: 100%;
	height:50px;
	font-size: 12px;
	color: #000000;
	text-align:center;
}
.foot_ul_links {
	margin-bottom:10px;
	width: 800px;
	padding: 0px;
}
.foot_ul_links li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1E66AE;
	text-align: center;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:0px;
}
.foot_ul_links a { 
	font-size:12px;
	color: #0033CC;
	text-decoration:underline;
	padding: 0px;
	margin:0px;
}
.foot_hr {
	color: #1E66AE;
	margin-top:15px;
}
/*20070713　フッタ修正*/

.head_box_login {
	width: 100%;
	font-size: 70%;
	color: #4F6A7D;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	height: 30px;
	z-index: 2;
	position: absolute;
}
.head_login {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.head_login_fudo {

	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header_fudo.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.head_box_login_fudo {
	width: 100%;
	font-size: 70%;
	color: #990000;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	height: 30px;
}
.head_login_ie {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header_ie.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.head_box_login_ie {
	width: 100%;
	font-size: 70%;
	color: #734D26;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	height: 15px;
}

.head_login_map {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(images/bg_header_map.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}
.head_box_login_map {
	width: 100%;
	font-size: 70%;
	color: #0066CC;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	height: 30px;
	z-index: 2;
}

/************************
Feeling
*************************/
.feeling_box_head {
	font-size: 10px;
	color: #666666;
	margin-top: 5px;
	line-height: 150%;
	height: 40px;
	width: 580px;
}
.feeling_box_main {
	background-color: #5C5C5C;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	width: 580px;
}


/*現在のフィーリング*/
.feeling_box_genzai {
	float: left;
	background-color: #5C5C5C;
	margin-left: 5px;
	width: 185px;
}
.feeling_tbl_genzai {
	background-color: #FFFFFF;
	width: 100%;
}
.feeling_tbl_genzai th{
	border-bottom:1px solid #FFFFFF;
	background-color: #F4CAB9;
	color:#B74013;
	font-size:12px;
	height: 26px;
	padding-top: 2px;
	font-weight: normal;
}
.feeling_tbl_genzai a{
	color:#B74013;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}
.feeling_tbl_genzai td{
	border-bottom:1px solid #F4CAB9;
}
.feeling_tbl_genzais {
	width: 170px;
	padding:2px;
}
.feeling_tbl_genzais th {
	border-bottom:none;
	background-color: #FFFFFF;
	color:#B74013;
	font-size:12px;
	font-weight: bold;
}
.feeling_tbl_genzais a {
	color:#B74013;
	font-size:12px;
	font-weight: bold;
}

.feeling_tbl_genzais td {
	color:#333333;
	font-size:10px;
	border-bottom:none;
}


/*週末のフィーリング*/
.feeling_box_syumatu {
	float: left;
	width: 180px;
	background-color: #5C5C5C;
	margin-left: 5px;
}
.feeling_tbl_syumatu {
	background-color: #FFFFFF;
	width: 100%;
}
.feeling_tbl_syumatu th{
	border-bottom:1px solid #FFFFFF;
	background-color: #C1E0F0;
	color:#246F93;
	font-size:12px;
	height: 26px;
	padding-top: 2px;
	font-weight: normal;
}
.feeling_tbl_syumatu a{
	color:#246F93;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}
.feeling_tbl_syumatu td{
	border-bottom:1px solid #C1E0F0;
}
.feeling_tbl_syumatus {
	width: 170px;
	padding:2px;
}
.feeling_tbl_syumatus th {
	border-bottom:none;
	background-color: #FFFFFF;
	color:#246F93;
	font-size:12px;
	font-weight: bold;
}
.feeling_tbl_syumatus a {
	color:#246F93;
	font-size:12px;
	font-weight: bold;
}
.feeling_tbl_syumatus td {
	color:#333333;
	font-size:10px;
	border-bottom:none;
}

/*住まいのフィーリング*/
.feeling_box_sumai {
	float: right;
	background-color: #5C5C5C;
	margin-right: 5px;
	width: 185px;
}
.feeling_tbl_sumai {
	background-color: #FFFFFF;
	width: 100%;
}
.feeling_tbl_sumai th{
	border-bottom:1px solid #FFFFFF;
	background-color: #F0E0B2;
	color:#8C6900;
	font-size:12px;
	height: 25px;
	padding-top: 2px;
	font-weight: normal;
}
.feeling_tbl_sumai td{
	color: #A5872D;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.feeling_tbl_sumai a{
	color: #A5872D;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	margin-left:5px;
}

.feeling_box_foot {
	background-color: #5C5C5C;
	width: 580px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}

/************************
Top
*************************/
.top {
	text-align: center;
	padding: 0 0 0 0;
	background-image: url(images/bg_top_body.jpg);
	background-repeat: repeat-x;
}
.top a:link{	font-size: 12px;	color: #0033CC; text-decoration:underline;}/*20070704 SEO修正_検討*/
.top a:visited{	font-size: 12px;	color: #0033CC; text-decoration:underline;}/*20070704 SEO修正_検討*/
.top a:active{	font-size: 12px;	color: #0033CC; text-decoration:underline;}/*20070704 SEO修正_検討*/
.top a:hover{	font-size: 12px;	color: #FF0000; text-decoration:underline;}/*20070704 SEO修正_検討*/

.top_main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo_top.jpg);
	background-repeat: no-repeat;
}
.top_head {
	height: 91px;
}
.top_content {
	padding-right: 15px;
	padding-left: 15px;
}
.top_foot {
	text-align: left;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}
.top_contentl {
	width: 410px;
	float: left;
	font-size: 12px;
	color: #1E66AE;
	text-align: left;
}
.top_contentr {
	float: right;
	width: 340px;
	text-align: left;
	font-size: 12px;
}
/*20070608 SEO修正ここから*/
.top_box_youkoso {
	font-size: 12px;
	color: #333333;/*20070704 SEO修正*/
	float: left;
	width: 340px;
	text-align: left;
	height: 20px;
	padding-top: 2px;
}
.top_box_menu {
	font-size: 12px;
	color: #0000FF;/*20070704 SEO修正*/
	text-align: right;
	float: right;
	height: 20px;
	padding-top: 2px;
}
.top_box_menu a:link{	font-size: 12px;	color: #0033CC; text-decoration:underline;}/*20070704 SEO修正*/
.top_box_menu a:visited{	font-size: 12px;	color: #0033CC; text-decoration:underline;}/*20070704 SEO修正*/
.top_box_menu a:active{	font-size: 12px;	color: #0033CC; text-decoration:underline;}/*20070704 SEO修正*/
.top_box_menu a:hover{	font-size: 12px;	color: #FF0000; text-decoration:underline;}/*20070704 SEO修正*/

.top_tbl_src {
	margin-bottom: 0px;
	text-align: left;
}
.top_tbl_src th{
	font-size:12px;
	font-weight:normal;
	color:#333333;/*20070704 SEO修正*/
}
/*20070608 SEO修正ここまで*/

.top_tbl_src a:link{ font-size:10px; color:#FFFFFF; text-decoration:underline;}
.top_tbl_src a:visited{ font-size:10px; color:#FFFFFF; text-decoration:underline;}
.top_tbl_src a:active{ font-size:10px; color:#FFFFFF; text-decoration:underline;}
.top_tbl_src a:hover{ font-size:10px; color:#FFFFFF; text-decoration:underline;}
.top_box_src {
	float: right;
	width: 650px;
	text-align: left;
}
.top_tbl_contentl {
	background-color: #FFFFFF;
	border: 1px solid #A6CEFF;/*20070704 SEO修正_検討*/
	margin-top: 5px;
	margin-bottom: 7px;
}
.top_tbl_contentl h1{
	font-size:14px;/*20070704 SEO修正_検討*/
	color:#1E66AE;
	padding:0px;
	margin-top: 5px;/*20070704 SEO修正_検討*/
	margin-bottom: 5px;/*20070704 SEO修正_検討*/
	margin-left: 5px;
	margin-right: 5px;
}
.top_tbl_contentl h2{
	font-size:14px;/*20070704 SEO修正_検討*/
	color:#1E66AE;
	padding:0px;
	margin-top: 5px;/*20070704 SEO修正_検討*/
	margin-bottom: 5px;/*20070704 SEO修正_検討*/
	margin-left: 5px;
	margin-right: 5px;
}

.top_tbl_contentl th{
	background-color: #DEEDFF;/*20070704 SEO修正_検討*/
}
.top_tbl_contentl td{
	padding-top: 4px;
	padding-bottom: 4px;
}
.top_txt_comment {
	font-size: 10px;
	color: #1E66AE;
	font-weight: normal;
	margin-left: 10px;
}
.top_box_czad {
	background-image: url(images/ad_biz.gif);
	height: 130px;
	width: 400px;
	background-repeat: no-repeat;
	text-align:left;
}
.top_txt_czad {
	position: relative;
	left: 30px;
	top: 50px;
	line-height: 150%;
	font-size: 12px;
}
.top_tbl_contentr {
	background-color: #FFFFFF;
	border: 1px solid #A6CEFF;/*20070704 SEO修正_検討*/
	margin-top: 5px;
	margin-bottom: 7px;
}
.top_tbl_contentr h2{
	font-size:14px;/*20070704 SEO修正_検討*/
	color:#1E66AE;
	padding:0px;
	margin-top: 5px;/*20070704 SEO修正_検討*/
	margin-bottom: 5px;/*20070704 SEO修正_検討*/
	margin-left: 5px;
	margin-right: 5px;
}
.top_tbl_contentr th{
	background-color: #DEEDFF;/*20070704 SEO修正_検討*/
}
.top_tbl_contentr td{
	font-size:12px;/*20070704 SEO修正_検討*/
	color: #333333;/*20070704 SEO修正_検討*/
	line-height: 140%;
	padding-top: 3px;/*20070704 SEO修正_検討*/
	padding-bottom: 3px;/*20070704 SEO修正_検討*/
	padding-right: 3px;
	padding-left: 5px;
}
.top_tbl_contentr_doco {
	background-color: #FFFFFF;
	border: 1px solid #A6CEFF;/*20070704 SEO修正_検討*/
	margin-top: 5px;
	margin-bottom: 7px;
	padding:1px;
}
.top_tbl_contentr_doco h2{
	font-size:14px;
	color:#1E66AE;
	padding:0px;
	margin-top: 5px;/*20070704 SEO修正_検討*/
	margin-bottom: 5px;/*20070704 SEO修正_検討*/
	margin-left: 5px;
	margin-right: 5px;
}
.top_tbl_contentr_doco th{
	background-color: #DEEDFF;/*20070704 SEO修正_検討*/
}
.top_tbl_contentr_doco td{
	font-size:12px;
	color: #666666;
	line-height: 120%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 5px;
}

.top_hr {
	color: #1E66AE;
}
.top_ul_links {
	width: 100%;
	margin: 0;
}
.top_ul_links li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1E66AE;
	text-align: center;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}
.top_foot  a:link{ 	font-size: 12px;	color: #0033CC;	text-decoration:underline;}
.top_foot  a:visited{ 	font-size: 12px;	color: #0033CC;	text-decoration:underline;}
.top_foot  a:hover{ 	font-size: 12px;	color: #0033CC;	text-decoration:underline;}
.top_foot  a:active{ 	font-size: 12px;	color: #FF0000;	text-decoration:underline;}

.top_box_oshirase {
	margin-top: 8px;
	margin-bottom: 8px;
}
.top_box_asp {
	margin-top: 8px;
	margin-bottom: 8px;
}
.top_box_adbanar {
	text-align: center;
	width: 340px;
}
.top_pr {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-right: 0px;
	padding-left: 1px;
	border: 1px solid #FF0000;
}
.top_h3 {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	font-weight:normal;
}

/************************
トップに天気予報追加
*************************/
.top_box_weather {
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.top_box_weather th{
	background-color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	height:10px;
	width:30%;
	padding:0px;
}
.top_box_weather td{
	font-size:12px;
	color:#666666;
	padding:0px;
}
.top_txt_hot {
	color: #E66900;
}
.top_txt_cool {
	color: #3266CC;
}
.top_txt_newsdate{
	font-size:10px;
	color:#333333;/*20070704 SEO修正_検討*/
}
/*************************
weather_tiiki
*************************/

	*{
	border: 0 none;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
	font-style: normal;
	font-weight: normal;
	}

#weather_tiiki_ie6 {
	_text-align:center;
}

#weather_tiiki {
	width: 780px;
	margin: 0 auto 0 auto;
}

.weather_tiiki_h3 {
	margin: 0px;
	padding: 0px;
}
.weather_tiiki_tbl {
	border: 1px solid #DDEDFF;
	margin: 15px 0 15px 0;
}
.weather_tiiki_tbl th{
	text-align:left;
	background-color: #DDEDFF;
}
.weather_tiiki_tbl td{
	background-color: #F6F8FA;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}
.weather_tiiki_tbl_dtl {
	padding: 0px;
	background-color: #ACA899;
	margin-top: 10px;
	margin-bottom: 10px;
}
.weather_tiiki_tbl_dtl th{
	background-color: #FFFBE5;
	padding-top:5px;
	text-align:center;
	font-size:16px;
	color:#7C7867;
	width: 100px;
}
.weather_tiiki_tbl_dtl td{
	background-color: #FFFFFF;
}
.weather_tiiki_tbl_radio{
	width:600px;
}
.weather_tiiki_tbl_radio td{
	font-size:14px;
	width:20%;
	padding:0px;
}

/************************
20070607　SEO修正
*************************/
.txt_kensakurei{ 	font-size: 12px;	color: #333333;	text-decoration:none; margin-top:4px;}/*20070704 SEO修正*/
.txt_kensakurei a:link{ 	font-size: 12px;	color: #0033CC;	text-decoration:underline;}/*20070704 SEO修正*/
.txt_kensakurei a:visited{ 	font-size: 12px;	color: #0033CC;	text-decoration:underline;}/*20070704 SEO修正*/
.txt_kensakurei a:active{ 	font-size: 12px;	color: #0033CC;	text-decoration:underline;}/*20070704 SEO修正*/
.txt_kensakurei a:hover{ 	font-size: 12px;	color: #FF0000;	text-decoration:underline;}/*20070704 SEO修正*/

/************************
list
*************************/
.list_box_ad {
	background-color: #FFFFE5;
	margin: 0px;
	padding: 10px 10px 0px;
	width: 800px;
	border: 1px solid #FAE18B;
}
.list_box_adleft {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 680px;
	text-align: left;
}
.list_box_adright {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 95px;
}
.list_p_ad {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
.list_p_ad a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;}
.list_p_ad a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;}
.list_p_ad a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;}
.list_p_ad a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:underline;}

.list_txt_adurl a:link{ 	font-size: 12px;	color: #009900;	text-decoration:none;}
.list_txt_adurl a:visited{ 	font-size: 12px;	color: #009900;	text-decoration:none;}
.list_txt_adurl a:active{ 	font-size: 12px;	color: #009900;	text-decoration:none;}
.list_txt_adurl a:hover{ 	font-size: 12px;	color: #009900;	text-decoration:none;}

.list_txt_adsponsor {
	font-size: 12px;
	color: #7F7F72;
}
.list_txt_adsponsor a:link{ 	font-size: 12px;	color: #7F7F72;	text-decoration:none;}
.list_txt_adsponsor a:visited{ 	font-size: 12px;	color: #7F7F72;	text-decoration:none;}
.list_txt_adsponsor a:active{ 	font-size: 12px;	color: #7F7F72;	text-decoration:none;}
.list_txt_adsponsor a:hover{ 	font-size: 12px;	color: #7F7F72;	text-decoration:none;}

.list_box_left {
	float: left;
	width: 600px;
	text-align: left;
	margin-top: 20px;
}
.list_box_left p{
	font-size:14px;
	color:#000000;
}
.list_box_left a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;}
.list_box_left a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;}
.list_box_left a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;}
.list_box_left a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:underline;}

.list_box_right {
	float: right;
	width: 200px;
	margin-top: 20px;/*20070621 修正*/
	text-align: center;
}
.list_box_sakuinzu {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

/*リストパターン1*/
.list_tbl_ptn1 {
	width: 580px;
	margin-bottom: 20px;
}
.list_tbl_ptn1 th{
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.list_tbl_ptn1 td{
	width: 300px;
	line-height: 100%;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.list_tbl_ptn1 a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn1 a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn1 a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn1 a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:140%;}

/*リストパターン2-a*/
.list_tbl_ptn2a {
	width: 580px;
	margin-bottom: 10px;
}
.list_tbl_ptn2a th{
	width: 20px;
	background-color:#DCEEFB;
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 2px;
}
.list_tbl_ptn2a td{
	width: 200px;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.list_tbl_ptn2a a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn2a a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn2a a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn2a a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:140%;}

/*リストパターン2-b*/
.list_tbl_ptn2b {
	width: 580px;
	margin-bottom: 10px;
}
.list_tbl_ptn2b th{
	width: 20px;
	background-color:#DCEEFB;
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 2px;
}
.list_tbl_ptn2b td{
	width: 50px;
	line-height: 100%;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: top;
}
.list_tbl_ptn2b a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn2b a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn2b a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn2b a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:140%;}

/*リストパターン3*/
.list_tbl_ptn3 {
	width: 580px;
	margin-bottom: 10px;
}
.list_tbl_ptn3 th{
	background-color:#DCEEFB;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	text-align: left;
}
.list_tbl_ptn3 td{
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	font-size: 12px;
}
.list_tbl_ptn3 a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn3 a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn3 a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn3 a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:140%;}
/*20070710 駅リスト修正*/
/*リストパターン_sta*/
.list_tbl_ptn_sta {
	width: 581px;
	height:200px;
	margin-bottom:5px;
}
.list_tbl_ptn_sta td{
	width: 83px;
	padding: 0px;
	vertical-align: top;
}
.list_tbl_ptn_sta a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn_sta a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn_sta a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:140%;}
.list_tbl_ptn_sta a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:140%;}
.list_tbl_sta{
	width:83px;
}
.list_tbl_sta td{
	width:px;
	font-size:14px;
}
.list_tbl_sta th{
	width:px;
	font-size:14px;
	font-weight:normal;
}
.list_tbl_sta a:link{ 	font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:100%;}
.list_tbl_sta a:visited{ 	font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:100%;}
.list_tbl_sta a:active{ 	font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:100%;}
.list_tbl_sta a:hover{ 	font-size: 14px;	color: #FF0000;	text-decoration:none;line-height:100%;}
.list_box_sta_pref{
	color:#000000;
	height:12px;
	border:1px solid #000000;
	font-size:12px;
	padding:1px;
}
.list_tr_sta_line{
	background-color:#DCEEFB;
}
/*20070710 駅リスト修正*/
.list_ruby {
	font-size: 10px;
	color: #000000;
	line-height:100%;
}
.list_txt_kensu {
	font-size: 12px;
	font-weight: normal;
}
.list_txt_nextprev {
	font-size: 14px;
	color: #D4E2F3;
}
.list_txt_numnext {
	background-color: #1E66AE;
	font-weight: bold; 
	color: #FFFFFF;
	font-size:14px;
}
.list_txt_numnext_a {
	font-size:14px;
}
.list_txt_numnext a:link{font-weight: bold; background-color: #0000FF; 	font-size: 14px;	color: #FFFFFF;	text-decoration:none;line-height:140%;}
.list_txt_numnext a:visited{font-weight: bold; background-color: #0000FF; 	font-size: 14px;	color: #FFFFFF;	text-decoration:none;line-height:140%;}
.list_txt_numnext a:active{font-weight: bold; background-color: #0000FF; 	font-size: 14px;	color: #FFFFFF;	text-decoration:none;line-height:140%;}
.list_txt_numnext a:hover{font-weight: bold; background-color: #FF0000; 	font-size: 14px;	color: #FFFFFF;	text-decoration:none;line-height:140%;}

/************************
link
*************************/
.link_box_out {
	width: 200px;
	border: 1px solid #66AAFF;
	background-image: url(images/bg_link_h2.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.link_h2 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
.link_h2 a:link{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.link_h2 a:visited{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.link_h2 a:active{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.link_h2 a:hover{font-weight: normal; font-size: 12px;	color: #FF0000;	text-decoration:underline;line-height:130%;}
.link_box_in {
	margin: 10px;
}
.link_box_in a:link{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.link_box_in a:visited{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.link_box_in a:active{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.link_box_in a:hover{font-weight: normal; font-size: 12px;	color: #FF0000;	text-decoration:underline;line-height:130%;}
.link_tbl_tenki {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.link_tbl_tenki th{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	height: 20px;
}
.link_tbl_tenki td{
	font-size:12px;
	text-align:center;
	height: 30px;
}
.link_txt_tenkimax {
	color: #FF6600;
	font-weight: bold;
}
.link_txt_tenkimin {
	color: #0099FF;
	font-weight: bold;
}
.list_tbl_1line {
	width: 170px;
	margin-bottom: 5px;
}
.list_tbl_1line th{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border-bottom:solid 1px #66AAFF;
	padding-bottom:2px;
	padding-top:8px;
}
.list_tbl_1line td{
	font-size:12px;
	text-align:left;
	padding-bottom:2px;
	padding-top:2px;
}
.list_tbl_1line a:link{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_1line a:visited{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_1line a:active{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_1line a:hover{font-weight: normal; font-size: 12px;	color: #FF0000;	text-decoration:underline;line-height:130%;}

.list_tbl_2line {
	width: 170px;
	margin-bottom: 5px;
}
.list_tbl_2line th{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border-bottom:solid 1px #66AAFF;
	width:70px;
	padding:5px;
}
.list_tbl_2line td{
	font-size:12px;
	text-align:right;
	border-bottom:solid 1px #66AAFF;
	width:90px;
	padding:5px;
}

.list_tbl_2line a:link{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_2line a:visited{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_2line a:active{font-weight: normal; font-size: 12px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_2line a:hover{font-weight: normal; font-size: 12px;	color: #FF0000;	text-decoration:underline;line-height:130%;}

/************************
listdtl
*************************/
.listdtl_box_h1 {
	background-image: url(images/bg_listdtl_h1.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 570px;
	padding:0px;
	margin:0px;
}
.listdtl_h1{
	font-size:18px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 12px;
	margin: 0px;
	height: 55px;
	width: 570px;
	background-image: url(images/bg_listdtl_h1.jpg);
	background-repeat: no-repeat;
}
.listdtl_tbl_data{
	width:540px;
	margin-bottom:15px;
	margin-top:5px;
	margin-left:15px;
}
.listdtl_tbl_data td{
	font-size:14px;
	font-weight:normal;
	line-height:140%;
	padding:3px;
}
.listdtl_tbl_data a:link{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.listdtl_tbl_data a:visited{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.listdtl_tbl_data a:active{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.listdtl_tbl_data a:hover{font-weight: normal; font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:130%;}
.listdtl_tbl_map {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	width: 540px;
	font-size: 12px;
}
.listdtl_box_map {
	margin-right: auto;
	margin-left: auto;
	width: 512px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listdtl_td_map {
	background-image: url(images/bg_listdtl_map.gif);
	background-repeat: repeat-x;
	text-align: center;
}
/*20070713　詳細ページ修正*/
.listdtl_h3 {

	font-size:14px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	height: 30px;
	width: 570px;
}
.listdtl_box_h3 {
	background-image: url(images/bg_listdtl_h3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 570px;
	padding:0px;
	margin:10px 0px 0px 0px;
}
.listdtl_h2 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
}
.listdtl_h2 a:link{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.listdtl_h2 a:visited{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.listdtl_h2 a:active{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.listdtl_h2 a:hover{font-weight: normal; font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:130%;}

.listdtl_box_linkr {
	text-align: right;
	width: 560px;
	height: 25px;
	font-size: 14px;
}
.listdtl_box_contentl {
	float: left;
	width: 245px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
	margin-right: 0px;
}
.listdtl_box_contentr {
	float: right;
	width: 245px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
	margin-right: 20px;
}
.listdtl_box_tenkil {
	float: left;
	width: 122px;
	font-size: 14px;
	text-align: center;
}
.listdtl_box_tenkir {
	float: right;
	width: 122px;
	font-size: 14px;
	text-align: center;
}
.listdtl_tbl_kousui {
	width: 100px;
	text-align: center;
}
.listdtl_tbl_kousui th{
	background-color:#F7F7F7;
	font-weight: normal;
}
.listdtl_box_content {
	width: 245px;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 130%;
}
.listdtl_tbl_access {
	width: 500px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.listdtl_box_spot {
	margin-left: 20px;
	width: 230px;
	margin-bottom: 5px;
}
/*20070713　詳細ページ修正*/

/************************
pittari
*************************/
.pittaridtl_tab {
	background-image: url(images/tab_pittari.jpg);
	width: 25%;
	text-align: center;
	background-repeat: no-repeat;
}
.pittaridtl_tab_none {
	background-color: #FFFFFF;
}
.pittaridtl_box_tab {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 540px;
}
.pittaridtl_tab a:link{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:130%;}
.pittaridtl_tab a:visited{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:130%;}
.pittaridtl_tab a:active{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:130%;}
.pittaridtl_tab a:hover{font-weight: normal; font-size: 14px;	color: #FF0000;	text-decoration:none;line-height:130%;}

.pittaridtl_tab_off {
	background-image: url(images/tab_pittari_off.jpg);
	width: 25%;
	text-align: center;
	background-repeat: no-repeat;
}
.pittaridtl_tab_off a:link{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:130%;}
.pittaridtl_tab_off a:visited{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:130%;}
.pittaridtl_tab_off a:active{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:none;line-height:130%;}
.pittaridtl_tab_off a:hover{font-weight: normal; font-size: 14px;	color: #FF0000;	text-decoration:none;line-height:130%;}

/************************
LPO
*************************/
.list_tbl_lpo {
	margin-bottom: 5px;
	width: 185px;
}
.list_tbl_lpo th{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding-bottom:2px;
	padding-top:7px;
}
.list_tbl_lpo td{
	font-size:12px;
	text-align:left;
	padding-bottom:2px;
	padding-top:2px;
	line-height: 120%;
}
.list_tbl_lpo a:link{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_lpo a:visited{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_lpo a:active{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_lpo a:hover{font-weight: normal; font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:130%;}
.list_title_lpos {
	background-color: #3374C4;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	font-weight: bold;
}
.list_box_lpos{
	text-align: left;

}
.list_tbl_lpos {
	border: 1px solid #B3D4FF;
	margin-top: 3px;
	width: 185px;
}
.list_tbl_lpos th{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-bottom:2px;
	padding-top:5px;
}
.list_tbl_lpos td{
	font-size:12px;
	text-align:left;
	padding-bottom:2px;
	padding-top:2px;
	line-height: 120%;
}
.list_tbl_lpos a:link{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_lpos a:visited{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_lpos a:active{font-weight: normal; font-size: 14px;	color: #0000FF;	text-decoration:underline;line-height:130%;}
.list_tbl_lpos a:hover{font-weight: normal; font-size: 14px;	color: #FF0000;	text-decoration:underline;line-height:130%;}

.list_p_lpos{
	text-align:right;
	font-size:10px;
	margin-top:3px;
	margin-bottom:0px;
}
.link_box_in_lpo {
	margin: 5px;
	text-align: center;
}
/************************

*************************/

