@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a img{
	border:0px;
}

/* ブロック配置 */
div#container {
	background-color: #FFFFFF;
	text-align: center;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
}


div#contents {
	border-bottom: 2px solid #1a862d;
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
	background: #FFCCFF;
	width: 400px;
}

p.title {
	font-weight:bold;
	margin-bottom:5px;
}

p.photo {
	background-position:center center;
	background-repeat: no-repeat;
	margin-bottom:5px;
	width:460px;
	height:460px;
}

p.more {
	text-align: left;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

p.navi {
	margin-bottom:10px;
}

p.close {
	text-align:right;
}

