@charset "utf-8";

/*
Theme Name: maison
Theme URI: http://wordpress.org/
Description: WordPress のデフォルトテーマをカスタマイズしたテーマ
Version: 1.0
Author: Sorasol
Author URI: http://sorasol.jp/
Tags: blue, fixed width, two columns, widgets
	JSM v1.0
	This theme was designed sorasol.
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/******************************* Reset*一旦全てのCSSをリセット *******************************/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
fieldset, img {
	border: 0;
	}
	
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	}

caption,
th {
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before, q:after {
	content: '';
	}

abbr,
acronym {
	border: 0;
	font-variant: normal;
	}

sup, sub {
	line-height: -1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

input {
	_margin: -1px 0;
	}

sup,
sub {
	vertical-align: baseline;
	position: relative;
	}

sup {
	top: -4px
	}

sub {
	top: 4px
	}

/******************************* End Reset *******************************/

/******************************* Fonts *******************************/
body {*font-size:small;*font:x-small;
	font-family: arial,helvetica,clean,sans-serif,"ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro W3";
	font-size: 12px;
	}

table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */

body * {line-height:1.38em;}
/******************************* END Fonts *******************************/

/******************************* Layout *******************************/
body{
	width:100%;
	text-align:center;
	padding-top:4px;
	background:#261C09;
	}
	
#wrapper{
	background:#FFFFFF;
	}
	
#header{
	height:51px;
	width:950px;
	margin:0 auto;
	text-align:left;
	}

#header h1{
	float:left;
	}

#header h1 a{
	background:url(images/common/Logo.gif) left top no-repeat;
	display:block;
	width:143px;
	height:51px;
	text-indent:-9999px;
	}

#main{
	background: url(images/common/Bg_Main.gif) repeat-y 190px top;
	width:950px;
	margin:0 auto;
	text-align:left;
	}
	
#sidebar{
	float:left;
	width:160px;
	}
	
#content{
	float:right;
	width:731px;
	background:url(images/common/Bg_Content.gif) no-repeat left top;
	padding:42px 0 25px 29px;
	}
	
#footer{
	background:#261C09 url(images/common/Bg_Body.gif) repeat-x bottom;
	}

#footer_box{
	width:950px;
	margin:0 auto;
	height:102px;
	text-align:left;
	}
	
#footer .footer01{
	float:left;
	width:371px;
	}
	
#footer .footer02{
	float:right;
	width:155px;
	}

/******************************* End Layout *******************************/

/******************************* Navigation *******************************/
ul#navi{
	width:950px;
	margin:0 auto;
	text-align:left;
	}

ul#navi li{
	height:56px;
	width:190px;
	text-indent:-9999px;
	float:left;
	}

ul#navi li a{
	display:block;
	height:56px;
	width:190px;
	}

ul#navi li#mn_01 a{background:url(images/common/Bt_Main01.jpg) no-repeat left -56px;}
ul#navi li#mn_02 a{background:url(images/common/Bt_Main02.jpg) no-repeat left -56px;}
ul#navi li#mn_03 a{background:url(images/common/Bt_Main03.jpg) no-repeat left -56px;}
ul#navi li#mn_04 a{background:url(images/common/Bt_Main04.jpg) no-repeat left -56px;}
ul#navi li#mn_05 a{background:url(images/common/Bt_Main05.jpg) no-repeat left -56px;}

ul#navi li#mn_01 a:hover{background:url(images/common/Bt_Main01.jpg) no-repeat left 0px;}
ul#navi li#mn_02 a:hover{background:url(images/common/Bt_Main02.jpg) no-repeat left 0px;}
ul#navi li#mn_03 a:hover{background:url(images/common/Bt_Main03.jpg) no-repeat left 0px;}
ul#navi li#mn_04 a:hover{background:url(images/common/Bt_Main04.jpg) no-repeat left 0px;}
ul#navi li#mn_05 a:hover{background:url(images/common/Bt_Main05.jpg) no-repeat left 0px;}

ul#navi li#mn_01 a.selected{background:url(images/common/Bt_Main01.jpg) no-repeat left 0px;}
ul#navi li#mn_02 a.selected{background:url(images/common/Bt_Main02.jpg) no-repeat left 0px;}
ul#navi li#mn_03 a.selected{background:url(images/common/Bt_Main03.jpg) no-repeat left 0px;}
ul#navi li#mn_04 a.selected{background:url(images/common/Bt_Main04.jpg) no-repeat left 0px;}
ul#navi li#mn_05 a.selected{background:url(images/common/Bt_Main05.jpg) no-repeat left 0px;}

ul#sub_navi{
	height:16px;
	left:50%;
	margin-left:8px;
	position:absolute;
	top:21px;
	z-index:1;
	}

ul#sub_navi li{
	height:16px;
	text-indent:-9999px;
	margin-left:10px;
	_margin-left:10px;
	float:left;
	}

ul#sub_navi li a{
	display:block;
	height:16px;
	}

ul#sub_navi li#sub_01{background:url(images/common/Bt_Sub01.gif) no-repeat bottom; width:94px;}
ul#sub_navi li#sub_02{background:url(images/common/Bt_Sub02.gif) no-repeat bottom; width:63px;}
ul#sub_navi li#sub_03{background:url(images/common/Bt_Sub03.gif) no-repeat bottom; width:47px;}
ul#sub_navi li#sub_04{background:url(images/common/Bt_Sub04.gif) no-repeat bottom; width:52px;}

ul#sub_navi li#sub_01 a{background:url(images/common/Bt_Sub01.gif) no-repeat;}
ul#sub_navi li#sub_02 a{background:url(images/common/Bt_Sub02.gif) no-repeat;}
ul#sub_navi li#sub_03 a{background:url(images/common/Bt_Sub03.gif) no-repeat;}
ul#sub_navi li#sub_04 a{background:url(images/common/Bt_Sub04.gif) no-repeat;}

ul#sub_navi li#sub_01 a:hover{background:url(images/common/Bt_Sub01.gif) no-repeat left -16px;}
ul#sub_navi li#sub_02 a:hover{background:url(images/common/Bt_Sub02.gif) no-repeat left -16px;}
ul#sub_navi li#sub_03 a:hover{background:url(images/common/Bt_Sub03.gif) no-repeat left -16px;}
ul#sub_navi li#sub_04 a:hover{background:url(images/common/Bt_Sub04.gif) no-repeat left -16px;}

ul#sub_navi li#sub_01 a.selected{background:url(images/common/Bt_Sub01.gif) no-repeat left -16px;}
ul#sub_navi li#sub_02 a.selected{background:url(images/common/Bt_Sub02.gif) no-repeat left -16px;}
ul#sub_navi li#sub_03 a.selected{background:url(images/common/Bt_Sub03.gif) no-repeat left -16px;}
ul#sub_navi li#sub_04 a.selected{background:url(images/common/Bt_Sub04.gif) no-repeat left -16px;}

/******************************* END Navigation *******************************/

/******************************* General *******************************/
body{
	color:#333333;
	}

a{
	text-decoration:underline;
	color:#333333;
	/* ¥*/
	overflow:hidden;
	/* */
	}

a:hover{
	color:#CCCCCC;
	text-decoration:none;
	}

/* clearfix */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-table;zoom:1;}
/* \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* */

h1, h2, h3, h4 {
	}

.entry p{
	margin-bottom:1em;
	}

.entry strong{
	font-weight:bold;
	}
	
.totop{
	width:950px;
	margin:0 auto;
	padding:20px 0 40px 0;
	}
	
.totop a{
	display:block;
	text-indent:-9999px;
	float:right;
	width:58px;
	height:14px;
	background:url(images/common/Bt_Totop.gif) no-repeat;
	}

.totop a:hover{	background:url(images/common/Bt_Totop.gif) no-repeat left -14px;}

/******************************* END General *******************************/


/******************************* Content *******************************/

/* メイン画像読み込み用 */
#ph_main{
	width:950px;
	height:250px;
	margin:0 auto;
	text-align:left;
	}

/* トップページ */
body.home #main{
	background:none;
	}
	
body.home #content{
	float:left;
	width:540px;
	background:none;
	padding:0;
	}

body.home #content #topics{
	border-left:#261C09 4px solid;
	padding:10px;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-size:10px;
	_font-size:75%;/* for ie6 */
	}
	html>body.home #content #topics {   
	font-size /*\**/: 75%\9;
	}/* for ie7,8 */

body.home #content #topics dl{
	padding-top:4px;
	}
	
body.home #content #topics dl dt{
	width:6.5em;
	float:left;
	}

body.home #content #topics dl dd{
	float:left;
	}

body.home #content #topics dl dd a{
	text-decoration:none;
	}

body.home #sidebar{
	float:right;
	width:350px;
	}
	
/* イベント＆トピックス */

body.archive h2.pagetitle,body.single h2.pagetitle{
	background: url(images/topics/Ttl_h2_01.gif) no-repeat;
	width:730px;
	height:30px;
	text-indent:-9999px;
	}

body.archive div.topics_box{
	margin-top:15px;
	border-top:#E8DCCB 1px solid;
	width:730px;
	}
	
body.archive div.topics_box dl{
	background: url(images/topics/Bg_Topics.gif) no-repeat bottom;
	width:730px;
	}

body.archive div.topics_box dl dt{
	width:7em;
	padding:10px 0 11px 0;
	float:left;
	}

body.archive div.topics_box dl dd{
	padding:10px 0 11px 0;
	float:left;
	}
	
body.archive div.topics_box dl dd a{
	text-decoration:none;
	}


body.single #content h3{
	border-top:#E8DCCB 1px solid;
	background: url(images/topics/Bg_Topics.gif) no-repeat bottom;
	width:730px;
	font-size:1.1em;
	padding:10px 0 11px 0;
	margin-bottom:10px;
	}

/* 各ページタイトル */
body.page #content h2{
	width:730px;
	height:30px;
	text-indent:-9999px;
	margin-bottom:30px;
	} 

body.page #content h2.bridal{background: url(images/bridal/Ttl_h2_01.gif) no-repeat;}
body.page #content h2.hairmake{background: url(images/hairmake/Ttl_h2_01.gif) no-repeat;}
body.page #content h2.hairmakemenu{background: url(images/hairmake/Ttl_h2_02.gif) no-repeat;}
body.page #content h2.hairmakehomecare{background: url(images/hairmake/Ttl_h2_03.gif) no-repeat;}
body.page #content h2.hairmakeprice{background: url(images/hairmake/Ttl_h2_04.gif) no-repeat;}
body.page #content h2.headspa{background: url(images/headspa/Ttl_h2_01.gif) no-repeat;}
body.page #content h2.headspahomecare{background: url(images/headspa/Ttl_h2_02.gif) no-repeat;}
body.page #content h2.headspaprice{background: url(images/headspa/Ttl_h2_03.gif) no-repeat;}
body.page #content h2.facial,body.page #content h2.facial110926{background: url(images/facial/Ttl_h2_01.gif) no-repeat;}
body.page #content h2.facialhomecare,body.page #content h2.facialhomecare110926{background: url(images/facial/Ttl_h2_02.gif) no-repeat;}
body.page #content h2.facialprice,body.page #content h2.facialprice110926{background: url(images/facial/Ttl_h2_03.gif) no-repeat;}
body.page #content h2.clothes{background: url(images/clothes/Ttl_h2_01.gif) no-repeat;}
body.page #content h2.clothesprice{background: url(images/clothes/Ttl_h2_02.gif) no-repeat;}
body.page #content h2.voice{background: url(images/voice/Ttl_h2_01.gif) no-repeat;}
body.page #content h2.contact{background: url(images/contact/Ttl_h2_01.gif) no-repeat;}

/* 料金表 */
body.page table.price{
	width:730px;
	}
	
body.page table.price th{
	width:12em;
	font-weight:bold;
		padding-bottom:15px;
	}

body.page table.price td{
	padding-bottom:15px;
	}

/* フォントサイズ小 */
body.page #content p.smalltext{
	font-size:10px;
	_font-size:75%;/* for ie6 */
	}
html>body.page #content p.smalltext {   
	font-size /*\**/: 75%\9;
	}/* for ie7,8 */
	
/******************************* END Content *******************************/
/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	}

h2.pagetitle {
	font-size: 1em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */

/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
	
.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}

/* End Structure */

/*	Begin Headers */
h1 {
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	padding: 0;
	margin:0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */


/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */

/* Begin Sidebar */
#sidebar
	{
	}

/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

#navigation {
	display: block;
	text-align: center;
	padding: 10px 0;
	}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* End captions */


/*----------------------------------------------------
　微調整用
----------------------------------------------------*/
/* margin */
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mb-0{margin-bottom:0px;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
.ml-0{margin-left:0px;}
.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.mr-0{margin-right:0px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-20{margin-right:20px;}

/*padding*/
.pd-0{padding:0px;}
.pb-10{padding-bottom:10px;}

/* text-align */
.ta-left{text-align:left;}
.ta-center{text-align:center;}
.ta-right{text-align:right;}

/* Float */
.fl-left {float:left;}
.fl-right {float:right;}
.fl-center {margin:0 auto;}

/* Clear */
.clearer {clear:both;}

/* width */
.w-50{width:50%;}
.w-90{width:90%;}
.w-100{width:100px;}
.w-340{width:340px;}

/*----------------------------------------------------
　END　微調整用
----------------------------------------------------*/

/*----------------------------------------------------
Contact　フォーム用
----------------------------------------------------*/

#post-12 input{
border:1px #cccccc solid;
}

#post-12 textarea{
border:1px #cccccc solid;
}

/*----------------------------------------------------
Contact　フォーム用　END
----------------------------------------------------*/

.h3-txt{
font-size:18px;
font-weight:bold;
color:#9F6A0A;
}

.txt-aligntop{
vertical-align:top !important;
}

.txt-bold{
font-weight:bold;
color:#271F0C;
}

.bridal-txtbig{
font-size:16px;
font-weight:bold;
color:#251E0C;
}

.bridal-banner01{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/Ph_bridal01.jpg) no-repeat center top;
width:312px;
height:205px;
padding:18px 0px 0px 418px;
}

.bridal-banner02{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/Ph_bridal02.jpg) no-repeat center top;
width:312px;
height:205px;
padding:18px 0px 0px 418px;
}

.clothes-txtbig{
font-size:16px;
font-weight:bold;
}

.clothes_back_01{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes1_012.jpg) no-repeat left top;
}

.clothes_btn_01:link{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes1_012.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_01:visited{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes1_012.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_01:hover{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes1_01_on1.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_back_02{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_01.jpg) no-repeat center top;
}

.clothes_btn_02:link{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_01.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_02:visited{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_01.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_02:hover{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_01_on.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_back_03{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_02.jpg) no-repeat center top;
}

.clothes_btn_03:link{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_02.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_03:visited{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_02.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_03:hover{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_02_on.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}


.clothes_back_04{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_03.jpg) no-repeat center top;
}

.clothes_btn_04:link{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_03.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_04:visited{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_03.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_04:hover{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_03_on.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_back_05{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_04.jpg) no-repeat center top;
}

.clothes_btn_05:link{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_04.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_05:visited{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_04.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_05:hover{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_04_on.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_back_06{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_05.jpg) no-repeat center top;
}

.clothes_btn_06:link{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_05.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_06:visited{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_05.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}

.clothes_btn_06:hover{
background:url(http://www.tojo.co.jp/maison/wp/wp-content/uploads/2010/09/btn_clothes2_05_on.jpg) no-repeat center top;
padding:10px 5px 0px 140px;
width:210px;
height:140px;
display:block;
color:#E8DDC9;
text-decoration:none;
}
