@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Author:         Your Name (admin)
 Style Info:     ヘッダー、ナビゲーション
----------------------------------------------------------- */

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/

#main #top-side {
	margin-right: 30px;
}	

#main h3{
	text-align:center;
	margin:26px auto 20px auto;
}

#main .box{
	clear:right;
	width:610px;
	margin:0px auto;
	background:url(../img/box_body.gif);
	background-repeat:repeat-y;
}

#main .box h4{

}

#main .box h4 img{

}

#main .box p{
	padding:20px 27px;
}

#main .box .chief{
	float:right;
	text-align:center;
	padding:20px 40px 0px 5px;
}



#contents #main .box_bottom{
	width:610px;
	height:43px;
	background-image:url(../img/box_bottom.gif);
	background-repeat:no-repeat;
	margin:0px auto 20px auto;
	}

#contents #main .box_bottom a{
	text-decoration:none;
	}
