@charset "euc-jp";

a {
	color: #666;
	}
a:hover {
	color: #fff;
	background-color: #666;
	}
a:visited {
	}
a:active {
	}

div.subcol li a {
	text-decoration: none;
	}
div.subcol li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	}
div.subcol li a:visited {
	text-decoration: none;
	}
div.subcol li a:active {
	text-decoration: none;
	}

a.comlink {
	color: #333;
	border-width:  1px;
	border-style: solid;
	border-color: #ccc #999 #eee #eee;
	background-color: #eee;
	padding: 1px 3px 0px 3px;
	text-decoration: none;
	font-weight: bold;
	}
a.comlink:hover {
	text-decoration: none;
	color: #fff;
	border-color: #fff #fff #333 #999;
	background-color: #666;
	font-weight: bold;
	}
a.comlink:visited {
	text-decoration: none;
	font-weight: bold;
	}
a.comlink:active {
	text-decoration: none;
	font-weight: bold;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px; 
	color: #666;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff; 
	}
img {
	border: 0px;
	}
ul, li {
	list-style-type: none;
	}
h1, h2, div, p, ul, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/* layout */

.subcol {
	position: absolute;
	top: 0px; 
	right: 0px;
	width: 190px;
	padding: 50px 45px 10px 5px;
	text-align: right;
	background-image: url(../pic/top/logobg2.gif); 
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}
.subcol:hover {
	background-color: #fff;
	z-index: 2;
	}
.weblogcol {
	margin: 0 0 0 0;
	padding: 45px 0 0 60px;
	border-color: #fff;
	border-style: dashed;
	border-width: 1px 0px 0px 1px;
	}
.ad {
	position: absolute;
	top: 0px; 
	left: 0px;
	padding: 0 0 0 0;
	}
/* block */
.item, .body, .bodymore, .logname, .timestamp, .comment, .formlayout
	{
	display:block;
	}
.item, .comment
	{
	position: relative;
	z-index: 1;
	width: 305px;
	}

.item {
	margin-bottom: 35px;
	}
.body {
	}
.bodymore {
	margin: 15px 0 0 0;
	}
.logname {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.timestamp {
	position: absolute;
	padding: 5px 0 0 0;
	top: -2px;
	left: -60px;
	width: 50px;
	text-align: right;
	line-height: 11px;
	font-size: 10px;
	}
.timestampcom {
	position: absolute;
	padding: 1px 0 0 0;
	top: 0;
	left: -110px;
	width: 100px;
	text-align: right;
	line-height: 11px;
	font-size: 10px;
	}
.dialogno {
	color: #fff; 
	background-color: #666;
	}
.comment {
	margin: 0 0 0 0;
	}
.commentforbook {
	margin: 0 0 0 0;
	overflow:scroll;
	width: 350px;
	height: 200px;
	background-color: #eee;
	}
.commentforbook div.commentbody {
	position: relative;
	left:80px;
	width: 250px;
	}
.commentforbook div.timestampcom {
	position: absolute;
	padding: 1px 0 0 0;
	top: 0;
	left: -70px;
	width: 60px;
	text-align: right;
	line-height: 11px;
	font-size: 10px;
	} 	
.commentbody {
	position: relative;
	}

.formlayout {
	text-align: left;
	}
.time {
	color: #ccc;
	}
.weblogcol h2 {
	font-size: 14px;
	color: #666;
	padding: 0 0 10px 0;
	}
.weblogcol h3 {
	font-size: 12px;
	}

/* image */

.button, .photolog	{
	border:solid 1px #000;
	}
.button {
	position: absolute;
	top: 10px; 
	right: 10px;
	width: 96px;
	height: 32px;
	}
.item img {
	border:solid 1px #000;
	}	

/* form */

.formfield, .formbutton{
	border: solid 1px #999;
	background-color: #fff;
	}
input.linkform {
	border: solid 1px #999;
	background-color: #fff;
	width: 150px;
	}
div.commentform  textarea.formfield {
	width:300px;
	height: 120px;
	}
div.commentform  input.formfield {
	width:150px;
	}
div.commentform  input.formbutton {
	width:100px;
	font-size:10.5px;
	background-color: #666;
	color:#fff;
	}