@charset "utf-8";
/* CSS Document */

@import url(../../css/common.css);

#contents {
	margin-bottom: 200px;
}

.contentsInner h3{
	margin-bottom:50px;
	}

.title01{
	font-size:1.2em;
	letter-spacing:2px;
	background: url(../img/bg_right.png) no-repeat right top #E8CBB3;
	display:block;
}

.contentsInner ul{
	margin:20px auto;
}

.contentsInner ul li {
	margin-bottom: 20px;
}

.contentsInner ul li > span {
	background: url(../img/bg_top.gif) no-repeat left top;
	display: block;
	padding:15px 0 10px 30px;
}

.file {
	padding-left: 40px;
	background: url(../../img/ico_file.jpg) no-repeat left center;
}

.contentsInner ul li .file a {
	margin: 4px 16px 0 0;
	padding-left: 26px;
	font-size: 12px;
	background: url(../img/icon_pdf.png) no-repeat left bottom;
	float: right;
}

.contentsInner ul li .file a span {
	font-size: 14px;
}






