@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: 3px;
	margin-bottom: 3px;
}
.photo02 {
	padding: 3px;
	background: #fff;
	border: #ddd 1px solid;
	margin: 0 10px 10px 0;
}
.body02 {
	margin: 10px 0;
}

.case01 p,
.case02 p,
.case03 p,
.case04 p {
	line-height: 1.2;
}
.case01 {
	margin-bottom: 5px;
	padding: 197px 27px 0 329px;
	background: url(images/case01.gif) no-repeat center top;
	width: 194px;
	height: 129px;
}

.case02 {
	margin-bottom: 5px;
	padding: 205px 27px 0 329px;
	background: url(images/case02.gif) no-repeat center top;
	width: 194px;
	height: 127px;
}
.case03 {
	margin-bottom: 5px;
	padding: 200px 27px 0 329px;
	background: url(images/case03.gif) no-repeat center top;
	width: 194px;
	height: 127px;
}
.case04 {
	margin-bottom: 5px;
	padding: 209px 27px 0 329px;
	background: url(images/sase04.gif) no-repeat center top;
	width: 194px;
	height: 124px;
}