@charset "utf-8";

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
reset.css - resets default browser styling
http://tantek.com/log/2004/09.html#d06t2354
http://www.vox.com/.shared/css/base.css by beausmith.com
http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
	text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,p {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
}
fieldset,img,abbr,acronym {
	border:0;
}
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
a {
	text-decoration:none;
	outline:none;
	color:#333333;
	border-bottom: 1px dotted #7F9E1F;
	padding-bottom:1px;
}

a:hover {
	color:#7F9E1F;
}

hr {
	border:0;
	height:1px;
	background-color:#999999;
	color:#999999;
}
a img {
	border-bottom: none;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

address {
	font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	background: #C9D6A1 url(design-image/bg.jpg) repeat-x;
	color: #333333;
	font: 12px/1.8 Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}


#container {
	width:966px;
	margin: 0 auto;
}

#container-inner {
	min-height: 100%;
	text-align: left;
	width: 966px;
}

#header {
	height:150px;
}

#header, #content, #alpha, #beta, #gamma {
	position: relative;
}

#footer {
	background: url(design-image/bg-footer.gif) repeat-y;
	font-size:12px;
	clear: both;
	text-align: left;
	position: relative;
}

#content {
	background: url(design-image/bg-content-side.gif) repeat-y;
}

#beta, #gamma {
	display: inline;
	float: left;
}

#header-inner, #content-inner, #alpha-inner, #beta-inner, #gamma-inner {
	position: static;
}

#footer-inner {
	position:relative;
}

#alpha-inner {
	padding:7px 9px;
}

#header-inner{
}

#content-inner {
	background: url(design-image/bg-content-top.jpg) no-repeat left top;
}

#footer-inner {
	background: url(design-image/bg-footer-inner.gif) no-repeat top;
	padding: 20px 0px;
}

#footer-content {
	position:relative;
}

#alpha-inner, #beta-inner, #gamma-inner {
	position:static;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
	width: 560px;
}

.layout-wtt #beta {
	left: 190px;
	width: 190px;
}

.layout-wtt #gamma {
	right: 190px;
	width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
	left: 190px;
	width: 560px;
}

.layout-twt #beta {
	left: -560px;
	width: 190px;
}

.layout-twt #gamma {
	width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
	width: 750px;
}

.layout-wt #beta {
	width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
	left: 190px;
	width: 750px;
}

.layout-tw #beta {
	left: -750px;
	width: 190px;
}


/* 1columnWide */

.layout-one-column #alpha {
	width: 100%;
	background: url(design-image/bg-content-un.gif) no-repeat bottom;
}


/* Utilities */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

blockquote, ol, ul {
	margin-left: 30px;
	background-repeat: repeat-y;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: disc outside;




}

.item {
	list-style: none;
}


/* Header */

#header-name {
	height:1px;
	text-indent: -9999px;
	position: absolute;
}

#header-description {
	height:1px;
	margin-bottom: 0;
	text-indent: -9999px;
	position: absolute;
}


/* Assets */

.asset,
.normalasset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
	margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.entry-categories,
.entry-tags,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
	margin-bottom: .75em;
}

.asset-name {
	margin-bottom: .25em;
}

.asset-meta {
	font-size: 11px;
}

.content-nav {
	text-align: center;
}

.asset,
.comments,
.trackbacks,
.archive {
	overflow: hidden;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
	position: static;
	clear: both;
}

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
/*.comment-content,*/
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
	clear: both;
	position: relative;
}

.mt-image-left {
	float: left;
	margin: 0 20px 20px 0;
}

.mt-image-center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.mt-image-right {
	float: right;
	margin: 0 0 20px 20px;
}


/* Feedback */

.comments-open label {
	display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 50%;
	background: url(design-image/cassette-music-bg.png) repeat-x left bottom;
	border: 1px solid #C0BCAE;
	font-size: 1em;
	padding: 5px;
}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}

#comment-submit {
	font-weight: bold;
}


/* Widgets */

.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.widget-content {
	position: relative;
	margin: 5px 0 20px;
}

.widget-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-list .widget-list {
	margin-left: 15px;
}

.widget-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.widget-cloud .widget-list {
	margin-right: 0;
	margin-left: 0;
}

.widget-cloud .widget-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background: none;
}

.widget-cloud .rank-1 { font-size: 1.75em; }
.widget-cloud .rank-2 { font-size: 1.75em; }
.widget-cloud .rank-3 { font-size: 1.625em; }
.widget-cloud .rank-4 { font-size: 1.5em; }
.widget-cloud .rank-5 { font-size: 1.375em; }
.widget-cloud .rank-6 { font-size: 1.25em; }
.widget-cloud .rank-7 { font-size: 1.125em; }
.widget-cloud .rank-8 { font-size: 1em; }
.widget-cloud .rank-9 { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
	margin-top: 0;
	margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
	overflow: auto;
	margin-right: 0;
}

.item {
	display: inline;
	float: left;
	margin: 0pt 5px 8px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}

/* Common ----------------------------------------------------------------- */
.left {
	float:left;
}




/* Main-index ----------------------------------------------------------------- */

#main-index-block {
	margin-top: 20px;
	position: relative;
}

#news-block, #heart-block, #shop-block {
	width:312px;
	float:left;
}

#news-block, #heart-block {
	margin:0px 6px 0px 0px;
}

#news-block-inner, #heart-block-inner, #shop-block-inner {
	min-height:365px; /* FF */
	padding-top: 7px;
	padding-left: 10px;
	position:relative;
}

*html #news-block-inner, *html #heart-block-inner, *html #shop-block-inner {
	height:365px; /* IE */
}


#news-block-inner {
	margin: 0px;
	background: url(design-image/bg-news-block.jpg) no-repeat;
}

#heart-block-inner {
	background: url(design-image/bg-heart-block.jpg) no-repeat;
	margin: 0px;
}

#shop-block-inner {
	margin: 0px;
	background: url(design-image/bg-shop-block.jpg) no-repeat;
}

#news-block h2, #heart-block h2, #shop-block h2 {
	text-indent:-9999px;
	height: 22px;
}

#news-block h2 {
	background: url(design-image/main-news.gif) no-repeat;
}

#heart-block h2 {
	background: url(design-image/main-heart.gif) no-repeat;
}

#shop-block h2 {
	background: url(design-image/main-shop.gif) no-repeat;
}

#news-block dl {
	padding-top: 25px;
	width: 285px;
}

#news-block dt {
	position:relative;
	font-size: 10px;
	margin-top: 10px;
}

#news-block dt span.campain {
	background: url(design-image/main-cam.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 47px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: -1px;
	left: 45px;
}

#news-block dt span.goods {
	background: url(design-image/main-goods.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 47px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: -1px;
	left: 45px;
}

#news-block dt span.news {
	background: url(none) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 47px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: -1px;
	left: 45px;
}

#news-block dd {
	background: url(design-image/main-news-un.gif) no-repeat bottom;
	padding-bottom: 12px;
	padding-top: 5px;
	font-size: 13px;
	color: #7F9E1F;
	font-weight: bold;
	height: 42px;
}

#news-block dd img {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 42px;
	overflow:hidden;
	height: 42px;
}

#news-block dd a {
	color:#7F9E1F;
	line-height: 1.2;
}

#news-block dd a:hover {
	color:#7F9E1F;
	border-bottom: 1px dotted #7F9E1F;
	padding-bottom:1px;
}

#heart-block dl {
	background: url(design-image/main-heart-img.gif) no-repeat center 20px;
	text-indent: -9999px;
	margin: 35px 0px 0px;
	padding: 0px;
	height: 257px;
	width: 290px;
}

#shop-block dl {
	background: url(design-image/main-shop-img.gif) no-repeat center top;
	text-indent: -9999px;
	margin: 35px 0px 0px;
	padding: 0px;
	height: 273px;
	width: 290px;
}

.readmore a {
	width:105px;
	height:26px;
	background: url(design-image/main-bt-readmore.gif) no-repeat top;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 189px;
	top: 326px;
}

.readmore a:hover {
	width:105px;
	height:26px;
	background: url(design-image/main-bt-readmore.gif) no-repeat bottom;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 189px;
	top: 326px;
}

#footer #logo {
	float: left;
}

#footer h2 {
	text-indent:-9999px;
	margin: 0px 200px 0px 0px;
	padding: 0px;
	height: 115px;
	width: 120px;
	background: url(design-image/footer-logo.gif) no-repeat right;
}

#information, #contents-list {
	width:310px;
}

#information {
	float: left;
}

#contents-list {
	float: left;
	margin-left: 10px;
}

#information h3, #contents-list h3 {
	height:31px;
}

#information h3 {
	background: url(design-image/footer-info.gif) no-repeat;
	text-indent: -9999px;
}

#information p {
	margin: 0px;
	padding: 0px;
}

#information span {
	margin:0px 0px 0px 10px;
}

#contents-list h3 {
	background: url(design-image/footer-contents.gif) no-repeat;
	text-indent: -9999px;
}

#contents-list ul {
	float: left;
	margin-left: 5px;
	padding-left: 15px;
	margin-right: 5px;
	padding-right: 5px;
	list-style: disc;
	line-height: 1.8;
}


/* リンク下線消し */
#contents-list ul a, #main-index-block a {
	border-bottom-style: none;
	padding:0px;
	padding-bottom: 0px;
	margin: 0;
}


/* Category-Archive ----------------------------------------------------------------- */

#ca-goods #alpha,
#ca-news #alpha,
#ca-about #alpha {
	width: 100%;
}

#ca-goods #alpha-inner,
#ca-news #alpha-inner,
#ca-about #alpha-inner {
	padding: 55px 24px 0px;
	margin: 0px;
}
#concept #alpha-inner,
#reserved #alpha-inner,
#ca-faq #alpha-inner,
#menu #alpha-inner {
	padding: 55px 24px 24px;
}
#leela #alpha-inner {
	padding: 55px 0px 25px;
}

#ca-container {
	clear:left;
	position: relative;
	background: url(design-image/bg-content-un.gif) no-repeat bottom;
}

#ca-container-inner {
	padding: 25px 24px;
	position: static;
}

#ca-container #beta {
	float: right;
	width: 214px;
}

#ca-container #gamma {
	width: 698px;
}

#ca-container #gamma-inner {
	padding-right: 35px;
}

/* パンクズリスト */

#pagenv {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 917px;
	text-align: right;
	margin-left: 24px;
	line-height: 1.0;
}

#pagenv ul {
	list-style:none;
	margin:0;
	padding:0;
}

#pagenv li {
	display:inline;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#pagenv li a {
	background:url(design-image/icn-arrow-pnv.gif) no-repeat left 50%;
	padding-left: 20px;
	border-bottom-style: none;
	font-size: 12px;
}


/* リード */
#lead1,
#lead-cart,
#lead-order {
	text-indent: -9999px;
}

#ca-goods #lead1,
#ca-goods #lead-cart,
#ca-goods #lead-order,
#concept #lead1,
#reserved #lead1,
#ca-news #lead1,
#ca-about #lead1,
#ca-faq #lead1,
#menu #lead1 {
	height: 160px;
}
#leela #lead1 {
	height:231px;
}

#ca-goods #lead1,
#ca-goods #lead-cart,
#ca-goods #lead-order {
	background: url(design-image/goods-bg-lead1.jpg) no-repeat right top;
}
#concept #lead1 {
	background: url(design-image/concept-bg-lead1.jpg) no-repeat right top;
}
#reserved #lead1 {
	background: url(design-image/reserved-bg-lead1.jpg) no-repeat right top;
	margin-bottom: 25px;
}
#leela #lead1 {
	background: url(design-image/title-leela.jpg) no-repeat center top;
}
#ca-news #lead1 {
	background: url(design-image/news-bg-lead1.jpg) no-repeat right top;
}
#ca-about #lead1 {
	background: url(design-image/about-bg-lead1.jpg) no-repeat right top;
}
#ca-faq #lead1 {
	background: url(design-image/faq-bg-lead1.jpg) no-repeat right top;
	margin-bottom: 25px;
}
#menu #lead1 {
	background: url(design-image/menu-bg-lead1.jpg) no-repeat right top;
}




#ca-goods #lead1 h1,
#ca-goods #lead-cart h1,
#ca-goods #lead-order h1,
#concept #lead1 h1,
#reserved #lead1 h1,
#ca-news #lead1 h1,
#ca-about #lead1 h1,
#ca-faq #lead1 h1,
#menu #lead1 h1 {
	height: 48px;
	margin-bottom: 25px;
}

#ca-goods #lead1 h1 {
	background: url(design-image/title-goods.gif) no-repeat;
}
#ca-goods #lead-cart h1 {
	background: url(design-image/title-cart.gif) no-repeat;
}
#ca-goods #lead-order h1 {
	background: url(design-image/title-order.gif) no-repeat;
}
#concept #lead1 h1 {
	background: url(design-image/title-concept.gif) no-repeat;
}
#reserved #lead1 h1 {
	background: url(design-image/title-reserved.gif) no-repeat;
}
#ca-news #lead1 h1 {
	background: url(design-image/title-news.gif) no-repeat;
}
#ca-about #lead1 h1 {
	background: url(design-image/title-hena.gif) no-repeat;
}
#ca-faq #lead1 h1 {
	background: url(design-image/title-faq.gif) no-repeat;
}
#menu #lead1 h1 {
	background: url(design-image/title-menu.gif) no-repeat;
}



#ca-goods #lead1 p {
	background: url(design-image/goods-lead1.gif) no-repeat;
	height: 66px;
}
#ca-goods #lead-cart p {
	background: url(design-image/lead1-cart.gif) no-repeat;
	height: 40px;
}
#ca-goods #lead-order p {
	background: url(design-image/lead1-order.gif) no-repeat;
	height: 39px;
}
#concept #lead1 p {
	background: url(design-image/lead1-concept.gif) no-repeat left top;
	height: 66px;
}
#reserved #lead1 p {
	background: url(design-image/lead1-reserved.gif) no-repeat left top;
	height: 65px;
}
#ca-news #lead1 p {
	background: url(design-image/lead1-news.gif) no-repeat left top;
	height: 66px;
}
#ca-about #lead1 p {
	background: url(design-image/lead1-about.gif) no-repeat left top;
	height: 65px;
}
#ca-faq #lead1 p {
	background: url(design-image/lead1-faq.gif) no-repeat left top;
	height: 66px;
}
#menu #lead1 p {
	background: url(design-image/lead1-menu.gif) no-repeat left top;
	height: 65px;
}



#ca-goods #lead2 {
	background: url(design-image/goods-bg-lead2.jpg) no-repeat;
	height: 113px;
	padding-top: 40px;
	padding-left: 22px;
	padding-right: 200px;
	color: #66801A;
}
#ca-about #lead2 {
	background: url(design-image/about-bg-lead2.jpg) no-repeat center;
	height: 160px;
	padding-top: 60px;
	padding-left: 24px;
	padding-right: 250px;
	color: #66801A;
}

#ca-about #hena-lead {
	background: url(design-image/about-hena-bg.gif) repeat-y center top;
	color: #66801A;
	width:663px;
}

#ca-about #hena-lead-inner {
	background: url(design-image/about-hena-topbg.gif) no-repeat center top;
}

#ca-about #hena-lead-body {
	background: url(design-image/about-hena-btmbg.gif) no-repeat center bottom;
	padding:20px 20px 10px;
}

#ca-about #hena-lead-body p {
	margin-bottom:20px;
}

#ca-about #hena-lead-body h2 {
	margin-bottom:20px;
	text-indent:-9999px;
	height: 23px;
	width: 99px;
	background: url(design-image/about-hena-h2.gif) no-repeat left top;
}

#ca-about #hena-lead-body p img.hena-img-right {
	float:right;
	margin-left:10px;
}

#ca-about #hena-lead-body p img.hena-img-left {
	float:left;
	margin-right:20px;
}

#concept #lead2 {
	border: 1px solid #9FB656;
	position: relative;
	margin-bottom: 25px;
}
#concept #lead2-inner {
	padding:25px;
}
#concept #lead2-inner .lead2-title {
	float:left;
	width: 180px;
}
#concept #lead2 h2 {
	background: url(design-image/concept-lead2-title.gif) no-repeat left top;
	text-indent: -9999px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#concept #lead2 .lead2-contents {
	float:left;
	width: 480px;
	color: #77951D;
}
#concept #lead2 p.owner-name {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 350px;
}
#concept #lead2 ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
}
#concept #lead2 li {
	display:block;
	width:120px;
	height:27px;
}
#concept #lead2 li a {
	display:block;
	width:120px;
	height:27px;
	background: url(design-image/concept-bt-more.gif) no-repeat left top;
	border-bottom-style: none;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#concept #lead2 li a:hover {
	background: url(design-image/concept-bt-more.gif) no-repeat left bottom;
}
#concept #lead2 img {
	float:right;
}

#reserved #lead2 {
	background: url(design-image/info-lead2-bg.gif) no-repeat left top;
	height: 68px; margin-bottom: 25px;
}

#reserved #lead2-inner {
	padding: 5px 22px;
}

#reserved .lead2-title {
	float:left; margin-right: 40px;
}

#reserved #lead2 h2 {
	width:119px;
	background: url(design-image/info-lead2-h2.gif) no-repeat left center;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 58px;
}

#reserved #lead2 p {
	padding-top: 10px;
}

#leela #lead2 {
	margin: 20px 24px 30px 30px;
}

#leela #lead2 p {
	height:73px;
	background: url(design-image/leela-laad2.gif) no-repeat left top;
	text-indent:-9999px;
}

#menu #lead2 {
	position:relative;
	background: url(design-image/lead2-bg.gif) repeat-y left top;
	margin-bottom: 20px;
}

#menu #lead2-inner {
	background: url(design-image/lead2-bg-top.gif) no-repeat left top;
}

#menu #lead2-body {
	background: url(design-image/lead2-bg-btm.gif) no-repeat left bottom;
	padding: 20px;
}

#menu #lead2 p {
	margin-bottom:0px;
	color: #66801A;
}





/* 商品紹介のエントリー部分 */

.goods-entry {
	background: url(design-image/goods-bg-entry.gif) no-repeat left top;
	margin-bottom: 20px;
	position: relative;
	clear: both;
}

.goods-entry-inner {
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 23px;
}
.goods-entry .item-img {
	float: left;
}
.goods-entry .text {
	width: 446px;
	float: left;
	padding-left: 25px;
}
.goods-entry .text h2,
.goods-entry .text h3 {
	font-size: 16px;
	font-weight: bold;
}

.goods-entry .text span {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #7F9E1F;
	margin-right: 5px;
}

.goods-entry .text p {
	font-size: 12px;
}

.goods-entry .text p.cart {
	float: right;
}

.goods-entry .text p.cart a {
	background: url(design-image/goods-bt-cart.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 109px;
	display: block;
	text-indent: -9999px;
	border-bottom-style: none;
}

.goods-entry .text p.cart a:hover {
	background: url(design-image/goods-bt-cart.gif) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 109px;
	display: block;
	text-indent: -9999px;
	border-bottom-style: none;
}

.goods-entry .text img {
	display:none;
}

.stitle-goods {
	background: #E0EFB6 url(design-image/goods_cetegory.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 10px;
}


/* サブカテゴリbeta表示部分 */
#ca-goods #beta .cassette,
#ca-news #beta .cassette {
	background: url(design-image/ca-bg-cassette.gif) no-repeat top;
	min-height:160px;
}

*html #ca-goods #beta .cassette,
*html #ca-news #beta .cassette {
	height:160px;
}

#ca-goods #beta .cassette-inner,
#ca-news #beta .cassette-inner {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 20px;
}

#ca-goods #beta h2,
#ca-news #beta h2 {
	text-indent: -9999px;
}

#ca-goods #beta h2.item-category {
	background: url(design-image/goods-ba-item.gif) no-repeat left;
	height: 14px;
}

#ca-goods #beta .info h2 {
	background: url(design-image/goods-ba-info.gif) no-repeat left;
	height: 14px;
}
#ca-goods #beta .guide h2 {
	background: url(design-image/goods-ba-guide.gif) no-repeat left;
	height: 14px;
}

#ca-news #beta .info h2 { 
		background: url(design-image/news-ba-info.gif) no-repeat left;
		height: 14px;
}

#ca-goods .cassette ul {
	list-style: none;
	margin-top: 20px;
	margin-left: 10px;
	line-height: 1.5;
}
#ca-goods .cassette .guide ul {
	list-style: none;
	margin-left: 10px;
	line-height: 1.5;
	margin-top: 30px;
}
#ca-goods .cassette .guide ul li {
	margin-bottom:3px;
}
#ca-goods .cassette a{
	color:#7B913A;
}
#ca-goods .cassette a:hover {
	color:#CCCCCC;
}
#ca-goods .cassette h3{
	font-weight: bold;
	background: url(design-image/about-cassette-h2.gif) no-repeat left bottom;
	padding:0;
	margin-bottom: 0px;
	margin-top:20px;
}
#ca-goods .cassette ul li {
	font-size: 14px;
	font-weight: bold;
	background:none;
	margin:0;
}

#ca-goods .info p,
#ca-news .info p {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-indent: -9999px;
	width: 189px;
	height: 100px;
}

#ca-goods .info p {
	background: url(design-image/goods-info.gif) no-repeat bottom;
}

#ca-news .info p {
	background: url(design-image/news-info.gif) no-repeat bottom;
}

#ca-goods .info dl,
#ca-news .info dl {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	position: absolute;
}

#ca-news .info h3 {
	color: #66801A;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.cassette2 {
	background: url(design-image/cassette2-bg.gif) repeat-y left top;
}

.cassette2-inner {
	background: url(design-image/cassette2-bg-un.gif) no-repeat left bottom;
	padding-right: 15px;
	padding-left: 15px;
}

.leela h2 {
	background: url(design-image/cassette2-bg-leela.gif) no-repeat center top;
	height:105px;
}

.leela p {
	font-size: 12px;
	color: #66801A;
	line-height: 1.5;
	padding-bottom: 10px;
}

.leela p.lead {
	background: url(design-image/casset2-leela-lead.gif) no-repeat center top;
	height: 52px;
	text-indent: -9999px;
	padding-bottom: 20px;
}

.recruit h2 {
	background: url(design-image/cassette2-bg-rec.gif) no-repeat center top;
	height:75px;
	margin: 0px;
	padding: 0px;
}

.recruit p.lead {
	background: url(design-image/cassette2-bg-rec2.gif) no-repeat center top;
	height: 30px;
	padding-bottom: 15px;
	padding-top: 7px;
	text-align: center;
	color: #728A25;

	font: 12px Georgia, "Times New Roman", Times, serif;
}

.recruit p.lead a,
.recruit p.lead a:hover {
	border-bottom-style: none;
}

.recruit p { 
	font-size:10px;
}

.cassette-music { 
	background: url(design-image/cassette-music-bg.png) no-repeat left top;
}

.cassette-music-inner { 
	padding: 15px;
}

h2.music-title {
	background: url(design-image/cassette-music-title.gif) no-repeat left top;
	height: 27px;
	margin: 0px 0px 1px;
	padding: 0px;
}

.cassette-music h3 {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.cassette-music p {
	font-size:10px;
	margin: 0px;
	padding: 0px;
}

.cassette-music img {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.cassette-music a {
	clear:both;
}

#ca-about .cassette {
	background: url(design-image/about-cassette-bg.gif);
	position: relative;
	margin-bottom: 10px;
}

#ca-about .cassette-inner {
	padding:10px 20px;
}
.item-maincategory{
	margin:0;
	padding:0;
}
#ca-about .cassette h2 {
	font-weight: bold;
	color: #7B913A;
	background: url(design-image/about-cassette-h2.gif) no-repeat bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#ca-about .cassette ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height: 1.0;
}

#ca-about .cassette li {
	margin:0px 0px 15px;
	padding:0px;
}

#ca-about .cassette li a {
	background:url(design-image/icn-arrow-aboutnv.gif) no-repeat left 50%;
	padding-left: 20px;
	border-bottom-style: none;
	font-size: 12px;
}

#ca-about .cassette li a:hover {
}


 /* 工事中ページここから（後消し）----------------------------------------------------- */ 

#under #header { 
	height: 0px; text-indent: -9999px;
	position: absolute;
}

#under #alpha {
	background: url(none);
}

#under #container {
	width:1000px;
}

#under #alpha-inner {
	padding:0px;
}

/* 工事中ページここまで（後消し）----------------------------------------------------- */




/* コンセプト----------------------------------------------------- */

#concept .asset-more-link {
	width:480px; position: static;
}

#concept .asset,
#menu .asset {
	background: #F8F8F2;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #7F9E20;
	margin-bottom: 0px;
}

#concept .asset-content,
#menu .asset-content {
	padding-top: 13px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 13px;
}

#concept h2.asset-header {
	height: 42px;
	padding-left: 52px;
	text-indent:-9999px;
}

#concept #entry-69 h2.asset-header {
	background: url(design-image/concept-id69.gif) no-repeat left center;
}

#concept #entry-70 h2.asset-header { 
	background: url(design-image/concept-id70.gif) no-repeat left center;
}

#concept #entry-71 h2.asset-header {
	background: url(design-image/concept-id71.gif) no-repeat left center;
}
#concept #entry-72 h2.asset-header {
	background: url(design-image/concept-id72.gif) no-repeat left center;
}
#concept #entry-73 h2.asset-header {
	background: url(design-image/concept-id73.gif) no-repeat left center;
}
#concept #entry-135 h2.asset-header {
	background: url(design-image/concept-id135.gif) no-repeat left center;
}
#concept #first h2.asset-header {
	background: url(design-image/concept-first.gif) no-repeat left center;
}

#concept .asset-body {
}

#concept-others {
	text-indent:-9999px;
	position: relative;
	background: url(design-image/concept-others.gif) no-repeat center center;
	height: 198px;
	margin-top: 24px;
}

#concept #entry-71 .about-left {
	float:left;
	padding-right: 20px;
}

#concept #entry-71 .table-right {
	margin: 0px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
	float: left;
}
#concept #entry-71 .about-small {
	font-size:10px;
	margin: 0px;
	padding: 0px;
}
#concept #entry-71 h3 {
	text-indent:-9999px;
	background: url(design-image/concept-id71-about.gif) no-repeat left top;
	height: 17px;
	width: 175px;
}

#concept #entry-73 .about-left {
	float:left;
	padding-right: 30px;
	padding-left: 30px;
}
#concept #entry-73 .about-right {
	float:left;
}


#concept #entry-73 h3,
#concept #entry-69 h3,
#concept #first h3 {
	color: #728A2D;
	margin-bottom: 5px;
}
#concept #entry-73 p,
#concept #entry-69 p {
	margin-left:1em;
	margin-bottom: 15px;
}
#concept #entry-69 .about-left {
	float:left;
	width: 240px;
}
#concept #entry-69 .about-right {
	float:right;
	width: 624px;
}
#concept .owner-name span {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 1.2;
}
#concept .asset-content hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
#concept #first-back {
	list-style:none;
	padding:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	height: 27px;
}
#concept #first-back li {
	margin:0px;
	padding:0px;
}
#concept #first-back li a {
	display:block;
	border-bottom:none;
	background: url(design-image/concept-bt-back.gif) no-repeat left top;
	height:27px;
	width: 150px;
	position: absolute;
	right: 0px;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}
#concept #first-back li a:hover {
	background: url(design-image/concept-bt-back.gif) no-repeat left bottom;
}

/* 予約・店舗情報／よくあるご質問----------------------------------------------------- */
#reserved .asset-header,
#ca-faq .asset-header {
	color: #7F9E1F;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

#reserved .asset-body,
#ca-faq .asset-body {
	background: url(design-image/info-entry-bg.png) no-repeat left top;
	min-height:96px;
	padding: 25px 22px;
}
*html #reserved .asset-body,
*html #ca-faq .asset-body {
	height:96px;
}

#reserved .asset-body p,
#ca-faq .asset-body p {
	margin-bottom:0px;
}

#reserved .link-form {
	border: 1px solid #93AE43;
	padding: 22px;
}

#reserved #salon-info {
	position:relative;
	margin-top: 30px;
}

#salon-info .map {
	float:left;
	padding-left: 22px;
}
#salon-info .text {
	float:right;
	min-height: 261px;
	width: 545px;
	background: url(design-image/info-text-bg.png) no-repeat left top;
}
*html #salon-info .text {
	height:261px;
}
#salon-info .text-inner {
	padding: 33px 25px;
}
#salon-info h3 {
	color: #66801A;
	font-size: 14px;
	margin-bottom: 0px;
}
#salon-info p {
	margin:0px;
	padding:0px;
	color: #7B913A;
}
#salon-info p.tel {
	font: 24px "Times New Roman", Times, serif;
}
#salon-info p.tel span {
	font-size:36px;
	margin-left: 10px;
}
#salon-info p.time {
	font-size: 16px;
	font-weight: bold;
}
#salon-info h3.salon-name {
	height: 17px;
	width: 284px;
	background: url(design-image/info-okutaki.gif) no-repeat left top;
	text-indent: -9999px;
	margin-top: 10px;
}
#salon-info p.add {
	font-size:14px;
}
#salon-info p.mail {
	margin-top: 15px;
}
#salon-info ul,
#ca-news .info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#salon-info li,
#ca-news .info li {
	text-indent: -9999px;
	height: 27px;
	width: 109px;
	display: block;
	margin-top: 20px;
}
#salon-info li a,
#ca-news .info li a {
	text-indent: -9999px;
	height: 27px;
	width: 109px;
	display: block;
	background: url(design-image/info-bt-mail.gif) no-repeat left top;
	border-bottom-style: none;
	margin:0px;
	padding:0px;
}
#salon-info li a:hover,
#ca-news .info a:hover {
	background: url(design-image/info-bt-mail.gif) no-repeat left bottom;
}

/* リーラ----------------------------------------------------- */
#leela .asset {
	width: 447px;
	float: left;
	clear: none;
	padding-right: 24px;
}

#leela #two-column-asset {
	position: relative;
	padding-left: 24px;
}

#leela .asset-header {
	color: #7F9E1F;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

#leela .asset-body {
	background: url(design-image/leela-asset-bg.png) no-repeat center top;
	min-height:206px;
	padding: 25px 20px 20px;
}

*html #leela .asset-body {
	height:206px;
}

/* 最新情報----------------------------------------------------- */
#ca-news .asset {
}

#ca-news .asset-content {
}

#ca-news .asset-header {
	float: left;
	font-size: 14px;
	color: #7F9E1F;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}
#ca-about .asset-header,
#ca-goods .asset-header,
#carriage .asset-header {
	color: #7F9E1F;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

#ca-news .asset-header a {
	border-bottom:none;
	color: #7F9E1F;
}

#ca-news .asset-meta {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7F9E1F;
	margin: 0px 0px 5px;
	padding: 0px;
}

#ca-news .asset-body,
#ca-about .asset-body,
#ca-goods .asset-body,
#carriage .asset-body {
	background: url(design-image/goods-bg-entry.gif) no-repeat center top;
	padding: 30px 30px 10px;
	min-height:160px;
}
*html #ca-news .asset-body,
*html #ca-about .asset-body,
*html #ca-goods .asset-body,
*html #carriage .asset-body {
	height:160px;
}

#ca-goods .asset-body li {
	margin-bottom:10px;
}

#ca-news .asset-list .asset-body {
	background: url(design-image/news-bg-list.png) no-repeat center top;
	padding: 30px;
	min-height:221px;
}
*html .asset-list .asset-body {
	height:221px;
}

#ca-news .backnumber-list {
	background: url(design-image/news-listmark.gif) no-repeat left top;
	padding-left: 30px;
}

#ca-news .backnumber-list h3 {
	font-size:10px;
	margin: 0px;
	padding: 0px;
}

#ca-news ul.bt-back-number,
#ca-news ul.bt-back,
#ca-news ul.bt-back-news {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
	position: relative;
}

#ca-news ul.bt-back-number li,
#ca-news ul.bt-back li {
	float: right;
	height: 27px;
	width: 109px;
	display: block;
}

#ca-news ul.bt-back-news li {
	float: right;
	height: 27px;
	width: 126px;
	display: block;
}

#ca-news ul.bt-back-number li a,
#ca-news ul.bt-back li a {
	height: 27px;
	width: 109px;
	display: block;
	text-indent:-9999px;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
}
#ca-news ul.bt-back-news li a {
	height: 27px;
	width: 126px;
	display: block;
	text-indent:-9999px;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
}

#ca-news ul.bt-back-number li a {
	background: url(design-image/news-bt-backnumber.gif) no-repeat left top;
}
#ca-news ul.bt-back li a {
	background: url(design-image/news-bt-back.gif) no-repeat left top;
}
#ca-news ul.bt-back-news li a {
	background: url(design-image/bt-back-news.gif) no-repeat left top;
}

#ca-news ul.bt-back-number li a:hover {
	background: url(design-image/news-bt-backnumber.gif) no-repeat left bottom;
}
#ca-news ul.bt-back li a:hover {
	background: url(design-image/news-bt-back.gif) no-repeat left bottom;
}
#ca-news ul.bt-back-news li a:hover {
	background: url(design-image/bt-back-news.gif) no-repeat left bottom;
}
#ca-news .asset-more-link {
	width:120px;
	margin:0px;
	padding:0px;
	float:right;
}
#ca-news .asset-more-link a {
	text-indent:-9999px;
	height:27px;
	display:block;
	background:url(design-image/concept-bt-more.gif) left top no-repeat;
	margin:0px;
	padding:0px;
	border-bottom:none;
}
#ca-news .asset-more-link a:hover {
	background:url(design-image/concept-bt-more.gif) left bottom no-repeat;
}

#ca-about #category-01_ayurveda,
#ca-about #category-02_hena {
	height: 93px;
	text-indent: -9999px;
	margin-bottom: 35px;
}
#ca-about #category-01_ayurveda {
	background: url(design-image/about-ayurveda.jpg) no-repeat center top;
}
#ca-about #category-02_hena {
	background: url(design-image/about-hena.jpg) no-repeat center top;
}
#ca-about .pagenv {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#ca-goods .cart {
	border:none;
	border-spacing:3px;
}

#ca-goods h2.order {
	font-size: 18px;
	border-bottom: 1px solid #7F9E20;
	margin-top: 30px;
	font-weight: bold;
}

body#carriage {
	background: #FFFFFF url(none);
	margin: 20px;
	width: 663px;
}

#carriage .asset-body {
	text-align:left;
}

#carriage .asset-footer {
	padding: 10px 0px 0px 0px;
}


#carriage h2 {
	font-weight:bold;
}


/* グッズヘナの使い方とパッチ----------------------------------------------------- */

#ca-goods .howto {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	margin-bottom: 20px;
	padding: 5px;
}

#ca-goods .howto h3.use {
	float:left;
	font-size: 14px;
	font-weight: bold;
	color: #66801A;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

#ca-goods .howto h3.pach {
	font-size: 14px;
	font-weight: bold;
	color: #66801A;
	margin: 0px;
	padding: 0px;
}

#ca-goods .howto p.more {
	float:right;
	margin: 0px;
	padding: 0px;
}

#ca-goods .howto p.more a {
	width:139px;
	height:25px;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	display:block;
	background:url(design-image/goods-hena-bt-more.gif) left top no-repeat;
	border-bottom:none;
}

#ca-goods .howto p.more a:hover {
	background:url(design-image/goods-hena-bt-more.gif) left bottom no-repeat;
}

#ca-goods #pach {
	position:relative;
	color: #66801A;
}

#ca-goods #pach ol {
	font-size:10px;
}

#ca-goods #pach-inner {
}

#ca-goods #pach-use {
	float:left;
	width: 332px;
}

#ca-goods #pach-att {
	float:right;
	width: 331px;
}

/*お問い合わせ-----------------------------------------------------*/
#contact #alpha-inner {
	padding: 55px 24px 24px;
}
#contact #lead1 {
	background: url(design-image/goods-bg-lead1.jpg) no-repeat right top;
	margin-bottom: 25px;
}
#contact #lead1 {
	height: 160px;
}
#contact #lead1 h1 {
	height: 48px;
	margin-bottom: 25px;
}
#contact #lead1 h1 {
	background: url(design-image/title-contact.gif) no-repeat;
}
#contact #lead1 p {
	background: url(design-image/lead1-contact.gif) no-repeat left top;
	height: 64px;
}
#contact #lead2 {
	background: url(design-image/contact-bg-lead2.gif) no-repeat bottom;
	color: #66801A;
	margin: 0 0 25px 0;
}
#contact #lead2-inner{
	padding:0 0 22px 0;
}
#contact #lead2 h2 {
	background: url(design-image/contact-lead2-h2.gif) no-repeat top;
	text-indent: -9999px;
	height: 46px;
	margin: 0px;
	padding: 0px;
}
#contact #lead2-inner p {
	margin: 10px 22px 0px;
}
.mailform td{
	padding:5px;
}.mailform_koi {
	background: #F2F2F2;
}
.mailform_usui {
	background: #F9FCEC;
}
#submit {
	margin-top: 10px;
	text-align: center;
	background: #E0EFB6 url(design-image/goods_cetegory.gif) repeat-x;
	padding: 10px;
}
#submit input {
	margin-right: 10px;
}
#thankyou {
	background: #F2EEDB;
	margin: 0 0 50px 0;
}
#thankyou-inner {
	padding: 0 22px 22px 22px;
}
#thankyou h2 {
	background: url(design-image/thankyou_h2.png) repeat-x;
	height: 100px;
	text-indent: -9999px;
}
/*menu-----------------------------------------------------*/
#menu blockquote{
	padding: 22px;
	margin: 0px;
	border: 1px solid #93ae43;
	clear: both;
}

.caption {
	font-size: 10px;
	line-height: 1.2;
	margin: 10px 0;
}

#green-frame{
	padding: 22px;
	margin: 22px 0 22px 0;
	border: 1px solid #93ae43;
	clear: both;
	position:relative;
	color:#66801A;
}
#menu-effect{
	border-right: 1px solid #93ae43;
	padding-right:22px;
	width:25%;
	margin-right: 22px;
}
#menu-effect2{
	width:62%;
}
#menu-effect,
#menu-effect2{
	float:left;
}
#menu-effect h4{
	background:url(design-image/menu_effect_ti01.gif) no-repeat;
	height:35px;
	text-indent:-9999px;
}
#menu-effect2 h4{
	background:url(design-image/menu_effect_ti02.gif) no-repeat;
	height:35px;
	text-indent:-9999px;
}
#menu-effect ol{
	margin:0;
	padding-left:22px;
	font-size:10px;
}
#menu-effect li{
	white-space:nowrap;
}
.effect-left,
.effect-right{
/*width:50%;*/
	white-space:nowrap;
}
.effect-left{
	float:left;
}
.effect-right{
	float:left;
	margin-left:10px;
	padding-left:10px;
}
#menu .asset-header{
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:41px;
}
#menu_exam_ti01 {
	background: url(design-image/menu_exam_ti01.gif) ;
}
#menu_exam_ti02 {
	background: url(design-image/menu_exam_ti02.gif) ;
}
#menu_exam_ti01left{
	width:349px;
}
#menu_exam_ti01right{
	width:515px;
}
#menu_exam_ti02left{
	width:479px;
}
#menu_exam_ti02right{
	width:385px;
}
.float-left{
	float:left;
	width:auto;
}
.float-left img{
	margin-right:22px;
	vertical-align:middle;
}
.float-left p{
	clear:both;
}

/*トップのバナー*/
#banner-webshop {
	background: url(design-image/top-banner-web.png) no-repeat left top;
}
#banner-leela {
	background: url(design-image/top-banner-leela.gif) no-repeat;
}
#top-banner {
	list-style-type: none;
	margin: 20px 0px 0px;
	padding: 0px;
	margin-left: 0px;
	height: 76px;
	overflow: hidden;
}
#top-banner li {
	display: block;
	height: 76px;
}
#top-banner li a {
	display:block;
	width:948px;
	height:76px;
	text-indent: -9999px;
	border-bottom: none;
}

#top-banner li a:hover {
	background: url(design-image/top-banner-web.png) no-repeat left -76px;
}

#pagetop ul,
#pagetop-leela ul {
	padding: 0px;
	list-style-type: none;
	margin: 0;
	height: 28px;
}
#pagetop li,
#pagetop-leela li {
	margin:0;
	padding:0px;
}
#pagetop a,
#pagetop-leela a {
	display: block;
	background: url(design-image/page-top.gif) no-repeat;
	width: 213px;
	height: 28px;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	border-bottom: none;
}
#pagetop {
	margin: 10px 0 0;
	clear: both;
	position: relative;
}
#pagetop-leela {
	margin: 10px 24px 0px;
	clear: both;
	position: relative;
}

#cart_btn a {
	background: url(design-image/cart_btn.png) no-repeat;
	height: 63px;
	display:block;
	text-indent:-9999px;
	margin-bottom:10px;
	border-bottom: none;
}
#ca-goods .info a {
	text-align: center;
	border-bottom: none;
}

#navi-header {
}

#navi-header-left {
	float: left;
	margin: 45px 0px 0px;
	padding: 0px;
}

#navi-header-left h2 {
	background: url(design-image/gnavi-logo.gif) no-repeat left top;
	width: 340px;
	height: 105px;
}

#navi-header-left h2 a {
	position:absolute;
	width: 339px;
	height: 102px;
	text-indent: -9999px;
}

#navi-header-right {
	float: left;
	width: 626px;
	margin-top: 45px;
}

#navi-header-right ul,
#navi-header-right li {
	margin:0px;
	padding:0px;
}

#navi-header-right ul li {
	float:left;
	list-style: none;
}

#navi-header-right ul li.clear-left {
	clear:left;
}

/*コメント欄*/


#comments {
	background: url(design-image/com_bg.gif) repeat;
	padding: 20px;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
}
.comments-header {
	font-weight: bold;
	color: #F1FFC4;
	border: 1px solid #7F9D20;
	padding: 5px;
	line-height: 1em;
	background: url(design-image/com_cont_bg.gif) repeat;
}
.comment-header {
	width: 200px;
	text-align: right;
	float: left;
}
.comments-content {
	position: relative;
	display: block;
}
#comments-open {
	clear: both;
	padding-top: 30px;
}
.comment-content {
	float: left;
	width: 385px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #D9D3C4;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D9D3C4;
}
.comment-content p {
	color: #5E741E;
	margin-top: 0px;
	line-height: 1.3;
	margin-bottom: 0px;
}
.commenter {
	font-weight: bold;
	font-size: 1.2em;
}
.comments-open-header {
	font-weight: bold;
	background: url(design-image/com_line.gif) repeat-x;
	padding: 5px 0 0 0;
}
#comment-preview,
#comment-submit {
	padding: 5px 20px;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #D9D3C4;
	border-bottom: thin solid #D9D3C4;
	border-left: thin solid #FFFFFF;
}
#comment-submit {
	background: url(design-image/com_cont_bg.gif) repeat;
	font-weight: bold;
	color: #FFFFFF;
}
#comment-preview {
	background: #C9D6A1;
}
blockquote {
	padding: 15px;
	background: url(design-image/com_bg.gif) repeat;
	font-weight: bold;
	color: #542111;
}
.newscomment {
	text-align: right;
}
.newscomment a {
	font-weight: bold;
}

.TabbedPanelsContent h3 {
	font-weight: bold;
	border-bottom: 1px solid #A5BD5C;
	margin-top: 1em;
}

table.typeA {
	width:603px;
	border-spacing:0;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
	border-top: 1px solid #DFD8C5;
	border-left: 1px solid #DFD8C5;
	clear:both;
}

table.typeA th {
	text-align:center;
}

table.typeA th,
table.typeA td  {
	background: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #DFD8C5;
	border-right: 1px solid #DFD8C5;
}

table.typeB,
table.typeC {
	border-spacing:0;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
	border-top: 1px solid #DFD8C5;
	border-left: 1px solid #DFD8C5;
}

table.typeC {
	width: 408px;
	margin-bottom: 0.75em;
}

table.typeB th,
table.typeC th {
	text-align:center;
}

table.typeB th,
table.typeB td {
	background: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #DFD8C5;
	border-right: 1px solid #DFD8C5;
}

table.typeC th,
table.typeC td {
	background: #F7F4F0;
	padding: 3px;
	border-bottom: 1px solid #DFD8C5;
	border-right: 1px solid #DFD8C5;
	vertical-align: top;
}

table.typeC th {
	color: #2E693B;

}

table.typeC td {
	background: #FFFFFF;
}

li span {
	font-size:10px;
}
