	
#wrapper {
background-color: #CBFBD8;
padding-bottom: 50px;

}
header h1 {
	background-image: url(../img/logo_bk.png);
	background-repeat: repeat-x;
	background-size: 10px 90px;
}
header h1 img {
	height: 90px;
	width: 300px;
}
header #menu_btn_box {
	position: absolute;
	right: 20px;
	top: 66px;
}
#nav_list {
	top: 100px;
}
#contents section {
	margin-top: 15px;
	padding-bottom: 10px;
}
header p, #contents p{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
h2  {
	padding-left: 30px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px #FFF;
}
#sm_list li {
	float: left;
	width: 120px;
}
#sm_list li a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #EEE;
	background-color: #FFF;
	line-height: 40px;
	display: block;
	text-decoration: none;
	color: #00F;
	font-weight: bold;
}
#sm_list li a:hover {
	background-color: #FFEA93;
}
#sm_list li span {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #EEE;
	background-color: #EEE;
	line-height: 40px;
	display: block;
	color: #999;
}
#sm_list li img {
	margin-right: 5px;
	margin-left: 10px;
}
#contents #go_help {
	margin-top: 15px;
	font-size: 0.9em;
	margin-left: 40px;
}
