﻿@charset"utf-8";

@import "common.css";
@import "header.css";
@import "main.css";
@import "footer.css";


/* //-----------------↓内側左サイドメニュー指定ここから↓-----------------// */
#sidebar2 h3.on {
	background:#ff818a;
	color:#ffffff;
}
#sidebar2 h3.off {
	border-bottom:1px solid #ff818a;
	border-top:1px solid #ff818a;
}
#sidebar2 li {
	background:url(../../access/img/arrow_access.gif) no-repeat 0 0.5em;
	text-indent:1em;
	width:125px;
}

/* //-----------------↓内側メインコンテンツここから↓-----------------// */
#inmainContent h2 {
	background:url(../../access/img/title_access.gif) no-repeat;
}
#inmainContent h3 {
	border-bottom:1px solid #ff818a;
	padding:3px;
	font-size:1.5em;
	margin-bottom:10px;
}
#inmainContent h4 {
	border-bottom:1px dotted #ff818a;
	padding:3px;
	font-size:1.2em;
	margin-bottom:10px;
}
