@charset "utf-8";

/*-----------------------------------------
contents
-----------------------------------------*/
#contents {
	margin-top: 60px;
	line-height: 2.5;
}

/*-----------------------------------------
Title
-----------------------------------------*/
#contents h2 {
	height: 28px;
	margin-bottom: 50px;
	background: url(../img/works/title.png) no-repeat center top;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}

/*-----------------------------------------
TopP
-----------------------------------------*/
#contents #TopP { text-align: center; }

/*-----------------------------------------
TopT
-----------------------------------------*/
#contents #TopT {
	height: 24px;
	margin: 70px 0;
	background: url(../img/works/top_txt.png) no-repeat center top;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}

/*-----------------------------------------
WorksP
-----------------------------------------*/
#WorksP {
	width: 778px;
	margin: 70px auto 0;
}
#WorksP h3 {
	height: 95px;
	margin-bottom: 25px;
	background: url(../img/about/our_t.png) no-repeat center top;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}
#WorksP ul {
	width: 100%;
	height: 547px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	position: relative;
}
#WorksP ul li { position: absolute; }
#WorksP ul li#Works01 { left: 0; top: 0; }
#WorksP ul li#Works02 { left: 201px; top: 0; }
#WorksP ul li#Works03 { left: 402px; top: 0; }
#WorksP ul li#Works04 { left: 603px; top: 0; }
#WorksP ul li#Works05 { left: 100px; top: 173px; }
#WorksP ul li#Works06 { left: 300px; top: 173px; }
#WorksP ul li#Works07 { left: 500px; top: 173px; }

/*-----------------------------------------
Txt
-----------------------------------------*/
#Txt {
	margin: 0 auto;
	text-align: center;
}
#Txt div {
	width: 62px;
	margin: 35px auto 0;
}
#Txt div a {
	display: block;
	height: 61px;
	background: url(../img/works/mail_mark.png) no-repeat left top;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}
#Txt div a:hover { background-position: left bottom; }
#Txt p a { color: #0f0; }