@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;
}



/* [ entryStyle
----------------------------- */
.blogEntryHeader p {
	background: url(images/rssPoint-trans.png) no-repeat 10px 3px;
	padding-left: 23px;
}
table.price {
	width: 100%;

	border-spacing: 1px;
	margin-bottom: 15px;
}
table.price th {
	width: 35%;
	padding: 5px;
}
table.price td {
	width: 65%;
	padding: 5px;
}
.blogEntryBody h3 {
	margin: 25px 0;
}
.blogEntryBody h4,
.blogEntryBody h5 {
	margin: 15px 0;
}
.section {
	margin-bottom: 35px;
}
.leftCol {
	width: 250px;
	float: left;
}
.rightCol {
	width: 310px;
	float: right;
}
.section .leftCol img {
	margin-top: 10px;
	padding: 3px;
	border: #ddd 1px solid;
}
.hr-line {
	clear: both;
	border-top: #362e29 1px dotted;
	height: 1px;
	margin: 15px 0;
}
.rightCol p {
	margin-bottom: 10px;
}
table.price2 {
	width: 560px;
	border-collapse: separate;
	border-spacing: 1px;
}
table.price2 th {
	padding: 5px;
}
table.price2 td {
	padding: 5px;
}
.kome {
	color: #FF0000;
}

h3.title {
	font-size: 116%;
	font-weight:bold;
	border-bottom: #46382f 1px dashed;
}

.line {
	clear: both;
	border-top: #362e29 1px dotted;
	height: 1px;
	margin: 10px 0;
}
.h3Img {
	margin-bottom: 5px;
}
table.sinnen09 {
	margin-bottom: 2em;
}
table.sinnen09 td,
table.sinnen09 th {
	padding: 10px 5px;
	vertical-align: top;
	border-bottom: #999 1px dotted;
}
table.sinnen09 td {
	padding-bottom: 15px;
}
table.fuku09 {
	margin: 5px 0 0 50px;
	color: #666666;
	width: 370px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
}
table.fuku09 th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #dcd5cc;
}
table.fuku09 td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #f6f3f1;
}
.line02 {
	height: 1px;
	margin: 10px 0;
}
.lineMataha {
	background: url(images/mataha.jpg) no-repeat center center;
	width: 428px;
	height: 22px;
	padding: 10px 0;
}

.premiBox {
	margin-bottom: 5px;
	padding: 15px;
	border: #3f3734 3px solid;
}
.premiBox ul {
	margin: 5px 0 10px 15px;
}
.premiBox ul li {
	background: url(images/premiPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
}
.premiBox h4,.premiBox h5,h4.gentei,h5.gentei {
	margin: 0 5px !important;
}
.premiBox h4,h4.gentei {
	font-size: 18px;
	font-weight:bold;
}
.premiBox h5,h5.gentei {
	font-size: 16px;
	font-weight: bold;
	border-left: #3f3734 10px solid;
	padding: 2px 0 2px 10px;
}
.spText {
	font-size: 16px;
	font-weight: bold;
}
.spText02 {
	font-size: 14px;
	font-weight: bold;
}