@charset "utf-8";
@import url("basic.css");
@import url("global.css");
@import url("footer.css");

#content{width:1000px;margin:0 auto;}
#content section.left {width:185px;float:left;}
#content section.left nav.type1 {background:url("../img/submenubg_01.jpg") no-repeat;font-size:13px;}
#content section.left nav.type1 ul {padding:30px 0 0 10px;margin-bottom:15px;}
#content section.left nav.type1 ul li {padding:7px 0 7px 15px;}
#content section.left nav.type1 ul li:last-child {padding-bottom:39px;}
#content section.left nav.type1 ul li a {color:#fff;}
#content section.left nav.type1 ul .select {background:url("../img/submenu_select01.jpg") no-repeat;padding:7px 0 7px 15px;}
#content section.left nav.type1 ul .select a {color:#c3aed1;}
#content section.left .sidemenu img{border:solid 2px #c9bfd0;}
#content section.left .sidemenu img.sidemenu01 {margin-bottom:20px;}
			
#content section.right {width:751px;margin-bottom:100px;float:right;}
#content section.right h2 {font-size:25px;color:#837191;font-weight:normal;padding:15px 0 20px 0;border-bottom:solid 2px #e2e2e2;margin-bottom:15px;}
#content section.right ol.tab {padding:15px 0 55px 0;text-align:center;font-size:13px;}
#content section.right ol.tab li:first-child {padding-right:70px;}
#content section.right ol.tab li:last-child {padding-left:70px;}
#content section.right ol.tab li{display:inline;}
#content section.right ol.tab li a{background-color:#9b89a7;color:#fff;padding:10px 30px;border-radius:10px;font-weight:bold;}
#content section.right ol.tab li.select a{background-color:#392c44;}
			
footer{text-align:center;clear:both;}