@charset "UTF-8";

/* header
------------------------------------------------------------ */
#header {
	background: url(../img/common/bg_header.jpg) repeat-x;
	width: 100%;
	height: 130px;
}
#header #head {
	width: 860px;
	height: 80px;
	margin: 0px auto;
}
#header #head #logo {
	float: left;
	display: inline;
	clear: both;
}
#header #head p {
	line-height: normal;
	text-align: right;
	padding: 8px 0px 30px;
}
#header #head div {
	font-size: 11px;
	line-height: normal;
	text-align: right;
}
#header #menu {
	background: url(../img/common/bg_menu.jpg) no-repeat;
	width: 860px;
	height: 50px;
	margin: 0px auto;
	clear: both;
}
#header #menu ul {
	margin-left: 10px;
}
#header #menu ul li {
	height: 50px;
	float: left;
	display: inline;
}

/* contents
------------------------------------------------------------ */
#contents {
	background: url(../img/common/bg_contents.jpg) repeat-x left top;
	width: 100%;
}
#navi {
	background: url(../img/common/bg_navi.jpg) repeat-x;
	width: 100%;
	height: 25px;
}
#navi p {
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	text-align: left;
	width: 820px;
	margin: 0px auto;
}
#wrapper {
	background: url(../img/common/bg_wrapper.jpg) no-repeat center top;
	width: 860px;
	margin: 0px auto;
}

/* main
------------------------------------------------------------ */
#main {
	text-align: left;
	width: 600px;
	margin-right: 20px;
	float: right;
	display: inline;
}
#main #sub {
	text-align: center;
	margin-top: 30px;
}
#main h2 {
	background: url(../img/common/bg_sub.gif) no-repeat;
	font-size: 15px;
	line-height: 45px;
	font-weight: bold;
	color: #FFF;
	text-indent: 40px;
	letter-spacing: 2px;
	width: 600px;
	height: 60px;
	margin-top: 30px;
	clear: both;
}
#main h3 {
	font-size: 14px;
	font-weight: bold;
	color: #09A8AA;
	margin: 10px;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px dotted #BBB;
	clear: both;
}
#main p {
	padding: 0px 30px 20px;
	line-height: 200%;
}
#main table {
	font-size: 12px;
	width: 580px;
	margin: 10px 10px 20px;
	clear: both;
}
#main table.layout_01 th {
	background: url(../img/common/bg_th.gif) no-repeat;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #BBB;
}
#main table.layout_01 td {
	background: #FCFCFC;
	padding: 10px;
	border: 1px solid #BBB;
}
#main table.layout_02 {
	background: #FDFDFD;
}
#main table.layout_02 th {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px dotted #BBB;
}
#main table.layout_02 td {
	padding: 10px;
	border-bottom: 1px dotted #BBB;
}
#main ul.list {
	padding-bottom: 20px;
}
#main ul.list li {
	font-size: 14px;
	padding: 0px 30px 10px 50px;
}
#main ul.list li span {
	color: #4B8CC8;
}

/* side
------------------------------------------------------------ */
#side {
	text-align: left;
	width: 215px;
	float: left;
	display: inline;
}
#side_menu {
	background: url(../img/common/smenu_bg.jpg) no-repeat right top;
	width: 215px;
}
#side_menu dl dt {
	background: url(../img/common/smenu_03.gif) no-repeat;
	font-size: 13px;
	line-height: 40px;
	text-indent: 30px;
	width: 200px;
	height: 40px;
}
#side_menu dl dt.down {
	background: url(../img/common/smenu_01.gif) no-repeat;
}
#side_menu dl dd {
	background: url(../img/common/smenu_02.gif) no-repeat;
	font-size: 13px;
	line-height: 40px;
	text-indent: 42px;
	width: 200px;
	height: 40px;
}
#side_menu dl a {
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
#side_menu dl a:hover {
	color: #09A8AA;
	text-decoration: none;
}
#side_menu dl dt a:hover {
	background: url(../img/common/smenu_03_o.gif) no-repeat;
}
#side_menu dl dd a:hover {
	background: url(../img/common/smenu_02_o.gif) no-repeat;
}
#side_bn {
	padding: 30px 0px 0px;
}
#side_bn li {
	padding: 0px 0px 15px;
}

/* pagetop
------------------------------------------------------------ */
.pagetop {
	text-align: right;
	padding: 20px 0px;
	clear: both;
}

/* footer
------------------------------------------------------------ */
#footer {
	background: url(../img/common/bg_footer.jpg) repeat-x;
	width: 100%;
	height: 170px;
	margin-top: 20px;
}
#foot {
	background: url(../img/common/bg_foot.jpg) no-repeat;
	font-size: 11px;
	width: 870px;
	height: 170px;
	margin: 0px auto;
}
#foot address {
	line-height: 140%;
	text-align: left;
	padding: 63px 0px 0px 45px;
	float: left;
	display: inline;
}
#foot ul {
	width: 485px;
	float: right;
	display: inline;
}
#foot ul li {
	padding: 20px 15px 20px 0px;
	float: left;
	display: inline;
}
#foot div {
	color: #FFF;
	clear: both;
}
#foot p {
	color: #FFF;
	padding-top: 15px;
}