@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 {
	clear: left;
	width: 600px;
	margin: 20px auto;
}
/* ブロック配置ここまで */


p#country {
	margin-bottom:15px;
}

p.alllist {
	text-align: right;
	margin-top: 20px;
	clear:both;
}

p#entrytitle {
	font-size: 18px;
	color: #336633;
	margin-bottom:3px;
	font-weight: bold;
}

p#excerpt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;

}

div#entrybody p {
	clear:both;
	line-height:1.5em;
	margin-bottom: 15px;
}

img.left {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.right {
	float:right;
	margin-bottom: 5px;
	margin-left: 5px;
}
