
/* ---------------------- ホーム用header ---------------------------*/

	#header{
		width:900px;
		height:480px;
		margin:auto;
	}

	#header_img{
		width:900px;
		height:60px;
		background-image: url("../img/base_img/header_home_img.jpg");
		background-repeat: no-repeat;
	}
	
	#flash{
		width: 900px;
		height: 350px;
	}

/* ---------------------- contents 左(ご挨拶、連絡先) ---------------------------*/

	#contents #left{
		width:493px;
		float: left;
		margin-bottom: 30px;
	}
	
	#aisatu{
		width: 493px;
		height:180px;
		background-color: #ffffff;
	}
	
	#aisatu_center{
		background-image: url("../img/home_img/aisatu_center_img.gif");
		background-repeat: no-repeat;
	}
	
	#aisatu .text{
		width: 450px;
		margin: 3px auto 25px;
		text-align: left;		
	}
	
	#contact{
		width: 493px;
		height: 148px;
		background-image: url("../img/home_img/renraku_line.gif");
		background-repeat:no-repeat;
		border: 1px solid #fff;
	}	
	#contact .text{
		width:300px;
		height:70px;
		text-align: left;
		line-height:27px;
		margin: 52px auto 0px 120px;
		font-size:14px;
		font-weight:bold;
	}
	
/* -------------------------------------------------*/

/* ---------------------- contents 右(ブログバナー、更新履歴) ---------------------------*/

	#contents #right{
		width:272px;
		float: right;
		margin-bottom: 30px;
	}
	
	#kousin{
		margin-top: 22px;
	}
	
	#kousin_bg{
		width: 272px;
		height: 170px;
		background-image: url("../img/home_img/kousin_center_img.gif");
		background-repeat: repeat-y;
	}
	
	#kousin img{
		display:block;
	}
	
	#scroll{
		height:170px;
		width:269px;
		margin-left:1px;
		overflow: auto;
	}
	#kousin .text{
		width: 250px;
		margin: auto;
		text-align:left;
		clear:both;
	}
	.hiduke{
		width:95px;
		float:left;
		letter-spacing : 2px;
		margin-left:5px;
		/*text-align:center;*/
	}
	
	.naiyou{
		width:140px;
		margin-left:5px;
		float:left;
		text-align:left;
	}
/* -------------------------------------------------*/