@charset "utf-8";
/*
Theme Name: Nichigo
Theme URI: http://nichigopress.jp/
Description: NICHIGO PRESS
*/

* {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
	text-decoration:none;
	color: #484848;
}
a:hover {
	text-decoration:none;
}

.cl {
	clear: both;
}
.cll {
	clear: left;
}
.clr {
	clear: right;
}

ol , ul {
	list-style: none;
}
li {
	list-style-type: none;
}
/* =Layout
-------------------------------------------------------------- */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}
body {
	color:#505050;
	background-color: #FFFFFF;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #484848;
	text-decoration:none;
}
a:hover {
	color: #0aa4de;
}
/* --- HEADER --- */
#header {
	width: 950px;
	background-image:url(/images/site/bg.gif);
	background-repeat:no-repeat;
}

#header_left{
	float:left;
	width:450px;
}

h1 {
	float:left;
	margin: 0px;
	color:384146;
    font-size: 9pt;
	padding-top:4px;
	padding-left:14px;
	padding-bottom:0px;
	font-weight:bold;
}

.logo{
	padding-left:13px;}

#header_right{
	float:right;
	width:500px;
}

#header_topright {
	padding-right: 8px;
	padding-top:7px;
	padding-bottom:6px;
	text-align:right;
}

#header_ad{
	text-align:right;
}

#ads1 {
	/*position: absolute;*/
	float: right;
	top: 37px;
	left: 490px;
	width: 468px;
	height: 60px;
}

#ads1 img {
	border:none;	
	width: 468px;
	height: 60px;
}

#ads img{
	width: 468px;
	height: 60px;
}

#top_search {
	position:relative;
	margin: 2px auto;
	width: 950px;
	height: 70px;
	background-color: #FFFFFF;
	clear: both;
	margin-top:8px;
}
#csetext {
	position:absolute;
	top: 15px;
	left: 200px;
	width: 500px;
}
.search_submit {
	position:absolute;
	top: 15px;
	left: 710px;
	padding: 1px 10px 1px 10px ;
}

#top_search .search_btn {
	border: solid 1px;
	background-color: #52b8e9;
}
.search_radios {
	position:absolute;
	top: 42px;
	left: 100px;
	width: 750px;
	font-size: 11pt;
	text-align: center;
}
.search_radios input {
	margin-left: 20px;
}

.head_spacer {
	width: 950px;
	height: 93px;
}


/* --- HEADER --- */


/*
グローバルナビ
-------------------------------------------*/

#navi {
	width:950px;
	margin-top:5px;
}

#navi li .toplevel {
	background-image:url(/images/site/btn1.gif);
	height:38px;
	width:238px;
	background-position: left top;
}

/*IE6除外
---------------*/
html > body #navi li .toplevel {
	height: 38px;
}
/*---------------*/

#navi li a.toplevel:hover,
#navi li a.toplevel.jshover {
	background-image:url(/images/site/btn1.gif);
	background-position: left bottom;
}
 
#jsnavi {
	height: 38px;
}
#jsnavi li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#jsnavi ul {
	width: 238px;
	display: none;
	position: absolute;
	top: 38px;
	margin: 0;
}

* html #jsnavi ul {
	line-height: 0;
} /* IE6 "fix" */
#jsnavi ul a {
	zoom: 1;
} /* IE6/7 fix */
#jsnavi ul li {
	float: none;
}

#jsnavi a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding-top: 0px;
	text-indent:70px;
	text-decoration: none;
}

#jsnavi li.jshover a {
	-moz-opacity:1;
	opacity:1;
}

#jsnavi ul a.jshover {
	background-color: #1bb5f3;
	color: #FFFFFF;
	background-image: url(/images/site/li_w.gif);
}
#jsnavi ul a:hover {
	background-color: #1bb5f3;
	background-image: url(/images/site/li_w.gif);
	color: #FFFFFF;
}
#jsnavi ul a {
	display: block;
	-moz-opacity:1;
	opacity:1;
	background-color: #f9f9f9;
	background-image: url(/images/site/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #c6d1d9;
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
	padding-bottom:5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #c6d1d9;
	border-left-color: #c6d1d9;
}


#navi li .toplevel2 {
	background-image:url(/images/site/btn2.gif);
	height:38px;
	width:236px;
	background-position: left top;
}

/*IE6除外
---------------*/
html > body #navi li .toplevel2 {
	height: 38px;
}
/*---------------*/

#navi li a.toplevel2:hover,
#navi li a.toplevel2.jshover {
	background-image:url(/images/site/btn2.gif);
	background-position: left bottom;
}

#navi li .toplevel3 {
	background-image:url(/images/site/btn3.gif);
	height:38px;
	width:238px;
	background-position: left top;
}

/*IE6除外
---------------*/
html > body #navi li .toplevel3 {
	height: 38px;
}
/*---------------*/

#navi li a.toplevel3:hover,
#navi li a.toplevel3.jshover {
	background-image:url(/images/site/btn3.gif);
	background-position: left bottom;
}

#navi li .toplevel4 {
	background-image:url(/images/site/btn4.gif);
	height:38px;
	width:237px;
	background-position: left top;
}

/*IE6除外
---------------*/
html > body #navi li .toplevel4 {
	height: 38px;
}
/*---------------*/

#navi li a.toplevel4:hover,
#navi li a.toplevel4.jshover {
	background-image:url(/images/site/btn4.gif);
	background-position: left bottom;
}
/*
グローバルナビ
-------------------------------------------*/

/* WHOLE */
#main {
	margin-top: 17px;
}
#primary {
	float:left;
	margin-right: 7px;
	width: 200px;
}
#main_center {
	float:left;
	margin-right: 7px;
	width: 485px;
}
#main_left {
	float:left;
	margin-right: 7px;
	width: 692px;
	line-height: 26px;
	color:#303030;
}

.entry-title{
	margin-top: 10px;
}

.entry-meta{
	margin-top: 15px;
}

.entry-content {
	margin-top: 10px;
	padding-right: 5px;
	line-height: 25px;
}

#secondary {
	float:left;
}

/* LEFT SIDE */

.left_category {
	background-color: #f7f7f7;
}
.left_category_title {
	background-image:url(/images/site/kiji.gif);
	background-repeat:no-repeat;
	width:200px;
	height:25px;
	
}
.left_categories {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	list-style: none;
	margin:0;
	/*padding:0;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;*/
}
.left_categories li {
	font-size: 12px;
	padding: 2px 0 2px 30px;
	background-image: url(/images/site/nichigo_menu.gif);
	background-repeat: no-repeat;
}
.left_categories li a span {
	font-weight: bold;
}


#left_weather_area {
	margin-top: 7px;
	border: solid 1px #c6d1d9;
}

.left_weather_select {
	margin-top: 5px;
}
#weather_loc {
	border: solid 1px #aaaaff;
	margin: 0 10px;
}

.left_weather {
	height: 190px;
}

#weather_info {
	margin-bottom: 3px;
}


#weather_info img{
	width: 30px;
	height: 30px;
	margin-right: 3px;
}

.wthelm {
	position:relative;
	height: 40px;
	border-bottom: dashed 1px #aaaaff;
}
.wimg {
	position:absolute;
	top:5px;
	left:65px;
	width: 30px;
	height: 30px;
}
.daydisp {
	font-weight: bold;
	position:absolute;
	top:10px;
	left:11px;
	font-size: 16px;
}
.daystr {
	position:absolute;
	top:5px;
	left:115px;
	width: 95px;
	font-size: 12px;
	font-weight: bold;
}

.daytmp {
	position:absolute;
	top:22px;
	left:115px;
	width: 95px;
	font-size: 12px;
}

.left_blog {
	margin-top: 7px;
	width: 200px;
	height: 150px;
}

.left_currency {
	margin-top: 7px;
	border: solid 1px #c6d1d9;
	height: 300px;
	background-color:#f7f7f7;
}
.left_currency iframe {
	background-color: #ffffff;
	margin: 20px 0 0 18px;
}
.left_currency_link {
	position:relative;
	top:-40px;
	margin-left: 18px;
}

/* RIGHT SIDE */

#ads_image_area {
	position: relative;
	width: 250px;
	height: 250px;
}


#ads_image_area a {
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	border: none;
}

#ads_image_area a img{
	width: 250px;
	height: 250px;
}

#ads_switch_area {
	margin:0px;
	width: 250px;
	height: 30px;
}

.ads_switch {
	float:left;
	width: 60px;
	height: 30px;
}

#adsbtn1 { background-position: 0px 0px; }
#adsbtn2 { background-position: -60px 0px; }
#adsbtn3 { background-position: -120px 0px; }
#adsbtn4 { background-position: -180px 0px; }
#adsbtn5 { background-position: -240px 0px; }

#right_sns_area {
	margin-top: 7px;
	width: 250px;
	border-bottom: solid 1px #aaaaaa;
}

.right_sns_title {
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: bold;
	border: solid 1px #aaaaaa;
	color: #555555;
	background: url(//images/site/bg_blue.png) 0 -10px;
}

.right_sns_tabs {
	position:relative;
	width: 250px;
	height: 25px;
}
.sns_tab {
	position:absolute;
	display:block;
	top:0;
	width: 83px;
	height: 25px;
	background-image:url(//images/site/snsimg.png);
	background-repeat:no-repeat;
}
.sns_tab:hover {
	border-top: solid 3px #5555dd;
	top:-2px;
}

.snstab_n {
	border-left: solid 1px #e0e0ff;
	border-right: solid 1px #e0e0ff;
	border-bottom: solid 1px #aaaaaa;
	z-index:5;
}
.snstab_s {
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	z-index:10;
}

.right_sns_bodies {
	position:relative;
	margin: 0;
	height: 40px;
	width: 248px;
	border-right: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
}
.right_sns_bodies a{

}

.right_sns_bodies a img{
	border:none;
	margin-right: 3px;
}

.sns_body {
	position:absolute;
	left:10px;
	top:10px;
	width: 240px;
	height: 30px;
}

.right_sns_nichigo {
	margin-top: 7px;
	background-repeat:no-repeat; 
	height: 43px;
	width: 250px;
	background-image:url(/images/site/fb.gif);
}

.pd106 {
	padding-left:106px;
}

.right_sns_twitter {
	margin-top: 7px;
	background-repeat:no-repeat;
	height: 43px;
	width: 250px;
	background-image:url(/images/site/twitter.gif);
}

.t-follow {
	padding-left:107px;
	
}

.right_sns_mixi {
	margin-top: 7px;
	background-repeat:no-repeat;
	height: 43px;
	width: 250px;
	background-image:url(/images/site/mixi.gif);
}

.right_sns_google {
	position: relative;
	margin-top: 7px;
	height:53px;
	width: 250px;
	background-image:url(/images/site/google.gif);
}

.right_sns_log {
	background-image:url(/images/site/log-in.gif);
	width:250px;
	height:41px;
	margin-top:7px;
	}

.log_in {
	padding-top:5px;
	padding-left:125px;
	padding-right:9px;
	}

.log_in2 {
	padding-top:5px;
	padding-right:9px;
	}
	
.log_in3 {
	padding-top:5px;
	}	

#right_abc_body {
	margin-top: 7px;
	border: solid 1px #888888;
	padding: 14px;
	background-color:#f0f0ff;
}
.right_category_title {
	margin-top: 7px;	
	font-size: 14px;
	padding: 3px 10px;
	background-color: #57575a;
	color: #ffffff;
	font-weight: bold;
}

.right_categories {
	list-style: none;
	margin:0;
	padding:0;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}
.right_categories li {
	font-size: 12px;
	padding: 2px 0 2px 30px;
	background-image: url(/images/site/nichigo_menu.gif);
	background-repeat: no-repeat;
}

.right_categories li a span {
	font-weight: bold;
}

.right_publish_area {
	margin-top:7px;
	width: 248px;
	height: 432px;
	border: solid 1px #c6d1d9;
	margin-bottom: 10px;
}
.right_publish_link {
	display:block;
	margin: 24px;
	width: 200px;
	height: 384px;
}

#breadcrumb {
	font-size: 9pt;
}

#breadcrumb a{
	color:blue;
}

/* --- CENTER --- */

#main_news_area {
	border-bottom: solid 1px #c6d1d9;
	position:relative;
	width: 485px;
	height: 225px;
}

.main_news_tabs {
	/*position:absolute;*/
	width: 485px;
	height: 35px;
	top:0px;
	left: 0px;
	line-height: 15px;
	background: url(/images/site/bg_gray.gif) 0 /*-5px*/;
	cursor: pointer;
}
.main_news_tabs span {
	font-weight: bold;
}
.news_tab {
	color: #017ec2;
	position:absolute;
	display: block;
	width: 95px;
	height: 35px;
	font-size: 10pt;
	border-left:#FFF solid 1px;
	border-right: solid 1px #c6d1d9;
	border-top: solid 1px #c6d1d9;
	border-bottom: solid 1px #c6d1d9;
	text-align: center;
}

.news_tab:hover {
	background-image:url(/images/site/bg_ov.gif);
	color:#FFF;
}

.main_news_tabs a{
	text-decoration: none;
}
.news_tab_s {
	position:absolute;
	display: block;
	width: 95px;
	height: 35px;
	font-size: 10pt;
	border-left: solid 2px #555555; 
	border-right: solid 2px #555555; 
	border-top: solid 2px #555555;
	background-color: #fffff8;
	text-align: center;
}

#main_news_list {
	position:absolute;
	top: 37px;
	left: 0px;
	width: 344px;
	height: 188px;
	border-left: solid 1px #c6d1d9;
}
.news_select {
	position:absolute;
	top: 8px;
	left: 0px;
	width: 340px;
	height: 188px;
}
.news_list_titles {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 345px;
	height: 176px;
}

.news_list_titles li {
	margin-left:10px;
	margin-top: 5px;
	padding: 0 0 0 25px;
	font-size: 14px;
	line-height: 15px;
	background: url(/images/site/arrow_b.gif) no-repeat 4px 2px;
}


.news_list_titles_s {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 345px;
	height: 176px;
}

.news_list_titles_s li {
	margin: 5px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	background: url(/images/site/arrow_b.gif) no-repeat 4px 2px;
}

#main_picture_news {
	position:absolute;
	top: 37px;
	left: 345px;
	width: 138px;
	height: 188px;
	border-right: solid 1px #c6d1d9;
	border-left: solid 1px #FFF;
	background-color: #f7f7f7;
}
.news_img_area {
	margin: 9px;
}
.news_img_area img{
	width: 120px;
	height: 90px;
}
.news_img_area a{
	font-size: 9pt;
	color: #484848;
}

.news_img_title {
	margin-top: 5px;
}
.news_img_caption {
	margin-top: 5px;
	font-weight: bold;
	font-size: 8pt;
}

#special_contents {
	margin-top: 7px;
	height: 100px;
}
#special_contents a{
	float:left;
	display:block;
	width:240px;
	height:100px;
}
.main_town_snap {
	margin-left: 5px;
	background-image:url(/images/site/town_snap.png);
}


#recommend_news_area {
	position: relative;
	margin-top: 7px;
	font-size: 14px;
	width: 485px;
	height: 197px;
	border-bottom: solid 1px #c6d1d9;
}

.rcmmnd_news_title {
	width:485px;
	height: 25px;
	background-image:url(/images/site/osusume.gif);
}
#rcmmnd_news_image {
	position: absolute;
	top: 25px;
	left: 0;
	width: 151px;
	height: 172px;
	border-left : solid 1px #c6d1d9;
	background-color: #f7f7f7;
}

.rcmmnd_news_img_area {
	margin: 15px;
	font-size: 12px;
}

.rcmmnd_news_img_area img{
	width: 120px;
	height: 90px;
}

.rcmmnd_news_img_area a {
	font-size: 10pt;
	color: #484848;
}

.rcmmnd_news_img_area a:hover {
	color: #0aa4de;
}
.rcmmnd_news_img_text {
	margin-top: 5px;
}

.rcmmnd_news_list {
	position: absolute;
	top: 25px;
	left: 152px;
	width: 332px;
	height: 172px;
	border-right: solid 1px #c6d1d9;
	background-color: #ffffff;
}


.rcmmnd_list_titles {
	list-style: none;
	width: 340px;
	height: 166px;
	margin-top:10px;
}

.rcmmnd_list_titles li{
	font-size: 14px;
	line-height: 21px;
	margin-left:10px;
	padding-left:24px;
	background: url(/images/site/arrow_b.gif) no-repeat 4px 5px;
}

#ggl_cal {
	margin-top: 2px;
}

#map_canvas {
	width: 483px;
	height: 300px;
	border: solid 1px #000000;
}

.event_title {
	background-image:url(/images/site/event.gif);
	background-repeat:no-repeat;
	width:485px;
	height:27px;
	margin: 3px 0 0 0;
	padding-left:152px;
	padding-top:4px;
}


/* --- FOOTER --- */
#footer {
	margin-top :5px;
	padding: 0;
	border-top: solid 1px #05aeed;
	font-size: 10pt;
	margin-bottom:20px;
}

.footer_menu {
	padding: 0px;
	margin: 5px 0 0 1px;
	list-style: none;
}
.footer_menu li{
	float: left;
	margin-right:20px;
	padding-left:15px;
	background: url(/images/site/arrow_b.gif) no-repeat 0 2px;
}
.footer_menu a{
	color: #484848;
}

.footer_menu a:hover {
	text-decoration:underline;
}

.footer_desc {
	margin-top:20px;
	text-align: right;
	color:#000;
	font-size:12px;
}

/* Top page */
#top_special {
	width:555px;
}

/* Category Page */
.category_main {

}

.page_navi_link {
	text-align: right;
	font-size: 10pt;
}

.page_navi_link a{
	margin: 0px 10px;
}

.ctg_g_eml {
	position:relative;
	float:left;
	margin: 7px 7px 0 0;
	width: 335px;
	height: 100px;
	border: solid 1px #aaaaaa;
}

.ctg_title_g {
	margin:0;
	padding:0 0 0 15px;
	height: 19px;
	line-height: 19px;
	font-size: 11pt;
	background: url("/images/site/bg_blue.png") repeat scroll 0 -10px transparent;
	color: #555555;
	border-bottom: solid 1px #aaaaaa;
}
.nhl_g_img {
	position:absolute;
	top:20px;
	left:0;
	width: 80px;
	height: 80px;
	border-right: solid 1px #aaaaaa;
	background-repeat: no-repeat;
}

.nhl_elm_g {
	position:absolute;
	top: 22px;
	left: 80px;
	width: 255px;
	height: 80px;
	font-size: 10pt;
}
.nhl_title_g {
	padding-left: 18px;
	height: 20px;
	line-height: 20px;
}
.nhl_morelink_g {
	padding-right: 5px;
	text-align: right;
	font-size: 9pt;
	line-height: 20px;
}
.nhl_title a{
	font-weight: bold;
}

.ctg_title {
	margin:10px 0 0 0;
	padding:0;
	font-size: 16pt;
}

.nhl_elm {
	margin:3px 10px 5px 10px;
	padding:0;
	font-size: 10pt;
}
.nhl_thumb {
	float: right;
}
.nhl_title {
	margin-top: 5px;
}

.nhl_text {
	font-size: 9pt;
	margin-left: 10px;
}
.nhl_text p{
	margin:0;
	padding:0;
}

.nhl_elm span {
	font-size: 9pt;
}
.

/* single page */
#single_content {
	margin: 0px 0px 0px 170px;
}
#single_content h2 {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	font-size: 12pt;
}

.sgl_snsbtns {
	position:relative;
	float:right;
	width: 500px;
	height: 45px;
	margin-top: 20px;
}
.sgl_sns {
	position:absolute;
}
.pagetitle {
	margin: 10px;
	padding:0;
}

.sngl_link_list {
	padding: 10px 20px;
	margin: 0;
	list-style:none;
	
}

.sngl_link_list li{
	/*height: 24px;*/
	height: 27px;
	/*background: url("/images/site/arrow_b.gif") no-repeat scroll 4px 3px transparent;*/
	background: url("/images/site/arrow_b.gif") no-repeat 5px scroll transparent;
	padding: 0 0 0 23px;
}

/* questionare */
.new_q_area {
	font-size: 10pt;
	color: #333333;
}
.new_q_title {
	margin-left: 5px;
	border-bottom: solid 1px #aaaaaa;
}
.new_q_data {
	margin: 5px 0 30px 20px;
}
.new_q_data span {
	margin-right: 20px;
}
.new_q_data .input_txt {
	width: 600px;
}
.new_q_data .input_area {
	width: 600px;
	height: 100px;
}

/* msnfortune */
#msn_fortune_area {
	margin: 20px 0 0 40px;
}
#msn_fortune_area a {
	position:relative;
	display: block;
	width: 460px;
	height: 60px;
	color: #000000;
}
#msn_fortune_area img {
	position:absolute;
	top: 0;
	left: 10px;
	width: 40px;
	height: 40px;
}

.ftn_title {
	position:absolute;
	top: 0;
	left: 60px;
	width: 400px;
	height: 20px;
	color: #0000dd;
}
.ftn_desc {
	position:absolute;
	top: 20px;
	left: 60px;
	width: 400px;
	height: 20px;
}

/* clsfd */
.new_clsfd_title {
	background-image:url(/images/site/classified.gif);
	background-repeat:no-repeat;
	width:485px;
	height:27px;
	margin: 7px 0 0 0px;
	padding-left:152px;
	padding-top:4px;
}
.clsfd_area {
	
}

#main_clsfd_area {
	border-left: solid 1px #c6d1d9;
	border-right: solid 1px #c6d1d9;
	border-bottom: solid 1px #c6d1d9;
	position:relative;
	width: 483px;
	height: 135px;
	top:-5px;
}

.main_clsfd_tabs {
	position:absolute;
	width: 485px;
	height: 28px;
	/*height: 30px;*/
	top:0px;
	left: 0px;
	/*line-height: 30px;
	background: url(/images/site/bg-classi.gif);
	cursor: pointer;*/
}
.main_clsfd_tabs span {
	font-weight: bold;
}
.clsfd_tab {
	position:absolute;
	display: block;
	width: 120px;
	height: 30px;
	font-size: 10pt;
	color: #017ec2;
	border-left: solid 1px #c6d1d9;
	/*border: solid 1px #aaaaaa; */
	text-align: center;
}

.clsfd_tab:hover {
	background-image:url(/images/site/orange.gif);
	color:#FFF;
}

.main_clsfd_tabs a{
	text-decoration: none;
}/*
.main_clsfd_tabs a:hover {
	border-top: solid 3px #5555dd;
	top: -2px;
}*/

.clsfd_tab_s {
	position:absolute;
	display: block;
	width: 120px;
	height: 28px;
	font-size: 10pt;
	background-image:url(/images/site/orange.gif);
	color:#FFF;
	/*border-left: solid 2px #555555; 
	border-right: solid 2px #555555; 
	border-top: solid 2px #555555;
	background-color: #fffff8;*/
	text-align: center;
}

#main_clsfd_list {
	position:absolute;
	top: 31px;
	left: 0px;
	width: 482px;
	height: 98px;
	background-color: #ffffff;
}
.clsfd_select {
	position:absolute;
	top: 6px;
	left: 0px;
	width: 482px;
	height: 90px;
}
.clsfd_select ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 482px;
	height: 86px;
}

.clsfd_select li {
	margin: 5px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 12px;
	/*background: url(/images/site/arrow_b.gif) no-repeat 4px 2px;*/
	background: url(/images/site/arrow_b.gif) no-repeat 4px;
}
.clsfd_select a span {
	color: #f87c02;
}


#jsnavi1 {
	width:485px;
	height: 37px;
}
#jsnavi1 li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}


/*****NEWS-TAB-MENU*****/

/*NEWS*/

#navi-n{
	width:485px;
	height:37px;
}
 
#jsnavi-n1 {
	width:485px;
	height: 37px;
	margin: 0;
	padding: 0;
}
#jsnavi-n1 li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#jsnavi-n1 ul {
	display: none;
	margin: 0;
}

#jsnavi-n1 a {
	display: block;
	padding-top: 0px;
}

/* au news1 */
#navi-n li .toplevel_au{
	background-image:url(/images/site/news1.gif);
	height:37px;
	width:98px;
	background-position: left bottom;
}
#navi-n li a.toplevel_au:hover,
#navi-n li a.toplevel_au.jshover {
	background-image:url(/images/site/news1.gif);
	background-position: left bottom;
}
#navi-n li .toplevel_news_au_on{
	background-image:url(/images/site/news1.gif);
	height:37px;
	width:98px;
	background-position: left bottom;
}
#navi-n li .toplevel_news_au_off {
	background-image:url(/images/site/news1.gif);
	height:37px;
	width:98px;
	background-position: left top;
}

/* lo news2 */
#navi-n li .toplevel_lo {
	background-image:url(/images/site/news2.gif);
	height:37px;
	width:95px;
	background-position: left top;
}
#navi-n li a.toplevel_lo:hover,
#navi-n li a.toplevel_lo.jshover {
	background-image:url(/images/site/news2.gif);
	background-position: left bottom;
}
#navi-n li .toplevel_news_lo_on {
	background-image:url(/images/site/news2.gif);
	height:37px;
	width:95px;
	background-position: left bottom;
}
#navi-n li .toplevel_news_lo_off{
	background-image:url(/images/site/news2.gif);
	height:37px;
	width:95px;
	background-position: left top;
}

/* tp news3 */
#navi-n li .toplevel_tp {
	background-image:url(/images/site/news3.gif);
	height:37px;
	width:98px;
	background-position: left top;
}
#navi-n li a.toplevel_tp:hover,
#navi-n li a.toplevel_tp.jshover {
	background-image:url(/images/site/news3.gif);
	background-position: left bottom;
}
#navi-n li .toplevel_news_tp_on {
	background-image:url(/images/site/news3.gif);
	height:37px;
	width:98px;
	background-position: left bottom;
}
#navi-n li .toplevel_news_tp_off {
	background-image:url(/images/site/news3.gif);
	height:37px;
	width:98px;
	background-position: left top;
}

/* et news4 */
#navi-n li .toplevel_et{
	background-image:url(/images/site/news4.gif);
	height:37px;
	width:96px;
	background-position: left top;
}
#navi-n li a.toplevel_et:hover,
#navi-n li a.toplevel_et.jshover {
	background-image:url(/images/site/news4.gif);
	background-position: left bottom;
}
#navi-n li .toplevel_news_et_on {
	background-image:url(/images/site/news4.gif);
	height:37px;
	width:96px;
	background-position: left bottom;
}
#navi-n li .toplevel_news_et_off{
	background-image:url(/images/site/news4.gif);
	height:37px;
	width:96px;
	background-position: left top;
}

/* en news5 */
#navi-n li .toplevel_en{
	background-image:url(/images/site/news5.gif);
	height:37px;
	width:98px;
	background-position: left top;
}
#navi-n li a.toplevel_en:hover,
#navi-n li a.toplevel_en.jshover {
	background-image:url(/images/site/news5.gif);
	background-position: left bottom;
}
#navi-n li .toplevel_news_en_on{
	background-image:url(/images/site/news5.gif);
	height:37px;
	width:98px;
	background-position: left bottom;
}
#navi-n li .toplevel_news_en_off{
	background-image:url(/images/site/news5.gif);
	height:37px;
	width:98px;
	background-position: left top;
}

/*classifieds*/

#navi-c{
	width:483px;
	height:28px;
}
 
#jsnavi-c1 {
	width:483px;
	height: 28px;
	margin: 0;
	padding: 0;
}
#jsnavi-c1 li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#jsnavi-c1 ul {
	display: none;
	margin: 0;
}

#jsnavi-c1 a {
	display: block;
	padding-top: 0px;
}

/*ac cls1*/
#navi-c li .toplevel_ac {
	background-image:url(/images/site/cls1.gif);
	height:28px;
	width:121px;
	background-position: left bottom;
}
#navi-c li a.toplevel_ac:hover,
#navi-c li a.toplevel_ac.jshover {
	background-image:url(/images/site/cls1.gif);
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_ac_on {
	background-image:url(/images/site/cls1.gif);
	height:28px;
	width:121px;
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_ac_off {
	background-image:url(/images/site/cls1.gif);
	height:28px;
	width:121px;
	background-position: left top;
}
/*wk cls2*/
#navi-c li .toplevel_wk {
	background-image:url(/images/site/cls2.gif);
	height:28px;
	width:121px;
	background-position: left top;
}
#navi-c li a.toplevel_wk:hover,
#navi-c li a.toplevel_wk.jshover {
	background-image:url(/images/site/cls2.gif);
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_wk_on {
	background-image:url(/images/site/cls2.gif);
	height:28px;
	width:121px;
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_wk_off {
	background-image:url(/images/site/cls2.gif);
	height:28px;
	width:121px;
	background-position: left top;
}
/*sl cls3*/
#navi-c li .toplevel_sl {
	background-image:url(/images/site/cls3.gif);
	height:28px;
	width:121px;
	background-position: left top;
}
#navi-c li a.toplevel_sl:hover,
#navi-c li a.toplevel_sl.jshover {
	background-image:url(/images/site/cls3.gif);
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_sl_on {
	background-image:url(/images/site/cls3.gif);
	height:28px;
	width:121px;
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_sl_off {
	background-image:url(/images/site/cls3.gif);
	height:28px;
	width:121px;
	background-position: left top;
}
/*cm cls4*/
#navi-c li .toplevel_cm{
	background-image:url(/images/site/cls4.gif);
	height:28px;
	width:120px;
	background-position: left top;
}
#navi-c li a.toplevel_cm:hover,
#navi-c li a.toplevel_cm.jshover {
	background-image:url(/images/site/cls4.gif);
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_cm_on{
	background-image:url(/images/site/cls4.gif);
	height:28px;
	width:120px;
	background-position: left bottom;
}
#navi-c li .toplevel_clsfd_cm_off{
	background-image:url(/images/site/cls4.gif);
	height:28px;
	width:120px;
	background-position: left top;
}

/*Gmap_____________________________________________________________*/

#gmaps_res,
#gmaps_see,
#gmaps_tra,
#gmaps_acc,
#gmaps_lei,
#gmaps_spo,
#gmaps_bea,
#gmaps_med,
#gmaps_lea,
#gmaps_lif,
#gmaps_spe,
#gmaps_rep,
#gmaps_sho,
#gmaps_ren{
	width: 483px;
	height: 350px; 
}
	
.new_gmaps_title {
	background-image:url(/images/site/townguide.gif);
	background-repeat:no-repeat;
	width:485px;
	height:27px;
	margin: 7px 0 0 0px;
	padding-left:152px;
	padding-top:4px;
}

.gmaps_area {
	
}

#main_gmaps_area {
	border-left: solid 1px #c6d1d9;
	border-right: solid 1px #c6d1d9;
	border-bottom: solid 1px #c6d1d9;
	position:relative;
	width: 483px;
	/*height: 135px;*/
	/*height: 350px;*/
	height: 410px;
	top:-5px;
	margin-bottom: 10px;
}

#main_gmaps_list {
	position:absolute;
	/*top: 60px;*/
	top: 62px;
	left: 0px;
	width: 483px;
	height: 352px;
	background-color: #ffffff;
}

.gmaps_select {
	position:absolute;
	/*top: 6px;*/
	left: 0px;
	width: 482px;
	height: 92px;
}
.gmaps_select ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 482px;
	height: 87px;
}

.gmaps_select li {
	margin: 5px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 12px;
	background: url(/images/site/arrow_b.gif) no-repeat 4px 2px;
}

.gmaps_select a span {
	color: #f87c02;
}

#navi-g{
	width:483px;
	/*height:28px;*/
	height: 62px;
}
 
#jsnavi-gl {
	width:483px;
	/*height: 28px;*/
	height: 62px;
	margin: 0;
	padding: 0;
}

#jsnavi-g1 li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#jsnavi-g1 ul {
	display: none;
	margin: 0;
}

#jsnavi-g1 a {
	display: block;
	padding-top: 0px;
}
	
/*	res gmaps	*/
#navi-g li .toplevel_res {
	background-image:url(/images/site/res.gif);
	height:30px;
	width:69px;
	/**/float: left;/**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left bottom;
}

#navi-g li a.toplevel_res:hover,
#navi-g li a.toplevel_res.jshover {
	background-image:url(/images/site/res.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_res_on {
	background-image:url(/images/site/res.gif);
	height:30px;
	width:69px;
	background-position: left bottom;


}
#navi-g li .toplevel_gmaps_res_off {
	background-image:url(/images/site/res.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	see gmaps	*/
#navi-g li .toplevel_see {
	background-image:url(/images/site/see.gif);
	height:30px;
	width:69px;
	/**/float: left;/**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_see:hover,
#navi-g li a.toplevel_see.jshover {
	background-image:url(/images/site/see.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_see_on {
	background-image:url(/images/site/see.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_see_off {
	background-image:url(/images/site/see.gif);
	height:30px;
	width:69px;
	background-position: left top;
}
	
/*	tra gmaps	*/
#navi-g li .toplevel_tra {
	background-image:url(/images/site/tra.gif);
	height:30px;
	width:69px;
	/**/float: left;/**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_tra:hover,
#navi-g li a.toplevel_tra.jshover {
	background-image:url(/images/site/tra.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_tra_on {
	background-image:url(/images/site/tra.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_tra_off {
	background-image:url(/images/site/tra.gif);
	height:30px;
	width:69px;
	background-position: left top;
}	

/*	acc gmaps	*/
#navi-g li .toplevel_acc {
	background-image:url(/images/site/acc.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_acc:hover,
#navi-g li a.toplevel_acc.jshover {
	background-image:url(/images/site/acc.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_acc_on {
	background-image:url(/images/site/acc.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_acc_off {
	background-image:url(/images/site/acc.gif);
	height:30px;
	width:69px;
	background-position: left top;
}	
	
/*	lei gmaps	*/
#navi-g li .toplevel_lei {
	background-image:url(/images/site/lei.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_lei:hover,
#navi-g li a.toplevel_lei.jshover {
	background-image:url(/images/site/lei.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_lei_on {
	background-image:url(/images/site/lei.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_lei_off {
	background-image:url(/images/site/lei.gif);
	height:30px;
	width:69px;
	background-position: left top;
}	
	
/*	spo gmaps	*/
#navi-g li .toplevel_spo {
	background-image:url(/images/site/spo.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_spo:hover,
#navi-g li a.toplevel_spo.jshover {
	background-image:url(/images/site/spo.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_spo_on {
	background-image:url(/images/site/spo.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_spo_off {
	background-image:url(/images/site/spo.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	bea gmaps	*/
#navi-g li .toplevel_bea {
	background-image:url(/images/site/bea.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_bea:hover,
#navi-g li a.toplevel_bea.jshover {
	background-image:url(/images/site/bea.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_bea_on {
	background-image:url(/images/site/bea.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_bea_off {
	background-image:url(/images/site/bea.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	med gmaps	*/
#navi-g li .toplevel_med {
	background-image:url(/images/site/med.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_med:hover,
#navi-g li a.toplevel_med.jshover {
	background-image:url(/images/site/med.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_med_on {
	background-image:url(/images/site/med.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_med_off {
	background-image:url(/images/site/med.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	lea gmaps	*/
#navi-g li .toplevel_lea {
	background-image:url(/images/site/lea.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_lea:hover,
#navi-g li a.toplevel_lea.jshover {
	background-image:url(/images/site/lea.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_lea_on {
	background-image:url(/images/site/lea.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_lea_off {
	background-image:url(/images/site/lea.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	lif gmaps	*/
#navi-g li .toplevel_lif {
	background-image:url(/images/site/lif.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_lif:hover,
#navi-g li a.toplevel_lif.jshover {
	background-image:url(/images/site/lif.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_lif_on {
	background-image:url(/images/site/lif.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_lif_off {
	background-image:url(/images/site/lif.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	spe gmaps	*/
#navi-g li .toplevel_spe {
	background-image:url(/images/site/spe.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_spe:hover,
#navi-g li a.toplevel_spe.jshover {
	background-image:url(/images/site/spe.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_spe_on {
	background-image:url(/images/site/spe.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_spe_off {
	background-image:url(/images/site/spe.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	rep gmaps	*/
#navi-g li .toplevel_rep {
	background-image:url(/images/site/rep.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_rep:hover,
#navi-g li a.toplevel_rep.jshover {
	background-image:url(/images/site/rep.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_rep_on {
	background-image:url(/images/site/rep.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_rep_off {
	background-image:url(/images/site/rep.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	sho gmaps	*/
#navi-g li .toplevel_sho {
	background-image:url(/images/site/sho.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_sho:hover,
#navi-g li a.toplevel_sho.jshover {
	background-image:url(/images/site/sho.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_sho_on {
	background-image:url(/images/site/sho.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_sho_off {
	background-image:url(/images/site/sho.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*	ren gmaps	*/
#navi-g li .toplevel_ren {
	background-image:url(/images/site/ren.gif);
	height:30px;
	width:69px;
	/**/float: left; /**/
	border-bottom: solid 1px #c6d1d9;
	background-position: left top;
}
#navi-g li a.toplevel_ren:hover,
#navi-g li a.toplevel_ren.jshover {
	background-image:url(/images/site/ren.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_ren_on {
	background-image:url(/images/site/ren.gif);
	height:30px;
	width:69px;
	background-position: left bottom;
}
#navi-g li .toplevel_gmaps_ren_off {
	background-image:url(/images/site/ren.gif);
	height:30px;
	width:69px;
	background-position: left top;
}

/*_______________________________________________________________Gmap*/
