@charset "UTF-8";
/*--------------------------------------------------
/*	styling entry section
/*--------------------------------------------------*/
div.entry {
	margin-bottom: 30px;
}


/*--------------------------------------------------
/*	styling comment
/*--------------------------------------------------*/
div#comments {
}

div#comments .comment {
	margin-top: 15px;
	margin-bottom: 15px;
}

div#comments .comment .commentDate,
div#comments .comment .commentName {
	margin-bottom: 5px;
}


/*--------------------------------------------------
/*	styling form
/*--------------------------------------------------*/
div#form {
	margin-top: 30px;
	padding-botoom: 50px;
	position: relative;
}

div#form form {
	position: absolute;
}

div#form dl {
}

div#form dt,div#form dd,
div#form p#formPostBtn 			{position: absolute;}
div#form dt#formLabelName		{left: 0;top: 0;}
div#form dt#formLabelMail		{left: 0;top: 42px;}
div#form dt#formLabelUrl		{left: 0;top: 84px;}
div#form dd#formInputName		{left: 0;top: 10px;}
div#form dd#formInputMail		{left: 0;top: 52px;}
div#form dd#formInputUrl		{left: 0;top: 94px;}
div#form p#formPostBtn			{left: 0; top: 126px;}
div#form dl#formInputMessage dt	{left: 200px;top: 0;}
div#form dl#formInputMessage dd	{left: 200px;top: 10px;}

div#form .box {
	border: 1px solid #CCCCCC;
}

div#form div#formShortInput {
	width: 180px;
	float: left;
}

div#form dt {
	margin-bottom: 5px;
	line-height: 0;
	font-size: 1px;
}

div#form dd {
	margin-bottom: 10px;
	line-height: 0;
	font-size: 1px;
}

div#form dd input,
div#form textarea {
	font-size: 11px;
}

div#form div#formShortInput input {
	width: 180px;
	height: 20px;
}
div#form div#formShortInput input#post {
	width: 180px;
	height: 50px;
	margin-top: 1px;
}

div#form dl#formInputMessage {
	width: 400px;
	float: right;
}

div#form dl#formInputMessage textarea {
	width: 400px;
	height: 165px;
}

p#formAttention {
	/*clear: both;*/
	margin-top: 215px;
	text-align: right;
	margin-bottom: 50px;
}