@charset "UTF-8";

/** ▼/links/tag/▼ */
ol#log-list {
	list-style-position: inside;
	list-style-type: none;
	background-color: #FFFFFF;
	padding-left: 0px;
}

ol#log-list li {
	margin-top: 2px;
}

/** サイトタイトル */
ol#log-list h3.log-title {
	clear: both;
	float: left;
	width: 100%;
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom: 1px solid #0066FF;
}

ol#log-list p.modified {
	text-align: right;
	font-size: 1.0em;
	color: #36393D;
	margin-right: 18px;
}

ol#log-list div.link-content {
	clear: both;
	width: 550px;
}

ol#log-list div.link-thumbnail {
	float: left;
	width: 120px;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
}

ol#log-list div.link-info {
	float: right;
	width: 400px;
}

ol#log-list div.link-footer {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.log-url {
	color: #008800;
}

ul.dir_list {
	width: 380px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.dir_list li {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ul.dir_list li.tag {
	text-align: right;
	font-size: 1.2em;
	padding-left: 20px;
}

/**
 * サイト詳細
 */
div#view-box {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#view-thumb {
	float: left;
	width: 282px;
	height: 212px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#view-contents {
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

#view-contents .parts-bg02 {
	width: 100px;
	font-size: 1.0em;
	padding: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #EEEEEE none repeat scroll 0 0;
}

#view-contents .parts-bg03 {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px;
	empty-cells: show;
	background-color: #FFFFFF;
}

div#details {
	clear: both;
	width: 540px;
	text-align: left;
	margin: 0 auto;
	border-color: #FFCC33;
	boder-style: solid;
	border-width: 1px 0 0 1px;
}

div#details table.site-info {
	width: 100%;
	border-color: #FFCC33;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-collapse: collapse;
}

div#details table.site-info th {
	width: 100px;
	font-size: 1.0em;
	font-weight: normal;
	white-space: nowrap;
	empty-cells: show;
	padding: 5px;
	border-color: #FFCC33;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background-color: #FDF2C1;
}

div#details table.site-info td {
	font-size: 1.0em;
	padding: 5px;
	empty-cells: show;
	word-break: break-all;
	border-color: #FFCC33;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background-color: #FFFFFF;
}

span.visible_url {
	color: green;
	white-space: nowrap;
}

ul.management {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0 0;
	text-align: right;
}

ul.management li {
	display: inline;
	padding: 0 1px;
}

div#content p.search {
	position: absolute;
	top: 2px;
	right: 2px;
}

/**
 * タグ
 */
div#main ul.entry-tags-list {
	text-align: right;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}

div#main ul.entry-tag-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#main li.entry-tag {
	display: inline;
	margin-right: 0.5em;
}

div#main li.entry-tag a, 
div#main li.entry-tag a:link, 
div#main li.entry-tag a:hover, 
div#main li.entry-tag a:visited {
	font-size: 1.2em;
	line-height: 1.6;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background: transparent url(/img/icon/tag.png) no-repeat center left;
}

div#main li.entry-tag a:hover {
}

/**
 * RSS
 */
div#rss {
	clear: both;
	font-size: 1.2em;
	line-height: 1.4;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}