@charset "Shift_JIS";

/*--全体の設定--*/
* {
	margin:0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: none;
	font-size: 12px;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
}

.footer {
	padding-left: 10px;
	font-size: 10px;
	text-align: left;
	color: #666;
}
.footer a {
	padding-left: 10px;
	text-decoration: none;
	font-size: 10px;
	color: #666;
	
}
.footer a:hover {
	padding-left: 10px;
	text-decoration: underline;
	font-size: 10px;
	color: #F00;
	
}

.txt1 {
	font-size: 10px;
	text-align: center;
	color: #333;
}
.txt2 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
	color: #000;
}
.txt3 {
	font-size: 12px;
	text-align: center;
	line-height: 150%;
	color: #333;
}
.txt4 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #F00;
}
.txt5 {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	color: #000;
}

.sch {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #B87424;
	padding: 5px;
}

.cate {
	width: 135px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #E1003A;
	padding: 5px;
}

.prof {
	width: 100%;
	border-left: 1px solid #E1003A;
	border-bottom: 1px solid #B87424;
	border-right: 1px solid #B87424;
	padding: 5px 0 5px 0;
}
.prof .com {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #333;
	padding: 10px;
}
.prof .nam {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}
.prof .about {
	font-size: 10px;
	text-align: left;
	line-height: 140%;
	color: #333;
	padding: 10px;
}
.prof-link {
	width: 500px;
	background: #F00;
	font-size: 10px;
	text-align: left;
	line-height: 140%;
	color: #FFF;
	margin-left: 10px;
	padding: 5px;
}

.prof-link a {
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}
.prof-link a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #FFF;
}


.prof2 {}
.prof2 .com {
	font-size: 12px;
	text-align: left;
	color: #333;
}
.prof2 .about {
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	color: #333;
}


.map {
	width: 100%;
	border: 1px solid #F00;
	padding: 5px;
}
