﻿@charset "UTF-8";
/* 各ページ個別のレイアウト */

/*about/index.html*/
.pict-l {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
}

.pict-r {
	float: right;
	margin-left: 1em;
	margin-bottom: 2em;
}

.floatclear {
	clear: both;
}

/*info*/
#infotemplete {
	width: 560px;
	margin-top: 20px;
	font-size: 0.9em;
}

.infotable {	
}

.infotable tr {
	height: 2em;
}

.infotable tr td{
	line-height: 1.2em;
	padding-left: 3em;	
}

/*info・recruit*/
.schedule {
	margin-left: 10px;
	border-collapse: separate;
	border-spacing: 2px;
}

.schedule tr th{
	background-color: #CCEEFF;
	padding: 0 1em;
	font-weight: normal;
	text-align: center;
	border-collapse: separate;
	border-spacing: 10px;
}

.schedule tr td{
	padding-left: 1em; 
}

/*visiter/boxmap.html&univmap.html*/
.map {
	margin: 20px auto;
}

.map img {
	margin: auto;
	display: block;
}

.address {
	margin-top: 10px;
	display: block;
	border-collapse:separate;
	border-spacing: 2px;
}

.address tr th {
	 background-color: #CCEEFF;
	 padding: 0 1em;
	 font-weight: normal;
	 text-align: center;
}
	
.address tr td {
	padding-left: 1em;
}

/*photo.html*/
#photo {
	width: 530px;
	margin: auto;
}

#photo img{
	margin:3px;
}

/*sitemap*/
.sitemap_bar {
	background: url('../img/sitemap_bar.gif') no-repeat 15px -2px; 
	padding-left: 30px;
}

.sitemap_bar2 {
	background: url('../img/sitemap_bar.gif') no-repeat 15px -2px; 
	margin-left: 30px;
	padding-left: 30px;
}

/*赤文字箇所*/
.correction {
	color:#FF0000;
}
