@charset "utf-8";

/* --------------------------------------- */
/* index.html用 top.css
/* --------------------------------------- */

/* キービジュアル #key_visual*/


div#main_key {
	width: 960px;
	height: 293px;
	padding-bottom: 45px;
}
p#main_text{

	padding: 15px 10px 0 15px;
}
ul#section_01{
	width: 628px;
	height: 115px;
	margin: 10px 0 10px 0;
}

ul#section_01{
	margin-top: 10px;
}
ul#section_01 li{
	display: inline;
	float: left;
	margin-left: 20px;
	text-align: right;
}
ul#section_01 li:first-child{
	margin-left: 0;
}

div#section_02{
	overflow: hidden;
	margin: 25px 0 10px 0 ;
}
div#section_02 ul{
	width: 628px;
	margin-top: 15px;
}
div#section_02 ul li{
	display: inline;
	float: left;
	margin-left: 10px;
	text-align: right;
}
div#section_02 ul li:first-child{
	margin-left: 0;
}

/*--- 新着情報
-------------------------------------------------*/

div#section_03{
	margin: 25px 0 25px 0;
	overflow: hidden;
}

#section_03 dl{
	margin: 8px 0 8px 0;
}

#section_03 dt{
	float: left;
	padding: 12px 28px 12px 108px;
}

#section_03 dt.event{
	background: url(../img/icon_news01.gif) no-repeat left center;
}
#section_03 dt.work{
	background: url(../img/icon_news02.gif) no-repeat left center;
}
#section_03 dt.news{
	background: url(../img/icon_news03.gif) no-repeat left center;
}

#section_03 dd{
	padding: 12px 28px 12px 108px;
	border-bottom: dotted 1px #c1c0c0;
}

#section_03 p{
	clear: both;
	text-align: right;
	margin-bottom: 8px;
}
/*--- -------------------------------------------------*/

