@charset "utf-8";
@import url("http://www.okinawa-watabewedding.co.jp/css2/common.css");

/* rightcol -----------------------------------------------------------*/

.content {
	font-size	: 12px;
	color		: #333;
	line-height	: 160%;
	width		: 500px;
	margin		: 0 auto 40px auto;
	text-align	: left;
	padding-top : 5px;
	background	: url(http://www.okinawa-watabewedding.co.jp/img2/line01.gif) no-repeat top left;
	height		: 1%;
}

.content:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.content_title a:link, .content_title a:visited {
	height		: 35px;
	color		: #09C;
	font-size	: 18px;
	background	: url(../img2/line02.gif) no-repeat bottom left;
}

.content_title a:active, .content_title a:hover {
	height		: 35px;
	color		: #F60;
	font-size	: 18px;
	background	: url(../img2/line02.gif) no-repeat bottom left;
}

.blog_date {
	font-size	: 12px;
	color		: #008BCF;
	font-weight	: bold;
	margin-left	: 390px;
}

#entry {
	font-size	: 12px;
	line-height	: 150%;
}

.posted {
	margin-bottom	: 20px;
	color		: #555;
	font-size	: 14px;
	text-align	: right;
	width		: 490px;
}

#coments {
	font-size	: 12px;
	color		: #369;
	text-align	: left;
	margin-bottom	: 10px;
}

#comment {
	font-size	: 14px;
	text-align	: left;
	color		: #666;
}

#coment_box {
	text-align	: left;
	font-size	: 12px;
}

.coment_button {
	text-align	: cnter;
	margin		: 20px auto;
}


/* leftcol ------------------------------------------------------------*/

#leftcol ul {
	font-size	: 12px;
	color		: #333;
	list-style	: none;
	line-height	: 160%;
}

#leftcol li {
	background	: url(../img2/icon02.gif) no-repeat;
	background-position	: 0 6px;
	padding-left: 10px;
}



/* ========== calendar ========= */

#calendar {
  	line-height: 140%;
	font-size: 12px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}


#calendar table a:link {
color: #0099cc;
text-decoration: underline;
}

#calendar table a:hover {
color: #0099cc;
text-decoration: underline;
}

#calendar table a:visited {
color: #0099cc;
text-decoration: none;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption {
    color: #666666;
    font-weight: bold;
    background: #e1e1e1;
    border: 1px dotted #cccccc;
	text-align: center;
	letter-spacing: .3em;
	line-height: 1.2em;
	padding : 5px 0 2px 0;
	margin-bottom: 20px;
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}


