@charset "UTF-8";
/* Style Import
----------------------------------------- */

@import "/themes/body/css/yui-font.css";
@import "/themes/body/css/default.css"; /* initial setting */
@import "/themes/body/css/layout.css";/* layout style */
@import "/themes/body/css/blogstyle.css";/* blog control style */


/*
 2.Link Color [
----------------------------------------------------------- */
a:link{
  color: #fd5706;
  text-decoration: none;
}
a:visited {
  color: #fd5706;
  text-decoration: none;
}
a:hover {
	color: #3f3f4d;
  text-decoration: underline;
}
a:active{
  color: #fd5706;
  text-decoration: none;
}


/* [ sidebar items
----------------------------- */

div#footer a:link{
	color: #43342c !important;
}
div#footer a:visied {
	color: #43342c !important;
}
div#footer a:hover {
	color: #fff !important;
}
div#footer a:active {
	color: #43342c !important;
}

.blogEntryBody h3 {
	font-weight: bold;
	margin-top: 5px;
}

/* [ entry
----------------------------- */

table.moon td,
table.moon th {
	padding: 5px 10px;
	border-top: #ddd 1px solid;
	text-align: left;
}

.padding{
	padding:0 0 5px 3px;
}
.box-1199182606102{
	background: url(images/body_head01.jpg) no-repeat 0 0px;
	padding: 40px 0 10px 0;
}
.box-1199440185883{
	background: url(images/body_head02.jpg) no-repeat 0 0px;
	padding: 40px 0 10px 0;
}