div#header {
	width:1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	overflow: hidden;
	background-image: url(../img/common/line2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header #top_box ul#header_menu  {
	float: right;
}

div#header #top_box ul#header_menu li {
	float: left;
	background-image: url(../img/common/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-right: 20px;
}

div#header #top_box #header_menu li a {
	color: #333;
}

div#header div#menu_box {
	height: 65px;
	width:1081px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

div#header #menu_box ul#main_manu {
}

div#header #menu_box ul#main_manu li.menu_bt_box{
	float: left;
	text-align: center;
	display: block;
	height: 50px;
	width:135px;
	padding-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	box-sizing: border-box;
}

div#header #menu_box ul#main_manu li.menu_bt_box:hover {
	background-color: #E0E0E0;
}



div#header #menu_box #main_manu .menu_bt_box ul .menu_link_box a{
	color: #333;
	font-size:15px;
}

div#header #menu_box #main_manu .menu_bt_box ul .menu_en_box {
	font-size: 10px;
	color: #F90;
}


div#header #menu_box #main_manu li#end_menu_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

div#contents_box {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 80px;
}

div#contents_box #sidebar {
	float: right;
	width: 213px;
}

div#contents_box #sidebar #side_bar_menu li {
	margin-bottom: 20px;
}

div#contents_box #sidebar #side_bar_menu li.sub {}
div#contents_box #sidebar #side_bar_menu li.sub p{
	background: #af1d67;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
div#contents_box #sidebar #side_bar_menu li.sub ul{}
div#contents_box #sidebar #side_bar_menu li.sub ul li{
	border-bottom: 1px dotted #ccc;
    padding: 10px 5px;
    margin-bottom: 0;
}
div#contents_box #sidebar #side_bar_menu li.sub ul li a{
	position: relative;
	display: block;
	color: #000;
	padding-left: 1em;
	line-height: 1.4;
}
div#contents_box #sidebar #side_bar_menu li.sub ul li a:before{
	content: "■";
	margin-left: -1em;
}
div#contents_box #sidebar #side_bar_menu li.sub ul li a:after{
	content: "";
    position: absolute;
    top: 40%;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #261a03;
    border-right: 2px solid #af1d67;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div#contents_box #sidebar #side_bar_menu li.sub ul li a small{
	color: #af1d67;
    font-weight: bold;
    padding-left: 1em;
    display: block;
}
div#contents_box #sidebar #side_bar_menu li.sub ul li:after{}
div#contents_box #sidebar #side_bar_menu li.sub ul li:last-of-type{}

div#contents_box #contents {
	margin-right: 250px;
	height: 1%;
}

div#contents_box #contents .s_ttl {
	background-image: url(../img/common/mid_long.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 680px;
	display: block;
	padding-top: 7px;
	padding-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
}

/*div#contents_box #contents h3 {
	font-size: 1.2em;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #900;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-left: 5px;
}

div#contents_box #contents h4 {
	color: #D50000;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 8px;
}

div#contents_box #contents h5 {
	color: #D50000;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
*/

div#contents_box #contents hr {
	height: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-color: #666;
	background-image: none;
}

div#footer_box {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #900;
	margin-bottom: 50px;
	height: 25px;
	background-image: url(../img/common/line2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#footer_box #footer {
	bottom: 0px;
	right: 0px;
}

div#footer_box ul#footer li {
	float: left;
	margin-right: 20px;
	background-image: url(../img/common/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

.mb30{ margin-bottom:30px;}
.mb60{ margin-bottom:60px;}

h2{
	font-size: 20px;
	font-weight: bold;
	color: #3F3F3F;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	display: block;
	border-left: 6px solid #AE0666;
	margin-bottom:5px;
	margin-top:10px;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#AE0666;
	padding-left:20px;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}