@charset "UTF-8";
/*¥*/
@import "reset.css";

body {
	color: #333;
	background-color: #eee;
	font:12px/1.5em Verdana,Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック','Osaka',sans-serif;
	text-align: center;
	*font-size: small;
	*font: x-small;
}



/*共通設定
===========================================================*/
.clear {
	margin: 0;
	clear: both;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearfix {
	display: inline-table;
}

html {
	height:100%;
}

#container {
	margin: 0 auto;
	clear: both;
	width: 840px;
	background: url(../img/container_bg.jpg) repeat-y;
	text-align: left;
}

/*ヘッダー
===========================================================*/
#header {
margin: 0 auto;
position: relative;
width: 800px;
height: 250px;
background:url(../img/header.jpg) center top no-repeat;
text-align: left;
}

#header h1 {
	display: none;
}

/*コンテンツ
===========================================================*/
#contents {
	margin:20px auto 0 auto;
	width: 760px;
}

#contents div.main {
	float: left;
	width: 550px;
}

#contents div.main h2 {
	padding: 5px;
	border-left: 10px solid #3e5172;
	color:#3e5172;
	font-size: 133%;
}
#contents div.main h3 {
	margin:0;
	line-height:24px;
	background:url(../img/dot.gif) repeat;
	font-size: 92%;
	text-align:right;
}

#contents div.main h4 {
	line-height:24px;
	background:url(../img/dot.gif) repeat;
}

#contents div.main div.photo {
	margin:10px 0 0 0;
	position: relative;
}
#contents div.main span.guard {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/spacer.gif);
}


/*サイドバー（右）
===========================================================*/
#contents div.sideNavi {
	float: right;
	width: 190px;
}

#contents div.sideNavi a {
	text-decoration:underline;
}

#contents div.sideNavi img {
	border: 0;
}

#contents div.sideNavi div.calNavi {
	width: 190px;
}

#contents div.sideNavi div.calNavi div.prev {
	float: left;
	width: 13px;
}

#contents div.sideNavi div.calNavi div.month {
	padding-left: 2px;
	float: left;
	width: 160px;
	line-height: 1em;
	text-align: center;
}

#contents div.sideNavi div.calNavi div.next {
	float: right;
	width: 13px;
	text-align:right;
}

#contents div.sideNavi table {
	margin: 5px 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width:189px;
}

#contents div.sideNavi th,td {
	padding: 2px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	text-align:center;
}

#contents div.sideNavi th {
	background-color: #eee;
}

#contents div.sideNavi td.today {
	color: #fff;
	background-color:#09c;
}

#contents div.sideNavi td.today a {
	color: #fff;
}

#contents div.sideNavi td.today a:hover {
	color: #fff;
}

#contents div.sideNavi div.latestentry {
	margin-top: 20px;
	padding-top: 25px;
	background: url(../img/title_latestentry.jpg) no-repeat;
}

#contents div.sideNavi div.latestentry dt {
	clear: both;
	float: left;
	width: 4em;
	line-height: 1.3em;
}

#contents div.sideNavi div.latestentry dd {
	margin: 0 0 0.3em 4em;
	line-height: 1.3em;
}

#contents div.sideNavi div.backnumber {
	margin-top: 20px;
	padding-top: 25px;
	background: url(../img/title_backnumber.jpg) no-repeat;
}


/*フッター
===========================================================*/
#footer {
	margin: 30px 0 0 0;
	width: 840px;
	height: 82px;
	background: url(../img/footer.jpg) no-repeat;
	text-align: center;
}

#footer address {
	display: none;
}

/*リンク初期設定
===========================================================*/
a {
	cursor: pointer;
	outline: none;
}

a:link{
	text-decoration: none;
	color: #39c;
}

a:visited{
	text-decoration: none;
	color: #39c;
}

a:hover{
	text-decoration: none;
	color: #09c;
}

a:active{
	text-decoration: none;
	color: #09c;
}
