﻿@charset"utf-8";

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

/* //-----------------↓内側左サイドメニュー指定ここから↓-----------------// */
#inmainContent h2.news {
	background:url(../img/title_news.gif) no-repeat;
}
#inmainContent h2.inquiry {
	background:url(../img/title_inquiry.gif) no-repeat;
}
#inmainContent h2.security {
	background:url(../img/title_security.gif) no-repeat;
}
#inmainContent h2.privacy {
	background:url(../img/title_privacy.gif) no-repeat;
}
#inmainContent h2.business {
	background:url(../img/title_business.gif) no-repeat;
}


#sidebar2 h3.on {
	background:#ebebeb;
	color:#666666;
}
#sidebar2 h3.off {
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
}
#sidebar2 li.pr {
	background:url(../img/arrow_none.gif) no-repeat 0 0.5em;
	text-indent:1em;
	width:125px;
}
#sidebar2 li.pr2 {
	list-style-image:url(../img/arrow_none.gif);
	list-style-position:outside;
	margin-left:1em;
}
#sidebar2 li.cl {
	text-indent:-0.8em;
	margin-left:1em;
	/*width:125px;*/
}
.mb5 {
	margin-bottom:5px;
}

/* //-----------------↓内側メインコンテンツここから↓-----------------// */
#inmainContent h3 {
	border-bottom:1px solid #ebebeb;
	padding:3px;
	font-size:1.5em;
}
#inmainContent h4 {
	border-bottom:1px dotted #ebebeb;
	padding:3px;
	font-size:1.2em;
	margin-bottom:10px;
}
#inmainContent ul {
	line-height:1.5em;
}
.pdf_icon {
	padding:2px 0 2px 20px;
	background:url(../img/pdficon_small.gif) no-repeat 0 center;
}
.nomallist {
	list-style:disc;
	margin-left:15px;
}
.burasage {
	margin-left:1em;
	text-indent:-0.8em;
}

