﻿@charset "utf-8";
/* CSS Document */

#main-contents table{
	width: 660px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main-contents th{
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "Osaka-等幅", "Osaka", "平成角ゴシック";
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../img/faq/q.jpg);
	height: 60px;
	padding-left: 60px;
	background-repeat: no-repeat;
	text-align: left;
}
#main-contents td{
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "Osaka-等幅", "Osaka", "平成角ゴシック";
	padding-left: 60px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 170%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(../img/faq/a.jpg);
}
