@charset "utf-8";
/* top.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/


/*　トップページ 共通設定
////////////////////////////////////////////////////*/
#top_img {
	background: url(../img/bg_top_main.png) no-repeat;
	width: 960px;
	height: 320px;
	text-align: center;
}
#top_img h2 {
	padding: 60px 0 0;	
}
#top_img p {
	margin: 20px 0 0;	
}
#top_btn {
	overflow: hidden;
	margin: 15px 0 0;
}
#top_btn li {
	float: left;
	margin: 0 13px 0 0;
}
#top_btn li img:hover {
	opacity: 0.8;	
}
#top_btn li:first-child {
	margin: 0 14px 0 0;	
}
#top_btn li:last-child {
	margin: 0;	
}
/*　新着情報設定
////////////////////////////////////////////////////*/

