* {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.2 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-transform: none;
	color: #333333;
}
html {
	overflow-y: scroll;
}
body {
	background-color:#CCCCCC;
}

#box {
	margin: 0px auto 20px;
	padding: 0px 0px;
	width: 800px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top-color: #333333;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
}

#container {
	padding: 0px 20px;
	margin: 0px;
	height: auto;
}
/* ヘッダー
-------------------------------------*/
#header {
	background-image: url(images/header.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	height: 190px;
	width: 800px;
}
#header h1,#header h2 {
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	display: none;
}
.content-nav {
        padding: 3px 5px;
	border-top: 1px solid #666666;
        text-align: right;
}

/* エントリー
-------------------------------------*/
#blog_body {
	float: right;
	width: 590px;
	margin-bottom: 5px;
}
.entry-head h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 36px;
}
.entry-head {
	height: 25px;
	padding-top: 5px;
}
.entry-footer {
	text-align: right;
	border-top: 1px solid #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 10px 0 8px;
	margin-top: 10px;
}
.entry {
	background-image: url(images/entry_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 10px 40px 1px 34px;
	width: auto;
}
.entry-box {
	background-image: url(images/container_back.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 15px;
	padding: 0px;
	border: 1px solid #999999;
}

/* コメント
-------------------------------*/
#coments-box {
	margin: 10px 5px 15px;
        padding: 5px;
	border: 1px solid #999999;
}

.inlign-title {
	font-weight: bold;
        margin: 3px 0 10px;
        padding-top: 3px;
	border-top: 1px solid #666;
}

.error {
	font-style:normal;
	text-transform: none;
	color: #000000;
	line-height: 1.8;
	font-weight: bold;
}

#name-email {
        margin: 20px 0 12px;
}
#comments-open-footer {
        margin: 5px;
}
/* メニュー
-------------------------------------*/
#menu_box {
	float: left;
	width: 140px;
}
.title_new-entry {
	background-image: url(images/new_entry.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 140px;
}
.title_calender {
	background-image: url(images/calender.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 140px;
}
.title_backnumber {
	background-image: url(images/back_number.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 140px;
}
.menu_contents ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.menu_contents ul li {
        margin-bottom: 3px;
}

/* フッター
----------------------------------------*/
#footer {
	background-image: url(images/copy.jpg);
	padding: 40px 0px 0px;
	margin: 0px;
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
}
.entry-head a {
	color: #FFFFFF;
}
.menu_contents {
	padding: 2px;
}

/* カレンダー
------------------------------------------*/
}
.calendar {
    margin: 5px 0;
    text-align: center;
    line-height: normal;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
.calendar table {
    padding: 0;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 9px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}
