@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:700);
/* BASE =============================== */
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #D6E9C4 url(../images/bg2.png) repeat-x top;
	color: #5E5E5E;
}
h1 {
	padding-left: .5em;
	font-size: 4em;
	color: 	#00AA71;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
	font-family: 'Ubuntu Mono', sans-serif;
}
h2 {
	border-bottom: 1px dotted #999;
	color: #3AB483;
}
h3 {
	border-bottom: 1px dotted #999;
	color: #3AB483;
}
p {
	line-height: 1.5;
	
}
img {
	border: 0;
	border-radius: 5px;
}
ol li {
	margin-bottom: 1.5em;
}
a {
	color: #517573;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* LAYOUT ============================= */
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header {
	height: 120px;
}
#nav {
 	margin: 20px auto;
 		color: #3AB483;
}
#nav ul li {
	display: inline;
	margin: 0 1em;
	list-style: none;
	font-family: 'Ubuntu Mono', sans-serif;
}
.active {
	color: #999;
}
#container {
	margin-bottom: 20px;
	padding: 15px;
	background: #BFDEAE;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
	overflow: hidden;
	zoom: 1;
}
#main {
	float: right;
	width: 920px;
	padding: 15px;
	background: #ECF4D9;
	border-radius: 5px;
}
#main li {
	margin-bottom: 0.8em;
}

#main a {text-decoration: underline;}
	
#sidebar {
	float: left;
	width: 180px;
}

#footer {
	padding-right: 1em;
	font-size: .9em;
	text-align: right;
}

img.yohaku1{margin:20px}