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


#main-contents .tel{
	color: #D56A00;
	font-size: 24px;
	font-weight: bold;
}
#main-contents .c_r{
	color: #F00;
}
#main-contents .bunbox{
	font-size: 14px;
	width: 660px;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 160%;
	margin-right: auto;
	margin-left: auto;
}
#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;
	font-size: 12px;
}
#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 .b{
	font-size: 14px;
	font-weight: bold;
}
#main-contents ul li{
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main-contents ol li{
	list-style-type: decimal;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.size10{
	font-size: 10px;
	}