@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;
}

/*
 2.each style  [
----------------------------------------------------------- */
dl.policy dt {
	font-size: 110% !important;
	background: url(images/point_pp.gif) no-repeat 0 3px;
	padding-left: 20px;
}
dl.policy dd {
	padding: 5px 0 10px 20px;
	width: 85%;
}

dl.sitemap dt {
	font-size: 110% !important;
	background: url(images/point_pp.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 3px;
}
dl.sitemap dd {
	padding: 5px 0 10px 30px;
	margin-bottom: 10px;
	border-bottom: #a1998a 1px dashed;	
	width: 85%;
}
dl.sitemap dd ul li {
	background: url(images/line.gif) no-repeat 0 10px;
	padding-left: 13px;
}
dl.sitemap dd .rss-js-entry {
	margin: 0;
	background: url(images/line.gif) no-repeat 0 10px;
	padding-left: 13px;
}


.line {
	margin-bottom: 15px;
	border-bottom: #43342d 1px dashed;
	padding-bottom: 15px;
}
.line hr {
	display: none;
}
dl.shop_inq {
}
dl.shop_inq dt {
	width: 70%;
	font-size: 110% !important;
	color: #43342d;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: #43342d 1px solid;
	margin-bottom: 5px;		
}
dl.shop_inq dd {
	padding: 5px 0 10px 0px;
	margin-left: 20px;
}
table.inquire,
table.outline {
	width: 80%;
}

table.inquire td,
table.outline td {
	padding: 6px 15px 6px 5px;
	vertical-align: top;
}
table.outline th {
	padding: 6px 25px 6px 5px;
	vertical-align: top;
	font-size: 110% !important;
	font-weight: bold;
	width: 120px;
}
table.inquire tr,
table.outline tr {
	margin-bottom: 7px;
	background: url(images/dot_line.gif) repeat-x center bottom;
	padding-bottom: 7px;
}
table.inquire td input {
	width: 244px;
}
p.submit {
	margin-top: 5px;
}
.red {
	color: #FF0000;
}
.must {
	vertical-align: text-top;
	margin-left: 3px;
}
.blogEntry {
	margin-bottom: 0;
}
.blogEntryBottom {
	padding-top: 0;
	padding-bottom: 0;
}