@charset "utf-8";

/*
----------------------------------------------
egao-school
 Author:   ubusna,inc.
----------------------------------------------- 
*/
/* リポートトップ
---------------------------------------------------- */

#report-top {
	width:940px;
	padding:0;
	margin:0;
}

#report-focus {
	width:940px;
	height:130px;
	margin:0;
	padding:0 0 20px 0;
}

#report-focus h2 a {
	width:940px;
	height:130px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#report-focus h2#hokuto { background:url(../img/hokuto/focus.gif) 0 0 no-repeat; }
#report-focus h2#aizu { background:url(../img/aizu/focus.gif) 0 0 no-repeat; }
#report-focus h2#mie { background:url(../img/mie/focus.gif) 0 0 no-repeat; }
#report-focus h2#kumamoto { background:url(../img/kumamoto/focus.gif) 0 0 no-repeat; }

#report-navi {
	background:url(../img/common/bg.gif) 0 0 repeat;
	padding:8px 10px 7px 10px;
	width:920px;
}

#searchBox {
	width:411px;
	height:29px;
	background:url(../img/common/navi_search_bg.gif) 0 0 no-repeat;
	float:right;
}

.search-textarea {
	width:350px;
	height:22px;
	margin:0;
	padding:7px 5px 0 8px;
	background:none;
	border:none;
	float:left;
	color:#665839;
}

.search-btn {
	width:43px;
	height:29px;
	border:none;
	background:none;
	margin:0; padding:0;
	float:right;
}

/* コンテンツ
---------------------------------------------------- */

#contents {
	width:940px;
	margin:0; padding: 20px 0 0 0;
}

#contents-top {
	width:940px;
	margin:0 0 20px 0; padding:0 0 20px 0;
	border-bottom:1px dotted #E0D0A5;
}

#contents-top-inner {
	width:940px;
	margin:0; padding:0;
	background:url(../img/common/contents_top_bg.gif) repeat-y;
}

#contents-topL {
	width:450px;
	margin:0; padding:5px 0 0 10px;
	float:left;
}

#contents-topR {
	width:450px;
	margin:0; padding:5px 10px 0 0;
	float:right;
}

/* リポートフット
---------------------------------------------------- */

#report-foot {
	width:940px;
	padding:0; margin:0;
	background:url(../img/common/report_foot_bg.gif) 0 0 repeat-y;
}

#report-footL {
	width:460px;
	padding:0; margin:0;
	float:left;
}

#report-footL h3 {
	width:460px;
	height:42px;
	background:url(../img/common/recent_entry_midashi.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

#report-footL ul {
	margin:0;
	padding:0 15px 10px 15px;
}

#report-footL ul ul {
	margin:0; padding:7px 0 7px 0;
	background:url(../img/common/recent_line.gif) 0 bottom no-repeat;
}

#report-footL ul ul li.title {
	margin:0; padding:0 5px 0 18px;
	background:url(../img/common/recent_icon_list.gif) 0 0.6em no-repeat;
}

#report-footL ul ul li.time {
	margin:0; padding:3px 5px 0 36px;
	background:url(../img/common/recent_icon_time.gif) 18px 0.6em no-repeat;
}

#report-footR {
	width:460px;
	padding:0; margin:0;
	float:right;
	background:url(../img/common/report_foot_bg.gif) 0 0 repeat;
}

#report-footR h3 {
	width:460px;
	height:42px;
	background:url(../img/common/recent_comment_midashi.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

#report-footR ul {
	margin:0;
	padding:0 15px 10px 15px;
}

#report-footR ul ul {
	margin:0; padding:7px 0 7px 0;
	background:url(../img/common/recent_line.gif) 0 bottom no-repeat;
}

#report-footR ul ul li.comment-body {
	margin:0; padding:0 5px 0 18px;
	background:url(../img/common/recent_icon_list.gif) 0 0.6em no-repeat;
}

#report-footR ul ul li.title {
	margin:0; padding:3px 5px 0 36px;
	background:url(../img/common/recent_icon_title.gif) 18px 0.6em no-repeat;
	font-size:0.85em;
}

#report-footR ul ul li.data {
	margin:0; padding:1px 5px 0 18px;
}


#report-footR ul ul li.data span.time {
	margin:0; padding:0 15px 0 18px;
	background:url(../img/common/recent_icon_time.gif) 0 center no-repeat;
	font-size:0.85em;
}

#report-footR ul ul li.data span.commentname {
	margin:0; padding:0 0 0 18px;
	background:url(../img/common/recent_icon_author.gif) 0 center no-repeat;
	font-size:0.85em;
}

/* アーカイブ
---------------------------------------------------- */

#archivehead {
	width:900px;
	padding:10px 20px;
	margin:0 0 20px 0;
	background:url(../img/common/bg.gif) 0 0 repeat;
	border-bottom:1px dotted #E0D0A5;
}

#archivehead h3 {
	color:#B5A379;
}

.db {
	color:#665839;
}

/* ブログナビ
---------------------------------------------------- */

#contents-navi {
	width:940px;
	padding:10px 0;
	margin:0 0 20px 0;
	text-align:center;
}

#contents-navi a {
	padding:6px 10px;
	background:url(../img/common/bg.gif) 0 0 repeat;
	border:1px solid #FFF;
}

#contents-navi a:hover,
#contents-navi .current_page{
	padding:6px 10px;
	background: #E9E4D4;
	border:1px solid #FFF;
	text-decoration:none;
}

/* エントリーナビ
---------------------------------------------------- */

#entry-navi-wrap {
	width:940px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #E0D0A5;
}

#entry-navi {
	width:940px;
	height:36px;
	padding:0;
	margin:0 0 0 0;
	background:url(../img/common/contents_navi_bg.gif) 0 0 no-repeat;
}

#entry-navi a {
	width:465px;
	height:36px;
	margin:0; padding:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#entry-navi a.prev-entry {
	float:left;
	background:url(../img/common/contents_navi_bg.gif) 0 -36px no-repeat;
}

#entry-navi a.next-entry {
	float:right;
	background:url(../img/common/contents_navi_bg.gif) right -36px no-repeat;
}

#entry-navi a.prev-entry:hover {
	background:url(../img/common/contents_navi_bg.gif) 0 -72px no-repeat;
}

#entry-navi a.next-entry:hover {
	background:url(../img/common/contents_navi_bg.gif) right -72px no-repeat;
}


/* エントリー
---------------------------------------------------- */

.ct-unit {
	width:940px;
	padding:10px 0 0 0;
	margin:0;
}

.ct-unit-L {
	width:230px;
	padding:0 0 0 10px;
	margin:0;
	float:left;
}

.ct-unit-R {
	width:670px;
	padding:10px 10px 0 19px;
	margin:0;
	float:right;
	border-left:1px solid #EDE3C9;
}

.ct-unit-R p {
	margin:0 0 1em 0;
}

.tb-data,
.cm-data {
	padding:10px 15px 10px 10px;
	background:url(../img/common/bg.gif) 0 0 repeat;
	text-align:right;
}

.tb-data p.time,
.cm-data p.time {
	font-size:1.3em;
	/*font-weight:bold;*/
	word-break: break-all;
	padding:0 0 5px 0;
}

.tb-data p.time span,
.cm-data p.time span {
	background:url(../img/common/icon_entry_time.gif) 0 center no-repeat;
	padding:0 0 0 20px;
}

.tb-data p.name span,
.cm-data p.name span {
	background:url(../img/common/icon_entry_name.gif) 0 center no-repeat;
	padding:0 0 0 52px;
	font-size:0.9em;
}