/*
 * File      : styles-site.css
 * Version   : 5.06
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 * 5.00 2008.02.01: Update for Movable Type 4.1.
 * 5.01 2008.08.18: Update for Movable Type 4.2.
 * 5.02 2008.09.02: change liquid-layout footer.
 * 5.03 2008.09.17: change border and footer height.
 * 5.04 2008.10.09: add .search-results-header class selector.
 * 5.05 2008.10.22: add z-index property for liquid style.
 * 5.06 2008.10.28: add status-indicator class selector.
 *
 * Copyright (C) 2005-2008 www.gipservice.com All rights reserved.
 */

/* すべて */
* {
	font-family: "MS PGothic", 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size:12px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 100%;
	color: #333;
	font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.logo {
	height: 40px;
	width: 396px;
}

#header h1 {
	color: #FF6600;
}

#header h1 a {
	font-size:2px;
	text-indent:-9999px;
	margin: 0px;
	height: 40px;
	display: block;
	width: 396px;
	float: left;
	position: relative;
	top: 0px;
	padding-top: 00px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#header img
{
	float:none;
	margin: 0px;
	padding: 0px;
}

/* headerNavi */
#headerNavi {
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	width: 415px;
	float: right;
}
#headerNavi-inner {
	float: right;
}
#headerNavi form {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	top: -5px;
	position: relative;
}
#headerNavi p {
	color: #FF6600;
}
#headerNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#headerNavi li {
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px;
	text-decoration: none;
	text-indent: 0px;
	padding-right: 10px;
}
#headerNavi li a {
	display: block;
	text-indent: 19px;
}
#headerNav_sitemap a {
	width: 73px;
	background: transparent url(images/headnavi.gif) -112px 0px;
}
#headerNav_sitemap a:hover, #headerNav_sitemap a:visited:hover {
	background: transparent url(images/headnavi.gif) -112px -15px;
}
#headerNav_profile {
	width: 65px;
	background: transparent url(images/headnavi.gif) -51px 0px;
}
#headerNav_profile a:hover, #headerNav_profile a:visited:hover {
	background: transparent url(images/headnavi.gif) -51px -15px;
}
#headerNav_home {
	width: 55px;
	background: transparent url(images/headnavi.gif) 0px 0px;
}
#headerNav_home a:hover, #headerNav_home a:visited:hover {
	background: transparent url(images/headnavi.gif) 0px -15px;
}
/* headerNavi_end */

/* ---------- トップメニュー ---------- */
/* mainNavi */
#mainNavi {
	height: 55px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}
#mainNavi ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#mainNavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	text-decoration: none;
}
#mainNavi li a {
	height: 55px;
	display: block;
	overflow: inherit;
}
#mainNav01 {
	width: 130px;
	background: transparent url(images/menu.jpg) 0px 0px;
}
#mainNav01 a:hover, #mainNav01 a:visited:hover {
	width: 130px;
	background: transparent url(images/menu.jpg) 0px -55px;
	margin-left: 0px;
}
#mainNav02 {
	width: 128px;
	background: transparent url(images/menu.jpg) -130px 0px;
}
#mainNav02 a:hover, #mainNav02 a:visited:hover {
	width: 128px;
	background: transparent url(images/menu.jpg) -130px -55px;
}
#mainNav03 {
	width: 128px;
	background: transparent url(images/menu.jpg) -258px 0px;
}
#mainNav03 a:hover, #mainNav03 a:visited:hover {
	width: 128px;
	background: transparent url(images/menu.jpg) -258px -55px;
}
#mainNav04 {
	width: 128px;
	background: transparent url(images/menu.jpg) -386px 0px;
}
#mainNav04 a:hover, #mainNav04 a:visited:hover {
	width: 128px;
	background: transparent url(images/menu.jpg) -386px -55px;
}
#mainNav05 {
	width: 128px;
	background: transparent url(images/menu.jpg) -514px 0px;
}
#mainNav05 a:hover, #mainNav05 a:visited:hover {
	width: 128px;
	background: transparent url(images/menu.jpg) -514px -55px;
}
#mainNav06 {
	width: 128px;
	background: transparent url(images/menu.jpg) -642px 0px;
}#mainNav06 a:hover, #mainNav06 a:visited:hover {
	width: 128px;
	background: transparent url(images/menu.jpg) -642px -55px;
}
#mainNav07 {
	width: 130px;
	background: transparent url(images/menu.jpg) -770px 0px;
}#mainNav07 a:hover, #mainNav07 a:visited:hover {
	width: 130px;
	background: transparent url(images/menu.jpg) -770px -55px;
}
/* mainNavi */

#top-menu{
	padding:0px;
	height:45px;
	clear:both;
	margin: 0px;
}

#top-menu p{
	margin:0;
	padding:0;
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

#top-menu p img{
	border:none;
}
/* ---------- トップメニュー_end ---------- */

#sixapart-standard .layout-two-column-right #box #top-main {
	clear:both;
	background-image: url(images/topmain002.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-bottom: 0px;
	display: block;
	padding-bottom: 10px;
	top: 135px;
	border: 0;
}

#sixapart-standard .layout-two-column-right #box #top-main img {
	border: 0;
}

/* リンク */
a,
a:link,
a:visited {
	color: #66b822;
}
a:hover {
	color: #498518;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
	border: 0;
}

/* フォーム */
form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#search-options,
input,
textarea {
	padding: 0px;
	vertical-align: middle;
}
#search {
	height: 15px;
}
html > body #search {
	width: 110px;
}

/* ヘッダ */
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	color:inherit;
	padding: 0px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;

/*    padding: 15px;
    border-bottom: 1px solid #669;
    color: #999;
    background: #8fabbe;
    text-align: left;
*/
}

#header p {
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 10px;
	line-height: normal;
	width: 465px;
}

#header a,
#header a:link,
#header a:visited {
	background: transparent;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header a:active {}

/* タイトルバナー下の説明 */
.blog-description {
	color: #FD3397;
	background: transparent;
	font-size: 12px;
	float: left;
	font-weight: bold;
	width: 140px;
	line-height: normal;
	position: relative;
	left: 40px;
	top: 80px;
}

/* ---------- ページタイトルイメージ ---------- */
#page-title{
	margin-bottom: 10px;
}

#page-title .img{
	border:none;
}

#page-title h2{
	font-size: 16px;
	font-weight: bold;
	color: #66b822;
	background-image: url(images/bg_part.jpg);
	background-repeat: repeat;
	height: 30px;
	padding-top: 7px;
	text-indent: 25px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	width: 620px;
}

#page-title h2 a{
	font-size: 14px;
	font-weight: bold;
	color: #FA3496;
	clear:both;
	background-image: url(images/bg_part.jpg);
	background-repeat: repeat;
	height: 28px;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
/* ---------- ページタイトルイメージ_end ---------- */

/* ブログ記事日付 */
.date {
	margin: 0px 0;
	display: inherit;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	clear: both;
}

/* ブログ記事タイトル */
.entry-header {
	font-size: 16px;
	font-weight: bold;
	color: #66b822;
	height: 30px;
	padding-top: 7px;
	text-indent: 0px;
	margin-bottom: 10px;
	padding-bottom: 3px;
/*    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #999;
    font-size: 100%;
    font-weight: bold;
*/
}

.entry-header a {
	text-decoration: underline;
	font-size: 14px;
}

.entry-summary {
	color: #333333;
	word-break: break-all;
	width: 140px;
	float: left;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.new-item {
	color: #333333;
	word-break: break-all;
	width: 190px;
	float: left;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.new-item a img {
	margin: 0px;
	padding: 0px;
}

/* ブログ記事 */
.entry {
	color: #666666;
	word-break: break-all;
	display: block;
	clear: both;
	margin-bottom: 7px;
}

.entry h2 {
	font-size: 14px;
	font-weight: bold;
	color: #66b822;
	background-image: url(images/bg_part.jpg);
	background-repeat: repeat;
	height: 30px;
	padding-top: 7px;
	text-indent: 25px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	width: 620px;
}

.entry h2 a {
	font-size: 14px;
}

.entry h3 {
	color: #66B822;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	display: block;
	margin-bottom: 10px;
	line-height: 250%;
	text-indent: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #66B822;
	background-image: url(images/h3icon.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}

.entry h4 {
	color: #66b822;
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
	text-decoration: none;
	line-height: 200%;
	clear: both;
	background-color: #e1edc8;
	display: block;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

.entry h4 a{
	text-decoration: none;
}

.entry .date {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	float: right;
	padding-top: 9px;
	padding-right: 10px;
}

.entry h5 {
	font-size: 12px;
	padding: 0px;
}

.entry img {
	border: 0px;
}

/* 段落 */
.entry p {
	line-height: 180%;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.entry hr {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	size: 1px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
	text-indent: 0px;
	margin: 0px;
	padding-left: 30px;
}
.entry ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px;
}

/* 定義リスト */
dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
dl dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E0F0C1;
	float: left;
	width: 200px;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
dl dd {
	padding: 5px 0 5px 200px;
}
/*.entry dl {}
.entry dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E0F0C1;
	margin-top: 10px;
	margin-bottom: 5px;
	text-indent: 5px;
}
.entry dd {
	padding-left: 10px;
	display: inherit;
}
*/
/* テキストエリア */
.entry textarea {
    width: 97%;
}

.goodsDetailWrapper {
	clear: both;
	display: block;
}

.goodsDetail {
	width: 300px;
	display: block;
	float: left;
	padding-bottom: 20px;
}

.goodsDetail h3 {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;

}

.goodsDetail h3 a {
	font-size: 14px;
}

.dressrow {
	width: 600px;
	clear: both;
	position: relative;
	height: auto;
}

.dress {
	width: 140px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	float: left;
	padding-bottom: 20px;
	overflow: hidden;
}

.photo {
	height: auto;
}

.photo img {
	border: 5px solid #e6e6e6;
}

.dressdescription {
	clear: both;
	float: none;



}

/* ---------- ニュースリリース ---------- */
div#news-box,
div#news-box2
{
	padding-bottom: 10px;
	clear: both;
}

div#news-box h3.news-header
{
	font-size:2px;
	text-indent:-9999px;
	background-image:url(images/topcap02.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0px;
	height: 40px;
	padding-bottom: 0px;
}

div#news-box2 h3.news-header
{
	font-size:2px;
	text-indent:-9999px;
	background-image:url(images/topcap03.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0px;
	height: 40px;
	padding-bottom: 0px;
}

div.news-box-inner,
div.news-box2-inner
{
	list-style-type:none;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.pickup {
}

div.news-box-inner ul
{
	list-style-type:none;
	padding: 0px;
	clear: right;
}

div.news-box-inner ul li
{
	clear: both;
}

div.news-box-inner ul li.pickup a
{
	font-size:14px;
	font-weight: bold;
	background-color: transparent;
	border-style: none;
}

div.news-box-inner ul li a
{


}

div.news-box-inner ul li.odd{
	background-image:url(images/dot.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	background-color: #fff;
}
div.news-box-inner ul li.even {
	background-image:url(images/dot.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	background-color: #f0ffe0;
}

/* ---------- ニュースリリース_end ---------- */

/* ---------- ニューアイテム ---------- */
div#item-box,
div#item-box2
{
	padding-bottom: 10px;
	clear: both;
}

div.item-box-inner
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	height: auto;
}

div#item-box h3.item-header
{
	font-size:2px;
	text-indent:-9999px;
	background-image:url(images/topcap01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.right
{
	list-style-type:none;
	padding: 0px;
	float: right;
}

div.item-box-inner ul
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.item-box-inner ul li
{
	color:#555555;
	background-color:inherit;
	border-bottom: 1px dotted #ccc;
	text-indent: 0px;
	padding: 5px 0px;
}

div.item-box-inner ul li a
{
	background-color:inherit;
	font-size: 12px;
}

.list-link {
	margin: 0px;
	list-style: none;
	font-size: 12px;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: right 0.2em;
}
/* ---------- ニューアイテム_end ---------- */

/* ---------- サイトマップ_end ---------- */
.module-categories {
	padding: 0px;
	line-height: 160%;
	margin: 0px 0px 20px 0px;
}

.module-content {
}

.module-content ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.module-content ul li {
	margin: 0px;
	padding: 0px;
}

.module-content ul li a {
	line-height: ;
	text-decoration:underline;
	margin: 0px;
	padding-top: 0px;
	line-height: normal;
}

.module-content ul li a:hover
{
	text-decoration: underline;
	text-decoration:none;
}
.tree {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.tree {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tree ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tree li {
	margin: 0px;
	padding: 5px 0px 5px 15px;
	list-style: none;
	display: block;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

ul.tree li li {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	list-style: none;
	display: block;









	background: ;
	background-image: url(images/tree_end_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul.tree li a:hover,
ul.tree li li a:hover {

}

ul.tree li li.tree_end {
	background: url(images/tree_end_dotted.gif) no-repeat 0px 5px;
	list-style: none;
}
/* ---------- サイトマップ_end ---------- */

/* ---------- 表組み ---------- */
table {
	margin-right: auto;
	margin-left: auto;
}

table.companylist {
	clear: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-collapse: collapse;
	border: 1px dotted #CCCCCC;
}

table.companylist td {
	padding: 0.5em 0.5em;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

table.companylist th {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
	background-color: #e1edc8;
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 120px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

table.list {
	border-collapse: collapse;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px dotted #CCCCCC;
}

table.list td {
	padding: 0.5em 0.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

table.list th {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	background-color: #e1edc8;
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

table.box {
	border: solid 1px #ccc;
	border-collapse: collapse;
	clear: both;
	margin-bottom: 10px;
}

table.box th {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: center;
	background-color: #f2dada;
	padding: 2px;
	font-size: 10px;
	font-weight: normal;
	width: 120px;
}

table.box td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 0px;
	font-size: 10px;
	line-height: 100%;
	white-space: nowrap;
}

table.top {
	border-collapse: collapse;
	border: 1px dotted #CCCCCC;
}

table.top td {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding: 5px;
}

/* ---------- 表組み_end ---------- */

/* 引用 */
blockquote {
	background-image: url(images/quote_top.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}

blockquote p {
	margin     : 0px;                                  /* 子ボックスのmarginで画像を途切れさせないため */
	padding    : 15px 15px;    /* 右画像を縦方向に繰り返し */
	background-image: url(images/quote_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
	padding-top: 3px;
	border-top: 1px dotted #36414d;
	font-size: 83.3%;
	text-align: right;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: 0px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
	margin: 10px;
	text-align: center;
	font-size: 83.3%;
	display: none;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
	font-size: 12px;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
	color: #66b822;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/bg_part.jpg);
	background-repeat: repeat;
	margin: 0;
	padding-top: 8px;
	text-indent: 25px;
}

.sidetitle a {
	color: #ff3399;
	font-size: 14px;
	font-weight: bold;
}

/* サイドメニュー */
.side {
	background: none;
	color: #333;
	font-size: 12px;
	padding-top: 10px;
}
.sidebox {
	padding-bottom: 20px;
}
.sidebox a {
	font-size: 11px;
}

.side ul,
.side ol {
	padding-left: 0px;
}
.side ul li {
	list-style-type: none;
	text-indent: 0px;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* ---------- 検索 ---------- */
div#search-box
{
	padding: 0px;
	margin-bottom: 0px;
}

div#search-box h3.search-header
{
	font-size:2px;
	text-indent:-9999px;
	background-image:url(images/sidecap01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0px;
	padding: 0px;
	height: 32px;
}

div.search-box-inner
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.search-box-inner ul
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.search-box-inner ul li
{
	color:#555555;
	padding:5px 0px 5px 15px;
	background-color:inherit;
	background-image:url(/images/icon.gif);
	background-repeat:no-repeat;
	background-position: 10px center;
	text-indent: 15px;
}

div.search-box-inner ul li a
{
	color:#1284f6;
	background-color:inherit;
}

div#rss-box
{
	padding: 0px;

}

div#rss-box h3.rss-header
{
	font-size:2px;
	text-indent:-9999px;
	margin: 0px;
	padding: 0px;
}

div.rss-box-inner
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.rss-box-inner-rss
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.rss-box-inner-rss a
{
	background-color:inherit;
}

div.rss-box-inner ul
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.rss-box-inner ul li
{
	color:#555555;
	padding:5px 0px 5px 15px;
	background-color:inherit;
	background-image:url(images/icon.gif);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	text-indent: 15px;
}

div.rss-box-inner ul li a
{
	color:#0033CC;
	background-color:inherit;
}
/* ---------- 検索_end ---------- */


/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
	margin: 15px 0;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E1EDC8;
	text-indent: 10px;
	font-weight: bold;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
	margin: 0 2px;
	padding: 0;
	font-size: 10px;
	line-height: 1.5;
	word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
	width: 390px;
	height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 8px;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(http://www.mugikurahome.jp/owner/mt-static/images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#container-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.layout-one-column #container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
	width: 840px;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
	width: 840px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
	float: left;
	width: 400px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
}
.layout-three-column #links-left-box
{
	float: left;
	width: 190px;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	padding-top: 20px;
	padding-left: 15px;
}
	
.layout-three-column #links-right-box
{
	float: left;
	width: 190px;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	padding-top: 20px;
	padding-right: 15px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
	margin: 0px;
	padding: 0px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 483px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-right #links-left-box {
    float: left;
    width: 180px;
}
.layout-three-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 15px;
}
.layout-three-column-right #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 900px;
}
.layout-two-column-right #links-right-box {
	float: right;
	width: 240px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
}
.layout-two-column-right #links-right {
	margin: 0px;
	padding: 0px;
}

.layout-two-column-right #links-right img {
	margin-bottom: 10px;
	border: 0;
	vertical-align: middle;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
	float: right;
	width: 600px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
}
.layout-two-column-left #links-left-box {
	float: left;
	width: 190px;
	height: 100%;
	padding-top: 15px;
	padding-left: 20px;
}
.layout-two-column-left #links-left {
	margin: 0px;
	padding: 0px;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
	padding: 0;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
	width: 600px;
/*padding: 10px 15px;*/
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
	width: 620px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 10px 15px 0;
}

/* リキッドレイアウト共通 */
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-three-column-liquid #links-left-box,
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-left-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    position: relative;
    display: inline;
    float: left;
}
.layout-three-column-liquid .blog,
.layout-three-column-liquid-right .blog,
.layout-two-column-liquid-right .blog,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right {
    position: static;
}
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right,
.layout-three-column-liquid .entry,
.layout-three-column-liquid-right .entry,
.layout-two-column-liquid-right .entry {
    overflow-x: hidden;
}

/* ネガティブマージンで選択やクリックできない不具合の対処 */
.layout-three-column-liquid #links-left {
    position: relative;
    z-index: 2;
}

/* 3カラムリキッド */
.layout-three-column-liquid #content {
    width: 100%;
    margin: 0 -200px;
    height: 100%; /* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid .blog {
    margin: 0 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid .blog {
    padding: 10px 15px;
}

/* 3カラムリキッド(右サイドバー) */
.layout-three-column-liquid-right #content {
    width: 100%;
    margin-right: -385px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid-right .blog {
    margin-right: 385px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid-right .blog {
    padding: 10px 15px;
}

/* 2カラムリキッド(右サイドバー) */
.layout-two-column-liquid-right #content {
    width: 100%;
    margin-right: -200px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-two-column-liquid-right .blog {
    margin-right: 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-two-column-liquid-right .blog {
    padding: 10px 15px;
}

/* for IE7 */
*:first-child+html .layout-three-column-liquid-right .blog,
*:first-child+html .layout-three-column-liquid .blog,
*:first-child+html .layout-two-column-liquid-right .blog {
    padding-top: 18px;
}

/* リキッドレイアウト・サイドバー */
.layout-three-column-liquid #links-left-box {
    top: 15px;
    left: 0px;
    width: 200px;
}
.layout-three-column-liquid-right #links-left-box {
    top: 15px;
    right: 0px;
    width: 185px;
}
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    top: 15px;
    right: 0px;
    width: 200px;
}
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-two-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-left {
    padding: 0 0 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}

/* リキッドレイアウト・フッタ */
.layout-three-column-liquid #footer,
.layout-three-column-liquid-right #footer,
.layout-two-column-liquid-right #footer {
    margin-top: 25px;
    border-top: 1px solid #669;
    height: 60px;
    color: #fff;
    background: #8fabbe;
    font-size: 12px;
    text-align: center;
    line-height: 5.0;
}
/* for IE7 */
*:first-child+html .layout-three-column-liquid #footer,
*:first-child+html .layout-three-column-liquid-right #footer,
*:first-child+html .layout-two-column-liquid-right #footer {
    width: 100%; /* for IE7 フッタのレイアウト崩れを防止 */
}

/* 1カラムリキッド(ブログ記事全体) */
.layout-one-column-liquid .blog {
    padding: 15px;
}

/* 1カラムリキッド */
.layout-one-column-liquid #content {
    margin: 0 100px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #fff;
}
/* 1カラムリキッド */
/* タイトルバナー */
.layout-one-column-liquid #header {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
/*
    margin-right: auto;
    margin-left: auto;
    height: 42px;
    color: #99cc33;
    background: #ffffff;
    font-size: 12px;
    text-align: right;
    line-height: 3.5;
*/
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 850px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
	width: auto;
	line-height: 100%;
	font-size: 11px;
}
.layout-one-column #footer {
	width: auto;
}
.layout-one-column-liquid #footer {
    margin-right: 100px;
    margin-left : 100px;
}

input,textarea {
	font-family: MS PGothic, 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.breadcrumb {
	display: block;
	padding-bottom: 5px;
	clear: both;
}
.breadcrumb a {
}
.breadcrumb a:hover {
}
.breadcrumb_bottom {
	display: block;
	float: left;
	padding-bottom: 5px;
}

.paginate {
	text-align: center;
	clear: both;
}

/* pagetop */
#pagetop {
	float: right;
	display: block;
	text-align: right;
	padding-bottom: 5px;
	clear: both;
	margin-top: 30px;
}
#pages {
	float: right;
	display: block;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 10px;
	clear: both;
}
#pagetop a {
	float: none;
	background-image: url(images/icontop.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	display: block;
	background-position: left center;
}
#pages a {
	float: none;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	display: block;
	background-position: left center;
}
#pagetop a:hover,
#pages a:hover {
	text-decoration: underline;
}

/* フッター */
#foot{
	clear:both;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
}

#foot-inner{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#foot address,
#powered{
	margin:0px;
	padding:18px 5px;
	text-align:left;
	font-size:12px;
	font-style:normal;
	color: #666666;
}

/* ボトムメニュー */
#bottom-menu-2{
	color: #666666;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	background-color: #e1edc8;
}

#bottom-menu-2 a{
	display:inline;
	text-align: center;
	text-decoration: none;
}

#bottom-menu-2 a:hover {
	text-decoration: underline;
}

#bottom-menu-3 {
	background-position: center;
	color: #FFFFFF;
	float: none;
	clear: none;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 15px;
	background-color: #66b822;
	padding-bottom: 10px;
}
#bottom-menu-3 a{
	display:inline;
	text-align: right;
	color: #666666;
}
#bottom-menu-4{
	color: #666666;
	margin:0;
	padding:5px;
	text-align:left;
}
.entry-more {
	clear: both;
}
#fj_realtime_rebuild_ajax {
	visibility: hidden;
}

#fj_realtime_rebuild_ajax p {
	font-size:8px;
	color: #CCCCCC;
}

span.new {
	display: none;
	color: red;
}

span.new img {
	vertical-align: middle;
}

span.type img {
	vertical-align: middle;
}

.required {
	color: #FF0000;
}
.price
{
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.right
{
	list-style-type:none;
	float: right;
	padding-left: 0px;
}
.left
{
	list-style-type:none;
	float: left;
	padding-right: 8px;
}
.center
{
	list-style-type:none;
	float: left;
	padding-left: 0px;
}

