@charset "utf-8";

/*
 * トップページのみ指定
 */
body {
	overflow-y: scroll;
	color: #515051;
	background: #B8B8B8;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, Verdana, sans-serif;
	font-size: 75%;
	text-align: center;
}

#contents {
	clear: both;
	width: 800px;
}

#header h1 {
	float: left;
	width: 189px;
	margin: 0px 10px 0px 0px;
	padding-bottom: 5px;
}

#header h2 {
	float: left;
	width: 600px;
	padding-top: 40px;
	font-size: 120%;
	color: #515051;
}

html*#header h2 {
	font-size: 110%;
}

*+html body #header h2 {
	font-size: 120%;
}

*html body #header h2 {
	font-size: 120%;
}

#flash {
	width: 800px;
	height: 228px;
	margin-bottom: 0px; /* 15px */
	background: #CCCCCC;
}

#sectionLeft {
	float: left;
	width: 147px;
	margin-right: 15px;
}

#sectionLeft ul#subNavigation {
	margin: 20px 0px;
	padding: 0px;
}

#sectionLeft ul#subNavigation li {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow.gif) no-repeat 0px 0px;
	font-weight: bold;
}

html*#sectionLeft ul#subNavigation li {
	background: url(../images/arrow.gif) no-repeat 0px 2px;
}

*+html body #sectionLeft ul#subNavigation li {
	background: url(../images/arrow.gif) no-repeat 0px 0px;
}

*html body #sectionLeft ul#subNavigation li {
	background: url(../images/arrow.gif) no-repeat 0px 0px;
}

#sectionLeft li.linkRight {
	margin: 2px 0px 6px 0px;
	text-align: right;
}

#sectionLeft li.garally {
	margin: 15px 0px;
}

#sectionCenter {
	float: left;
	width: 470px;
	margin-right: 15px;
}

#sectionCenter p {
	margin-bottom: 8px;
}

#sectionCenter ul.note {
	background: #F5F6F6;
}

#sectionCenter ul.note li {
	padding: 5px;
	border-bottom: 1px solid #8B8685;
}

#sectionRight {
	float: left;
	width: 149px;
}

#sectionRight li.schoolLink {
	margin: 3px 0px 5px 0px;
}

#sectionRight li.qrCode {
	margin:3px 0 6px;
}

#sectionRight li.mobile {
	margin: 0px 0px 24px 0px;
}

div.section01 {
	margin:30px 0 10px 41px;
	display:block;
}

div.rightpapa
{
	float: right;
	
	margin-right: 10px;
	width: 68px;
	height: 110px;
}
div.lefttext
{
	float: right;
	margin-top: 95px;
	margin-right: 10px;
	width: 310px;
	height: 15px;
}

.darkgrey10bold
{
	font-size: 10px;
	font-weight: bold;
	color: #515051;
}

div.parttime
{
	margin-top:0;
}

.top_tit{
	color: #4EA735;
	font-weight: bold;
}
.top_tit a:hover {
	color:#4EA735;
	outline-style:none;
	text-decoration:underline;
}
.top_tit a:link, .top_tit a:visited, .top_tit a:active, .top_tit a:hover {
	color:#4EA735;
	text-decoration:none;
}
