@charset "utf-8";
/* CSS Document */

.headline {
	width: 100%;
	line-height: 30px;
	/*\*/*/
	overflow: hidden;
}

.headline:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.headline_more {
	padding-left: 160px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 170%;
	clear: both;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 15px;
}

p.date {
	float: left;
	width: 70px;
	padding-left: 10px;
}

p.projcolor {
	float: left;
	width: 70px;
	padding-top: 10px;
}

p.topic {
	float: left;
	width: 450px;
	font-weight: bold;
	padding-left: 10px;
}

h3.topic {
	float: left;
	width: 450px;
	font-weight: bold;
	padding-left: 10px;
}

p.up {
	width: 10px;
	display: block;
	height: 30px;
	float: left;
	margin-left: -150px;
	margin-top: -25px;
}

p.proj_name {
	text-align: right;
	margin-top: 5px;
}

/* entry */

.entry_section {
	width: 620px;
	margin-bottom: 25px;
}

h3.entry_topic {
	width: 600px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: 116%;
	padding-bottom: 5px;
	margin-left: 10px;
}

.entry_data {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: 30px;
	margin-bottom: 10px;
}

.entry_data li {
	float: left;
	font-size: 85%;
	margin-right: 15px;
}

li.entry_proj {
	width: 40px;
	float: right;
	margin-right: 0px;
}

.entry_body {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	line-height: 150%;
}

.entry_body p {
	margin-bottom: 15px;
	font-size: 93%;
}

.entry_body strong {
	font-weight: bold;
}

.entry_body em {
	font-style: italic;
}

.detail {
	background-color: #F0F0F0;
	padding: 10px;
}

.entry_body h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

.entry_body ul {
	margin-bottom: 15px;
	margin-left: 10px;
}

.entry_body li {
	margin-top: 5px;
}

.entry_body table {
	font-size: 93%;
}

/* static */

h3.page {
	margin-left: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* gallery */

.thumb {
	border:1px solid #E1E1E1;
	padding:2px;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.thumb:hover {
	border:1px solid #999;
}
