@charset "UTF-8";
/* CSS Document */
	
/* ///////////////////////////////////////////

初期化

////////////////////////////////////////////*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 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;  
}  
ol, ul{  
    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;  
}  
a{
	color:  #900;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
figure{
	margin: 0;
	padding: 0;
}



/* ///////////////////////////////////////////

Font

////////////////////////////////////////////*/

body {
	font:13px/1.231 'ヒラギノ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	color: #333;
	line-height: 1.7;
	background: url(../images/bg_under.jpg) repeat-x 0 0;
	}

body#top {
	background: url(../images/bg_top.jpg) repeat-x 0 0;
	}


select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}
button{
	border: none;
	background: none;
	margin: 10px 0 0 0;
}
table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.bold{
	font-weight: bold;
}
div#wrapper{
	height: 100%;
	margin-top: 0;
}
div#contents{
	width: 900px;
	margin: 0 auto;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}


/* ///////////////////////////////////////////

Global style

////////////////////////////////////////////*/

div#contents-area{
	width: 930px;
	margin: 0 auto;
}
h1#logo a{
	display: block;
	background: url(../images/logo.jpg) no-repeat 0 0;
	width: 222px;
	height: 42px;
	text-indent: -9999px;
	float: left;
	margin: 20px 0;
	overflow: hidden;
	}
ul#main-navi{ 
	float: right;
	width: 683px;
	margin: 24px 0;
	}
ul#main-navi:after{ 
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
ul#main-navi li a{
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
ul#main-navi li{
	float: left;
	display: block;
	text-indent: -9999px;
}
ul#main-navi li#nav-about a{	background: url(../images/main-navi.jpg) 0px 0 no-repeat; width:83px;}
ul#main-navi li#nav-news a{	background: url(../images/main-navi.jpg) -83px 0 no-repeat; width:84px;}
ul#main-navi li#nav-kimono a{	background: url(../images/main-navi.jpg) -167px 0 no-repeat; width:110px;}
ul#main-navi li#nav-yukata a{	background: url(../images/main-navi.jpg) -277px 0 no-repeat; width:105px;}
ul#main-navi li#nav-item a{	background: url(../images/main-navi.jpg) -382px 0 no-repeat; width:100px;}
ul#main-navi li#nav-howto a{	background: url(../images/main-navi.jpg) -482px 0 no-repeat; width:80px;}
ul#main-navi li#nav-contact a{	background: url(../images/main-navi.jpg) -565px 0 no-repeat; width:113px;}


ul#main-navi li#nav-about a:hover{	background: url(../images/main-navi.jpg) 0px -38px no-repeat; width:83px;}
ul#main-navi li#nav-news a:hover{	background: url(../images/main-navi.jpg) -83px -38px no-repeat; width:84px;}
ul#main-navi li#nav-kimono a:hover{	background: url(../images/main-navi.jpg) -167px -38px no-repeat; width:110px;}
ul#main-navi li#nav-yukata a:hover{	background: url(../images/main-navi.jpg) -277px -38px no-repeat; width:105px;}
ul#main-navi li#nav-item a:hover{	background: url(../images/main-navi.jpg) -382px -38px no-repeat; width:100px;}
ul#main-navi li#nav-howto a:hover{	background: url(../images/main-navi.jpg) -482px -38px no-repeat; width:80px;}
ul#main-navi li#nav-contact a:hover{	background: url(../images/main-navi.jpg) -565px -38px no-repeat; width:113px;}


footer p{
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(../images/bg-footer.jpg) repeat-x #f9f9f9 0 bottom;;
	margin-bottom: 10px;
	height: 38px;
	}
footer p a{
	color: #555;
	}
footer address{
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
	}
p#pankuzu{
	clear: both;
	margin: 0px 0px 20px 0;
	padding: 5px 0 5px 10px;
	font-size: 10px;
	color: #fff;
	background-color: #591507;
	}
div#left-area{
	width: 200px;
	float: left;
	}
div#left-area h3{
	border-bottom: 1px solid #b0a5a2;
	margin-bottom: 5px;
	}
div#right-area{
	width: 700px;
	float: right;
	}
p#pankuzu a{
	color: #fff;
	}
ul#left-navi{
	margin-bottom: 40px;
	}
ul#left-navi li{
	border-bottom: 1px solid #b0a5a2;
	padding: 10px 0;
	}
div#left-contact-area{
	background: url(../images/bg-left-contact.jpg) no-repeat 0 0;
	width: 200px;
	padding: 220px 0 0 15px;
	height: 95px;
	*height: 305px;
	}
div.contact-area{
	background: url(../images/bg-contact.jpg) no-repeat 0 0;
	padding: 25px 0 0 385px;
	margin: 20px 0;
	height: 122px;
	}

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

/* common color */
.red{color: #990000;}
.red02{color: #F00;}
.pink	{color: #ef0794;}
.gold	{color: #d5ac30;}
.blue	{color: #0698ff;}
.orange	{color: #ff8706;}
.violet	{color: #ff66fa;}
.purple	{color: #a158eb;}
.brown	{color:	#8B3234;}
.gray	{color:	#777;}
.green	{color: #008b43;}
/*___/ clearfix /___*/

.tright{ text-align: right;}

.fright{ float: right;}
.fleft{ float: left;}
.clear{ clear: both; }
.center{ text-align: center;}

.font10{	font-size: 10px;}
.font11{	font-size: 11px;}
.font12{	font-size: 12px;}
.font14{	font-size: 14px;}
.font18{	font-size: 18px;}
.font19{	font-size: 19px;}
.font24{	font-size: 24px;}

.textRight{	text-align: right;}
.textCenter{ text-align: center; }

.mt5{	margin-top: 5px}
.mt10{	margin-top: 10px}
.mt13{	margin-top: 13px}
.mt15{	margin-top: 15px}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt65{	margin-top: 65px;}
.mt80{	margin-top: 80px;}
.mt100{	margin-top: 100px;}
.mb10{	margin-bottom: 10px;}
.mb15{	margin-bottom: 10px;}
.mb20{	margin-bottom: 20px;}
.mb30{	margin-bottom: 30px;}
.mb40{	margin-bottom: 40px;}

.mr5{	margin-right: 5px}
.mr10{	margin-right: 10px}
.mr15{	margin-right: 15px}
.mr20{	margin-right: 20px}
.mr25{	margin-right: 25px}
.mr30{	margin-right: 30px}


.ml5{	margin-left: 5px}
.ml10{	margin-left: 10px}
.ml15{	margin-left: 15px}
.ml20{	margin-left: 20px}

.p5{	padding: 5px}
.p10{	padding: 10px}
.p15{	padding: 15px}

.pt10{ padding-top: 10px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt40{ padding-top: 40px;}

.pb10{ padding-bottom: 10px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb40{ padding-bottom: 40px;}


.pl15{	padding-left: 15px}
.pl20{	padding-left: 20px}

.pr15{	padding-right: 15px}
.pr20{	padding-right: 20px}

.pb15{	padding-bottom: 15px}

.bold{	font-weight: bold;}

.pagetop{
	clear: both;
	text-align: right;
	margin: 15px 0 0 0;
	height: 29px;
}

.borderBottom{ border-bottom: 1px solid #10a5bf; height: 100%; _padding: 20px 0;}

tr.even th{background:#fff;}
tr.odd th{background:#f4f4f4;}
tr.even td{background:#fff;}
tr.odd td{background:#f4f4f4;}

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