@charset "utf-8";

html,body{
	background-color:#ffffff;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
}

body{
 	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
 	font-size:12px;
}

h1,h2,h3,h4,h5,h6,p,input,form,ul,li,dl,dt,dd,hr,td,th,table{
	margin: 0;
	padding: 0;	
}

#wrapper{
	margin:0 auto;
	width:800px;
}

img{
	border: none;
}

ul,ol{
	list-style-type:none;
}


/*link
--------------------------------*/

a{color: #bfbfbf; text-decoration: underline;}
a:visited{color: #bfbfbf; text-decoration: underline;}
a:hover{color:	#000000; text-decoration: none;background-color: #bfbfbf;}
a:active{color: #bfbfbf; text-decoration: none;}


/*回り込みのクリア
--------------------------------*/
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;zoom:1;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */




#globalNavigation,#footerNavigation,#contents_header,#r_shosai,#r_shosai *,#search_box,#stitle_result,#news,#news *{
	display:none;
}

/* マップエリア設定
*********************************/
#search_field{
	position: relative;	
	width: 800px;
	height: 550px;
}

#map{
	width: 800px;
	height: 550px;
	z-index: 0;
}

