@charset "EUC-JP";

/* 基本タグ */
body {
	margin: 0;
	padding: 0;
	font-size: 81.25%;
	line-height: 1.3;
	text-align: center;
	word-break: break-all;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Droid Sans', sans-serif;
	*zoom: 1;	/* IE6印刷対応 */
}
body.smartphone {
	font-size:110%;
	min-width:320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

div,
table,
th,
td {
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 0;
	background-repeat: repeat;
	*zoom: 1;	/* IE6印刷対応 */
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}






/* レイアウトブロック */
#block_whole {
	width: 820px;
	margin:0 auto;
	*zoom: 1;	/* IE6印刷対応 */
}

#block_header {
	background-repeat: no-repeat;
	*zoom: 1;	/* IE6印刷対応 */
}

#block_title {
	*zoom: 1;	/* IE6印刷対応 */
	position:relative;
}


#block_headerLeft {
}

#block_update,
#block_counter {
	text-align: right;
	font-size: 76.9%;
	line-height: 1.2;
}

#block_update {
	padding: 5px 5px 0 0;
}

#block_counter {
	padding: 5px 5px 5px 0;
}

#block_counter a:link,
#block_counter a:visited {
}

#block_counter a:active,
#block_counter a:hover   {
}

#block_mess {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	*zoom: 1;	/* IE6印刷対応 */
}

#block_mess_info	{
	text-align: center;
	font-weight: bold;
	padding: 0 0;
	*zoom: 1;	/* IE6印刷対応 */
}

	#block_mess_info .mess_level-1	{
		font-size: 75%;
		padding: 10px 10px;
		font-weight: normal;
		*zoom: 1;	/* IE6印刷対応 */
	}
	#block_mess_info .mess_level-2	{
		font-size: 80%;
		padding: 10px 10px;
		*zoom: 1;	/* IE6印刷対応 */
	}
	#block_mess_info .mess_level-3	{
		font-size: 95%;
		padding: 10px 10px;
		*zoom: 1;	/* IE6印刷対応 */
	}

#block_mess marquee {
	overflow: hidden;
}

#block_main {
	*zoom: 1;	/* IE6印刷対応 */
}

#block_left,
#block_right {
	width: 170px;
	text-align: center;
	*zoom: 1;	/* IE6印刷対応 */
}

#block_middle {
	text-align: center;
	*zoom: 1;	/* IE6印刷対応 */
}

#block_footer {
	font-size: 76.9%;
	text-align: center;
	padding: 5px;
	*zoom: 1;	/* IE6印刷対応 */
}


/* アクセシビリティUI */
.accessibilityui .aui-items {line-height:1.6; margin-bottom:0.5em;}
.accessibilityui .aui-item  {display:inline-block; margin-right:1em;}
.accessibilityui .last-of-type {margin-right:0em;}


/* 検索フォーム */
.find-form table {}
.find-form th {
	vertical-align:top;
	padding: 0.5em 1em 0.5em 0;
	font-weight: normal;
}
.find-form td {
	padding:0.5em 0em;
}
.find-form .submits {
	text-align:center; padding:0.5em 0;
}
.find-form label {
	white-space: nowrap;
	margin-right:1em;
}

table.setting-items td,
table.setting-items th {
	margin:0; padding:0 0 0.25em 0;
}
.warning { color: #d00; }

.hit-word { font-weight: bold; }



/* smartphone レイアウト */

body.smartphone #block_whole {
	width:auto;
}
body.smartphone #block_header {
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
}
body.smartphone #block_title {
	min-height:80px;
}
body.smartphone h1 {
	margin:0; padding:22px 0 0 0;
	font-size:150%;
}

body.smartphone #block_mess {
	width:auto;
}

body.smartphone #block_mess_info {
	width:auto;
}

body.smartphone #block_main {
	width:auto;
}

body.smartphone #block_middle {
	max-width:480px;
	margin-left:auto; margin-right:auto;
	padding-top:1px;	/* 先頭子要素の上マージンがはみ出さないように */
	padding-bottom:1px;
}

/* smartphone 小サイズモード時のレイアウト */
body.small-width #block_middle,
body.small-width .blog-items {
	width: 320px;
}
body.small-width .column_group, 
body.small-width .group_schedule {
	width:300px;
}
body.small-width .column_body {
	width:270px;
}

/* smartphone 学校日記メニュー */
.sp-categoryselect {
	margin:0; padding:0.3em 0;
}



