﻿@charset "utf-8";
/* clearfix */
.clearfix:after {
	content: "."; /* 新しい要素を作る */;
	display: block; /* ブロックレベル要素に */;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: x-large;
	font-weight: normal;
	background-color: #0033CC;
	color: #FFFFFF;
}
h2 {
	border-style: none;
	border-color: #FF9900;
	border-width: 1px 1px 1px 30px;
	padding: 3px;
	font-size: large;
	margin-bottom: 5px;
	margin-top: 20px;
	background-color: #3366CC;
	color: #FFFFFF;
}
h3 {
	border-bottom: 1px solid #808080;
	font-size: large;
	margin-top: 20px;
	margin-bottom: 10px;
}
.kaisei {
	color: #FF0000;
	font-size: 220%;
}
.kanrenlink {
	color: #FF00FF;
	font-weight: bold;
}
.kiji {
	color: #0000FF;
}
.logo {
	border-width: 0;
}
.titlebarleft {
	background-color: #FFFF99;
	font-size: small;
}
.titlebarright {
	background-color: #99FF99;
}
.kaiseibi {
	text-decoration: underline;
}
.chuui {
	font-weight: bold;
	color: #FF0000;
}
.shuyoutei {
	border-width: 1px;
	background-color: #FFFF00;
}
.time_mainichi {
	color: #0000FF;
}
.time_kyujitsu {
	color: #FF0000;
}
th {
	background-color: #FFFFCC;
}
.oshirase {
	border-width: 1px;
	background-color: #FFEBD7;
}
/* リンクボタン */
.linkmenu_area {
	font-family: "ＭＳ ゴシック",sans-serif;
}
.linkmenu_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.linkmenu_area li {
	float: left;
	list-style-type: none;
	position: relative;
	margin: 5px;
	text-align: center;
	line-height: 1.2em;
	box-shadow: 2px 4px 2px #EBEBEB;
	-moz-box-shadow: 2px 4px 2px #EBEBEB;
	-webkit-box-shadow: 2px 4px 2px #EBEBEB;
}
.linkmenu_area li a {
	display: block;
	min-width: 100px;
	max-width: 210px;
	height: 80px;
	padding: 3px 4px 4px 4px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.linkmenu_pink {
	background-color: #FFE3FF;
	border-radius: 10px;
	border: 1px solid #FF00FF;
}
