@charset "utf-8";
/* ////////////////////////////////////////////////////////////
	File Name	index.css
*/

/*============================================================
	PARTS
*/


/*============================================================
	MAIN IMG
*/

#mainimg {
	width:100%;
	background: url(../images/top/mainimg.jpg) no-repeat center top #e7ddd3;
	height:530px;
}

/*============================================================
	WORKS
*/
#works {
	padding:108px 0;
/*	background:#f7f6f0;*/
	background:#FFF;
}

#works h2 {
	font-size:22px;
	text-align:center;
	margin-bottom:45px;
}

#works div.list-wrapper {
    overflow: hidden;
    position: relative;
    width:1150px;
    margin:0 auto;
}


#works div.list-wrapper ul {
	float:left;
	position:relative;
	left:50%;
}

#works div.list-wrapper li {
	float:left;
	margin:0 10px 20px 10px;
	position:relative;
	left:-50%;
}

/*============================================================
	ABOUT
*/
#about {
	padding:108px 0 0 0;
	background:#f7f6f0;
}

#about h2 {
	font-size:22px;
	text-align:center;
	margin-bottom:45px;
}

#about #aboutWrapper {
	background:url(../images/top/img_about_bg.jpg) repeat-x;
	height:429px;
}

#about #aboutArea {
	background:url(../images/top/img_about.jpg) no-repeat right bottom;
	width:1002px;
	margin:0 auto;
	padding-top:117px;
	height:312px;
}

#about #aboutArea p {
	color:#a5a5a5;
	font-size:14px;
	width:490px;
	margin-top:30px;
}



/*============================================================
	HIMEKURISHO
*/
#himekurisho {
	padding:108px 0;
	background:#f7f6f0;
}

#himekurisho h2 {
	font-size:22px;
	text-align:center;
	margin-bottom:45px;
}

#himekurisho div.list-wrapper {
    overflow: hidden;
    position: relative;
    width:1150px;
    margin:0 auto;
}


#himekurisho div.list-wrapper ul {
	float:left;
	margin: 0 0 0 0;
    	padding: 0;
   	position: relative;
    	left: 50%;
}

#himekurisho div.list-wrapper li {
	float:left;
	margin:0 10px 20px 10px;
	position:relative;
	left:-50%;
}

#himekurisho div.list-wrapper li iframe {
	width:362px;
	height:208px;
}

/*============================================================
	ニュース
*/

#news {
	width:100%;
	background:#FFF;
	padding:64px 0 108px 0;
	margin:0 auto 0 auto;
	background:#f7f6f0;
}

#newsList {
	width:1120px;
	margin:0 auto;
	font-size:110%;
	
}
#news h2 {
	text-align:center;
	font-size:22px;
	margin-bottom:45px;
}
#news dl {
	padding:0 24px;
	font-size:85%;
	width:320px;
	float:left;
	border-left:solid 1px #CCC;
}

#news dl:last-child {
	border-right:solid 1px #CCC;
}


#news dt {
	font-weight:bold;
	font-size:16px;
	margin-bottom:14px;
}

#news dd {
	font-size:13px;
	margin-bottom:14px;
}

#news dd.news-date {
	font-size:11px;
	margin-bottom:0;
}

#news #newsList a {
	text-decoration:none;
	display:block;
}

#news #newsList a:hover {
	text-decoration:underline;
}

#news #newsList .more-link {
	display:none;
}

