@charset 'utf-8';
@import url("./common1.css");

/* ====================================
  INDEX common1.css
 --------------------------------------
  0.contents
  2.top_bnr
  3.item_box
  4.map
  5.attention
  6.news
  
===================================== */

/* 1.header
=====================================*/
/* 080527 update */
#header{
	height		: 350px;
	background	: url("../img/remain_image.jpg") no-repeat bottom left;
	}

#main_text{
	position	: relative;
	top			: 180px;
	left		: 30px;
	width		: 700px;
	color		: #FFF;
	text-align	: center;
	padding		: 5px;
	background	: #4F3519;
	clear		: left;
	filter: Alpha(opacity=60);
    opacity:0.8;
	}
	
0.top_info
=====================================*/
.top_info{
	margin		: 30px 0 30px 10px;
	}
.top_kenchiku{
	width		: 380px;
	margin-bottom	: 10px;
	margin-top	: 10px;
	float		: left;
	line-height	: 1.8;
	border		: solid 2px #4F3519;
	background	: #FFEAC1
	}
	
.top_fudousan{
	width		: 380px;
	margin-left	: 10px;
	margin-bottom	: 10px;
	margin-top	: 10px;
	float		: left;
	line-height	: 1.8;
	border		: solid 2px #4F3519;
	background	: #FFEAC1
	}

.top_kenchiku h2,
.top_fudousan h2{
	margin		: 3px 0 3px 1px;
	}

.top_kenchiku p,
.top_fudousan p,{
	margin		: 5px 10px;
	}

.kenchiku{
	float		: left;
	margin		: 0 10px 10px 10px;
	}


/* 2.top_bnr
=====================================*/
/* 080527 update */
.top_bnr{
	margin		: 10px auto;
	text-align	: center;
	}
	
/* 3.item_box
=====================================*/
/* 080527 update */

.item_box{
	width		: 265px;
	margin-top	: 5px;
	padding-bottom	: 5px;
	float		: left;
	}

.item_box h3{
	margin-top	: 3px;
	font-size	: 12px;
	font-weight	: bold;
	letter-spacing	: 0em;
	}

.item_box p{
	margin		: 0;
	line-height	: 120%;
	}

.item_box img{
	margin		: 6px 5px 0 6px;
	float		: left;
	}

/*.item_box p.detail{
	width		: 113px;
	padding		: 15px 5px 5px 12px;
	float		: right;
	font-size	: 11px;
	line-height	: 140%;
	letter-spacing	: 0em;
	background	: url("../img/bg_detail.gif") no-repeat 0 20px;
	}*/

/*.item_box p.next{
	text-align	: right;
	margin		: 30px 15px 0 0;
	}*/

/* 4.map 080527 add
=====================================*/
#map{
	background	: url("../img/map.gif") no-repeat;
	width		:530px;
	height		:400px;
	margin-bottom: 10px;
	}	
	
#hokubu{
	position	:relative;
	top			:109px;
	left		:75px;
	}
	
#nanbu{
	position	:relative;
	top			:180px;
	left		:27px;
	}
	
#tyubu{
	position	:relative;
	top			:130px;
	left		:360px;
	}
	
.map_ul{
	background	:url("../img/map_arrow.gif") no-repeat;
	padding-left:15px;
	}

/* 5.attention 080527 add
=====================================*/
#attention{
	background	:url("../img/attention1.gif") no-repeat;
	color		:#535353;
	font-size	:10px;
	font-weight	:normal;
	text-align	:right;
	width		:530px;
	height		:25px;
	margin-top	: 10px;	
	}
	
/* 6.news 080527 add
=====================================*/
h3#news{
	margin-top	:10px;
	margin-bottom	:10px;
	}
	
.rtitle{
	margin-left	: 15px;
	}

/* 7.jisseki  add
=====================================*/
.jisseki_box{
	width		: 470px;
	color		: #4F3519;
	float		: left;
	margin-top  : 15px;
	margin-bottom : 5px;
	line-height	: 1.8;	
	}
	
.jisseki_box h3{
	margin		: 0 0 0 0;
	display		: inline;
	}
	
.b_kenchiku{
	width		: 470px;
	height      : 110px;
	padding		: 5px 0;
	border		: solid 2px #4F3519;
	background	: #FFEAC1;
	}

.b_kenchiku img{
	float		: left;
	margin		: 5px 10px;
	}

.b_kenchiku h4{
	margin		: 10px 0 0 5px;
	font-size	: 14px;
	font-weight	: bold;
	color       : #9BA830;
	}

.b_kenchiku p{
	margin		: 5px 10px;
	font-size	: 11px;
	}	
	

/* 8.kenchiku_box  add
=====================================*/
.kenchiku_box{
	width		: 290px;
	color		: #4F3519;
	float		: left;
	margin-top  : 15px;
	margin-left  : 15px;
	margin-bottom : 5px;
	line-height	: 1.8;	
	}
	
.kenchiku_box h3{
	margin		: 0 0 0 0;
	display		: inline;
	}
	
.d_kenchiku{
	width		: 290px;
	height      : 110px;
	padding		: 5px 0;
	border		: solid 2px #4F3519;
	background	: #FFEAC1;
	}

.d_kenchiku img{
	float		: left;
	margin		: 5px 10px;
	}

.d_kenchiku h4{
	margin		: 10px 0 0 5px;
	font-size	: 14px;
	font-weight	: bold;
	color       : #9BA830;
	}

.d_kenchiku p{
	margin		: 5px 10px;
	font-size	: 11px;
	}	
	