@charset "utf-8";

/********* HTML再定義 ***********************************************/

body {
	padding: 10px;
	background: url(http://harunomati-hoikuen.net/php/freo_new/img/nav_on.png) repeat;
	color: #666; /* 標準文字色 */
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
}
h2 {
	margin: 15px 0;
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

/********* 全体 *****************************************************/

div#container {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url(http://harunomati-hoikuen.net/php/freo_new/img/nav_on.png) repeat;
}

div#container a:link, div#container a:visited {
	color: #A0522D;
	text-decoration: none;
}
div#container a:active, div#container a:hover {
	color: #DB7093;
	text-decoration: underline;
}

/********* フッター *************************************************/

div#footer {
	clear: both;
	width: 100%;
}
div#footer address {
	padding-top: 10px;
	border-top: 0px solid #999999;
}

/********* 内容 *****************************************************/

div#content {
	float: left;
	width: 100%;
}

/********* エントリー ***********************************************/

div#entry h2 {
	display: none;
}

div#entry div.title{
    color:#f9cdc1;
    font-size:9px;
    text-align:right;
}
div#entry div.day{
    width:100px;
}

div#entry div.entry {
	width: 98%;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #999999;
}

div#entry div.entry div.content {
	margin: 0px 0px;
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* レスポンシブ *********************************************/

@media (max-width: 480px) {
	body {
		padding: 5px;
	}
	form textarea {
		width: 95%;
	}
	img {
		max-width : 100%;
		height: auto;
	}
	div#container {
		width: 90%;
		padding: 15px;
	}
	div#content {
		float: none;
		width: 100%;
	}
	div#entry div.entry {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	div#utility {
		float: none;
		width: 100%;
		margin: 0;
	}
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 100%;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}
