/* CSS Document - BRIDE-SHOWROOM */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	background: #333;
	color: #4D4D4D;
}

strong { font-weight: normal; }
img { border: none; }

/* --clear-- */
.clear_bt { clear: both; }
.clear_lf { clear: left; }
.clear_ri { clear: right; }
.clear_10lf { clear: left; height: 10px; }
.clear_20lf { clear: left; height: 20px; }
.clear_30lf { clear: left; height: 30px; }

/* --spacer-- */
.spacer_h10 { height: 10px; }
.spacer_h20 { height: 20px; }
.spacer_h30 { height: 30px; }
.spacer_h40 { height: 40px; }
.spacer_h50 { height: 50px; }



/*--HEAD-----------------------------------------------------------------*/
#head_wrap{
	width: 100%;
	background:url(../images/common/head_bg.gif) repeat-x;
}

#head{
	margin: 0 auto;
	width: 835px;
	height: 53px;
	text-align: left;
	background: url(../images/common/head_btn.gif) no-repeat;
}

#logo{
	float: left;
	width: 180px;
}

h1{
	text-indent: -9999px;
	font-size: 10px;
	padding: 5px 0 0 22px;
}

h1 a{
	display: block;
	width: 110px;
	height: 40px;
}

#global{
	float: right;
	width: 529px;
	height: 10px;
}

#global ul{
	list-style-type: none;
	margin-top: 15px;
}

#global li{
	text-indent: -9999px;
	padding: 0 0 0 14px;
	float: left;
}

#global a{
	display: block;
	height: 20px;
}

a#g_top{
	width: 35px;
}

a#g_access{
	width: 63px;
}

a#g_product{
	width: 82px;
}

a#g_outlet{
	width: 62px;
}

a#g_gallery{
	width: 70px;
}

a#g_diary{
	width: 50px;
}

a#g_contact{
	width: 69px;
}

/*--CONTENTS-------------------------------------------------------------------*/
#contents_wrap{
	width: 100%;
	padding-top: 20px;
	background: #FFF;
}

#contents{
	margin: 0 auto;
	width: 835px;
	text-align: left;
}

.title{
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #3C3C3C;
	background: #0F0F0F;
}

.search_tbl{
	background: #DDD;
}

.search_tbl{
	background: #DDD;
}


/*--PAGETOP--*/
#pagetop{
	padding: 10px 5px;
}

#pagetop p{
	text-indent: -9999px;
	height: 11px;
	background: url(../images/common/page_top.gif) no-repeat right;
}

#pagetop a{
	margin-left: 750px;
	display: block;
	height: 11px;
	width: 71px;
}

/*--TOPページ--*/
#top_tbl{ 
	font-size: 80%; 
	width:834px;
}

#top_tbl h2{ 
	margin-bottom: 10px; 
	padding: 5px; 
	font-size: 100%; 
	font-weight: bold; 
	border-bottom: 3px double #3C3C3C;
}

#top_tbl a{ 
	text-decoration: none;
}

#top_tbl ul{ 
	padding: 0 0 30px; 
	list-style-type: none;
}

#top_tbl ul li{ 
	margin: 0 0 5px 5px; 
	padding-left: 10px; 
	float: left; 
	width: 190px; 
	background: url(../images/common/arrow.gif) no-repeat 0 0.3em;
}

/*--FOOT-----------------------------------------------------------------------*/
#foot_wrap{
	width: 100%;
	background: url(../images/common/foot_bg.gif) repeat-x;
}

#foot{
	margin: 0 auto;
	width: 835px;
	height: 105px;
	text-align: left;
	background: url(../images/common/foot_btn.gif) no-repeat;
}



#f_global ul{
	padding: 12px 0 0;
	list-style-type: none;
}

#f_global li{
	float: left;
	text-indent: -9999px;
	padding-right: 9px;
}

#f_global li a{
	display: block;
	height: 15px;
}

a#f_top {
	width: 27px;
}

a#f_access {
	width: 52px;
}

a#f_privacy {
	width: 55px;
}

a#f_sitemap {
	width: 56px;
}

a#f_contact {
	width: 59px;
}

#foot p {
	display: none;
}

