@charset "utf-8";
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

body {
	background:#ffffff;
	margin: 0 auto;
	line-height:200%;
	color:#000000;
	text-align:center;
	font-size: 14px;
}

html {
	overflow-y:scroll;
}

p	{
	margin-bottom:1em;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

img,
fieldset {
	border:0;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

table, td, th	{
	padding:1px;
}

h5	{
	font-size:14px;
}




/*-----------------------------------------------
 H## Setting
-----------------------------------------------*/

h2#TOPICS_title	{
	display:block;
	margin:10px;
	height:30px;
	width:780px;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba2_topics.gif) no-repeat top center;
}


h2#STYLE_title	{
	display:block;
	margin:10px;
	height:30px;
	width:780px;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba2_style.gif) no-repeat top center;
}

h2#BRANDS_title	{
	display:block;
	margin:10px;
	height:30px;
	width:780px;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba2_brands.gif) no-repeat top center;
}

h2#store_title	{
	display:block;
	margin:10px;
	height:30px;
	width:780px;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba2_store.gif) no-repeat top center;
}

h2#contact_title	{
	display:block;
	margin:10px;
	height:30px;
	width:780px;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba2_contact.gif) no-repeat top center;
}




h3#brands_list	{
	display:block;
	height:20px;
	width:780px;
	margin:10px 0;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba3_brands.gif) no-repeat left;
	border:none;
}

h3#haute_couture	{
	display:block;
	height:40px;
	width:780px;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba3_brands001.gif) no-repeat left;
	border:none;
}

h3#bag_accesory	{
	display:block;
	height:40px;
	width:780px;
	text-indent:-9877em;
	text-decoration:none;
	background: url(../images/ba3_brands002.gif) no-repeat left;
	border:none;
}


h3	{
	display:block;
	height:25px;
	width:780px;
	margin:10px 0;
	border-bottom:1px #000000 solid;
	text-decoration:none;
	font-size:16px;
	text-indent:0.5em;
}




/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#000;
	text-decoration:underline;
}

a:link {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#cc3300;
	text-decoration:none;
}

a:active {
	color:#cc3300;
	text-decoration:none;
}

/*=============================================
 container
===============================================*/
#container {
	width: 800px;
	padding:0;
	margin:0 auto;
	text-align:left;
}


/*=============================================
 header
===============================================*/

#header {
	padding:0;
	margin:0;
}

p#description	{
	font-size:0px;
	padding:0;
	margin:0;
	line-height:0px;
	overflow:hidden;
	width:0;
	height:0;
	visibility:hidden;
	text-indent:-9877em;
}

#header_top	{
	margin:0;
	padding:0;
}

#header_left	{
	width:393px;
	float:left;
	padding-top:15px;
}

#header_right	{
	width:407px;
	padding-top:57px;
	float:right;
}

#header_left h1 a {
	display: block;
	position: relative;
	width: 190px;
	height: 65px;
	text-decoration:none;
	text-indent: -9877em;
	background: url("../images/obj_sitetitle.gif") left top;
	overflow:hidden;
}

#header_bottom	{
	clear:both;
	width:800px;
	margin:0;
	padding:0;
}

#header_bottom #flash	{
	clear:both;
	margin-top:20px;
	width:800px;
	height:400px;
	padding:0;
}


/*=============================================
 global navigation
===============================================*/
#g_navi {
	clear:both;
	width:394px;
	height:16px;
	padding:0px;
	margin:0px;
	background:url("../images/bg_g-navi.gif") no-repeat top;
	overflow:hidden;
}

#g_navi ul {
	padding:0;
	margin:0;
}

#g_navi ul li {
	display:inline;
	list-style-type:none;
}

#g_navi ul li a {
	display:block;
	float:left;
	height:16px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}


#g_navi ul li.gnavi_home a {
	width:56px;
	background: url("../images/bt_g-navi.gif") 0px 0px;
}

#g_navi ul li.gnavi_topics a {
	width:69px;
	background: url("../images/bt_g-navi.gif") -56px 0px;
}

#g_navi ul li.gnavi_style a {
	width:56px;
	background: url("../images/bt_g-navi.gif") -125px 0px;
}

#g_navi ul li.gnavi_brands a {
	width:75px;
	background: url("../images/bt_g-navi.gif") -181px 0px;
}

#g_navi ul li.gnavi_store a {
	width:63px;
	background: url("../images/bt_g-navi.gif") -256px 0px;
}

#g_navi ul li.gnavi_contact a {
	width:75px;
	background: url("../images/bt_g-navi.gif") -319px 0px;
}


#g_navi ul li.gnavi_home a:hover {
	width:56px;
	background: url("../images/bt_g-navi.gif") 0px -16px;
}

#g_navi ul li.gnavi_topics a:hover {
	width:69px;
	background: url("../images/bt_g-navi.gif") -56px -16px;
}

#g_navi ul li.gnavi_style a:hover {
	width:56px;
	background: url("../images/bt_g-navi.gif") -125px -16px;
}

#g_navi ul li.gnavi_brands a:hover {
	width:75px;
	background: url("../images/bt_g-navi.gif") -181px -16px;
}

#g_navi ul li.gnavi_store a:hover {
	width:63px;
	background: url("../images/bt_g-navi.gif") -256px -16px;
}

#g_navi ul li.gnavi_contact a:hover {
	width:75px;
	background: url("../images/bt_g-navi.gif") -319px -16px;
}


/*=============================================
 body
===============================================*/
#body {
	clear:both;
	padding:0;
	margin:0;
	width:800px;
	overflow: hidden;
}

.inner	{
	padding:10px;
}

ul.brands_lists	{
	list-style:outside none none;
	margin-left:20px;
}

ul.brands_lists li	{
	background:url(../images/p01.gif) left no-repeat;
	padding-left:15px;
	width:210px;
	float:left;
}
table#aboutus_table	{
	margin-left:10px;
	border:#cccccc 1px solid;
}

table#aboutus_table	th	{
	padding:5px 5px 5px 25px;
	background:url(../images/p01.gif) left no-repeat #efefef;
	width:80px;
	text-align:left;
	margin:2px 0;
}

table#aboutus_table	td	{
	padding:5px;
	background-color:#FFFFFF;
	width:390px;
	margin:2px 0;
}

#googlemap	{
	width:520px;
	height:390px;
	margin-left:10px;
}

table#store_table	{
	margin-left:10px;
	border-collapse:collapse;
}

table#store_table	th	{
	padding:5px;
	width:120px;
	text-align:center;
	background-color:#efefef;
	font-weight:normal;
}

table#store_table	td	{
	padding:5px;
	background-color:#FFFFFF;
	width:350px;
	margin:2px 0;
}

table#contact_table	{
	margin-left:10px;
	border-collapse:collapse;
}

table#contact_table	th	{
	padding:5px;
	width:120px;
	text-align:right;
	background-color:#efefef;
	font-weight:normal;
}

table#contact_table	td	{
	padding:5px;
	background-color:#FFFFFF;
	width:250px;
	margin:2px 0;
}

.date	{
	text-align:right;
	padding:5px;
}


/*=============================================
 footer
===============================================*/
#footer {
	clear:both;
	padding:10px 6px 30px 6px;
	margin:0;
}

#footer #copy	{
	display: block;
	position: relative;
	float:right;
	width: 340px;
	height: 50px;
	text-decoration:none;
	text-indent: -9877em;
	background: url(../images/txt_copyright.gif) right bottom no-repeat;
	overflow:hidden;
}

dl#update	{
	width:400px;
	float:left;
}

dl#update dt	{
	float:left;
	clear:left;
	width:70px;
	list-style-type:none;
	padding-left:5px;
	font-size:9px;
	height:18px;
}

dl#update dd	{
	width:320px;
	list-style-type:none;
	font-size:9px;
	height:18px;
}



#breadcrumb	{
	padding:10px 0 10px 15px;
}
