@charset "utf-8";


ul, ol, li {
	list-style:none;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	width:700px;
	margin:20px auto;
	clear: left;
}

/* ブロック配置ここまで */

p.alllist {
	text-align:right;
	clear: left;
}

/* 画像サイズ正方形に固定するならこっち
p.photo{
	float:left;
	width:96px;
	height:96px;
	overflow:hidden;
	margin:5px;
}
*/

p.photo{
	float:left;
	margin:5px;
}

p.photo img{
	border:none;
}

div#report {
	margin-top: 10px;
}

h2 {
	clear:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	color:#336633;
}

p#excerpt {
	font-weight:bold;
	margin-bottom:10px;
}

.repotext {
	padding-right:10px;
	padding-top:10px;
	border-right:2px solid #006600;
	border-top:2px solid #006600;
}

.repotext p:first-letter {
	margin-left:1em;
}

.repotext p {
	clear:both;
	margin-bottom: 1em;
	line-height:1.5em;
}

img.left {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.right {
	float:right;
	margin-bottom: 5px;
	margin-left: 5px;
}
