@charset "UTF-8";

@import url("common.css");

/* **************************************************************************************

 トップページのスタイル

*************************************************************************************** */

/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */
div#top_back {
   background:url(../img/top_01.jpg) top center repeat-x;}

/* トップイメージ
------------------------------------------------------------ */
div#top_img {
   background:url(../img/top_11.jpg) top center no-repeat;
	 width:100%;
	 padding-top:640px;}
div#top_tx {
   width:800px;
	 margin:0 auto;
	 color:#AAAAAA;
	 text-align:left;
	 line-height:170%;
	/*\*/overflow: hidden;/**/}
div#top_tx #top_left {
   width:390px;
	 float:left;}
div#top_tx #top_right {
   width:380px;
	 float:right;}
























































