@charset "utf-8";
/* CSS Document */

*{margin:0; padding: 0}
html{}
body{
	font-size: 0.875em;
	background: url(images/site03/back.png);
	line-height: 1.4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1{font-size: 1em; font-weight: normal;}
a{ text-decoration: none; color: #006699;}
a:hover{ text-decoration: underline; color: #FF6633;}

h2{font-size: 1.2em; margin-bottom: 10px;}

ul, ol, dl{margin-left: 30px;}
ol li{margin-top: 8px;}
dl dt{margin-top: 8px; font-weight: bolder;}
dl dd{margin-left: 1em;}

img {border: 0;}

#rap{
	background-image: url(images/site03/back_top.png);
	background-repeat: repeat-x;
}
.float01{float: left;}

#header{
	width: 820px;
	height: 102px;
	background: url(images/site03/head/back_header.png) no-repeat;
	margin: 0 auto 0;
}
#header_inner{
	position: relative;
	top: 5px;
	text-align: right;
	padding-right: 25px;
}

#contents_out{
	width: 820px;
	background: #ffffff;
	background-repeat:repeat-y;
	margin: 0 auto;
	background-image: url(images/site03/back_contents.png);
}
#contents{
	margin: 0px 20px;
	padding-top: 8px;
	background-image: url(images/site03/back_left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contents_left{
	width: 174px;
	float: left;
}
#contents_center{
	width: 400px;
	float: left;
	margin: 0 13px;
}
#contents_right{
	width: 170px;
	float: left;
	font-size: 0.9em;
}
#contents_right img{margin-bottom: 0 8px 10px;;}

#contents_wide{
	float: left;
	margin: 0 0 0 13px;
	width: 580px;
	min-height: 630px;
	_height: 630px; /* IE Hack*/
}
#contents_inner{padding: 5px;}
#message{
	background: url(images/site03/back_message.png) no-repeat;
	height: 210px;
	margin: 10px 0 0;
	padding: 10px;
	line-height: 1.8;
}
#message hr{
	border-bottom: 1px #c0c0c0 dotted;
	margin: 3px 0;
}

#footer{
	background: url(images/site03/back_footer.png) no-repeat center;
	margin: 0 20px;
	clear: both;
	height: 60px;
}
#footer_inner{
	font-size: 0.85em;
	text-align: center;
	font-weight: bolder;
	display: block;
	position: relative;
	padding-top: 20px;
	color: #0066CC;
}
#footer_inner a:link{color: #FFFFFF; text-decoration: none;}
#footer_inner a:visited{color: #FFFFFF; text-decoration: none;}
#footer_inner a:hover{color: #FFCC00; text-decoration: underline;}

#copyright{
	margin: 0 20px;
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #999999;
}

.sub_menu{
	margin: 5px 0 5px;
}

.sub_menu ul{
	list-style: none;
}

/* トップページ */
.box_news{
	margin: 10px;
	min-height: 270px;
}
.news_box{
	margin: 5px 10px;
	font-size: 1.0em;
}
.news_box ul{
	list-style-image: url(images/site03/list_icon01.png);
}
.events_box{
	margin: 5px 10px;
	font-size: 1.0em;
}
.events_box ul{
	list-style-image: url(images/site03/list_icon01.png);
}

.date{color: #999999; font-size: 0.85em}
.more{font-size: 0.85em; text-align: right;}

/* 所在地 */
#address {margin: 10px 0;}
#address p{margin: 5px 0;}

/* 沿革 */
table#history, table#link_list{
	width: 575px;
	font-size: 0.9em;
	background-color:#FFFFFF;
	border: 1px #3399CC solid;
}
table#history th, table#link_list th{
	background-color: #6699CC;
	color: #FFFFFF;
}
table#history td {padding: 0px 5px; vertical-align: top; background-color: #FFFFFF;}
table#history td.tit {width: 120px;}

/* リンク集 */
table#link_list td{padding: 0px 5px; vertical-align: middle; background-color: #FFFFFF;}
table#link_list td.tit{width: 180px;}

/* 校長・園長挨拶 */
#principal{margin: 0 20px;}
#principal #pic{
	margin: 0px 0px 15px 10px;
	float: right;
	text-align: center;
	font-size: 0.9em;
	padding: 8px;
	border: 1px #c0c0c0 solid;
}


/* 計画 */
table.keikaku{
	background: #3399CC;
	font-size: 0.9em;
}
table.keikaku td{background: #FFFFFF; padding: 3px;}
table.keikaku td.top{vertical-align: top;}


/* アラカルト */
table.tbl_month {
	width: 500px;
	margin: 0 auto;
}
table.tbl_month td{width: 20%;}

table.ara {
}
table.ara_glid {background: #CCCCFF;}
table.ara td,table.ara_glid td{vertical-align: top; padding: 5px 3px 3px; background: #FFFFFF;}


/* グローバル */

.alignright{float: right; margin: 0 0 8px 10px;}
.hr_clr{
	clear: both;
	visibility: hidden;
	margin: 0;
}
div.kakko {
	text-indent:-1.5em;
	margin-left:2em
}

/* パンクズ */
#bread{
	text-align: right;
	padding-right: 30px;
	font-weight: bolder;
	font-size: 0.9em;
	color: #CCCCCC;
}
#bread a{color: #cccccc;}
#bread .now{color: #9999CC;}

.strong{color: #FF6666; font-weight: bolder;}

