@charset 'Shift_JIS';


/******************************************************************************/
/*トップページ
/******************************************************************************/


/*フラッシュ
----------------------------------------*/
#swf{
	width:380px;
	height:270px;
	margin-bottom:30px;
	float:left;
	background:url(../image/swf.jpg) top left no-repeat;
}


/*モバイル
----------------------------------------*/
#mobile{
	width:170px;
	padding-top:40px;
	margin-bottom:30px;
	float:right;
}
#mobile h4{
	font-size:14px;
	font-weight:bold;
	color:#996633;
	margin-bottom:5px;
}
#qrURL{
	text-align:center;

}
#qrURL img{
	margin:10px auto 5px auto;
	border:1px #ccc solid;
}
#qrURL p{
	font-size:10px;
	text-align:center;
}


/*お知らせ
----------------------------------------*/
#indexInfo{
	clear:both;
	/*width:570px;*/
	width:559px;
	height:200px;
	border-color:#000;
	border-style:solid;
	border-width:1px 1px 0 10px;
}
* html body #indexInfo{width:570px;}

#indexInfo h2{
	width:570px;
	height:50px;
	text-indent:-9999px;
	margin-bottom:0;
	background:url(../image/index_h2_info.gif) -10px -1px no-repeat;
}
* html body #indexInfo h2{width:559px;}

#indexInfo iframe{
	width:520px;
	height:150px;
	margin-left:19px;
}

