@charset "utf-8";

@import "base.css";
@import "header.css";
@import "footer.css";


/*-----------------------------------------------------------------------------------------------*/
/* メイン ---------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main {
/*
	padding-top: 15px;
*/
}

/* 見出し ---------------------------------------------------------------------------------------*/
.midashi h2.event {
	background-image: url(../images/midashi_event.gif);
	text-indent: -9999px;
}
.midashi h2.newstopics {
	background-image: url(../images/midashi_newstopics.gif);
	text-indent: -9999px;
}
.midashi h2.teisya {
	background-image: url(../images/midashi_teisya.gif);
	text-indent: -9999px;
}
.midashi h2.flower {
	background-image: url(../images/midashi_flower.gif);
	text-indent: -9999px;
}

/* Blog検索 -------------------------------------------------------------------------------------*/
.search {
	color: #7a7a7a;
	float: right;
	font-size: 90%;
	line-height: 100%;
	margin: 12px 2px 0px 0px;
}
.search div {
	float: left;
}
.search #ikeyword {
	border: solid 1px #7a7a7a;
	height: 16px;
	margin-left: 15px;
	width: 240px;
}
.search #isubmit {
/*
	background-color: #7a7a7a;
	border: none;
	color: #ffffff;
	height: 20px;
*/
	margin-left: 5px;
/*
	padding: 0px 10px;
*/
}





/*-----------------------------------------------------------------------------------------------*/
/* メインボディ ---------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main .bodymargin {
	padding-top: 40px;
}
#main .body {
	background: #ffffff url(../images/main_background.gif) repeat-y top right;
}





/*-----------------------------------------------------------------------------------------------*/
/* メイン部 -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.body .list, .body .once {
	float: left;
	width: 650px;
}
.body .list {
	margin-bottom: 50px;
}

/* スポット画像 ---------------------------------------------------------------------------------*/
.list h3 {
/*
	background: #333333 url(../images/spot_image.jpg) no-repeat;
	height: 430px;
*/
	font-size: 1%;
	margin: 0px;
	width: 650px;
/*
	text-indent: -9999px;
*/
}





/*-----------------------------------------------------------------------------------------------*/
/* エントリー部 ---------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.list .entry {
	margin-bottom: 100px;
}

/* エントリー日付 -------------------------------------------------------------------------------*/
.entry .entrydate {
	font-size: 70%;
	margin: 0px;
}

/* エントリータイトル ---------------------------------------------------------------------------*/
.list .entry h4 {
	background-color: #f0eeee;
	font-size: 100%;
/*
	margin: 5px 0px 0px;
*/
	margin: 0px;
	padding: 8px 0px 7px 3px;
}
.list .entry h4 a {
	text-decoration: none;
}
.list .entry h4 a:hover {
	text-decoration: underline;
}
.once .entry h3 {
/*
	border-bottom: solid 1px #b9b9b9;
	color: #7d9596;
	font-size: 100%;
	margin: 0px;
	padding: 5px 0px;
*/
	background-color: #f0eeee;
	color: #7d9596;
	font-size: 100%;
	margin: 0px;
	padding: 8px 0px 7px 3px;
}

/* エントリーボディ -----------------------------------------------------------------------------*/
.entry .entrybody, .entry .entrymore {
	color: #333333;
	font-size: 90%;
	line-height: 140%;
	margin: 10px 0px;
}
.entry .entrybody img, .entry .entrymore img {
	display: block;
	margin: 20px auto;
	text-align: center;
}



/* エントリーフッター ---------------------------------------------------------------------------*/
.once .entryfooter {
	border-top: solid 1px #b9b9b9;
	font-size: 90%;
	line-height: 130%;
	margin-top: 50px;
}
.once .entryfooter p {
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: right;
}



/* トラックバック -------------------------------------------------------------------------------*/
.once .truckback {
	font-size: 90%;
	line-height: 130%;
	margin: 100px 0px;
}
.once .truckback p {
	margin: 0px 0px 15px;
}
.once .truckback span {
	margin-left: 20px;
}
.once .truckback ul {
	list-style: none;
	margin: 0px 15px 20px;
	padding: 0px 0px 20px;
}
.once .truckback li {
	margin-top: 5px;
}





/*-----------------------------------------------------------------------------------------------*/
/* リスト部 -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.body .right {
	background-color: #f7f7f7;
	float: right;
	font-size: 80%;
	line-height: 130%;
	width: 220px;
}

.right h3 {
	background-position: 0px 20px;
	background-repeat: no-repeat;
	border-top: solid 1px #b9b9b9;
	height: 42px;
	margin: 15px 15px 0px;
	text-indent: -9999px;
}
.right h3.newentries {
	background-image: url(../images/midashi_newentries.gif);
	background-position: 0px 0px;
	border-top: none;
	height: 22px;
}
.right h3.categories {
	background-image: url(../images/midashi_categories.gif);
}
.right h3.archives {
	background-image: url(../images/midashi_archives.gif);
}


.right ul {
	list-style: none;
	margin: 0px 15px 20px;
	padding: 0px;
}
.right li {
	margin-top: 7px;
}



.pageinfo {
	font-size: 90%;
	text-align: center;
}
