@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 {
	background:url(../img/arrow_none.gif) no-repeat 0 0.5em;
	text-indent:1em;
	width:125px;
}

/* //-----------------↓内側メインコンテンツここから↓-----------------// */
#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;
}
.erm {
	color: #EE0000;
	font-weight: bold;
}

table.mailt {
	margin-bottom:10px;
	padding:0;
}
table.mailt th {
	padding:0px 5px;
	background:#c0c0c0;
	font-weight:normal;
	text-align:left;
}
table.mailt td {
	padding:2px 5px;
}

#f_subject,#f_other,#f_kana,
#f_name,#f_zip,#f_address,
#f_phone,#f_fax,#f_mail,#f_contents {
	border: 1px solid #7F9DB9;
}

