@charset "UTF-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}



/* ===============================================
 common
 =============================================== */
 
div#body {
}
 
 
div#container {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background: url(../image/container_bg.gif) repeat-y;
}

 
/*---- header ----*/
div#header {
}

div#header div#header_up {
	background: url(../image/header_upbg.jpg) no-repeat;
	height: 33px;
	width: 806px;
}

div#header div#header_up h1 {
	float: right;
	font-size: 10px;
	line-height: 100%;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;	
}

div#header div#header_up h2 {
	float: left;
	padding-top: 5px;
	padding-left: 10px;	
}

div#header div#header_bg {
	height: 200px;
	width: 806px;
	clear: both;
	background-repeat: no-repeat;
}

div#header div#header_bg h2 {
}
 
 
/*---- wrapper ----*/
div#wrapper {
	background: #000000 url(../image/main_bg.jpg) no-repeat;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

div#wrapper div#left_contents {
	float: left;
	width: 180px;
	padding-left: 10px;	
}

div#wrapper  div#main_contents {
	float: left;
	width: 400px;
	padding-left: 10px;
}

div#wrapper  div#right_contents {
	float: right;
	width: 180px;
	padding-right: 10px;
}


div#wrapper div#left_contents h2,
div#wrapper  div#right_contents h2 {
	height: 32px;
	width: 180px;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}



/*---- entry ----*/
div#main_contents div#entry {
	background-color: #FFFFFF;
	background-image: url(../image/enty_body.jpg);
	background-repeat: repeat-y;
}

div#entry div#entry_header {
	height: 85px;
	width: 400px;
	margin-top: 25px;
	background-image: url(../image/enty_header.jpg);
	background-repeat: no-repeat;
}

div#entry div#entry_header h2 {
	font-size: 16px;
	color: #2C86D4;
	padding-top: 23px;
	padding-left: 70px;
	padding-right: 15px;
}

div#entry_header h2 a,
div#entry_header h2 a:link,
div#entry_header h2 a:visited{
	color: #2C86D4;
	font-weight: bold;
}

div#entry_header h2 a:hover{
}

div#entry div#entry_header p.date {
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-left: 20px;
}

div#entry div#entry_body {
	background: url(../image/enty_body.jpg) repeat-y;
	width: 380px;
	padding: 15px 10px 25px;
}

div#entry div#entry_body p {
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;	
}

div#entry div#entry_footer {
	background: url(../image/enty_footer.jpg) no-repeat;
	height: 55px;
	width: 400px;
	margin-bottom: 25px;
}

div#entry div#entry_footer ul {
	list-style: none;
	padding-top: 25px;
	padding-left: 200px;
}

div#entry div#entry_footer li {
	float: left;
	font-size: 10px;
	line-height: 100%;
	color: #CCCCCC;	
}

div#entry div#entry_footer a {
	font-size: 10px;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

div#entry div#entry_footer a:hover {
	font-size: 10px;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: underline;
}

/*---- item ----*/
div#item {
	
}

div#item ul {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
}

div#item li {
	padding-bottom: 5px;	
}

div#item a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}

div#item a:hover {
	color: #CCCCCC;		
}
 
 
/*---- footer ----*/
div#footer {
	background: url(../image/footer_bg.gif) no-repeat;
	height: 14px;
	width: 804px;
	clear: both;
}
 
 



/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
 /* ===============================================
calendar
 ===============================================*/
 
div#calendar {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
 
div#calendar table {
	
}
 
div#calendar td {
 	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding-right: 2px;	
}
 
div#calendar th {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 7px;
	padding-top: 10px;	
}
 
div#calendar a {
 	text-align: right;
	font-size: 11px;
	color: #B4D4FE;
	text-align: right;
}
 
 
  /* ===============================================
profile
 ===============================================*/
 
div#profile {
}

div#profile h3 {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 160%;
	text-align: center;
}

 /* ===============================================
link
 ===============================================*/
 
div#link {
	text-align: center;	
}

div#link ul {
	list-style: none;
	width: 180px;
	padding-left: 0px;	
}

div#link li {
	
}

div#link a {
	font-size: 12px;	
}

div#link div#link_item{
	margin-bottom: 10px;
}


/* ===============================================
trackback
 ===============================================*/
 
div#trackback {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	clear: both;	
}

div#trackback h2#trackbacks {
	font-size:15px;
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	margin-top:40px;
}

div#trackback a {
	color: #CCCCCC;	
}

div#trackback p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 140%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#trackback div#tbdata h3 {
	font-size:12px;
	color:#CCCCCC;
	margin-bottom:0;
}

div#trackback div#tbdata p {
	font-size:12px;
	color:#FFFFFF;
	margin-top:5px;
	margin-bottom:0px;
}

div#trackback .posted {
	border-top:1px solid #999999;
	padding-top:7px;
	margin-botttom:40px;
}



/* ===============================================
 comments
 ===============================================*/
div#comments {

}

div#comments h2.comments-header {
font-size: 14px;
line-height: 100%;
color: #FFFFFF;
padding-top: 60px;
padding-bottom: 20px;
}

div#comments .comment-header {
font-size: 13px;
line-height: 100%;
color: #FFFFFF;
}


div#comments h2.comments-open-header {
font-size:14px;
color:#FFFFFF;
border-bottom:dotted 1px #666666;
margin-top:40px;
}

div#comments h3{
font-size:12px;
color:#666666;
padding:0 0 0 0;
margin-bottom:0;
}

div#comments h4{
font-size:12px;
color:#666666;
padding:0 0 0 0;
margin-bottom:0;
}

div#comments .comment-footer a {
font-size: 11px;
line-height: 100%;
color: #CCCCCC;
margin-bottom: 40px;
display: block;
margin-top: 10px;
}

div#comments p{
font-size:12px;
color:#666666;
padding:0 0 0px;
margin-bottom:0;
line-height: 150%;
}



div#main_contents h1{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div#main_contents div.inner{
	background-color: #FFFFFF;
	border: 2px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
}


div#main_contents div.comment-header{
	color: #0099FF;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}


div#main_contents div.comment-footer{
	font-size: 10px;
	margin-top: 15px;
}

div.comment-footer a,
div.comment-footer a:link,
div.comment-footer a:visited{
	color: #333333;
}

div.comment-footer a:hover{
	text-decoration: none;
}

div#main_contents p{
	color: #FFFFFF;
}

div#main_contents p a,
div#main_contents p a:link,
div#main_contents p a:visited{
	color: #0099FF;
}

div#main_contents p a:hover{
	text-decoration: none;
}

div#main_contents div.comment-content p{
	color: #000000;	
}
