@charset "utf-8";

@import "../../share/css/base.css";

body {
	font-family: Osaka,verdana,"lr oSVbN","MS PGothic",Sans-Serif !important;
}

/*layout*/

#top {
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#header {
	margin-bottom: 30px;
}

#container {
	width: 870px;
	padding: 0 10px 0 20px;
	overflow: hidden;
}

#container #contents {
	float: left;
	width: 664px;
	text-align: left;
}

#container #side {
	float: right;
	width: 186px;
	text-align: left;
}

#container #side #calendar {
	margin-bottom: 15px;
}

#container #side #new_entry_list {
	margin-bottom: 15px;
}

#container #side #category_list {
	margin-bottom: 15px;
}

#container #side #banner_list {
	margin-bottom: 15px;
}

#footer {
	clear: both;
}

/*header*/
#header #main_img {
	width: 900px;
	height: 138px;
	background: url(../images/main_img.jpg) 0 0 no-repeat;
}

#header #main_img a {
	display: block;
	height: 138px;
	text-indent: -5000em;
	overflow: hidden;
}

/*contents*/
#container a {
	text-decoration: underline;
}

#container a:hover,
#container a:active {
	text-decoration: none;
}

#container #contents .entry {
	margin-bottom: 40px;
}

#container #contents .entry .entry_title {
	clear: both;
	height: 22px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../images/title_bg.jpg) 0 0 no-repeat;
	color: #004ea2;
	font-size: 1.2em;
}

#container #contents .entry .entry_title a {
	color: #004ea2;
}

/*side*/
#calendar {
    margin: 5px 0 10px;;
    color: #444;
}

.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}

#calendar table {
    padding: 0;
    border-collapse: collapse;
}

#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}

#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
}

.today {
    display: block;
    border: 1px solid #444;
}

.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}

.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}

#container #side #archive_list {
	background: url(../images/menu_body.gif) 0 0 repeat-y;
	text-align: center;
}

#container #side #archive_list #new_entry_list {
	padding-top: 15px;
	background: url(../images/menu_head.gif) 0 top no-repeat;
}

#container #side #archive_list #category_list {
	padding-bottom: 15px;
	background: url(../images/menu_footer.gif) 0 bottom no-repeat;
}

#container #side #archive_list dt {
	width: 145px;
	margin: 0 auto;
	padding: 1px 5px;
	background-color: #5c8fc7;
	color: #fff;
}

#container #side #archive_list ul li {
	width: 155px;
	margin: 8px auto 0 auto;
	text-align: left;
}

#container #side #archive_list ul li a {
	padding-left: 9px;
	background: url(../images/list_mark.gif) 2px 0.4em no-repeat;
}

#footer {
	height: 46px;
	background: url(../images/footer_img.gif) 0 0 no-repeat;
	text-align: left;
}

#footer ul {
	padding: 5px 0 0 7px;
}

#footer ul li a {
	display: block;
	width: 97px;
	height: 36px;
	text-indent: -5000em;
	overflow: hidden;
}

#footer p {
	display: none;
}
