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

#main-contents .r{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#main-contents .comment{
	font-size: 14px;
	FONT-FAMILY: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "Osaka-等幅", "Osaka", "平成角ゴシック";
	width: 600px;
	text-align: left;
	line-height: 170%;
	margin-right: auto;
	margin-left: auto;
}
#main-contents .comment1{
	font-size: 14px;
	width: 600px;
	text-align: left;
	line-height: 170%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #FF6600;
	padding: 5px;
	margin-top: 15px;
	background-color: #FFF0E1;

}
#main-contents table{
	width: 660px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#main-contents table th{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
#main-contents table td{
	padding-left: 10px;
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}
#main-contents .tel{
	color: #F00;
	font-size: 24px;
	font-weight: bold;
}
#main-contents .f_18{
	color: #BB5E00;
	font-size: 18px;
	font-weight: bold;
}