@charset "UTF-8";

@import url(basic.css);


/*■センターボックス
----------------------------------------------- */
#center-body {
	width: 497px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	overflow: hidden;
}


/*■タイトル
----------------------------------------------- */
h1.legwork-diary-title {
	background-image: url(../img/legwork-diary/main-legwork-title.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 497px;
	text-indent: -9999px;
}


/*■日誌記事ボックス
----------------------------------------------- */
.legwork-diary-box {
	clear: both;
	font-size: 80%;
	margin-top: 15px;
	padding-bottom: 30px;
}
.legwork-diary-box img {
	background-color: #F3F3F3;
	display: block;
	padding: 5px;
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #CCC;
}


h2.legwork-diary-topic {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F90;
	padding-left: 7px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
	overflow: hidden;
}
.legwork-diary-time {
	width: 490px;
	text-align: right;
	font-size: 80%;
	margin-top: 10px;
}
.legwork-diary-box p {
	text-indent: 1em;
	margin-top: 1.5em;
}
h3.legwork-diary-box-next-title {
	background-image: url(../img/legwork-diary/main-legwork-next-title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 12px;
	width: 497px;
	clear: both;
	margin-top: 35px;
}


/*■最新の日誌ボックス
----------------------------------------------- */
.legwork-diary-box-next {
	clear: both;
	margin-top: 20px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
h4.legwork-diary-topic2 {
	font-size: 80%;
	clear: both;
	margin-top: 15px;
	padding-left: 15px;
	background-image: url(../img/legwork-diary/main-legwork-next-mark.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
}
.legwork-diary-time2 {
	font-size: 65%;
	padding-left: 15px;
}

/*■次へ、前の記事へのリンク
----------------------------------------------- */
.legwork-diary-box-next a {
	color: #333;
	text-decoration: none;
}
.legwork-diary-box-next a:hover {
	color: #F00;
	text-decoration: underline;
}
.legwork-diary-box-next a:visited {
	color: #969;
	text-decoration: none;
}


/*■過去記事ボックス
----------------------------------------------- */
.main-legwork-diary-archive-box {
	background-image: url(../img/legwork-diary/main-legwork-archive-back.gif);
	background-repeat: no-repeat;
	clear: both;
	width: 497px;
	margin-top: 35px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 50px;
}

/*■過去記事ボックス内の月表示リスト
------------------------------------------ */
.main-legwork-diary-archive-box dl {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	clear: both;
}
.main-legwork-diary-archive-box dt {
	font-weight: bold;
	float: left;
}
.main-legwork-diary-archive-box dd {
	margin-left: 0.3em;
	float: left;
}
/*■過去記事ボックス内のリンク
------------------------------------------ */
.main-legwork-diary-archive-box a ,.entry-prev-next-box a{
	color: #333;
	text-decoration: none;
}
.main-legwork-diary-archive-box a:hover ,.entry-prev-next-box a:hover{
	color: #F00;
	text-decoration: underline;
}



/*★★　エントリーページ　★★
----------------------------------------------- */
.entry-prev-next-box {
	font-size: 70%;
	text-align: center;
	clear: both;
	overflow: hidden;
}


/*★★　アーカイブページ　★★
----------------------------------------------- */
/*●月のアーカイブタイトル*/
h2.legwork-diary-archive-topic {
	font-size: 110%;
	background-image: url(../img/legwork-diary/main-archive-mark.gif);
	background-repeat: no-repeat;
	padding-left: 65px;
	background-position: left 0.2em;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	overflow: hidden;
}
.archive-topic-sub-topic {
	padding-left: 5px;
	padding-top: 10px;
	display: block;
}

/*アーカイブ記事タイトル（リンク）
------------------------------------------ */
h3.legwork-diary-archive-topic2 {
	font-size: 100%;
	background-image: url(../img/legwork-diary/main-legwork-next-mark.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 15px;
	margin-top: 20px;
	margin-left: 10px;
}
.legwork-diary-time3 {
	font-size: 70%;
	padding-left: 25px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.legwork-diary-archive-topic2 a {
	color: #333;
	text-decoration: none;
}
.legwork-diary-archive-topic2 a:hover {
	color: #F00;
	text-decoration: underline;
}
