/* CSS Document */
/* ***********************************************************
 *
 * Since:     2006-4-1
 * Modified:  2006-04-24
 * Guideline: Ver.1.00
 * Editor:    Noriyoshi Komura
 *
 * ***********************************************************
 */


/*必要CSSをロード*/
@import url("../../css/base.css");

.content p {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
	font-size: 100%;	
}
.content p.tel{
	font-size: 130%;
	text-align: center;
}
.content  ul { margin-left: 35px; }
.content  ul li{
	list-style-type: square;
	margin-left: 5px;
	margin-bottom: 0.8em;
}
.content table{
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #066291;
}
.content table th{
	padding: 5px 3px;
	background-color: #066291;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
}
.content table td{
	padding: 5px 3px;
	font-size: 100%;
}
.content table td ol { margin-left: 30px; 	}
.content table td ol li{
	}
.content table td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.content span {
	color: #FF0000;
	font-size: 100%;
}

.content table tr strong { }

