@charset "utf-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #wrapper
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
	background-image	:url(../img/nonindex_bg.jpg);
	background-repeat	:no-repeat;
	}
#wrapper .header {
	padding			:30px 20px 0;
	height			:71px;
	text-align		:right;
	}
#wrapper .header h2 {
	font-size		:1.3em;
	}
#content {
	float			:right;
	}
#content .section .section-body table th {
	width			:85px;
	vertical-align		:top;
	}
#content .section .section-body table th,
#content .section .section-body table td {
	padding			:0 0 3px;
	}
#content .section .section-body table td img {
	vertical-align		:bottom;
	}
#side {
	float			:left;
	width			:165px;
	padding			:10px 0 5px 15px;
	}
#side .section .section-body ul li{
	padding-left		:14px;
	background-image	:url(../img/side_li_bg.png);
	background-repeat	:no-repeat;
	background-position	:0 3px;
	}
#side .section .section-body ul li.Lv1 {
	margin			:0 0 5px;
	}
#side .section .section-body ul.Lv2 {
	margin			:5px 0 0 5px;
	}
#side .section .section-body ul li.Lv2 {
	margin			:0 0 5px;
	}
#side .section .section-body ul.Lv3 {
	margin			:5px 0 0 5px;
	}
#side .section .section-body ul li.Lv3 {
	margin			:0 0 5px;
	}

