/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: Meiryo, "ヒラギノ丸ゴ Pro W4", Hiragino Maru Gothic Pro, Osaka, "ＭＳ Ｐゴシック";
    font-size: 12px;
    line-height:1.7;
}

form {
	margin: 0;
	padding: 0;
}
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 25px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.comment-content {
	margin:0px;
	padding: 1px 25px;
	background: url(design-image/salonlist-cassete-main.gif) repeat;
}


.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label {
	display: block;
	margin: 20px 0 8px 0;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
	border:	1px solid #A6BAA6;
	background-color:#EBF1EE;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-linen {
	background-image:url(design-image/modulelinen_btm.gif);



	background-position:bottom;
	background-repeat:no-repeat;	
}

.module-linen-btm {
	background-image:url(design-image/modulelinen_up.gif);
	background-position:top;
	background-repeat:no-repeat;

}
.module-linen-btm2,.module-linen-btm3 {
	background-image:url(design-image/modulelinen_up2.gif);
	background-position:top;
	background-repeat:no-repeat;

}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
    font-family: Meiryo, "ヒラギノ丸ゴ Pro W4", Hiragino Maru Gothic Pro, Osaka, "ＭＳ Ｐゴシック";
    font-size: 12px;
}

a {





	color: #4F664F;
	text-decoration: none;
}
a:hover {
	color: #A6BAA6;
	text-decoration: underline;
}

#banner a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	height: 120px;
}
#banner a:hover { color: #fff; }

.module-content a {
	color: #004221;
	text-decoration: underline;
}
.module-content a:hover { color: #9BB09B; }


.module-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #36414d;
    padding: 5px;
    color: #fff;
    background: #a3b8cc;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.trackbacks-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: auto;
	w\idth: auto;
	background: url(design-image/ba-tb.gif) no-repeat;
	margin: 35px 0 15px 0;
	padding: 0px;
	height: 21px;
	text-indent: -9999px;
}

.comments-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: auto;
	w\idth: auto;
	background: url(design-image/ba-comments.gif) no-repeat;
	margin: 35px 0 15px 0;
	padding: 0px;
	height: 21px;
	text-indent: -9999px;
}

.comments-open-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: auto;
	w\idth: auto;
	background: url(design-image/ba-wantcomments.gif) no-repeat;
	margin: 35px 0 15px 0;
	padding: 0px;
	height: 21px;
	text-indent: -9999px;
}


.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}


.more{
	list-style:none;
	margin:0;
	padding:0;
	height:24px;
}
.more li{
	float:right;
}

.entry-more-link,
.totop {
	width:79px;
	height:24px;
}

.entry-more-link a {
	width:79px;
	height:24px;
	background-image:url(design-image/bt-readmore.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;	
}

.entry-more-link a:hover {
	background-position:right top;
}

.totop a {
	width:79px;
	height:24px;
	background-image:url(design-image/bt-pagetop.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;	
}

.totop a:hover {
	background-position:left bottom;

}




.commenter-profile img { vertical-align: middle; }


/* page layout */

body {
    color: #333333;
    background: #fff url(design-image/body_bg.gif) repeat-x;
}

#container {
    width: 900px;
}

#container-inner {
}

#banner {
	width: 900px; /* necessary for ie win */
	background: url(design-image/banner_bg.gif) no-repeat center 50px;
	height: 120px;
}

#banner-inner {
}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 30px 30px 20px 0; width: 645px; }
#beta {
	width: 225px;
	margin: 30px 0 20px 0;
}
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 0;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.category-archive .date-header, .individual-entry-archive .date-header {
	background: url(design-image/ba-date.gif) no-repeat left center;
	margin: 25px 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	font-style: oblique;
	padding: 0 0 0 38px;
}

.entry-header {
	margin: 5px 0px 0px 0px;
	padding: 12px 0px 0px 50px;
	color: #3F715A;
	background: url(design-image/icon-title.gif) no-repeat left center;

	font-size: 14px;
	height: 35px;
	font-weight: bold;
}

.entry-content,
.trackback-content {
	margin: 0;
	line-height: 1.8;
	padding-left: 20px;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-footer {
    margin: 0 0 20px 0;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.entry-footer {
    margin: 0px;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info {
    margin: 10px 0;
    border: 1px solid #A6BAA6;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #EBF1EE;
}

.comments-open-footer {
    margin: 10px 0;
}

/* modules */

.module {
    margin: 0 0 5px 0;
}

.module-content {
    margin: 0 0 5px 0;
    padding: 10px 10px 5px 10px;
    font-size: 10px;
    line-height: 1.5;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


/* calendar tweaks */

.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }

.layout-calendar #gamma,
.layout-calendar #delta {
    width: 190px;
}

.layout-calendar #gamma-inner,
.layout-calendar #delta-inner {
    border: 0;
    padding: 0;
}

.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content {
    margin: 0;
    border-width: 0;
    padding: 10px;
}

.module-mmt-calendar table {
    width: 378px;
    background: #a3b8cc;
}


.module-mmt-calendar th {
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: bold;
}

.module-mmt-calendar td {
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: normal;
    background: #e6ecf2;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
    border-right: none;
}

.module-mmt-calendar td { height: 70px; }

.day-photo {
    width: 49px;
    height: 49px;
}

.day-photo a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.day-photo a:hover {
    border-color: #36414d;
    background: #fff;
}

.day-photo a img {
    width: 45px;
    height: 45px;
}


/* artistic tweaks */

.layout-artistic #alpha { width: 260px; }
.layout-artistic #beta { width: 420px; }

.layout-artistic #gamma,
.layout-artistic #delta {
    width: 190px;
}

.layout-artistic #gamma-inner,
.layout-artistic #delta-inner {
    border: 0;
    padding: 0;
}


/* moblog1 tweaks */

.layout-moblog1 #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-moblog1 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog1 #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-moblog1 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

.layout-moblog2 #alpha {
    margin: 0;
    width: 86px;
    background: #e6ecf2;
}

.layout-moblog2 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog2 #beta {
    margin: 15px 15px 0 15px;
    width: 260px;
    background: none;
}

.layout-moblog2 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog2 #delta {
    width: 154px;
}

.layout-moblog2 .module-recent-photos {
    border: 0;
    background: none;
}

.layout-moblog2 .module-recent-photos .module-content {
    padding: 0;
    border: 0;
}

.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

.layout-timeline #alpha { width: 260px; }
.layout-timeline #beta { width: 420px; }

.layout-timeline #gamma,
.layout-timeline #delta {
    width: 190px;
}

.layout-timeline #gamma-inner,
.layout-timeline #delta-inner {
    border: 0;
    padding: 0;
}


/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 900px; }
.layout-one-column #alpha {
	width: 900px;
	margin:30px 0 0 0;
	padding:0;
	float: none;
}


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
    background: #e6ecf2;
}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-two-column-left #beta {
    margin: 15px 15px 0 15px;
    width: 480px;
    background: none;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
}


/* three-column tweaks */

.layout-three-column #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-three-column #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-three-column #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-three-column #beta-inner {
    padding: 0;
    border-width: 0;
}


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team

 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
	background-image: url(design-image/entrydateheader.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 5px 3px 15px;
	font-size:14px;
}

.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: auto;
	w\idth: auto;
	
	margin: 0;
	padding: 12px 0px 0px 50px;
	color: #3F715A;
	background: url(design-image/icon-title.gif) no-repeat left top;
	font-size: 14px;
	height: 35px;

}

.individual-entry-archive #archive-title {
	font-weight:bold;
	margin: 17px 0px 20px 0px;
}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

.comment-top {
	background: url(design-image/ba-comments-top.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 646px;
}

.comment-bottom {
	background: url(design-image/ba-comments-bottom.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 646px;
}

/*ヘッダナビ*/
#headnavi{
	clear:both;
	position:relative;
}
#headnaviul{
	margin:0;
	list-style:none;
	padding: 0;
}
#headnaviul li{
	float:left;
	margin: 0;
	}
#headnaviul a {
	display: block;
	height:47px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent: -9999px;
}
#headnaviul a:hover{
	background-position:right top;
}
#nv-concept,
#nv-aromakokoro,
#nv-salon,
#nv-popular,
#nv-school,

#nv-shop
 {
	width: 120px;
}
#nv-top{
	width:180px;
	}
#nv-concept a{
background:url(design-image/bt-concept.gif);
}
#nv-aromakokoro a{
background:url(design-image/bt-aroma.gif);
}
#nv-salon a{
background:url(design-image/bt-salon.gif);
}
#nv-popular a{
background:url(design-image/bt-pmenu.gif);
}
#nv-school a{
background:url(design-image/bt-school.gif);
}
#nv-shop a{
background:url(design-image/bt-shop.gif);
}
#nv-top a{
background:url(design-image/bt-top.gif);
}

/*サイド*/
#beta img {
	display: block;
	margin-bottom: 5px;
}

/*フッター*/
#footer,
#foot-image {
	clear: both;
}
#foot-image{
	background:url(design-image/foot-image.gif) repeat-x left bottom;
	padding:30px;
	
	}
#footer{
	text-align:right;
	background:url(design-image/foot_line.gif) 0 10px no-repeat;
	padding-top: 30px;
	height: 35px;
}
#footer ul{
	list-style:none;
	margin: 0;
	padding: 0;
	}
#footer li{
	display: inline;
	margin-left:20px;
	}
#foot-image address {
	text-indent: -9999px;
}
.mt-search-results #footer {
	margin-top:70px;
}

/*メイン*/
#main-left {
	width: 317px;
	margin-right:10px;
	float:left;
}
#main-left p{
margin:0;
padding:0;
}
#main-right {
	width: 317px;
	float:left;
}
#main-comp {
	background:url(design-image/main-firsttime.png) no-repeat;
	height:77px;
}
#main-comp a{
	display:block;
	width:317px;
	height:77px;
}
#main-visual {
	margin-bottom:10px;
}
#main-jea {
	background: url(design-image/main-concept.png) no-repeat;
	height: 134px;
	position:relative;
	
}
#main-jea ul{
padding:0;
margin:0;
list-style:none;
}
#main-jea a {
	display: block;
	height: 134px;
	width: 317px;
	background-position:left top;
}
#main-jea a:hover {
	background-position:right top;
}
#main-jea-lesson a {
	top: 90px;
	left: 21px;
	background:url(design-image/main-jea-lesson.gif) no-repeat;
}
#main-jea-master a {
	left: 21px;
	top: 163px;
	background:url(design-image/main-jea-master.gif) no-repeat;
}
#main-rss {
	background: url(design-image/main-aroma.png) no-repeat;
	height: 134px;
}
#main-rss a{
	display:block;
	width:317px;
	height:134px;
}
#main-search {
	background: url(design-image/main-search.png) no-repeat;
	height:78px;
	position: relative;
}
#main-search form{
	position:absolute;
	top:40px;
	left:20px;
	}
#main-search #search {
	font-size: 12px;
	width: 220px;
	border: 1px solid #A6BAA6;
}

#main-comp a,
#main-jea a,
#main-rss a,
#main-search p{
	text-indent:-9999px;
	}
	
#main-comp,
#main-jea,
#main-rss{
	margin-bottom:6px;
}
	


/*メインの右*/
	
#main-salon-info {
	background: url(design-image/main-salon-info_bg.png) no-repeat left top;
}
#main-staff-diary{
	background: url(design-image/main-staff-diary_bg.png) no-repeat left top;
}
.mainsalon-outer {
	background:url(design-image/main-ms_bg.png) no-repeat left bottom;
	min-height: 216px;
	margin-bottom: 5px;
	line-height: 1.4;
	position: relative;
}

*html .mainsalon-outer {
	height:216px;
}

.mainsalon-outer h4 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	font-size: 1px;
}
.mainsalon-outer ul {
	margin-top: 45px;
}

.mainsalon-outer dl {
	margin: 0px;
	padding: 45px 20px 10px;
}

.mainsalon-outer dt {
	padding: 3px 0px 0px 0px;
	font-size: 10px;
}

.mainsalon-outer dd {
	width:277px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #C8BF9E;
}


.mainsalon-outer dd a {
	width:277px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	display:block;
}

.mainsalon-outer dd a:hover {
	width:277px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #AFC39C;
	display:block;
}




/**************** サロンリストインデックステンプレート *****************/

#salonlist {
}

#salonlist h2.kansai {
	background-image:url(design-image/ba-list-kansai.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#salonlist h2.hokuriku {
	background-image:url(design-image/ba-list-hokuriku.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#salonlist h2.kanto {
	background-image:url(design-image/ba-list-kanto.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#salonlist .salondetailtop {
	width:900px;
	height:15px;
	background-image:url(design-image/salonlist-cassete-top.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
} 

#salonlist .salondetail {
	width:855px;
	background: url(design-image/salonlist-cassete-main.gif) repeat-y left top;
	margin: 0px;
	padding: 0px 30px 0px 20px;
}

h2#hd-salonlist {
	margin: 0px auto;
	padding: 0px;
	height: 125px;
	background: url(design-image/salonlist-title.gif) no-repeat center bottom;
	text-indent: -9999px;
}

#salonlist p.list {
	margin: 0px auto;
	padding: 0px 25px 10px;
	width: 838px;
}

#salonlist p.list a {
}

#salonlist p.list a:hover {
}


#salonlist h3 {
	margin:0px;
	padding:0px;
	height:32px;
	text-indent:-9999px;
}

#salonlist h3.crysta {
	background: url(design-image/salonlist-crysta.gif) no-repeat left center;
}

#salonlist h3.senri {
	background: url(design-image/salonlist-senri.gif) no-repeat left center;
}

#salonlist h3.kobe {
	background: url(design-image/salonlist-kobe.gif) no-repeat left center;
}

#salonlist h3.kyoto {
	background: url(design-image/salonlist-kyoto.gif) no-repeat left center;
}

#salonlist h3.kuzuha {
	background: url(design-image/salonlist-kuzuha.gif) no-repeat left center;
}

#salonlist h3.habisu {
	background: url(design-image/salonlist-habisu.gif) no-repeat left center;
}

#salonlist h3.okyozuka {
	background: url(design-image/salonlist-okyozuka.gif) no-repeat left center;
}

#salonlist h3.kanazawa {
	background: url(design-image/salonlist-kanazawa.gif) no-repeat left center;
}

#salonlist h3.kohrinbo {
	background: url(design-image/salonlist-kohrinbo.gif) no-repeat left center;
}

#salonlist h3.itabashi {
	background: url(design-image/salonlist-itabashi.gif) no-repeat left center;
}

#salonlist h3.aoyama {
	background: url(design-image/salonlist-aoyama.gif) no-repeat left center;
}

#salonlist h3.jiyugaoka {
	background: url(design-image/salonlist-jiyugaoka.gif) no-repeat left center;
}

#salonlist h3.machida {
	background: url(design-image/salonlist-machida.gif) no-repeat left center;
}

#salonlist p {
	margin:0px;
	padding:0px;
}

#salonlist p.businesshours {
	margin:0px;
	padding:0px;
	font-size: x-small;
}


#salonlist .salondetailbottom {
	width:900px;
	height:22px;
	background-image:url(design-image/salonlist-cassete-bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0px 0px 5px;
	padding: 0px;
	clear: left;
} 

#salonlist .salonphote {
	width:193px;
	float:left;
	margin: 0px;
	padding: 0px;
}

#salonlist .add {
	float:left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font-size: x-small;
}

#salonlist .add-2 {
	float:left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font-size: x-small;
}


#salonlist .add-2 h4 {
	margin: 0px;
	padding: 0px;
}


#salonlist .salonaddress {
	width:196px;
	float:right;
	margin: 0px;
	padding: 0px;
}

#salonlist .salonservice {
	height: 55px;
	clear:both;
	background: url(design-image/salonlist-bg-ul.gif) no-repeat right top;
	margin: 0px;
	padding: 0px;
}

#salonlist .salonservice h4 {
	margin:0px;
	padding:0px;
	height: 55px;
	width: 130px;
	float: left;
}

#salonlist .salonservice ul {
	padding:7px 0px 0px 0px;
	margin:0px;
	list-style:none;
}

#salonlist .salonservice ul li {
	width:122px;
	height:34px;
	float:left;
	display:block;
}

#salonlist .salonservice ul li a {
	text-indent:-9999px;	
	width:122px;
	height:34px;
	float:left;
	display:block;
}

li.aroma a {
	background-image:url(design-image/salonlist-list-aroma.gif);
}

li.aroma2 a {
	background-image:url(design-image/salonlist-list-aroma2.gif);
}

li.aroma3 a {
	background-image:url(http://www.montsaintmichel.jp/aroma_body.gif);
}

li.aroma4 a {
	background-image:url(http://www.montsaintmichel.jp/aroma_face.gif);
}

li.rifre a {
	background: url(design-image/salonlist-list-rifre.gif);	
}

li.bodycare a {
	background: url(design-image/salonlist-list-bodycare.gif);	
}

li.setmenu a {
	background: url(design-image/salonlist-list-set.gif);	
}

li.option a {
	background: url(design-image/salonlist-list-option.gif);	
}

li.hotstone a {
	background: url(design-image/salonlist-list-hotstone.gif);	
}

li.face a {
	background: url(design-image/salonlist-list-face.gif);	
}

/*#salonlist .saloninfo, #salonlist .salondiary {
	height:33px;
}*/

#salonlist .saloninfo-bg {
	background: url(design-image/salonlist-bg.gif) repeat-y left top;
}

#salonlist dl {
	margin:0px;
	padding:0px;
}

#salonlist dt {
	width:130px;
	height:33px;
	margin: 0px 0px 0px 10px;
	float:left;
}

#salonlist .saloninfo dd {
	margin: 0px;
	padding: 12px 0px 0px;
}

#salonlist .salondiary dd {
	margin: 0px;
	padding: 7px 0px 0px;
}

hr {
	display:none;
}

#salonlist p.gotop{
	text-align:right;
	margin-bottom:20px;
}

/*************** カテゴリアーカイブタイトル画像 *********************/

.cate_title {
	margin: 0px auto;
}

#ca-100_about_montsaint, #ca-200_salon_info, #ca-300_price, #ca-310_crysta, #ca-315_senri, #ca-320_kobe, #ca-325_kyoto, #ca-330_kuzuha, #ca-335_herbis, #ca-340_okyouduka, #ca-345_kanazawa, #ca-350_korinbo, #ca-355_itabashi, #ca-360_aoyama, #ca-365_jiyugaoka, #ca-370_machida, #ca-400_aloma_na_kokolo, #ca-500_present, #ca-600_ceo_diary, #ca-700_staff_diary, #ca-800_recruit {
	width:645px;
	height:97px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/* モンサンミッシェルからのご案内 */
#ca-100_about_montsaint {
	background-image:url(design-image/header-100_about_montsaint.jpg);
}


/* サロンからのお知らせ */
#ca-200_salon_info {
	background-image:url(design-image/header-200_salon_info.jpg);
}

/* 料金メニュ */

#ca-300_price {
	background-image:url(design-image/header-300_price.jpg);
}

#ca-310_crysta {
	background-image:url(design-image/header-310_crysta.jpg);
}

#ca-315_senri {
	background-image:url(design-image/header-315_senri.jpg);
}

#ca-320_kobe {
	background-image:url(design-image/header-320_kobe.jpg);
}

#ca-325_kyoto {
	background-image:url(design-image/header-325_kyoto.jpg);
}

#ca-330_kuzuha {
	background-image:url(design-image/header-330_kuzuha.jpg);
}

#ca-335_herbis {
	background-image:url(design-image/header-335_herbis.jpg);
}

#ca-340_okyouduka {
	background-image:url(design-image/header-340_okyouduka.jpg);
}

#ca-345_kanazawa {
	background-image:url(design-image/header-345_kanazawa.jpg);
}

#ca-350_korinbo {
	background-image:url(design-image/header-350_korinbo.jpg);
}

#ca-355_itabashi {
	background-image:url(design-image/header-355_itabashi.jpg);
}

#ca-360_aoyama {
	background-image:url(design-image/header-360_aoyama.jpg);
}


#ca-365_jiyugaoka {
	background-image:url(design-image/header-365_jiyugaoka.jpg);
}


#ca-370_machida {
	background-image:url(design-image/header-370_machida.jpg);
}


/* アロマなココロ */
#ca-400_aloma_na_kokolo {
	background-image:url(design-image/header-400_aloma_na_kokolo.jpg);
}

/* 読者プレゼント */
#ca-500_present {
	background-image:url(design-image/header-500_prezent.jpg);
}

/* 社長ダイアリ */
#ca-600_ceo_diary {
	background-image:url(design-image/header-600_ceo_diary.jpg);
}

/* スタッフダイアリ */
#ca-700_staff_diary {
	background-image:url(design-image/header-700_staff_diary.jpg);
}

/* 求人情報 */
#ca-800_recruit {
	background-image:url(design-image/header-800_recruit.jpg);
}




/*************** アロマなココロ *********************/

.aroma_na_kokoro h2 {
	background: url(design-image/ba-aroma_na_kokoro.gif) no-repeat center top;
	padding: 0px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	margin-top: 30px;

	margin-bottom: 30px;
	line-height: 0;
}

.aromanokokorolist {
	margin:0px;
	padding:0px;
	list-style:none;
}

.aromanokokorolist li {
	width: 209px;
	height: 201px;
	float:left;
	padding-right: 5px;
}

.aromanokokorolist li a {
	width: 209px;
	height: 201px;
	display:block;
	text-indent:-9999px;
	background-position: top left;
	background-repeat:no-repeat;
}
.aromanokokorolist #seiyu a{
	background-image: url(design-image/bt-seiyu.jpg);
}

.aromanokokorolist #iyashi a{
	background-image: url(design-image/bt-iyashi.jpg);
}

.aromanokokorolist #kanjyo a{
	background-image: url(design-image/bt-kanjyo_kenko.jpg);
}
.aromanokokorolist li a:hover{
	background-position: top right;
}



h4#learn{
text-indent:-9999px;
height:16px;
background:url(design-image/ba-manabu.gif) center no-repeat;
}

h3#ecole{
	text-indent:-9999px;
	height:65px;
	background:url(design-image/modulelinen_up_japan.gif) center no-repeat;
	margin: 0;
}

.module-linen ul{
padding:0;
margin:0;
list-style:none;
}
.module-linen ul li{
margin:3px;
}

.module-linen .module-linen-btm a {
	display: block;
	height: 51px;
	width: 203px;
	margin: auto;
}

#lesson a {
	background:url(design-image/bt-lesson.gif) no-repeat;
}
#pro a {
	background:url(design-image/bt-pro.gif) no-repeat;
}

#lesson a,
#pro a{
	text-indent:-9999px;
	}

.module-linen-btm2 h3 ,.module-linen-btm2 p.name {
	display:inline;
	margin:0 10px 0 0;
}

.module-linen-btm2 p.intro {
	font-size:9px;
}
.module-linen-btm p.read-aroma {
	text-align:center;
}

/*************** コンセプト *********************/

.concept {	
}

.leftbox-2 h3 {
	margin: 13px 0px 0px;
	padding: 0px;
}

.rightbox-2 h3 {
	margin: 13px 0px 0px;
	padding: 0px;
}

.leftbox-3 h3 {
	margin: 0px;
	padding: 13px 0px 0px;
}

.rightbox-3 h3 {
	margin: 0px;
	padding: 13px 0px 0px;
}

.concept h2.title-01 {
	background-image:url(design-image/concept-title-01.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin: 10px 0 0 0;
	padding: 0;
	height: 120px;
}

.concept .mainbox-top {
	width:899px;
	height:415px;
	margin:0px auto 10px;
	padding: 0px;
	background: url(design-image/concept-box-bg.png) no-repeat right top;
}

.concept .mainbox {
	width:889px;
	margin:0px auto 20px;
	padding: 0px;
}

.concept .leftbox {
	width:300px;
	height:415px;
	float:left;
}

.concept .rightbox {
	float:left;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 574px;
}

.concept .rightbox h3.title01 {
	height:70px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

.concept .rightbox h3.title02 {
	height:65px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	display: block;
}


.concept .rightbox p {
	margin: 0px;
	padding: 5px 10px 10px;
}


.concept h2.title-02 {
	background-image:url(design-image/concept-title-02.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-indent:-9999px;
	padding: 40px 0 10px 0;
	clear:left;
	margin: 0;
}

.concept .leftbox-2 {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	height: 185px;
	width: 425px;
	background: url(design-image/concept-bg-leftbox2.gif) no-repeat right bottom;

　　 　position:relative;
	position: relative;
} 

.concept .rightbox-2 {
	margin: 0px;
	padding: 0px 0px 0px 22px;
	float: left;
	height: 185px;
	width: 422px;
	background: url(design-image/concept-bg-rightbox2.gif) no-repeat left top;
} 

.concept .leftbox-3 {
	margin: 0px;
	padding: 22px 20px 0px 0px;
	clear: left;
	float: left;
	height: 165px;
	width: 425px;
	background: url(design-image/concept-bg-leftbox3.gif) no-repeat right top;
} 


.concept .rightbox-3 {
	margin: 0px;
	padding: 22px 0px 0px 22px;
	height: 163px;
	width: 422px;
	float: left;
	background: url(design-image/concept-bg-rightbox3.gif) no-repeat left top;
} 

.concept img.mar {
	margin: 0px 20px 22px 0px;
	float:left;
}

.concept h2.title-03 {
	text-indent:-9999px;
	margin: 0px;
	background: url(design-image/concept-title-03.gif) no-repeat top center;
	height: 45px;
}

.concept p.title-03-read {
	width: 847px;
	margin:0px auto;
	padding:0 22px 0;
}

.concept .title-03-btm {
	background: url(design-image/concept-title-03-btm.gif) no-repeat center top;
	margin: 0 0 30px 0;
	padding: 0;
	height: 20px;
}

.concept #readmore {
	width:79px;
	height:22px;
	position: absolute;
	left: 340px;
	top: 150px;
	overflow:hidden;
　　padding:0px;
	margin:0px;
}

.concept #readmore a {
	width:79px;
	margin:0px;
	display:block;
	overflow:hidden;
	background-image:url(design-image/bt-readmore3.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height: 22px;
	text-indent: -9999px;
}
.concept #readmore a:hover {
	background-position:bottom left;
}

.clear-left {
	clear:left;
}

.clear-both {
	clear:both;
}

.concept #guide {
	width:842px;
	height:56px;
	margin:0px 0px 20px;
	background-image:url(design-image/concept_notice.gif);
	background-repeat:no-repeat;
	background-position: top left;
	text-indent: -9999px;
	list-style:none;
}

/*************** はじめての方へ *********************/

.service h2 {
	width:900px;
	height:116px;
	margin:16px auto 25px;
	text-indent:-9999px;
	padding: 0px;
	background: url(design-image/service-title.gif) no-repeat;
}
.service p.read {
	width:888px;
	height:47px;
	margin:0px auto;
	padding:0px;
	text-indent: -9999px;
	background: url(design-image/service-title-read.gif) no-repeat center top;
}

.service div.reserve {
	width:513px;
	height:86px;
	margin: 15px auto 50px;
	padding:5px 30px 0px 347px;
	background: url(design-image/service-bg-reserve.gif) no-repeat center center;
}

.service h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.service .container {
	width:870px;
	margin:0px auto;
	padding: 0px 0px 30px;
}

.service h3.title02 {
	margin: 0px;
	padding: 0px;
	background: url(design-image/service-h3-02.gif) no-repeat;
	text-indent: -9999px;
	height: 45px;
}

.service h3.title03 {
	margin: 0px;
	padding: 0px;
	background: url(design-image/service-h3-03.gif) no-repeat;
	text-indent: -9999px;
	height: 23px;
}

.service h3.title04 {
	margin: 0px;
	padding: 0px;
	background: url(design-image/service-h3-04.gif) no-repeat;
	text-indent: -9999px;
	height: 45px;
}

.service h3.title05 {
	margin: 0px;
	padding: 0px;
	background: url(design-image/service-h3-05.gif) no-repeat;
	text-indent: -9999px;
	height: 22px;
}

.service h3.title06 {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	background: url(design-image/service-h3-06.gif) no-repeat;
	text-indent: -9999px;
	height: 22px;
}

/* new レイアウト用 */
#step1,#step2,#step3,#step4,#step5,#step6 {
	width:433px;
	height:210px;
	float: left;
	margin-bottom:33px;
}
#step1,#step3,#step5{
	margin-right:33px;
}


/*
#step5{
	width:900px;
	margin-bottom:33px;
	height: 132px;
	background: url(design-image/service-img05.jpg) no-repeat;
}
*/

.service .leftbox{
	width:200px;
	float:left;
}

.service .rightbox{
	width:690px;
	float:right;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

/*************** 人気メニュー *********************/
#hd-nin_title {
	background: url(design-image/nin_title.gif) no-repeat;
	display:block;
	width:900px;
	height: 120px;
	text-indent:-9999px;
}
.nin-left,
.nin-right{
	margin-top:0px;
	margin-bottom: 30px;
	}
.nin-left {
	float: left;
	width: 420px;
	margin-right: 40px;
}
.nin-right {
	width: 420px;
	float:left;
	margin-bottom: 10px;
	}
#monograms {
	clear: both;
	margin: 20px 0 30px 0;
	display: block;
	position: relative;
	background-image: url(design-image/nin-wakubg.gif);
	background-repeat: no-repeat;
	height: 128px;
}
#nin-block img {
	display: block;
}
.nin-column {
	display: block;

	width: 200px;
	float: left;
}
#nin-block .nin-column h4 {
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 11px;
}
.nin-column p {
	margin: 0px;
	padding: 0px;
}

#nin-block h3{
	background-repeat:no-repeat;
	height:37px;
	font-size:12px;
	margin:5px 0 10px 0;
	padding:0;
	text-indent:-9999px;
	}

.lower-left ul, .lower-right ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nin-aroma {
	background-image: url(design-image/nin-aroma.jpg);
	height:302px;
	text-indent:-9999px;
	margin: 0;
}

#nin-quick {
	background-image: url(design-image/nin-quickbody.jpg);
	height:302px;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}

#nin-ref {
	background-image: url(design-image/nin-riflecsoro.jpg);
	height:172px;
	text-indent:-9999px;
}

#nin-aromafc {
	background-image: url(design-image/nin-aroma-faci.jpg);
	height:172px;
	text-indent:-9999px;
}

#nin-aromaopt {
	background-image: url(design-image/nin-aroma-op.jpg);
	height:172px;
	text-indent:-9999px;
}

#nin-hotstone {
	background-image: url(design-image/nin-hotstone.jpg);


	height:172px;
	text-indent:-9999px;
}

.nin-block {
	float: left;
}

#monogram-inner img {
	float: left;
	margin-right: 8px;
}
#monogram-inner h4 {
	float: left;
	display: block;
	background-image: url(design-image/nin-price.gif);
	background-repeat: no-repeat;
	width: 166px;
	height: 85px;
}
.nin-block p {
	line-height:1.5;
	margin-top: 3px;
	margin-bottom: 0px;
}
#monogram-inner {
	padding-top: 20px;
	padding-left: 20px;
}

.lower-left h4 {
	margin:0px;
	padding:0px;
	font-size:12px;
}

.lower-right h4,.lower-left span,.lower-right span{
	margin:0px;
	padding:0px;
	font-size: 10px;
}

.lower-left h3, .lower-right h3{
	margin:0px;
}

.main-upper table,.main-lower table{
	margin:0px;
}

.main-upper table th,.main-lower table th{
	text-align:left;
	font-weight:normal;
}

.lower-left {
	margin:0px 10px 0px 0px;
}

.main-upper{
	background:url(design-image/nin-bg-top.png) repeat-x top left;
	padding:10px 20px 30px;        
}
.lower-left,.lower-right{
	width:213px;
	float:left;
}

.lower-left div,.lower-right div{
	width:183px;
	background:url(design-image/nin-bg-un.png) repeat-x top left;
	padding:5px 15px 20px;
	height: 321px;
}

.lower-left{
	margin:0px 13px 0px 0px;
}

#quick-chair{
	width:175px;
	float:left;
	margin:0px;
	padding:0px;
	background:none;
}

#quick-bed{
	width:190px;
	float:right;
	margin:0px;
	padding:0px;
	background:none;
}

#try {
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 125px;
	background: url(design-image/try.gif) no-repeat;
	position: absolute;
	left: 2px;
	top: -41px;
	text-indent: -9999px;
}


/*************** カンパニインフォ *********************/
#tosalon{
	margin:0 0 25px 0;
	}
#hd-companyinfo {
	background-image: url(design-image/company-title-01.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 114px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 0px;
}
	
.companyinfo #tosalon a{
	display: block;
	width: 642px;
	height:43px;
	text-indent:-9999px;
	background:url(design-image/company-ba.gif) top center;
}

.companyinfo .mainbox {
	border-left:2px solid #FF3366;
	text-indent:-9999px;
	padding-left:5px;
	margin-top:10px;
}

.companyinfo h3 {
	height:21px;
	margin: 0 0 5px 0;
}

.companyinfo h3#title00{
	background:url(design-image/company-mon.gif) 20px 0 no-repeat;
}

.companyinfo h3#title01{
	background:url(design-image/company-hotel.gif) 20px 0 no-repeat;
}

.companyinfo h3#title02{
	background:url(design-image/company-spa.gif) 20px 0 no-repeat;
}

.companyinfo h3#title03{
	background:url(design-image/company-school.gif) 20px 0 no-repeat;
}

.companyinfo h3#title04{
	background:url(design-image/company-therapy.gif) 20px 0 no-repeat;
}

.companyinfo h3#title05{
	background:url(design-image/company-edu.gif) 20px 0 no-repeat;
}

.companyinfo h3#title05_2{
	background:url(design-image/company-develop2.gif) 20px 0 no-repeat;
}

.companyinfo h3#title06{
	background:url(design-image/company-development.gif) 20px 0 no-repeat;
}

.companyinfo p#para00{
	background:url(design-image/company-mon-read.gif) 20px 0 no-repeat;
	height:49px;
}

.companyinfo p#para01{
	background:url(design-image/company-hotel-read.gif) 20px 0 no-repeat;
	height:13px;
}

.companyinfo p#para02{
	background:url(design-image/company-spa-read.gif) 20px 0 no-repeat;
	height:13px;
}

.companyinfo p#para03{
	background:url(design-image/company-school-read.gif) 20px 0 no-repeat;
	height:31px;
}

.companyinfo p#para04{
	background:url(design-image/company-therapy-read.gif) 20px 0 no-repeat;
	height:48px;
}

.companyinfo p#para05{
	background:url(design-image/company-edu-read.gif) 20px 0 no-repeat;
	height:12px;
}

.companyinfo p#para05_2{
	background:url(design-image/company-develop2-read.gif) 20px 0 no-repeat;
	height:49px;
}

.companyinfo p#para06{
	background:url(design-image/company-development-read.gif) 20px 0 no-repeat;
	height:13px;
}


.companyinfo ul.companyul{
	margin:22px;
	list-style-image: url(design-image/company-list-blet.gif);
	padding: 0 0 0 20px;
}

.companyinfo #syacho a {
	display: block;
	height: 38px;
	width: 200px;
	margin: auto;
	text-indent:-9999px;
	background:url(design-image/bt-ceo_diary.gif) no-repeat;
}

.companyinfo .flash {
	margin: 20px 0px 0px;
	padding: 0px;
}


.readmore {
	margin: 0 0 15px 0;
	padding: 0;
	height: 35px;
}
.readmore a{
	background:url(design-image/bt-readmore2.gif) no-repeat top right;
	height:23px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	}
.comp-cassete{
	border-bottom:2px solid #698C75;
	margin-bottom: 40px;
	position: relative;
	}
	

/*************** フッタボタン *********************/
#menulistul{
	height:37px;
	list-style:none;
	margin:15px auto;
	padding:0;
	width:775px;
}
#menulistul li{
	display:block;
	float:left;
	margin-right:5px;
}
#menulistul li a{
	width:150px;
	height:37px;
	display:block;
	text-indent:-9999px;
}
#mn-present{
	background:url(design-image/btm_present.gif) no-repeat;
	}
#mn-first{
	background: url(design-image/btm_first.gif) no-repeat;
	}
	
#mn-salon{
	background: url(design-image/btm_fromsalon.gif) no-repeat;
}
#mn-staff{
	background: url(design-image/btm_staffdiary.gif) no-repeat;
}
#mn-ceo{
	background: url(design-image/btm_ceodiary.gif) no-repeat;
}
/***************トップボタン *********************/
.topmore {
	position: absolute;
	background-image: url(design-image/top_more_btn.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 44px;
	right: 5px;
	bottom: 3px;
	overflow: hidden;
	padding:0px;
	margin:0px;
}

.topmore a{
	width:44px;
	padding-top:19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	overflow: hidden;
	margin: 0px;
}

/***************人気 *********************/
.floatingimg {
	float: left;
	margin-right: 10px;
}

#nin-block .pkg .nin-right h4 {
	font-size: 12px;

	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/***************よくいただく質問 *************/

#entry-733 a {
	font-size: 14px;
}

/***************その他 *********************/
#soreiyu,
#soreiyu2 a{
	background-image: url(design-image/bt-soreiyu.gif);
	background-repeat: no-repeat;
}
#soreiyu2 a{
	width: 203px;
	height: 40px;
	left: 673px;
	top: 13px;
	text-indent: -9999px;
	position: absolute;
}
#soreiyu a {
	text-indent: -9999px;
}
#soreiyu a {
	height: 40px;
}
#soreiyu-ti {
	background-image: url(design-image/modulelinen_soreiyu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 10px;
	height: 30px;
	background-position: center center;
}
#comments-open {
	margin-top: 35px;
}
.leftbox p {
	text-align: right;
}



#mobilepage-head {
	background-image: url(design-image/side_mob_top.gif);
	background-repeat: no-repeat;
	height: 94px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#mobilepage {
	background-image: url(design-image/side_mob_mid.png);
	background-repeat: repeat-y;
	margin: 0px;
}
#mobilepage-inner {
	padding: 10px 10px 0 10px;
}
#mobilepage-foot {
	background-image: url(design-image/side_mob_btm.png);
	background-repeat: no-repeat;
	height: 18px;
	margin-bottom: 5px;
}
#mobilepage-head h5 {
	margin: 0px;
	padding: 0px;
}
#mobilepage-inner img {
	float: left;
	margin-right: 10px;
}
#mobilepage-inner p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
}

.caption{
	font-size:10px;
	}
.dateheaderbg {
	background-image: url(design-image/entrydateheader.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 0 15px;
}
#newcolumn {
	background: url(design-image/modulelinen_newcolmn.gif) no-repeat center top;
	text-indent: -9999px;
	height: 16px;
	font-size: 10px;
}
#soreiyu2 {
	position: relative;
	background: url(design-image/concept-title-03-bg.gif) center repeat-y;
	font-size: x-small;
}
#menuaroma {
	margin-right: 10px;
	width: 441px;
	padding: 0;
	float: left;
}
#menubody {
	width: 441px;
	margin: 0;
	padding: 0;
	float: left;
}
#menuaroma h4,
#menubody h4{
	font-size: 12px;
	margin-bottom: 0px;
}
#step1 {
	background: url(design-image/service-img01.gif) no-repeat;
}
#step2 {
	background: url(design-image/service-img02.gif) no-repeat;
}
#step3 {
	background: url(design-image/service-img03.jpg) no-repeat;
}
#step4 {
	background: url(design-image/service-img04.jpg) no-repeat;
}
#step5 {
	background: url(design-image/service-img05.jpg) no-repeat;
}
#step6 {
	background: url(design-image/service-img06.jpg) no-repeat center;
}



#step1 *, #step2 *, #step3 *, #step4 *, #step5 *, #step6 *{
	text-indent:-9999px;
	}
	
#step6 dl {
	margin:0px;
	padding:0px;
}

.title-icon-400_aloma_na_kokolo{
	background: url(design-image/icon-title-jyuni.gif) no-repeat left top;
}

.title-icon-600_ceo_diary{
	background: url(design-image/icon-title-fennel.gif) no-repeat left top;
}
