@charset "utf-8";

/*
初期設定
○リンクの色（基本）			：#333399
○ロールオーバーの色（基本）	：#3333ff
○ボーダーの色				：#adadad
*/

a:link			{/*未訪問リンクの設定*/
	color					: #6666cc;
	text-decoration			: none;
}

a:visited		{/*訪問済みリンクの設定*/
	color					: #6666cc;
	text-decoration			: none;
} 

a:active		{/*クリックしたときの設定*/
	color					: #6600ff;
	text-decoration			: none;
} 

a:hover			{/*マウスが乗ったときの設定*/
	color					: #6600ff;
	text-decoration			: none;
}

img				{
	border					: 0px;
}


.logo			{
	width		: 277px;
	height		: 79px;
	float		: left;
}

h1{
	font-size	: 10px;
	letter-spacing	: 0px;
	margin		: 0px;
	padding		: 10px 0px 0px 0px;
}

body			{

	width			: 100%;
	font-size		: 12px;
	margin			: 0px;
	line-height		: 120%;
	font-family		: "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", sans-serif;
	text-align		: left;
}

form{
    margin:0px 0px 0px 20px;
	text-align	: left;
}

.header			{
	width					: 100%;
	margin					: 0px;
	padding					: 0px 2px;
}

.main_contents	{
	background	: #fff;
	width		: 100%;

	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 2px;
	text-align	: left;
}

.main			{
	background				: #fff;
	 width					: 100%;
	 margin					: 0px;
}

#footer			{
	width					: 100%;
	height					: 22px;
	margin					: 0px auto;
	padding					: 0px;
	text-align				: center;
	
}

}
/*■コピーライト（部品）*/
#copyright		{
	background				: #ffffff url() no-repeat;/*---コピーライト用（背景）*/
	width					: 100%;
	height					: 22px;
	font-size				: 12px;
	font-weight				: normal;
	line-height				: 22px;
	color					: #333;
	margin					: 10px 2px 0px 2px;
	padding					: 0px;
}

.popup{
	width:300px;
	height:100%;
	text-align:left;
}

.entry_title_head{
	border-bottom:1px solid #33cc66;
}
.entry_title img{
	margin:0px 2px 2px 0px;
}
.entry_title{
	margin-top:5px;
}
.entry_title a:link,.entry_title a:visited,.entry_title a:hover,.entry_title a:active{
	font-weight:bold;
}
.entry_excerpt{
	margin:5px 0px 0px 0px;
}
.entry_excerpt img{
	margin:0px 8px 4px 0px;
	float:left;
	width:75px;
}
#map{
	width: 100%; 
	height: 100%;
	float:left;
}

#entry_list{
	width: 157px; 
	height: 350px;
	float:left;
	border-left:1px dotted #ccc;
	overflow:auto;
}
.entry_item{
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	border-bottom:1px dotted #ccc;
}
.entry_item img{
	float:left;
}
.entry_item .title{
	font-size:10px;
}

.entry_item .title a:link,.entry_item .title a:visited{
	font-size				: 10px;
	color					: #0066ff;
}

.entry_item .title a:hover,.entry_item .title a:active{
 	font-size				: 10px;
	color					: #0066ff;
}


.entry_item .adate{
	text-align:right;
	font-size:10px;
	color:#888;
	clear:both;
}

#map .loading{
	color: gray;padding: 10px;
}

#address_search{
	float:left;
	width:580px;
	text-align:left;
	position:relative;]
	z-index:1;
}
#address_search #address{
	width:300px;
}
#address_search .title{
	width:65px;
	float:left;
	text-align:right;
	margin-top:4px;
}

#search_result #search_result_header{
	height:20px;
	padding:5px;
	border-bottom:1px dotted #888;
}
#search_result #search_result_body{
	height:440px;
	overflow:auto;
	padding:5px;
}
#search_result #search_result_footer{
	height:15px;
	text-align:center;
}
.search_word_item a:link,.search_word_item a:visited{
	color					: #333399;
}

.search_word_item a:hover,.search_word_item a:active{
	color					: #3333ff;
}

#entry_img_list{
padding:0px 15px;
}

.box{
	width:60px;
	height:60px;
	float:left;
	padding-top:8px;
	padding-right:4px;
	padding-left:4px;
	border:1px solid #cccccc;
	margin:3px 2px;
}

.box img{
width:60px;
overflow:hidden;
}


