@charset "UTF-8";

#leftcontents {
	width:170px;
}

.bloglink {
	display:none;
}

/* -- モジュール --*/
.module-archive {
	margin-bottom:1em;
	background-color: #E9E8E0;
}
.module-categories {
	margin-bottom:1em;
	background-color: #E9E8E0;
}
.module-header {
	color:#666;
	background-color:#f5f5f5 !important;
	font-size: small;
	text-indent: 0.7em;
	letter-spacing: 0.2em;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;
}
.module-header a {
	color:#666;
}
.module-list {
	padding:1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.4em;
	border: 1px solid #CCCCCC;
	font-size: x-small;
	line-height: 1.1em;
}
.module-list-item {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 1em 0 0 0 ;
}
.module-list-item a {
	color:#336633;
}
/* -- ページタイトル -- */
#page-title {}


/* -- アーカイブタイトル -- */
#archive-title {}


/* -- 前後リンク -- */
.content-nav {
	font-size: 0.9em;
	text-align: right;
}


/* -- エントリー -- */
.entrybox {
	margin-bottom:2em;
	padding-left: 25px;
	background-image: url(/works/images/worksline.jpg);
	background-repeat: no-repeat;
}

/* -- エントリータイトル -- */
.entrytitle {}
.entrytitle a {
	color:#006600;
	font-size: medium;
	line-height: 2em;
}

/* -- エントリー本文 -- */
.entrybody {}
.entrybody img {
	margin:2em;
	float: right;
}

/* -- エントリー追記 -- */
.entrymore {}


/* -- インデックスページ ----------------------------------------------- */
.blogindex {}

/* -- 続きリンク -- */
.morelink {
	background-color: #CCC;
	text-align: right;
	height: 12px;
	margin: 0px;
	clear: both;
}


/* -- 過去ログページ -------------------------------------------------- */
.blogarchive {}

.archivebox {}
.archive-content {}
.archive-list {}
.archive-list-item {}


/* -- エントリーページ ------------------------------------------------ */
.blogentry {}


/* -- カテゴリーページ ----------------------------------------------- */
.blogcategory {}


/* -- 日付ページ ----------------------------------------------------- */
.blogdate {}


