@charset "utf-8";
/* CSS Document */

/* contents
---------------------------------------------- */
#contents {
	width:100%;	font-size:1.167em;padding-bottom:50px;
	background:url(../images/mainframe/frame_tex.png) repeat-y center bottom;
	box-shadow:0px 15px 10px -10px rgba(0,0,0,0.1) inset;
}

#contentsInner {
	width:960px;
	padding:40px 0 0;
	margin:0 auto;
}

#contentsInner #left {
	width:700px;
	float:left;
}

#contentsInner #right {
	width:220px;
	float:right;
}

#right #sideMenu {
	margin-bottom:20px;
	border:#1EAA39 3px solid;
	background-color:#fff;
}

#right #sideMenu ul li {
	border-bottom:#ccc 1px dotted;
}

#right #sideMenu li a {
	display:block;
	color:#006934;
	padding:15px 10px;
	margin-bottom:1px;
	text-decoration:none;
	background:url(../images/mainframe/icon04.png) no-repeat 190px center;
}

#right #sideMenu li a:hover,
#right #sideMenu li a.current {
	background-color:#D7F0DC;
}

#right #sideMenu li.last {
	border-bottom:none;
}