@charset "utf-8";
body {
	background: #fff;	
}
#wrap {
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.dol {
	margin: 10px;
}
p.dolimg {
	display: block;
}
#wrap h1 {
	background: url(../img/13title.png) no-repeat 0 0;
	width: 366px;
	height: 67px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	font-size: 0;
	padding-bottom: 15px;
}

#photo {
	width: 600px;
}
p.att {
	font-size: 0.8em;
	line-height: 1.5;
	padding-bottom: 15px;
	text-align: center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#list {
	padding: 30px 0;
}
#list .news {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #666;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#list .newsLast {
	margin: 10px 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	border-bottom: none;
}

#list p {
	line-height: 1.7;
	text-indent: 1em;
}
a.pdf {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/icon_pdf.gif) no-repeat right center;
}
a.html {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/icon_html.gif) no-repeat right center;
}
#goTop {
	padding: 10px; 
	bottom: 5px; 
	right: 250px;
	background: #000;
	font-size: 0.8em;
	color: #FFF;
	position: fixed; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#goTop a {
	color: #FFF;
}