@charset "utf-8";
/* CSS Document */

/* 【お問い合わせ】スタイル */

@import "reset_style.css";
@import "base.css";

/* メニューのダウンイメージ */

ul.nav li#nav_qa {
	background-image: url(../images/base/list_qa_over.gif);
	background-repeat: no-repeat;
}
ul.nav li#nav_qa a {
	background-image: url(../images/base/list_qa_down.gif);
	background-repeat: no-repeat;
}


/* コンテンツ用スタイル */


.contents {
	margin: 0 auto 0 auto;
}


.box {
	width: 420px;
	margin: 30px auto 30px auto;
}

.sub_title_tel {
	padding: 7px 0 3px 100px;
	background-image: url(../images/qa/icon_tel.jpg);
	background-repeat: no-repeat;
		color: #333333;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sub_title_mail {
	padding: 15px 0 15px 100px;
	background-image: url(../images/qa/icon_mail.jpg);
	background-repeat: no-repeat;
		color: #333333;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sub_title_fax {
	padding: 15px 0 15px 100px;
	background-image: url(../images/qa/icon_fax.jpg);
	background-repeat: no-repeat;
		color: #333333;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tel_text {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.mail_text {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

.fax_text {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}


.tel {
	font-size: 16px;
	color: #2200bb;
}

.fax {
	font-size: 16px;
	color: #2200bb;
}





