/*------------------------------------------------------------common*/
* {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #1782C6;
	border-bottom: 1px dashed #1782C6;
}

a:visited {
	text-decoration: none;
	color: #551A8B;
	border-bottom: 1px dashed #551A8B;
}

a.ilink:link,a.ilink:visited {
	border: none;
}

img {
	border-style: none;
}

p {
	margin-bottom: 1em;
}

fieldset {
	border: none;
}

#sbi {
	border: 1px solid gray;
	margin-left: 5px;
	width: 120px;
	height: 18px;
}

.pointer {
	cursor: pointer;
}

.smaller {
	font-size: smaller;
}

.bold{
	font-weight: bold;
}

p.right {
	text-align: right;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearer{
	clear: both;
}


.miru * {
	border-color: #FF4000;
}

.inshoku * {
	border-color: #229C57;
}

.shukuhaku * {
	border-color: #FF9C00;
}

.taiken * {
	border-color: #00A0C6;
}

.kaimono * {
	border-color: #F550A6;
}

.iyashi * {
	border-color: #A5D751;
}

.kurasu * {
	border-color: #755E2C;
}

li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
}

	.miru li {
		background-image: url('../img/li_miru.gif');
	}
	
	.inshoku li {
		background-image: url('../img/li_inshoku.gif');
	}
	
	.shukuhaku li {
		background-image: url('../img/li_shukuhaku.gif');
	}
	
	.taiken li {
		background-image: url('../img/li_taiken.gif');
	}
	
	.kaimono li {
		background-image: url('../img/li_kaimono.gif');
	}
	
	.kurasu li {
		background-image: url('../img/li_kurasu.gif');
}

h1 {
	margin-bottom: 10px;
	border-bottom: 2px dotted #FFFFFF;
	font-size: 20px;
}

h2 {
	background: transparent url('../img/entry_keyword_miru.gif') no-repeat	scroll left center;
	border-bottom: 1px dotted #FF4000;
	padding-left: 22px;
	font-size: 18px;
	margin-bottom: 10px;
}

	.miru h2 {
		background-image: url('../img/entry_keyword_miru.gif');
	}
	
	.inshoku h2 {
		background-image: url('../img/entry_keyword_inshoku.gif');
	}
	
	.shukuhaku h2 {
		background-image: url('../img/entry_keyword_shukuhaku.gif');
	}
	
	.taiken h2 {
		background-image: url('../img/entry_keyword_taiken.gif');
	}
	
	.kaimono h2 {
		background-image: url('../img/entry_keyword_kaimono.gif');
	}
	
	.iyashi h2 {
		background-image: url('../img/entry_keyword_iyashi.gif');
	}
	
	.taiken h2 {
		background-image: url('../img/entry_keyword_taiken.gif');
	}
	
	.kurasu h2 {
		background-image: url('../img/entry_keyword_kurasu.gif');
	}

.category_banner {
	margin-bottom: 10px;
}

.category_label {
	background: transparent url(../img/category_label_bg.gif) repeat-x scroll 0 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
}

hr {
	margin: 10px 0px 10px 0px;
	border-top: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

div.info {
	width: 350px;
}

	div.info p.title{
		font-weight: bold;
	}

	div.info img{
		width: 100px;
		height: 75px;
		float: left;
	}
	
	div.info p.keywords{
		margin-left: 110px;
	}
	
	div.info p.link{
		clear: both;
		text-align: right;
		margin-top: 10px;
		font-size: smaller;
	}


.border{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.li_general{/* to be deleted*/
	background: transparent url('../img/li_general.gif') no-repeat	scroll left center;
	padding-left: 17px;
}

.li{
	padding-left: 17px;
	background: transparent url('../img/li_general.gif') no-repeat scroll left center;
}

	.miru .li{
		background-image: url('../img/li_miru.gif');
	}
	
	.inshoku .li{
		background-image: url('../img/li_inshoku.gif');
	}
	
	.shukuhaku .li{
		background-image: url('../img/li_shukuhaku.gif');
	}
	
	.taiken .li{
		background-image: url('../img/li_taiken.gif');
	}
	
	.kaimono .li{
		background-image: url('../img/li_kaimono.gif');
	}
	
	.iyashi .li{
		background-image: url('../img/li_iyashi.gif');
	}
	
	.kurasu .li{
		background-image: url('../img/li_kurasu.gif');
	}


.li_up{
	padding-left: 17px;
	background: transparent url('../img/li_general_up.gif') no-repeat scroll left center;
}

	.general .li_up{
		background-image: url('../img/li_general_up.gif');
	}
		
	.miru .li_up{
		background-image: url('../img/li_miru_up.gif');
	}
		
	.inshoku .li_up{
		background-image: url('../img/li_inshoku_up.gif');
	}
	
	.shukuhaku .li_up{
		background-image: url('../img/li_shukuhaku_up.gif');
	}
	
	.taiken .li_up{
		background-image: url('../img/li_taiken_up.gif');
	}
	
	.kaimono .li_up{
		background-image: url('../img/li_kaimono_up.gif');
	}
	
	
/*------------------------------------------------------------common*/
	/*-----------------------------------------------------------container*/
body {
	background-color: #FFFFEB;
	text-align: center;
	color: #333333;
}

#container-wrapper{
	margin: 0 auto;
	width: 875px;
	padding: 0 4px;
	background: transparent url('../img/bg_border.gif') repeat-y scroll left center;
}

#container {
	width: 875px;
	text-align: left;
	background-color: white;
	clear: both;
}

#head {
	margin-bottom: 3px;
	font-size: 12px;
	background-color: #7AC4DD;
	text-align: center;
	color: white;
	letter-spacing: 4px;
}

#logo {
	padding: 0px 5px 0px 5px;
	width: 266px;
	height: 73px;
	float: left;
}

#logo_ad {
	width: 468px;
	height: 60px;
	margin: 5px;
	float: right;
}

#update_nav {
	clear: both;
	background-color: #7AC4DD;
	color: white;
	padding: 2px 0 2px 0.5em;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	height: 21px;
}

#update_nav span#ticker-wrapper {
	position: absolute;
	top: 2px;
	right: 10px;
	width: 440px;
	/*background-color: white;*/
	height: 15px;
	padding: 3px 0 3px 1em;
}

#update_nav span#ticker {
	height: 15px;
	overflow: hidden;
	font-size: 10pt;
	color: #211C73;
	background-color: white;
}

#main {
	margin: 3px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
	width: 545px;
	float: left;
	display: inline;
	overflow: hidden;
	line-height: 160%;
}

#menu {
	margin: 3px 10px 0 0;
	width: 300px;
	float: right;
	display: inline;
	overflow: hidden;
}

#footer {
	clear: both;
	background: transparent url(../img/footer_bg.gif) repeat-x scroll left center;
	font-size: smaller;
	border-top: 1px solid #DDDDDD;
	height: 90px;
}

/*-----------------------------------------------------------container*/
	/*-----------------------------------------------------------------main*/
div.index_item {
	margin-bottom: 10px;
}

.index_item_top {
	height: 25px;
	position: relative;
}

div.index_item_top span {
	position: absolute;
	top: 8px;
	right: 10px;
}

div.index_item_top span img {
	margin-left: 0.5em;
}

#feed_detail {
	position: absolute;
}

.index_item_box {
	border-top: 4px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	padding: 20px 10px 0 10px;
	background-color: white;
}

.index_item_box dt {
	clear: left;
	float: left;
	display: inline;
}

.index_item_bottom{
	background: url(../img/index_item_bottom.gif) top center no-repeat transparent;    
	height: 29px;
}

#index_map_search{
	padding: 9px 0 9px 9px;
	width: 544px;
	background-image: url(../img/index_search_back.gif);
	background-repeat: repeat-y;
}

#index_contents_search{
	background-image: url(../img/index_search_back.gif);
	padding-top: 5px;
	width: 544px;
	text-align: center;
	line-height: 100%;
}

.contents {
	background-color: white;
	width: 245px;
	height: 115px;
	text-align: left;
	margin-left: 13px;
	margin-bottom: 10px;
}

.contents_menu {
	font-size: 9pt;
	margin-left: 5px;
	width: 150px;
	float: right;
}

.contents_img {
	margin-left: 5px;
	float: left;
}

.contents_img_viewlist {
	padding-top: 3px;
	padding-left: 80px;
}

div#update_top {
	background: transparent url(../img/index_update_top.gif) no-repeat scroll;
}

div#news_top {
	background: transparent url(../img/index_news_top.gif) no-repeat scroll;
}

p.update_category{
	font-weight: bold;
	font-size: smaller;
	color: #565656;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #E0E0E0;
	border-left: 4px solid #E0E0E0;
	padding-left: 4px;
}

dl.update dt,dl#news dt {
	width: 130px;
}

dl.update dd,dl#news dd {
	margin: 0 0 0.5em 130px;
}

	dl.update p.category{
		margin-bottom:3px;
		font-size: smaller;
		color: #7F7F7F;
	}

	dl.update p.title{
		margin-bottom: 0;
	}

div#city_top {
	background: transparent url(../img/index_map_top.gif) no-repeat scroll;
}

dl#city dt {
	width: 70px;
	height: 40px;
	text-align: center;
}

dl#city dd {
	padding: 0 0 1em 5px;
	margin-left: 70px;
}

dl#city dd ul li {
	word-break: keep-all;
	margin: 0 1em 0.5em 0;
}

#main_ad {
	margin: 20px 0 10px 5px;
	height: 280px;
}

/*-----------------------------------------------------------------main*/
	/*-----------------------------------------------------------------menu*/
.menu_item {
	margin-bottom: 10px;
}

.menu_item .separator{
		clear: both;
		border-bottom: 1px dashed #8F8F8F;
		margin: 0.5em 5px;
		padding-bottom: 5px;
}

div#keyword_search {
	border: 4px solid #82CAEF;
}

form#cse-search-box {
	margin: 5px;
}

p#search_ex {
	margin-bottom: 5px;
	text-align: right;
	font-size: smaller;
	color: #8F8F8F;
}

.menu_title {
	cursor: pointer;
	border: 4px solid #82CAEF;
	border-bottom: none;
	padding: 3px;
}

ul.menu_box {
	padding: 5px 5px 5px 20px;
	width: 267px;
	border-left: 4px solid #82CAEF;
	border-right: 4px solid #82CAEF;
	font-size: 9pt;
	display: none;
}

ul.menu_box li {
	margin-bottom: 0.5em;
}

div#contents_search {
	width: 300px;
	border-bottom: 4px solid #82CAEF;
}

#menu_ad {
	height: 250px;
	width: 170px;
}

ul#menu_link li {
	padding: 0px;
	margin-bottom: 10px;
}

div#map_search {
	width: 300px;
	border-bottom: 4px solid #82CAEF;
}

div#spot_search{
	border: 4px solid #82CAEF;
	padding: 5px;
}

	div#spot_search img{
		float: left;
		margin-bottom: 0.5em;
		width: 100px;
	}
	
	div#spot_search p.title{
		margin: 0 0 0.5em 110px;
		font-size: smaller;
	}
	
	div#spot_search p.desc{
		margin-left: 110px;
		font-size: smaller;
		line-height: 100%;
		color:#111111;
	}

div#menu_column{
	border: 1px solid #D9D9D9;
	padding: 5px;	
}

	div#menu_column p.img{
		text-align: right;
		margin-bottom: 0.5em;
	}
	
	div#menu_column p.title{
		margin: 0 0 0.5em 0;
		font-size: smaller;
	}
	
	div#menu_column p.desc{
		margin-left:30px;
		font-size:smaller;
		color:#111111;
		line-height:100%
	}

/*-----------------------------------------------------------------menu*/
	/*----------------------------------------------------------------footer*/
ul#footer1 {
	padding: 5px 0 5px 20px;
	width: 855px;
	height: 20px;
}

ul#footer1 li {
	float: left;
	margin-right: 2em;
	padding-left: 12px;
	list-style: none;
}

p#footer2 {
	color: #3F3F3F;
	text-align: center;
	margin-bottom: 0;
	clear: both;
	height: 60px;
}

/*----------------------------------------------------------------footer*/
	/*----------------------------------------------------------------uminchi*/
/*div.uminchi_title {
	position: relative;
	background-image: url('../img/uminchi_header.gif');
	background-repeat: no-repeat;
	height: 82px;
	/*border-top:1px solid #DDDDDD;*/
}*/

/*div.uminchi_title span.uminchi_entry_title {
	position: absolute;
	left: 150px;
	top: 15px;
	font-weight: bold;
	font-size: larger;
	color: #00968D;
}*/

/*div.uminchi_title span.uminchi_entry_date {
	position: absolute;
	right: 5px;
	bottom: 30px;
	font-size: x-small;
	color: #00968D;
}*/

/*div.uminchi_entry {
	border-left: 2px solid #20A3BB;
	border-right: 2px solid #20A3BB;
	margin-left: 104px;
	width: 415px;
	padding: 0 10px 0 10px;
}*/

/*div.uminchi_entry img {
	float: right;
	margin: 5px 10px 5px 5px;
	border: 1px solid gray;
}*/

/*div.uminchi_entry img:hover {
	border: 1px dashed #78CBB1;
}*/

/*div.uminchi_entry_footer {
	background-image: url('../img/uminchi_footer.gif');
	height: 20px;
	margin: -1em 0 1em 0;
}*/

/*----------------------------------------------------------------uminchi*/
	/*------------------------------------------------------------------entry*/
#entry_ruby {
	margin-bottom: 5px;
	padding-left: 3px;
	font-size: small;
}

#entry_category {
	background-color: #FFFFD9;
}

#entry_mgr {
	text-align: right;
	margin-bottom: 10px;
	font-size: smaller;
}

#entry_tag {
	margin-bottom: 10px;
}

#entry_category_left {
	float: left;
	width: 430px;
}

#entry_category_right {
	float: right :
}

#entry_photo {
	margin-bottom: 10px;
	font-size: smaller;
	height: 100%;
}

	#entry_photo_left {
		float: left;
		display: inline;
		width: 240px;
		padding: 0 25px 0 15px;
	}
	
	#entry_photo_right {
		float: right;
		display: inline;
		width : 240px;
		padding-right: 15px;
	}
	
	#entry_photo img {
		width: 240px;
		height: 161px;
		border: 1px solid gray;
		margin-bottom: 10px;
	}
	
	#entry_photo img:hover {
		border:1px dashed red;
	}

#entry_body {
	margin-bottom: 10px;
}

div#entry_related {
	margin-bottom: 10px;
}

div#entry_related_words span {
	padding: 5px;
	border: 1px solid #E7E7E7;
	border-bottom: none;
	font-size: smaller;
}

div#entry_related_words span:hover {
	background-color: #E7E7E7;
}

div#entry_related_list {
	clear: both;
	border: 1px solid #E7E7E7;
	padding: 10px;
	margin-bottom: 10px;
}

div.entry_more_top {
	background-color: #FFFFD9;
	margin-bottom: 5px;
	border-left-style: solid;
	border-left-width: 3px;
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 0 3px 10px;
}

.entry_more_body {
	margin: 0 0 1em 20px;
}

#map {
	width: 545px;
	height: 300px;
	margin-bottom: 20px;
}

#entry_ad {
	margin-top: 10px;
	text-align: center;
}

#comment_confirm {
	display: none;
}

/*------------------------------------------------------------------entry*/
/*---------------------------------------------------------------------list*/
.list_banner{
	margin-bottom: 10px;
}

.list_box {
	margin-bottom: 1.5em;
}

.list {
	margin: 0 10px 10px;
	clear: both;
}

.list_left {
	float: left;
	width: 120px;
	margin-bottom: 10px;
}

.list_left img {
	border: 1px solid gray;
	width: 100px;
	height: 67px;
	margin-bottom: 10px;
}

div.list_right {
	margin-left: 120px;
}

	div.list_right p.title{
		margin-bottom: 0.5em;
	}

	div.list_right div.desc {
		padding: 0 0 10px;
	}
	
.list_bar {
	margin: 20px 0px 20px 0px;
	padding-left: 0px;
	height: 21px;
	font-size: small;
	overflow: hidden
}

.list_bar span {
	position: relative;
	left: 60px;
}

#list_bar_hokubu {
	background: #E3F4CB url('../img/list_bar_hokubu.gif') no-repeat scroll;
	color: #307C1F;
}

#list_bar_chubu {
	background: #FEE5BE url('../img/list_bar_chubu.gif') no-repeat scroll;
	color: #FF4000;
}

#list_bar_nanbu {
	background: #E5F5F9 url('../img/list_bar_nanbu.gif') no-repeat scroll;
	color: #00A0C6;
}

.tags{
	padding: 0 0 10px;
	font-size: smaller;
	text-align: right;
	color: #7F7F7F
}

/*---------------------------------------------------------------------list*/
	/*---------------------------------------------------------------------contents_list*/
div#clist {
	width: 544px;
	margin-top: 20px;
}

div#clist div.left {
	float: left;
	width: 50%;
}

div#clist div.right {
	float: right;
	width: 50%;
}

div#clist div.list {
	padding: 15px 0 15px 0;
}

div#clist li {
	margin-bottom: 5px;
}

div#clist span.count {
	font-size: smaller;
}

#clist div.clear {
	clear: both;
}

/*---------------------------------------------------------------------contents_list*/
		/*---------------------------------------------------------------------gnavi*/
ul#gnavi_cat{
	margin-left: 40px;
}

	ul#gnavi_cat li{
		margin-bottom: 1em;
	}

	ul#gnavi_cat li span{
		font-size: smaller;
		margin-left: 10px;
		color: #8F8F8F;		
	}

div.credit{
	margin-bottom: 10px;
}
