@charset "utf-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

/* ----------------------------------------------------- Main */

#preschool .puramu td {
	border-style:none;
	font-size:90%;
}

#preschool .koume th {
	width:auto;
}

#preschool .bText {
	font-weight: bold;
}

#preschool .blue_Text {
	color:#00A2D7;
}

#preschool h4{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background-image:none;
}

.puramu td {
	padding:3px;
}
 
table.plumSchedule {
	border:1px solid #ddd;
	border-collapse: collapse;
	border-spacing:0px;
}

.plumSchedule td {
	border-bottom:1px dotted #ddd;
	border-left:1px dotted #ddd;
	width:25%;
	font-size:90%;
}

table.koumeSchedule {
	border:1px solid #ddd;
	padding:5px;
}

.koumeSchedule td,
.koumeSchedule th {
	font-size:90%;
}

.koumeSchedule th {
	width:20%;
}

.swichiList {
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}

.swichiList li {
	float:left;
	margin-right:20px;
}

.swichiList li a {
	background:url(images/common_list01.gif) no-repeat 0 50%;
	padding-left:10px;
}

.swichiList li a:hover {
	background-image:url(images/common_list02.gif);
}
