@charset "utf-8";

/* default
************************************/

html, body, div,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd,
address, span, form {
    margin: 0;
    padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

/* basic elements
************************************/

body{
	/*behavior:url("lib/csshover2.htc");*/
	padding: 0;
	margin: 0;
	text-align:left;
	letter-spacing:0;
	color:#6d6d6d;
}

a {
	outline:none;
	border:0;
}

a,a:link,a:visited {
	color: #61d7df;
	text-decoration:none;
	border:0;
}
a:hover {
	color: #85dde3;
	text-decoration:none;
	border:0;
}
a:active {
	color: #61d7df;
	border:0;
}

a img{
	outline:none;
	border:0;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

en {
	font-style: italic;
}

u {
	text-decoration: underline;
}

blockquote {
	margin: 5px 5px 20px 5px;
	border-left: 2px solid #A2D0FF;
}

li {
	list-style:none;
	font-size:84%;
}

p {
	line-height:180%;
	font-size:84%;
}

img {
}

table {
	line-height:140%;
	font-size:84%;
}

th {
	font-size:84%;
	font-weight: normal;
}

td {
	font-size:84%;
}

th,td {
	padding:10px 15px;
	vertical-align:top;
	border-bottom:1px dotted #dbe9f5;
	font-size:84%;
	text-align:left;
}

#header input.textfield {
	width:160px;
	font-size:84%;
	line-height:120%;
	padding:0;
	margin:0;
	vertical-align:middle;
	border:1px #CCC solid;
}

#header input.btn {
	vertical-align:middle;
}

/* PKG CLASS
************************************/

.pkg:after {
	content: ""; /* Vvf */
	display: block; /* ubNxvf */
	clear: both;
	height: 0;
	visibility: hidden;
}

.pkg {
	min-height: 1px;
}

* html .pkg {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* standard helper classes
************************************/

.clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

img.left {
	float: left;
	margin: 0 15px 10px 0;
}

/* font color classes
************************************/

.red{
	color:#FF0000;
	font-weight:bold;
}

/* this site all use
-------------------------------------------------------------------------------- */

.entry {
	width:650px;
	background:url(../zenyomi/images/bg_entry-title.gif) repeat-x;
	padding:0 0 35px 0;
}

.entry-title {
	padding-top:45px;
	margin-bottom:30px;
}

.entry-title p {
	font-size:180%;
	border-top:2px #000 solid;
	display:inline;
	padding-top:40px;
	color:#000000;
	line-height:100%;
}

.entry-title h2 {
	font-size:84%;
	color:#FF0066;
	letter-spacing:-1;
	margin-top:10px;
}

.entry-title h2 span {
	color:#666666;
}

p.img img {
	padding:10px;
	margin-bottom:30px;
	background:url(../zenyomi/images/bg_image.gif) repeat;
	border:none;
}

.entry-footer ul {
	padding-top:20px;
}

.entry-footer ul li {
	float:left;
	padding-right:20px;
}

.entry-footer img {
	border:none;
	vertical-align:middle;
}

#comments h2 {
	width:650px;
	height:27px;
	text-indent:84px;
	background:url(../zenyomi/images/bg_comment.gif) repeat;
	font-size:84%;
	font-weight:bold;
	line-height:210%;
}

#comments h2.addcomments {
	background:url(../zenyomi/images/bg_addcomment.gif) repeat;
	text-indent:-5000px;
	margin-bottom:25px;
}

#comments dl {
	padding-bottom:30px;
}

#comments dt {
	display:block;
	width:150px;
	font-weight:bold;
	color:#000000;
	font-size:84%;
	line-height:150%;
	margin-top:20px;
	overflow:hidden;
}

#comments dt a {
	font-size:88%;
	font-weight:normal;
}

#comments dd {
	display:block;
	margin-left:180px;
	margin-top:-2.5em;
	line-height:150%;
	border-left:2px #d1e874 solid;
}

#comments dd p{
	padding-left:20px;
}

#comments-open {
	font-size:84%;
	line-height:150%;
}
#comments-open label {
	display:block;
}
#comments-open input,#comments-open textarea {
	line-height:120%;
	margin-bottom:5px;
	vertical-align:middle;
}
