@charset "utf-8";
/*
Theme Name: カグラのテーマ
Theme URI: http://www.petabit.co.jp/
Description: petabitが作成したテーマ
Author: petabit Corporation
Author URI: http://www.petabit.co.jp/
Tags: green, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by petabit. Inc.,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("base.css");

/*------------------------------------------------------
　　　　　★★★ Basic setting 基本設定　★★★
-------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: url(image/wrapper_bg.jpg) top repeat-x;
}

/*------------------------------------------------------
　　　　　　　＊　header　ヘッダー　＊
-------------------------------------------------------*/

div#header_bg{
	width: 100%;
	height: auto;
	background: #F4E6DD url(image/header_bg.jpg) bottom repeat-x;
	border-top: 2px solid #714521;
}
div#header{
	text-align: left;
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
	padding-top: 10px;
}
/* h1 */
div#header h1{
	margin: 0 0 5px 5px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	line-height: 10px;
}

/* ロゴ */
div#header div#header_logo ,
div#header div#header_logo a {
	display: block;
	width: 290px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background: url(image/logo.jpg) top left no-repeat;
}
div#header div#header_logo {
	background: none;
}

/* お問い合わせ */
div#header div#header_contact ,
div#header div#header_contact a {
	display: block;
	width: 140px;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	background: url(image/header_contact.jpg) top left no-repeat;
}
div#header div#header_contact {
	background: none;
}
div#header div#header_logo a:hover ,
div#header div#header_contact a:hover  {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/*------------------------------------------------------
　　　　　＊　globalnav　グローバルナビ　＊
-------------------------------------------------------*/
ul#globalnav{
	clear:both;
	overflow: hidden;
	height: 52px;
}
ul#globalnav li ,
ul#globalnav li a {
	float:left;
	display:block;
	height:52px;
	text-indent: -9999px;
	overflow:hidden;
}
ul#globalnav li#nav_01 ,
ul#globalnav li#nav_01 a {
	width: 111px;
	background: url(image/globalnavi01.jpg) top left no-repeat;
} ul#globalnav li#nav_01 a.on ,
ul#globalnav li#nav_01 a:hover {
	background: url(image/globalnavi01_on.jpg) top left no-repeat;
}
ul#globalnav li#nav_02 ,
ul#globalnav li#nav_02 a {
	width: 140px;
	background: url(image/globalnavi02.jpg) top left no-repeat;
} ul#globalnav li#nav_02 a.on ,
ul#globalnav li#nav_02 a:hover {
	background: url(image/globalnavi02_on.jpg) top left no-repeat;
}
ul#globalnav li#nav_03 ,
ul#globalnav li#nav_03 a {
	width: 175px;
	background: url(image/globalnavi03.jpg) top left no-repeat;
} ul#globalnav li#nav_03 a.on ,
ul#globalnav li#nav_03 a:hover {
	background: url(image/globalnavi03_on.jpg) top left no-repeat;
}
ul#globalnav li#nav_04 ,
ul#globalnav li#nav_04 a {
	width: 220px;
	background: url(image/globalnavi04.jpg) top left no-repeat;
} ul#globalnav li#nav_04 a.on ,
ul#globalnav li#nav_04 a:hover {
	background: url(image/globalnavi04_on.jpg) top left no-repeat;
}
ul#globalnav li#nav_05 ,
ul#globalnav li#nav_05 a {
	width: 175px;
	background: url(image/globalnavi05.jpg) top left no-repeat;
} ul#globalnav li#nav_05 a.on ,
ul#globalnav li#nav_05 a:hover {
	background: url(image/globalnavi05_on.jpg) top left no-repeat;
}
ul#globalnav li#nav_06 ,
ul#globalnav li#nav_06 a {
	width: 139px;
	background: url(image/globalnavi06.jpg) top left no-repeat;
} ul#globalnav li#nav_06 a.on ,
ul#globalnav li#nav_06 a:hover {
	background: url(image/globalnavi06_on.jpg) top left no-repeat;
}

	
/*------------------------------------------------------
　　　　　　　　＊　main　メイン　＊
-------------------------------------------------------*/
div#contents_bg {
	width: 100%;
	background:url(image/main_bg.jpg) center repeat-y;
}
div#contents_top {
	padding-top: 15px;
	width: 100%;
	background:url(image/main_top.jpg) center top no-repeat;
}
div#contents_bottom {
	width: 100%;
	background:url(image/main_bottom.jpg) center bottom no-repeat;
	min-height: 670px;
	padding-bottom: 30px;
}

div#main{
	text-align: left;
	width: 960px;
	margin:0 auto;
	overflow: hidden;
}
div#main_padding{
	padding: 0 20px 0;
}

/*------------------------------------------------------
　　　　　　＊　footer　フッター　＊
-------------------------------------------------------*/

div#footer {
	width: 100%;
	height: auto;
	padding: 10px 0;
	clear: both;
}

/* ページの先頭に戻る */
div#footer div.go_top {
	width: 960px;
	height: auto;
	margin: 0 auto 10px;
	text-align: right;
}
div#footer div.go_top a {
	display: inline-block;
	background: url(image/go_top.jpg) center left no-repeat;
	padding-left: 20px;
	min-height: 20px;
	_height: 20px;
	font-size: 12px;
	color: #333;
	margin-right: 10px;
}

/* フッター背景 */
div#footer div#footer_bg1 {
	width: 100%;
	height: auto;
	border-top: 2px solid #714521;
	background: #EADBBE url(image/footer_bg1.jpg) bottom repeat-x;
	padding: 8px 0 12px;
}
div#footer div#footer_bg2 {
	width: 100%;
	height: auto;
	background: #fff url(image/footer_bg2.jpg) top repeat-x;
	padding: 8px 0;
}
div#footer ul {
	width: 960px;
	height: auto;
	margin: 0 auto;
	_margin: 0;
	font-size: 93%;
}
div#footer ul li {
	display: inline;
	white-space: nowrap;
}
div#footer ul li a {
	color: #683913;
	padding: 0 15px;
}
div#footer div#footer_bg1 a {
	background: url(image/footer_bg1_list.jpg) left center no-repeat;
}
div#footer div#footer_bg2 a {
	background: url(image/footer_bg2_list.jpg) 3px center no-repeat;
}

div#footer div#copyright {
	width: 960px;
	font-size: 12px;
	color: #683913;
	margin: 0 auto;
}

/*------------------------------------------------------
　　　　　　★　index TOPページ　★
-------------------------------------------------------*/

div#main div#top_flash {
	margin-bottom: 10px;
}

/* topナビ これは4つのヤツですよ */
div#main ul#top_nav {
	margin-bottom: 20px;
	height: 110px;
}
div#main ul#top_nav li ,
div#main ul#top_nav li a{
	float: left;
	display: block;
	width: 230px;
	height: 110px;
	text-indent: -9999px;
	overflow: hidden;
	background: #E85D84;
}
div#main ul#top_nav li#top_nav_01 ,
div#main ul#top_nav li#top_nav_01 a {
	background: url(image/topnavi01.jpg) top left no-repeat;
} div#main ul#top_nav li#top_nav_01 a:hover {
	background: url(image/topnavi01_on.jpg) top left no-repeat;
}
div#main ul#top_nav li#top_nav_02 ,
div#main ul#top_nav li#top_nav_02 a {
	background: url(image/topnavi02.jpg) top left no-repeat;
} div#main ul#top_nav li#top_nav_02 a:hover {
	background: url(image/topnavi02_on.jpg) top left no-repeat;
}
div#main ul#top_nav li#top_nav_03 ,
div#main ul#top_nav li#top_nav_03 a {
	background: url(image/topnavi03.jpg) top left no-repeat;
} div#main ul#top_nav li#top_nav_03 a:hover {
	background: url(image/topnavi03_on.jpg) top left no-repeat;
}
div#main ul#top_nav li#top_nav_04 ,
div#main ul#top_nav li#top_nav_04 a {
	background: url(image/topnavi04.jpg) top left no-repeat;
} div#main ul#top_nav li#top_nav_04 a:hover {
	background: url(image/topnavi04_on.jpg) top left no-repeat;
}

/* ==左コンテンツ== */
div#main div#top_left {
	width: 620px;
	height: auto;
	float: left;
}

/* What's new *//* スタッフブログ */
div#main div#top_left div#top_info ,
div#main div#top_left div#top_blog {
	width: 620px;
	height: auto;
	background: url(image/top_info_bg.jpg) left repeat-y;
	margin-bottom: 10px;
}
div#main div#top_left div#top_info_bottom ,
div#main div#top_left div#top_blog_bottom {
	height: auto;
	background: url(image/top_info_bottom.jpg) left bottom no-repeat;
	padding: 5px 10px;
}

div#main div#top_left div#top_info h2#h2_top_info {
	width: 620px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/top_info.jpg) top left no-repeat;
}
div#main div#top_left div#top_blog h2#h2_top_blog {
	width: 620px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/top_blog.jpg) top left no-repeat;
}

div#main div#top_left div#top_info dl ,
div#main div#top_left div#top_blog dl {
	height: 96px;
	overflow-y: scroll;
	color: #333;
	font-size: 13px;
	margin: 0 0 5px;
}
div#main div#top_left div#top_info dl dt ,
div#main div#top_left div#top_blog dl dt {
	width: 90px;
	padding-top: 5px;
	margin-left: 5px;
}
div#main div#top_left div#top_info dl dd ,
div#main div#top_left div#top_blog dl dd {
	margin: -1.4em 10px 0 0;
	padding: 0 0 5px 175px;
	border-bottom: 1px solid #E5E5E5;
}
div#main div#top_left div#top_info dl dd img ,
div#main div#top_left div#top_blog dl dd img {
	vertical-align: middle;
	margin: 0 5px 0 -80px;
}
div#main div#top_left div#top_info dl dd a ,
div#main div#top_left div#top_blog dl dd a {
	color: #333;
}

div#main div#top_left div#top_info div.top_info_list ,
div#main div#top_left div#top_blog div.top_blog_list {
	text-align: right;
}

div#main div#top_left div#top_info div.top_info_list a ,
div#main div#top_left div#top_blog div.top_blog_list a {
	display: inline-block;
	padding-left: 10px;
	background: url(image/link_arrow.jpg) left center no-repeat;
}


/* ==右コンテンツ== */
div#main div#top_right {
	width: 280px;
	height: auto;
	float: right;
}

div#main div#top_right div#top_side_banner ,
div#main div#top_right div#top_side_banner2 {
	width: 280px;
	height: auto;
	background: url(image/top_side_bg.jpg) left repeat-y;
}
div#main div#top_right div#top_side_banner {
	margin-bottom: 20px;
}
div#main div#top_right div ul {
	background: url(image/top_side_bottom.jpg) left bottom no-repeat;
	padding-bottom: 7px;
}

div#main div#top_right div ul li ,
div#main div#top_right div ul li a {
	display: block;
	width: 268px;
	text-indent: -9999px;
	overflow: hidden;
}

div#main div#top_right div ul li {
	width: 280px;
	text-indent: 0;
	margin: 0 0 0 7px;
}
div#main div#top_right div ul li.top {
	width: 280px;
	text-indent: 0;
	margin: 0 0 5px 0;
}

div#main div#top_right div ul li ,
div#main div#top_right div ul li a {
	display: block;
	width: 268px;
	text-indent: -9999px;
	overflow: hidden;
}
div#main div#top_right div#top_side_banner ul li.nav_01 a {
	height: 58px;
	background: url(image/top_side_banner1_01.jpg) top left no-repeat;
}
div#main div#top_right div ul li.nav_02 a {
	height: 55px;
	background: url(image/top_side_banner1_02.jpg) top left no-repeat;
}
div#main div#top_right div ul li.nav_03 a {
	height: 57px;
	background: url(image/top_side_banner1_03.jpg) top left no-repeat;
}
div#main div#top_right div#top_side_banner2 ul li.nav_01 a {
	height: 54px;
	background: url(image/top_side_banner2_01.jpg) top left no-repeat;
}

div#main div#top_right div ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


/*------------------------------------------------------
　　　　　　★ 下層ページ　メイン　★
-------------------------------------------------------*/
/* == パンくずなび == */
div#main div#pankz {
	text-align: right;
	color: #666;
	font-size: 93%;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

/* == 右側 == */
div#main div#aside {
	width: 220px;
	height: auto;
	float: right;
}

/* 各カテゴリーメニュー */
div#aside div#aside_nav_menu {
	background: url(image/aside_menu_bg.jpg) left repeat-y;
	margin-bottom: 20px;
}
div#aside div#aside_nav_menu ul {
	background: #FAF6F3 url(image/aside_menu_bottom.jpg) left bottom no-repeat;
	overflow: hidden;
	padding-bottom: 5px;
}

div#aside div#aside_nav_menu ul li {
	margin: 0 10px;
	background: url(image/aside_menu_list_top.jpg) 0 5px no-repeat;
}
div#aside div#aside_nav_menu ul li div {
	padding: 4px 0 4px;
	background: url(image/aside_menu_list_bottom.jpg) left bottom no-repeat;
}
div#aside div#aside_nav_menu ul li.last div {
	background: url(image/aside_menu_list_bottom_last.jpg) left bottom no-repeat;
}
div#aside div#aside_nav_menu ul li a {
	display: block;
	background: #FAF6F3 url(image/aside_menu_list.jpg) 5px 50% no-repeat;
	padding: 3px 0 3px 15px;
	text-decoration: none;
}
div#aside div#aside_nav_menu ul li a.on ,
div#aside div#aside_nav_menu ul li a:hover {
	background: #F3D7D2 url(image/aside_memu_list_on.jpg) 5px 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 3px 0;
}

div#aside div#aside_nav_menu ul li.top ,
div#aside div#aside_nav_menu ul li.top a {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background: none;
}


div#aside div#aside_nav_menu ul li.company a {
	background: url(image/aside_company_menu.jpg) top left no-repeat !important;
}
div#aside div#aside_nav_menu ul li.product a {
	background: url(image/aside_product_menu.jpg) top left no-repeat !important;
}
div#aside div#aside_nav_menu ul li.info a {
	background: url(image/aside_info_menu.jpg) top left no-repeat !important;
}
div#aside div#aside_nav_menu ul li.kagura a {
	background: url(image/aside_kagura_menu.jpg) top left no-repeat !important;
}
div#aside div#aside_nav_menu ul li.shoplist a {
	background: url(image/aside_shoplist_menu.jpg) top left no-repeat !important;
}
div#aside div#aside_nav_menu ul li.business a {
	background: url(image/aside_business_menu.jpg) top left no-repeat !important;
}

div#aside div#aside_nav_menu ul li.top a.on {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div#aside div#aside_nav_menu ul li.top a:hover {
	padding: 0;
	margin: 0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* サイドバナー部 */
div#aside div.aside_banner {
	padding-bottom: 5px;
	background: url(image/aside_banner_bottom.jpg) bottom left no-repeat;
	margin-bottom: 20px;
}

/* ブランド リストメニュー */
div#aside ul#aside_brand {
	background: url(image/aside_banner_top.jpg) top left no-repeat;
	padding-top: 10px;
}
div#aside ul#aside_brand li ,
div#aside ul#aside_brand li a {
	display: block;
	width: 220px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}

div#aside ul#aside_brand li.nav_01 a {
	background: url(image/aside_banner_product01.jpg) top left no-repeat;
}
div#aside ul#aside_brand li.nav_02 a {
	background: url(image/aside_banner_product02.jpg) top left no-repeat;
}
div#aside ul#aside_brand li.nav_03 a {
	background: url(image/aside_banner_product03.jpg) top left no-repeat;
}
div#aside ul#aside_brand li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* バナー リストメニュー */
div#aside ul#aside_banner2 {
	background: url(image/aside_banner_top.jpg) top left no-repeat;
	padding-top: 10px;
}
div#aside ul#aside_banner2 li ,
div#aside ul#aside_banner2 li a {
	display: block;
	width: 220px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
}
div#aside ul#aside_banner2 li.nav_01 a {
	background: url(image/aside_banner_01.jpg) top left no-repeat;
}
div#aside ul#aside_banner2 li.nav_02 a {
	background: url(image/aside_banner_02.jpg) top left no-repeat;
}
div#aside ul#aside_banner2 li.nav_03 a {
	background: url(image/aside_banner_03.jpg) top left no-repeat;
}
div#aside ul#aside_banner2 li.nav_04 a {
	background: url(image/aside_banner_04.jpg) top left no-repeat;
}
div#aside ul#aside_banner2 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* パートナー リストメニュー */
/* div#aside ul#aside_partner {
background: url(image/aside_banner02_top.jpg) top left no-repeat;
	padding-top: 10px;
} */
div#aside ul#aside_partner li ,
div#aside ul#aside_partner li a {
	display: block;
	width: 220px;
	text-indent: -9999px;
	overflow: hidden;
}

div#aside ul#aside_partner li.top {
	height: 32px;
	background: url(image/aside_partner.jpg) top left no-repeat;
}

div#aside ul#aside_partner li.nav_01 a {
	height: 58px;
	background: url(image/aside_banner02_01.jpg) top left no-repeat;
}
div#aside ul#aside_partner li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}



/* == 左側 == */
div#main div#article {
	width: 680px;
	height: auto;
	float: left;
}

/*------------------------------------------------------
　　　　　★★★ 新着情報 /info/　★★★
-------------------------------------------------------*/
div#main div.info h3 {
	height: 14px;
	line-height: 14px;
	padding: 8px 0 8px 30px;
	background: url(image/info_h3_bg.jpg) center left no-repeat;
	font-weight: bold;
	font-size: 107%;
	color: #fff;
}

div#main div.info h3 a{
	text-decoration: none;
	color:#FFF;
}
div#main div.info h3 a:hover{
	text-decoration: underline;
}

	
div.page_title_arch2{
	margin:0 0 8px 0;
	padding:0;
	text-align:left;
	border:1px solid #cccccc;
	background:url(image/h4_icon01.jpg) no-repeat 5px 6px;
	width:160px;
}
div.page_title_arch3{
	margin:0 0 8px 0;
	padding:0;
	text-align:left;
	border:1px solid #cccccc;
	background:url(image/h4_icon02.jpg) no-repeat 5px 6px;
	width:160px;
}

/*------------------------------------------------------
　　　　　★★★ コレクション /product/　★★★
-------------------------------------------------------*/
div#main div.product .h3_01 {
	width: 680px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/product_h3_01.jpg) top left no-repeat;
	margin-bottom: 5px;
}
div#main div.product p.p01 {
	width: 680px;
	height: 365px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/product_img01.jpg) top left no-repeat;
	margin-bottom: 20px;
}

div#main div.product .section01 ul {
	width: 680px;
	height: auto;
	overflow: hidden;
	background: url(image/product_list_bg.jpg) top left no-repeat;
	margin-bottom: 30px;
}

div#main div.product .section01 ul li {
	width: 210px;
	height: 205px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	_display: inline;
}
div#main div.product .section01 ul li a {
	display: block;
	width: 210px;
	height: 205px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

div#main div.product .section01 ul li.list01 {
	margin: 0 0 5px 15px;
} div#main div.product .section01 ul li.list01 a {
	background: url(image/product_list01.jpg) top left no-repeat;
}
div#main div.product .section01 ul li.list02 {
	margin: 0 0 5px 10px;
} div#main div.product .section01 ul li.list02 a {
	background: url(image/product_list02.jpg) top left no-repeat;
}
div#main div.product .section01 ul li.list03 {
	margin: 0 0 5px 10px;
} div#main div.product .section01 ul li.list03 a {
	background: url(image/product_list03.jpg) top left no-repeat;
}
div#main div.product .section01 ul li.list04 {
	width: 650px;
	height: 50px;
	margin-left: 15px;
} div#main div.product .section01 ul li.list04 a {
	width: 650px;
	height: 50px;
	background: url(image/product_list04.jpg) top left no-repeat;
}

div#main div.product .section01 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

div#main div.product div.section02 ul {
	width: 680px;
	background: url(image/product_bottom_bg.jpg) top left no-repeat;
	overflow: hidden;
	padding: 5px 0 5px 110px;
}
div#main div.product div.section02 ul li ,
div#main div.product div.section02 ul li a {
	display: block;
	width: 225px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.product div.section02 ul li.list01 a {
	background: url(image/product_bottom01.jpg) top left no-repeat;
}
div#main div.product div.section02 ul li.list02 a {
	background: url(image/product_bottom02.jpg) top left no-repeat;
}
div#main div.product div.section02 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}



/*------------------------------------------------------
　　　　★ コレクション アーカイブ /product/detail/　★  
-------------------------------------------------------*/
div#main div.product h3#product_kagura_h3_01 {
	width: 680px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/product_kagura_h3_01.jpg) top left no-repeat;
	margin-bottom: 30px;
}
div#main div.product h3#product_hina_h3_01 {
	width: 680px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/product_hina_h3_01.jpg) top left no-repeat;
	margin-bottom: 30px;
}
div#main div.product h3#product_pumps_h3_01 {
	width: 680px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/product_pumps_h3_01.jpg) top left no-repeat;
	margin-bottom: 30px;
}
div#main div.product h3#product_corsage_h3_01 {
	width: 680px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/product_corsage_h3_01.jpg) top left no-repeat;
	margin-bottom: 30px;
}


div#main div.entry ul.product_detail {
	overflow: hidden;
	margin: 0 5px 0 5px;
	border-top: 1px solid #EDB8B2;
	padding: 10px 0 0 10px;
	_height: 1%;
}
div#main div.entry ul.product_detail li {
	width: 100px;
	height: 110px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	color: #666;
}
div#main div.entry ul.product_detail li a {
	display: block;
	width: 96px;
	min-height: 80px;
	_height: 80px;
	background: #E4E4E4 url(image/product_no_image.jpg) center no-repeat;
	margin: 1px;
	border: 1px solid #ddd;
}
div#main div.entry ul.product_detail li a:hover {
	margin: 0;
	border: 2px solid #EDB8B2;
}

body div#main div.entry ul.product_detail div.pagebar {
	width: 680px;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
body div#main div.entry ul.product_detail div.pagebar a ,
body div#main div.entry ul.product_detail div.pagebar span {
	border: 1px solid #eee;
	text-decoration: none;
	padding: 3px 4px 1px;
	margin: 0 3px 0 0;
	color: #666;
	width: auto;
	height: auto;
	background: none;
	display: inline;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background: #FAF6F3;
}
body div#main div.entry ul.product_detail div.pagebar span {
	background: #EDB8B2;
	color: #fff;
}
body div#main div.entry ul.product_detail div.pagebar a:hover {
	background: #EDB8B2;
	color: #fff;
	margin: 0 3px 0 0;
	border: 1px solid #eee;
}

div#main div.entry p.archive_p01 {
	text-align: right;
	color: #888;
	font-size: 78%;
	width: 680px;
	clear: both;
	margin-bottom: 30px;
}

div#main div.entry h3.archive_h3_01 {
	color: #EDB8B2;
	font-size: 93%;
	border-bottom: 1px solid #EDB8B2;
	padding: 0 0 3px 0;
	margin-bottom:10px;
}


div#main div.entry ul.archive_list {
	width: 680px;
	height: auto;
	text-align: center;
	background: #FAF6F3;
	padding: 5px 0;
}
div#main div.entry ul.archive_list li {
	display: inline;
	margin-right: 20px;
	
}
div#main div.entry ul.archive_list li a {
	padding-left: 10px;
	background: #FAF6F3 url(image/aside_menu_list.jpg) left center no-repeat;
}

/*------------------------------------------------------
　　　　★ コレクション 詳細 /product/detail/　★  
-------------------------------------------------------*/
div#main div.product_detail .section01 {
	overflow: hidden;
}
div#main div.product_detail .section01 .img_big {
	float: left;
	width: 520px;
	height: auto;
	text-align: center;
	margin: 0 0 20px 5px;
	_display: inline;
}
div#main div.product_detail .section01 .img_big img {
	border: 1px solid #ddd;
}
div#main div.product_detail .section01 .img_big .shadow_bg {
	background: url(image/product_detail_shadow_bg.jpg) 5px repeat-y;
	margin-bottom: 2px;
}
div#main div.product_detail .section01 .img_big .shadow_top {
	background: url(image/product_detail_shadow_top.jpg) 5px top no-repeat;
}
div#main div.product_detail .section01 .img_big .shadow_bottom {
	background: url(image/product_detail_shadow_bottom.jpg) 5px bottom no-repeat;
	padding-bottom: 5px;
}

div#main div.product_detail .section01 .img_big p {
	text-align: left;
	padding-left: 20px;
	background: #fff url(image/product_kagura_detail_comment.jpg) 5px 0.1em no-repeat;
	color: #666;
	font-size: 93%;
}
div#main div.product_detail .section01 .img_sum {
	float: right;
	width: 138px;
	height: auto;
	margin-bottom: 20px;
}
div#main div.product_detail .section01 .img_sum ul{
	overflow: hidden;
	clear: both;
	margin-bottom: 6px;
}
div#main div.product_detail .section01 .img_sum li{
	float: left;
	padding: 2px;
	overflow: hidden;
}
div#main div.product_detail .section01 .img_sum li.right{
	float: right;
}
div#main div.product_detail .section01 .img_sum li a{
	border: 1px solid #ddd;
	margin: 1px;
	display: block;
}
div#main div.product_detail .section01 .img_sum li a:hover{
	margin: 0px;
	border: 2px solid #EDB8B2;
}


div#main div.product_detail .section01 table.product_detail {
	clear: both;
	border-top: 2px solid #EDB8B2;
	width: 680px;
	font-size: 93%;
	margin-bottom: 3px;
}
div#main div.product_detail .section01 table.product_detail td ,
div#main div.product_detail .section01 table.product_detail th {
	background: url(image/line01.jpg) bottom repeat-x;
	padding: 10px 5px;
}
div#main div.product_detail .section01 table.product_detail th {
	color: #666;
}
div#main div.product_detail .section01 table.product_detail td.td02 {
	width: 280px;
}

div#main div.product_detail .section01 table.product_detail li {
	float: left;
	width: 49%;
}
div#main div.product_detail .section01 p.small {
	font-size: 75%;
	text-align: right;
	margin-bottom: 20px;
}

div#main div.product_detail .section01 div.print {
	text-align: right;
	margin-bottom: 20px;
}

div#main div.product_detail .section01 p.p01 {
	width: 680px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/product_kagura_detail_p01.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#main div.product_detail .section01 ul.bottom_btn {
	width: 680px;
	text-align: center;
	background: url(image/product_kagura_detail_bottom_bg.jpg) top left no-repeat;
	padding: 5px 0;
	
}
div#main div.product_detail .section01 ul.bottom_btn li {
	display: inline;
	margin-right: 5px;
	
}

/*------------------------------------------------------
　　　　　★★★ KAGURAのこだわり /style/　★★★
-------------------------------------------------------*/
div#main div.style div.section01 {
	width: 680px;
	height: auto;
	background: url(image/style_bg.jpg) top left no-repeat;
	padding: 300px 0 30px;
	margin-bottom: 10px;
}
div#main div.style div.section01 ul {
	padding-left: 25px;
	overflow: hidden;
}
div#main div.style div.section01 ul li ,
div#main div.style div.section01 ul li a {
	display: block;
	width: 205px;
	height: 160px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
div#main div.style div.section01 ul li.list01 a {
	background: url(image/style_list01.jpg) top left no-repeat;
}
div#main div.style div.section01 ul li.list02 a {
	background: url(image/style_list02.jpg) top left no-repeat;
}
div#main div.style div.section01 ul li.list03 a {
	background: url(image/style_list03.jpg) top left no-repeat;
}
div#main div.style div.section01 ul li.list04 a {
	background: url(image/style_list04.jpg) top left no-repeat;
}
div#main div.style div.section01 ul li.list05 a {
	background: url(image/style_list05.jpg) top left no-repeat;
}
div#main div.style div.section01 ul li.list06 a {
	background: url(image/style_list06.jpg) top left no-repeat;
}
div#main div.style div.section01 ul li.list07 a {
	background: url(image/style_list07.jpg) top left no-repeat;
}
div#main div.style div.section01 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

div#main div.style p.p01 {
	width: 680px;
	height: 20px;
	text-indent:-9999px;
	overflow: hidden;
	margin-bottom: 15px;
	background: url(image/style_bottom_line.jpg) top left no-repeat;
	clear: both;
}

div#main div.style div.section02 {
	width: 680px;
	padding: 5px 0;
	background: url(image/style_bottom_bg.jpg) top left no-repeat;
	overflow: hidden;
}
div#main div.style div.section02 ul {
	padding-left: 60px;
}
div#main div.style div.section02 ul li ,
div#main div.style div.section02 ul li a {
	display: block;
	width: 195px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.style div.section02 ul li.list01 a {
	background: url(image/style_bottom01.jpg) top left no-repeat;
}
div#main div.style div.section02 ul li.list02 a {
	background: url(image/style_bottom02.jpg) top left no-repeat;
}
div#main div.style div.section02 ul li.list03 a {
	background: url(image/style_bottom03.jpg) top left no-repeat;
}
div#main div.style div.section02 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/*------------------------------------------------------
　　　　★ こだわりポイント /style/point8/　★  
-------------------------------------------------------*/
div#main div.style_point8 .h3_01 {
	width: 680px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point8_h3_01.jpg) top left no-repeat;
}
div#main div.style_point8 .h3_02 {
	width: 680px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point8_h3_02.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_point8 .h3_03 {
	width: 680px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point8_report.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#main div.style_point8 .section01 {
	width: 680px;
	height: auto;
	margin-bottom: 35px;
}
div#main div.style_point8 .section01 p.p01 {
	width: 680px;
	height: 560px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point8_img01.jpg) top left no-repeat;
	margin-bottom: 20px;
}
div#main div.style_point8 .section01 p.p02 {
	width: 680px;
	text-align: right;
	font-size: 85%;
	color: #666;
	clear: both;
}
div#main div.style_point8 .section01 ul {
	width: 680px;
	height: auto;
	overflow: hidden;
}
div#main div.style_point8 .section01 ul li {
	display: inline-block;
	_display: inline;
	width: 155px;
	height: auto;
	vertical-align: top;
	margin: 0 12px 20px 0;
	font-size: 93%;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0;
}
div#main div.style_point8 .section01 ul li h4 {
	width: 155px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 5px;
}
div#main div.style_point8 .section01 ul li.point01 h4 {
	background: url(image/style_point8_point01.jpg) top left no-repeat;
}
div#main div.style_point8 .section01 ul li.point02 h4 {
	background: url(image/style_point8_point02.jpg) top left no-repeat;
}
div#main div.style_point8 .section01 ul li.point03 h4 {
	background: url(image/style_point8_point03.jpg) top left no-repeat;
}
div#main div.style_point8 .section01 ul li.point04 h4 {
	background: url(image/style_point8_point04.jpg) top left no-repeat;
}
div#main div.style_point8 .section01 ul li.point05 h4 {
	background: url(image/style_point8_point05.jpg) top left no-repeat;
}
div#main div.style_point8 .section01 ul li.point06 h4 {
	background: url(image/style_point8_point06.jpg) top left no-repeat;
}
div#main div.style_point8 .section01 ul li.point07 h4 {
	background: url(image/style_point8_point07.jpg) top left no-repeat;
}
div#main div.style_point8 .section01 ul li.point08 h4 {
	background: url(image/style_point8_point08.jpg) top left no-repeat;
}

div#main div.style_point8 .section02 {
	_height: 450px;
	min-height: 450px;
	padding-right: 170px;
	background: url(image/style_point8_img02.jpg) top right no-repeat;
	margin: 0 10px 35px 0;
}
div#main div.style_point8 .section02 p {
	margin: 0 0 20px 10px;
	line-height: 1.6;
	color: #333;
	font-size: 93%;
}
div#main div.style_point8 .section03 div.report01 ,
div#main div.style_point8 .section03 div.report02 {
	width: 680px;
	height: auto;
	overflow: hidden;
	background: url(image/style_point8_report01_img.jpg) top left no-repeat;
	margin-bottom: 20px;
}
div#main div.style_point8 .section03 div.report02 {
	background: url(image/style_point8_report02_img.jpg) top right no-repeat;
}
div#main div.style_point8 .section03 div dl {
	width: 580px;
	height: auto;
	overflow: hidden;
	float: right;
	background: #F9F6F0;
}
div#main div.style_point8 .section03 div.report02 dl {
	float: left;
}
div#main div.style_point8 .section03 div dl dt {
	width: 580px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point8_report01_top.jpg) top left no-repeat;
}
div#main div.style_point8 .section03 div dl dt.no02 {
	background: url(image/style_point8_report02_top.jpg) top left no-repeat;
}
div#main div.style_point8 .section03 div dl dd {
	min-height: 70px;
	_height: 70px;
	padding: 5px 10px 10px 20px;
	font-size: 93%;
	line-height: 1.6;
	color: #333;	
	background: url(image/style_point8_report01_bottom.jpg) bottom left no-repeat;
}




/*------------------------------------------------------
　　　　★ 靴選びのポイント 7+2 /style/point7_2/　★  
-------------------------------------------------------*/
div#main div.style_point7_2 .h3_01 {
	width: 680px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point7_2_h3_01.jpg) top left no-repeat;
}
div#main div.style_point7_2 .h3_02 {
	width: 680px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point7_2_h3_02.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_point7_2 .h3_03 {
	width: 680px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point7_2_staff.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#main div.style_point7_2 .section01 {
	width: 680px;
	height: auto;
	background: url(image/style_point7_2_point2_bg.jpg) left repeat-y;
	margin-bottom: 35px;
}
div#main div.style_point7_2 .section01 ul {
	overflow: hidden;
	background: url(image/style_point7_2_point2_bottom.jpg) left bottom no-repeat;
	padding-bottom: 5px;
}
div#main div.style_point7_2 .section01 p {
	color: #333;
	padding: 10px;
	line-height: 1.6;
	font-size: 93%;
}
div#main div.style_point7_2 .section01 ul li.point01 {
	width: 365px;
	float: left;
}
div#main div.style_point7_2 .section01 ul li.point01 h4 {
	width: 365px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point7_2_point2_01.jpg) top left no-repeat;
}
div#main div.style_point7_2 .section01 ul li.point02 {
	width: 300px;
	float: right;
}
div#main div.style_point7_2 .section01 ul li.point02 h4 {
	width: 300px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point7_2_point2_02.jpg) top left no-repeat;
}

div#main div.style_point7_2 .section02 {
	margin-bottom: 35px;
}
div#main div.style_point7_2 .section02 p {
	line-height: 1.6;
	color: #333;
	font-size: 93%;
	margin: 0 0 10px 5px;
}

div#main div.style_point7_2 .section03 div dd {
	min-height: 90px;
	_height: 90px;
	background: url(image/style_point7_2_staff_bottom.jpg) left bottom no-repeat;
	padding: 2px 10px 10px 20px;
	font-size: 93%;
	color: #333;
	line-height: 1.6;
}

div#main div.style_point7_2 .section03 div.staff01 {
	width: 650px;
	height: auto;
	overflow: hidden;
	margin: 0 0 30px 5px;
	background: url(image/style_point7_2_staff01_img.jpg) top left no-repeat;
}

div#main div.style_point7_2 .section03 div dl {
	width: 500px;
	height: auto;
	background: #F9F6F0;
	overflow: hidden;
}

div#main div.style_point7_2 .section03 div.staff01 dl {
	float: right;
}
div#main div.style_point7_2 .section03 div.staff01 dt {
	width: 500px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point7_2_staff01_top.jpg) top left no-repeat;
}
div#main div.style_point7_2 .section03 div.staff02 {
	width: 650px;
	height: auto;
	overflow: hidden;
	margin: 0 0 30px 5px;
	background: url(image/style_point7_2_staff02_img.jpg) top right no-repeat;
}

div#main div.style_point7_2 .section03 div.staff02 dl {
	float: left;
}
div#main div.style_point7_2 .section03 div.staff02 dt {
	width: 500px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_point7_2_staff02_top.jpg) top left no-repeat;
}

/*------------------------------------------------------
　　　　★ モデル・スモールサイズ /style/size/　★  
-------------------------------------------------------*/
div#main div.style_size .h3_01 {
	width: 680px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_size_h3_01.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_size .h3_02 {
	width: 680px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_size_h3_02.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_size .section01 p.p01 {
	line-height: 1.6;
	font-size: 93%;
	letter-spacing: 1px;
	margin: 0 0 20px 10px;
}
div#main div.style_size .section01 p.p02 {
	width: 680px;
	height: 380px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_size_img01.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#main div.style_size .section01 div.point {
	width: 680px;
	height: auto;
	background: url(image/style_size_point_bg.jpg) left repeat-y;
	margin-bottom: 15px;
	overflow: hidden;
}
div#main div.style_size .section01 ul li p {
	font-size: 93%;
	line-height: 1.6;
	margin: 3px 10px 0 10px;
}

div#main div.style_size .section01 div.point ul {
	overflow: hidden;
	background: url(image/style_size_point_bottom.jpg) left bottom no-repeat;
	padding-bottom: 20px;
}
div#main div.style_size .section01 div.point ul li h4 {
	height: 85px;
	text-indent: -9999px;
	overflow: hidden;
}
div#main div.style_size .section01 div.point ul li.point01 ,
div#main div.style_size .section01 div.point ul li.point03 {
	width: 350px;
	height: auto;
	float: left;
}
div#main div.style_size .section01 div.point ul li.point02 ,
div#main div.style_size .section01 div.point ul li.point04 {
	width: 315px;
	height: auto;
	float: right;
}
div#main div.style_size .section01 div.point ul li.point01 h4 {
	width: 350px;
	background: url(image/style_size_point01.jpg) top left no-repeat;
}
div#main div.style_size .section01 div.point ul li.point02 h4 {
	width: 315px;
	background: url(image/style_size_point02.jpg) top left no-repeat;
}
div#main div.style_size .section01 div.point ul li.point03 h4 {
	width: 350px;
	background: url(image/style_size_point03.jpg) top left no-repeat;
}
div#main div.style_size .section01 div.point ul li.point04 h4 {
	width: 315px;
	background: url(image/style_size_point04.jpg) top left no-repeat;
}

div#main div.style_size div.section02 {
	width: 680px;
	padding: 5px 0;
	background: url(image/style_size_bottom_bg.jpg) top left no-repeat;
	overflow: hidden;
}
div#main div.style_size div.section02 ul {
	padding-left: 65px;
}
div#main div.style_size div.section02 ul li ,
div#main div.style_size div.section02 ul li a {
	display: block;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.style_size div.section02 ul li.list02 ,
div#main div.style_size div.section02 ul li.list02 a {
	width: 205px;
}
div#main div.style_size div.section02 ul li.list01 a {
	background: url(image/style_size_bottom01.jpg) top left no-repeat;
}
div#main div.style_size div.section02 ul li.list02 a {
	background: url(image/style_size_bottom02.jpg) top left no-repeat;
}
div#main div.style_size div.section02 ul li.list03 a {
	background: url(image/style_size_bottom03.jpg) top left no-repeat;
}
div#main div.style_size div.section02 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/*------------------------------------------------------
　　　　★ 靴のお手入れ方法 /style/maintenance/　★  
-------------------------------------------------------*/
div#main div.style_maintenance .h3_01 {
	width: 680px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_maintenance_h3_01.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_maintenance .h3_02 {
	width: 680px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_maintenance_h3_02.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_maintenance p.img01 {
	width: 680px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_maintenance_img01.jpg) top left no-repeat;
	margin: -10px 0 10px;
}
div#main div.style_maintenance p.p01 {
	color: #666;
	margin-bottom: 20px;
}
div#main div.style_maintenance p.img02 {
	width: 680px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_maintenance_img02.jpg) top left no-repeat;
}

div#main div.style_maintenance ul.guide li {
	width: 680px;
	height: 105px;
	text-indent: -9999px;
	overflow: hidden;
}
div#main div.style_maintenance ul.guide li.step1 {
	background: url(image/style_maintenance_guide01.jpg) top left no-repeat;
}
div#main div.style_maintenance ul.guide li.step2 {
	background: url(image/style_maintenance_guide02.jpg) top left no-repeat;
}
div#main div.style_maintenance ul.guide li.step3 {
	background: url(image/style_maintenance_guide03.jpg) top left no-repeat;
}
div#main div.style_maintenance ul.guide li.step4 {
	background: url(image/style_maintenance_guide04.jpg) top left no-repeat;
}
div#main div.style_maintenance ul.guide li.step5 {
	background: url(image/style_maintenance_guide05.jpg) top left no-repeat;
}
div#main div.style_maintenance ul.guide li.step6 {
	background: url(image/style_maintenance_guide06.jpg) top left no-repeat;
}
div#main div.style_maintenance ul.guide li.step7 {
	height: 95px;
	background: url(image/style_maintenance_guide07.jpg) top left no-repeat;
}

div#main div.style_maintenance ul.guide li.small {
	height: auto;
	color: #666;
	font-size: 75%;
	margin: 0 0 20px 10px;
	text-indent: 0;
}
div#main div.style_maintenance dl {
	padding-left: 80px;
	margin-bottom: 10px;
	_height: 80px;
	min-height: 80px;
}
div#main div.style_maintenance dl dt {
	font-weight: bold;
	padding-left: 30px;
	color: #DEBA96;
	font-weight: bold;
	background: url(image/style_maintenance_how_dt.jpg) 10px 0.4em no-repeat;
}
div#main div.style_maintenance dl dd {
	padding-left: 30px;
	color: #666;
	background: url(image/style_maintenance_how_dd.jpg) 3px 0.4em no-repeat;
}

div#main div.style_maintenance dl.how01 {
	background: url(image/style_maintenance_how01.jpg) top left no-repeat;
}
div#main div.style_maintenance dl.how02 {
	background: url(image/style_maintenance_how02.jpg) top left no-repeat;
}
div#main div.style_maintenance dl.how03 {
	background: url(image/style_maintenance_how03.jpg) top left no-repeat;
}
div#main div.style_maintenance dl.how04 {
	background: url(image/style_maintenance_how04.jpg) top left no-repeat;
}
div#main div.style_maintenance dl.how05 {
	background: url(image/style_maintenance_how05.jpg) top left no-repeat;
}

div#main div.style_maintenance ul.bottom {
	margin-top: 10px;
	background: url(image/style_maintenance_bottom_bg.jpg) top left no-repeat;
	padding: 5px 0 5px;
	text-align: center;
}
div#main div.style_maintenance ul.bottom li {
	display: inline;
	margin-right: 5px;
}

/*------------------------------------------------------
　　　　★ 製作工場のご紹介 /style/factory/　★  
-------------------------------------------------------*/
div#main div.style_factory .h3_01 {
	width: 680px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_factory_h3_01.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_factory .h3_02 {
	width: 680px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_factory_h3_02.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.style_factory p.p01 {
	font-size: 93%;
	line-height: 1.6;
	margin: 0 0 20px 10px;
}
div#main div.style_factory .section01 ul {
	margin-left: 10px;
}
div#main div.style_factory .section01 ul li {
	width: 660px;
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 93%;
	color: #666;
}
div#main div.style_factory .section01 ul li.flow01 {
	height: 105px;
	background: url(image/style_factory_flow01.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow02 {
	background: url(image/style_factory_flow02.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow03 {
	background: url(image/style_factory_flow03.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow04 {
	background: url(image/style_factory_flow04.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow05 {
	background: url(image/style_factory_flow05.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow06 {
	height: 185px;
	background: url(image/style_factory_flow06.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow07 {
	background: url(image/style_factory_flow07.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow08 {
	height: 170px;
	background: url(image/style_factory_flow08.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow09 {
	background: url(image/style_factory_flow09.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow10 {
	height: 150px;
	background: url(image/style_factory_flow10.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow11 {
	background: url(image/style_factory_flow11.jpg) top left no-repeat;
} div#main div.style_factory .section01 ul li.flow12 {
	background: url(image/style_factory_flow12.jpg) top left no-repeat;
}
div#main div.style_factory .section01 ul li.colum01 {
	width: auto;
	margin: 28px 20px 0 10px;
	text-indent: 0;
	padding: 10px 0 5px 20px;
/*	border-left: 5px solid #EAA9A2;   */
/*	border-left: 5px solid #E65A81;   */
	border-left: 5px solid #FBA46F;
	height: auto;
	background: #FCF4F3;
	overflow: visible;
	position: relative;
}
div#main div.style_factory .section01 ul li.colum01 img.only {
	position: absolute;
	margin: -35px 0 0 -47px;
	float: left;
}
div#main div.style_factory .section01 ul li.colum01 span {
/*	color: #EAA9A2;   */
/*	color: #E65A81;   */
	color: #FBA46F;   
	font-weight: bold;
	font-size: 124%;
	margin-left: 5px;
}
div#main div.style_factory .section01 ul li.colum02 {
	width: auto;
	margin: 10px 20px 0 10px;
	text-indent: 0;
	border-left: 5px solid #ccc;
	height: auto;
	background: #f8f8f8;
	padding: 5px 0 5px 10px;
}
div#main div.style_factory .section01 ul li.colum02 span {
	color: #999;
	font-weight: bold;
}

/*------------------------------------------------------
　　　　★ 修理・調整について /style/repair/　★  
-------------------------------------------------------*/
div#main div.style_repair .h3_01 {
	width: 680px;
	height: 25px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_repair_h3_01.jpg) top left no-repeat;
}
div#main div.style_repair .h3_02 {
	width: 680px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_repair_h3_02.jpg) top left no-repeat;
}
div#main div.style_repair .h3_03 {
	width: 680px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_repair_h3_03.jpg) top left no-repeat;
}
div#main div.style_repair p.p01 {
	line-height: 1.4;
	color: #333;
	margin: 0 0 10px 10px;
}
div#main div.style_repair p.p02 {
	width: 680px;
	height: 160px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_repair_img01.jpg) top left no-repeat;
}
div#main div.style_repair .table table {
	margin: 0 5px 10px;
}
div#main div.style_repair table th ,
div#main div.style_repair table td {
	border: 4px solid #fff;
	padding: 3px 10px;
}
div#main div.style_repair table th {
	width: 670px;
	color: #EAA9A2;
	font-weight: bold;
	background: #FBEEED;
}
div#main div.style_repair table td {
	background: #E5E5E5;
}
div#main div.style_repair table .even td {
	background: #F1F1F1;
}
div#main div.style_repair table thead td {
	background: #F2CAC5;
	color: #fff;
	font-weight: bold;
}
div#main div.style_repair ul.ul01 {
	margin: 0 0 30px 10px;
	color: #333;
	font-size: 78%;
	line-height: 1.4;
}
div#main div.style_repair div.section02 {
	width: 680px;
	padding: 5px 0;
	background: url(image/style_repair_bottom_bg.jpg) top left no-repeat;
	overflow: hidden;
}
div#main div.style_repair div.section02 ul {
	padding-left: 65px;
}
div#main div.style_repair div.section02 ul li ,
div#main div.style_repair div.section02 ul li a {
	display: block;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.style_repair div.section02 ul li.list02 ,
div#main div.style_repair div.section02 ul li.list02 a {
	width: 205px;
}
div#main div.style_repair div.section02 ul li.list01 a {
	background: url(image/style_repair_bottom01.jpg) top left no-repeat;
}
div#main div.style_repair div.section02 ul li.list02 a {
	background: url(image/style_repair_bottom02.jpg) top left no-repeat;
}
div#main div.style_repair div.section02 ul li.list03 a {
	background: url(image/style_repair_bottom03.jpg) top left no-repeat;
}
div#main div.style_repair div.section02 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
/*------------------------------------------------------
　　　　★ 革の素材について /style/material/　★  
-------------------------------------------------------*/
div#main div.style_material .h3_01 {
	width: 680px;
	height: 50px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_material_h3_01.jpg) top left no-repeat;
}
div#main div.style_material .h3_02 {
	width: 680px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_material_h3_02.jpg) top left no-repeat;
}
div#main div.style_material .h3_03 {
	width: 680px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_material_h3_03.jpg) top left no-repeat;
}
div#main div.style_material .h3_04 {
	width: 680px;
	height: 25px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/style_material_h3_04.jpg) top left no-repeat;
}
div#main div.style_material p.p01 {
	line-height: 1.4;
	color: #333;
	margin: 0 0 20px 10px;
}
div#main div.style_material .table table {
	margin: 0 5px 20px;
	width: 670px;
}
div#main div.style_material table th ,
div#main div.style_material table td {
	border: 4px solid #fff;
	padding: 3px 10px;
}
div#main div.style_material table th {
	color: #fff;
	font-weight: bold;
	background: #F2CAC5;
	vertical-align: middle;
}
div#main div.style_material table .even th {
	color: #EAA9A2;
	background: #FBEEED;
}

div#main div.style_material table td {
	color: #666;
	background: #E5E5E5;
	width: 480px;
}
div#main div.style_material table .even td {
	background: #F1F1F1;
}


div#main div.style_material div.section04 {
	width: 680px;
	padding: 5px 0;
	background: url(image/style_material_bottom_bg.jpg) top left no-repeat;
	overflow: hidden;
}
div#main div.style_material div.section04 ul {
	padding-left: 65px;
}
div#main div.style_material div.section04 ul li ,
div#main div.style_material div.section04 ul li a {
	display: block;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.style_material div.section04 ul li.list02 ,
div#main div.style_material div.section04 ul li.list02 a {
	width: 205px;
}
div#main div.style_material div.section04 ul li.list01 a {
	background: url(image/style_material_bottom01.jpg) top left no-repeat;
}
div#main div.style_material div.section04 ul li.list02 a {
	background: url(image/style_material_bottom02.jpg) top left no-repeat;
}
div#main div.style_material div.section04 ul li.list03 a {
	background: url(image/style_material_bottom03.jpg) top left no-repeat;
}
div#main div.style_material div.section04 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/*------------------------------------------------------
　　　　　★★★ ショップリスト /shoplist/　★★★
-------------------------------------------------------*/
div#main div.shoplist h3 {
	width: 680px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
div#main div.shoplist .h3_01 {
	background: url(image/shoplist_h3_01.jpg) top left no-repeat;
	margin-bottom: 15px;
}
div#main div.shoplist .h3_02 {
	height: 25px;
	background: url(image/shoplist_h3_02.jpg) top left no-repeat;
	margin-bottom: 15px;
}
div#main div.shoplist .h3_03 {
	background: url(image/shoplist_h3_03.jpg) top left no-repeat;
	margin-bottom: 15px;
}


div#main div.shoplist .section01 {
	width: 680px;
	height: 350px;
	background: url(image/shoplist_area_bg.jpg) top left no-repeat;
	margin-bottom: 20px;
	position: relative;
}
div#main div.shoplist .section01 div.map {
	top: 0;
	left: 0;
	position: absolute;
}
div#main div.shoplist .section01 ul {
	overflow: hidden;
	width: 400px;
	position: relative;
	top: -1px;
	left: -1px;
}
div#main div.shoplist .section01 ul li {
	width: 185px;
	height: 45px;
	float: left;
}

div#main div.shoplist .section02 {
	margin-bottom: 30px;
}
div#main div.shoplist .section02 p.p01 {
	width: 640px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/shoplist_direct_icon_info.jpg) top left no-repeat;
	margin: 0 0 5px 5px;
}
div#main div.shoplist .section02 p.p02 {
	width: 640px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/shoplist_direct_icon_info02.jpg) top left no-repeat;
	margin: 0 0 10px 5px;
}

div#main div.shoplist .section02 ol {
	width: 670px;
	overflow: hidden;
	background: url(image/line01.jpg) bottom repeat-x;
	padding: 5px 0 8px;
	margin-bottom: -1px;
}
div#main div.shoplist .section02 ol.top {
	border-top: 1px solid #EDB8B2;
}

div#main div.shoplist .section02 ol li {
	width: 320px;
	float: left;
	overflow: hidden;
}

div#main div.shoplist .section02 ol li ul li {
	width: auto;
	float: none;
	display: inline-block;
	_display:inline;
	vertical-align: top;
	overflow: hidden;
}
div#main div.shoplist .section02 ol li ul {
	margin-bottom: 5px;
}
div#main div.shoplist .section02 ol li.direct01 ,
div#main div.shoplist .section02 ol li.direct03 ,
div#main div.shoplist .section02 ol li.direct05 {
	margin-right: 30px;
}
div#main div.shoplist .section02 ol li h4 {
	font-size: 107%;
	color: #EAA9A2;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}
div#main div.shoplist .section02 ol li.direct01 h4 {
	background: url(image/shoplist_direct01.jpg) center left no-repeat;
}
div#main div.shoplist .section02 ol li.direct02 h4 {
	background: url(image/shoplist_direct02.jpg) center left no-repeat;
}
div#main div.shoplist .section02 ol li.direct03 h4 {
	background: url(image/shoplist_direct03.jpg) center left no-repeat;
}
div#main div.shoplist .section02 ol li.direct04 h4 {
	background: url(image/shoplist_direct04.jpg) center left no-repeat;
}
div#main div.shoplist .section02 ol li.direct05 h4 {
	background: url(image/shoplist_direct05.jpg) center left no-repeat;
}
div#main div.shoplist .section02 ol li h4 a {
	color: #EAA9A2;
}



div#main div.shoplist .section02 ol li div.left {
	width: 80px;
	height: auto;
	float: left;
}
div#main div.shoplist .section02 ol li div.left a {
	display: block;
	margin-top: 3px;
}
div#main div.shoplist .section02 ol li div.right {
	width: 225px;
	height: auto;
	float: right;
}
div#main div.shoplist .section02 ol li div.right p {
	line-height: 1.1;
	font-size: 93%;
	color: #666;
}

div#main div.shoplist .section03 dl {
	width: 680px;
	height: auto;
	min-height: 260px;
	_height: 260px;
	background: url(image/shoplist_member_bg.jpg) top right no-repeat;
	padding-top: 5px;
}
div#main div.shoplist .section03 dt {
	width: 380px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 5px;
}
div#main div.shoplist .section03 dt.member01 {
	background: url(image/shoplist_member01.jpg) top left no-repeat;
}
div#main div.shoplist .section03 dt.member02 {
	background: url(image/shoplist_member02.jpg) top left no-repeat;
}
div#main div.shoplist .section03 dt.member03 {
	background: url(image/shoplist_member03.jpg) top left no-repeat;
}
div#main div.shoplist .section03 dt.member04 {
	background: url(image/shoplist_member04.jpg) top left no-repeat;
}
div#main div.shoplist .section03 dt.member05 {
	background: url(image/shoplist_member05.jpg) top left no-repeat;
}
div#main div.shoplist .section03 dd {
	width: 420px;
	margin: 0 0 10px 10px;
	color: #666;
	font-size: 93%;
	letter-spacing: 1px;
	line-height: 1.4;
}
div#main div.shoplist .section03 dd.member05 {
	width: 660px;
}
div#main div.shoplist .section03 dd.link a {
	padding-left: 20px;
	background: url(image/shoplist_member_list.jpg) left center no-repeat;
	color: #EAA9A2;
	text-decoration: underline;
	display: block;
	width: auto;
	min-height: 16px;
	_height: 16px;
}
div#main div.shoplist .section03 dd.link a:hover {
	text-decoration: none;
}

div#main div.shoplist div.go_top {
	text-align: right;
	margin-bottom: 10px;
}
div#main div.shoplist div.go_top a {
	font-size: 85%;
	color: #DEBA96;
	text-decoration: underline;
	padding-left: 15px;
	background: url(image/shoplist_go_top.jpg) left center no-repeat;
	height: 20px;
}
div#main div.shoplist div.go_top a:hover {
	text-decoration: none;
}

div#main div.shoplist .section04 p.p01 {
	width: 640px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/shoplist_store_icon_info.jpg) top left no-repeat;
	margin: 0 0 5px 5px;
}
div#main div.shoplist .section04 p.p02 {
	width: 640px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/shoplist_store_icon_info02.jpg) top left no-repeat;
	margin: 0 0 10px 5px;
}

div#main div.shoplist .section04 table {
	width: 670px;
	margin-left: 5px;
	letter-spacing: 1px;
}
div#main div.shoplist .section04 table td ,
div#main div.shoplist .section04 table th {
	padding: 5px 0;
	color: #666;
}
div#main div.shoplist .section04 table td {
	text-align: center;
	font-size: 78%;
}
div#main div.shoplist .section04 table thead td,
div#main div.shoplist .section04 table thead th{
	border-bottom: 1px solid #EDB8B2;
}
div#main div.shoplist .section04 table thead th{
	padding-left: 15px;
	background: url(image/shoplist_store_h4.jpg) left center no-repeat;
	text-align: left;
	color: #666;
	width: 36%;
}
div#main div.shoplist .section04 table tbody th{
	color: #EAA9A2;
}

div#main div.shoplist .section04 table tbody td ul li{
	display: inline;
}

div#main div.shoplist .section04 table td.add {
	text-align: left;
	background: url(image/line01.jpg) bottom repeat-x;
	padding: 0 0 5px;
}



/*------------------------------------------------------
　　　　　★★★ 会社情報 /company/　★★★
-------------------------------------------------------*/
div#main div.company div.section01 {
	width: 680px;
	height: auto;
	background: url(image/company_bg.jpg) top left no-repeat;
	padding: 300px 0 30px;
	margin-bottom: 10px;
}
div#main div.company div.section01 ul {
	padding-left: 15px;
	overflow: hidden;
}
div#main div.company div.section01 ul li ,
div#main div.company div.section01 ul li a {
	display: block;
	width: 160px;
	height: 160px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.company div.section01 ul li.list01 a {
	background: url(image/company_list01.jpg) top left no-repeat;
}
div#main div.company div.section01 ul li.list02 a {
	background: url(image/company_list02.jpg) top left no-repeat;
}
div#main div.company div.section01 ul li.list03 a {
	background: url(image/company_list03.jpg) top left no-repeat;
}
div#main div.company div.section01 ul li.list04 a {
	background: url(image/company_list04.jpg) top left no-repeat;
}
div#main div.company div.section01 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

div#main div.company p.p01 {
	width: 680px;
	height: 20px;
	text-indent:-9999px;
	overflow: hidden;
	margin-bottom: 15px;
	background: url(image/company_bottom_line.jpg) top left no-repeat;
}

div#main div.company div.section02 {
	width: 680px;
	padding: 5px 0;
	background: url(image/company_bottom_bg.jpg) top left no-repeat;
	overflow: hidden;
}
div#main div.company div.section02 ul {
	padding-left: 60px;
}
div#main div.company div.section02 ul li ,
div#main div.company div.section02 ul li a {
	display: block;
	width: 195px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.company div.section02 ul li.list01 a {
	background: url(image/company_bottom01.jpg) top left no-repeat;
}
div#main div.company div.section02 ul li.list02 a {
	background: url(image/company_bottom02.jpg) top left no-repeat;
}
div#main div.company div.section02 ul li.list03 a {
	background: url(image/company_bottom03.jpg) top left no-repeat;
}
div#main div.company div.section02 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/*------------------------------------------------------
　　　　★ 理念・ご挨拶 /company/philosophy/　★  
-------------------------------------------------------*/
div#main div.company_philosophy div.section01 {
	padding-top: 280px;
	background: url(image/company_philosophy_img01.jpg) top left no-repeat;
}
div#main div.company_philosophy div.section01 p {
	font-size: 93%;
	letter-spacing: 0.1em;
	line-height: 2;
	margin: 0 0 24px 25px;
	colof: #333;
}

/*------------------------------------------------------
　　　　★ 会社概要 /company/outline/　★  
-------------------------------------------------------*/
div#main div.company_outline .h3_01 {
	width: 680px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/company_outline_h3_01.jpg) top left no-repeat;
}
div#main div.company_outline table {
	font-size: 93%;
	letter-spacing: 0.1em;
	line-height: 2;
	colof: #333;
	width: 680px;
}
div#main div.company_outline table a {
	color: #E85D84;
}
div#main div.company_outline table th ,
div#main div.company_outline table td {
	vertical-align: middle;
	padding: 15px 0 10px 10px;
	colof: #333;
	background: url(image/line01.jpg) bottom repeat-x;
}
div#main div.company_outline table th {
	letter-spacing: 0.5em;
	color: #666;
}

/*------------------------------------------------------
　　　　★ 会社沿革 /company/history/　★  
-------------------------------------------------------*/
div#main div.company_history .h3_01 {
	width: 680px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/company_history_h3_01.jpg) top left no-repeat;
}
div#main div.company_history table {
	font-size: 93%;
	letter-spacing: 0.1em;
	line-height: 2;
	colof: #333;
	width: 680px;
}
div#main div.company_history table th ,
div#main div.company_history table td {
	vertical-align: middle;
	padding: 15px 0 10px 10px;
	colof: #333;
	background: url(image/line01.jpg) bottom repeat-x;
}
div#main div.company_history table th {
	color: #666;
}

/*------------------------------------------------------
　　　　★ 店舗スタッフ募集 /company/recruit/　★  
-------------------------------------------------------*/
div#main div.company_recruit .h3_01 {
	width: 680px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/company_recruit_h3_01.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.company_recruit p.p01 {
	margin: 0 10px 10px 10px;
	color: #666;
	font-size: 93%;
	line-height: 1.6;
}
div#main div.company_recruit table {
	font-size: 93%;
	letter-spacing: 0.1em;
	line-height: 2;
	colof: #333;
	width: 680px;
	border-top: 2px solid #EDB8B2;
	margin-bottom: 30px;
}
div#main div.company_recruit table th ,
div#main div.company_recruit table td {
	vertical-align: middle;
	padding: 15px 0 10px 10px;
	colof: #333;
	background: url(image/line01.jpg) bottom repeat-x;
}
div#main div.company_recruit table th {
	color: #666;
	width: 25%;
}

/*------------------------------------------------------
　　　　　★★★ 婦人靴の卸、OEMについて /business/　★★★
-------------------------------------------------------*/
div#main div.business h3 {
	width: 680px;
	text-indent: -9999px;
	overflow: hidden;
}
div#main div.business .h3_01 {
	width: 320px;
	height: 25px;
	background: url(image/business_h3_01.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.business .h3_02 {
	height: 30px;
	background: url(image/business_h3_02.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.business .h3_03 {
	height: 25px;
	background: url(image/business_h3_03.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.business .h3_04 {
	height: 30px;
	background: url(image/business_h3_04.jpg) top left no-repeat;
	margin-bottom: 10px;
}
div#main div.business .h3_05 {
	height: 25px;
	background: url(image/business_h3_05.jpg) top left no-repeat;
	margin-bottom: 10px;
}

div#main div.business .section01 {
	width: 680px;
	height: auto;
	min-height: 290px;
	_height: 290px;
	background: url(image/business_img01.jpg) top right no-repeat;
}
div#main div.business .section01 p {
	line-height: 1.6;
	font-size: 93%;
	letter-spacing: 1px;
	margin: 0 255px 20px 10px;
}

div#main div.business .section01 ul {
	margin: 0 255px 55px 5px;
	overflow: hidden;
}
div#main div.business .section01 ul li {
	display: inline;
	margin-right: 15px;
}
div#main div.business .section01 ul li a {
	text-decoration: underline;
	color: #EAA9A2;
	background: url(image/business_list_icon01.jpg) 3px center no-repeat;
	padding: 5px 0 5px 25px;
}
div#main div.business .section01 ul li a:hover {
	text-decoration: none;
}

div#main div.business .section02 dt {
	font-weight: bold;
	color: #DEBA96;
	padding-left: 30px;
	margin-bottom: 5px;
	background: url(image/business_dt.jpg) 10px 0.3em no-repeat;
}

div#main div.business .section02 dd {
	color: #666;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url(image/business_dd.jpg) 5px 0.3em no-repeat;
}

div#main div.business div.section03 {
	width: 680px;
	overflow: hidden;
}
div#main div.business div.section03 p {
	margin: 0 5px 10px 5px;
	color: #666;
	line-height: 1.6;
	font-size: 93%;
}
div#main div.business div.section03 ul {
	width: 680px;
	overflow: hidden;
	padding: 5px 0 5px 115px;
	background: url(image/business_bottom_bg.jpg) top left no-repeat;
	margin-bottom: 30px;
}
div#main div.business div.section03b ul {
	padding: 5px 0 5px 255px;
}
div#main div.business div.section03 ul.last {
	margin-bottom: 0;
}
div#main div.business div.section03 ul li ,
div#main div.business div.section03 ul li a {
	display: block;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
div#main div.business div.section03 ul li.list01 ,
div#main div.business div.section03 ul li.list01 a {
	width: 275px;
}
div#main div.business div.section03 ul li.list01 a {
	background: url(image/business_bottom01.jpg) top left no-repeat;
}
div#main div.business div.section03 ul li.list02 a {
	background: url(image/business_bottom02.jpg) top left no-repeat;
}
div#main div.business div.section03 ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

div#main div.business div.section04 {
	position: relative;
}

div#main div.business div.section04 p {
	width: 680px;
	height: 440px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 20px;
	background: url(image/business_img02.jpg) top left no-repeat;
}
div#main div.business div.section04 img {
	position: absolute;
	top: 45px;
	right: 5px;
}


/*------------------------------------------------------
　　　　　★★★ お問い合わせ /contact/　★★★
-------------------------------------------------------*/
div#main div.contact .att {
	color: #E65A81;
}
div#main div.contact p {
	color: #666;
	margin: 0 0 10px 5px;
}
div#main div.contact table {
	width: 680px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ddd;
	color: #555;
}
div#main div.contact ul.hosoku {
	margin: -5px 0 10px 5px;
	font-size: 85%;
	color: #777;
}div#main div.contact ul.hosoku li {
	padding-left: 1em;
	text-indent: -1.2em;
	line-height: 1.2;
}
div#main div.contact table th ,
div#main div.contact table td {
	border-top: 1px solid #ddd;
	padding: 10px 20px;
}
div#main div.contact table th {
	background: #FBF8F4;
	font-size: 93%;
	color: #666;
	font-weight: normal;
	width: 120px;
}
div#main div.contact table th.title {
	border-top: 0;
	width: auto;
	border-bottom: 2px solid #E6CBB0;
	background: #fff;
	padding: 3px 5px;
}

div#main div.contact table textarea{
	width: 470px;
	overflow-y: hidden;
}

div#main div.contact table td textarea ,
div#main div.contact table td input {
	border: 1px solid #ccc;
	vertical-align: middle;
}
div#main div.contact table td label {
	margin-right: 20px;
	white-space: nowrap;
}
div#main div.contact table td label input {
	border: none;
	margin: 0 5px 0 0;
}
/*------------------------------------------------------
　　　　　★★★ サイトポリシー /policy/　★★★
　　　　　★★★ プライバシーポリシー /plivacy/　★★★
-------------------------------------------------------*/
div#main div.policy h3 ,
div#main div.privacy h3 {
	height: 14px;
	line-height: 14px;
	padding: 8px 0 8px 30px;
	background: url(image/info_h3_bg.jpg) center left no-repeat;
	font-weight: bold;
	font-size: 107%;
	color: #fff;
	margin-bottom: 10px;
}
div#main div.policy p ,
div#main div.privacy p {
	color: #666;
	line-height: 1.6;
	margin: 0 0 10px 5px;
}
div#main div.policy ol ,
div#main div.privacy ol ,
div#main div.policy ul ,
div#main div.privacy ul {
	color: #666;
	line-height: 1.6;
	margin: 0 0 10px 5px;
}
div#main div.policy ul li ,
div#main div.privacy ul li {
	margin-bottom: 5px;
}

/*------------------------------------------------------
　　　　　★★★ サイトマップ /sitemap/　★★★
-------------------------------------------------------*/
div#main div.sitemap .section01 {
	width: 320px;
	height: auto;
	float: left;
	_display: inline;
	margin-left: 10px;
}
div#main div.sitemap .section02 {
	width: 320px;
	height: auto;
	float: right;
}
div#main div.sitemap dl {
	margin-bottom: 30px;
}
div#main div.sitemap dl dt a {
	display: block;
	color: #EAA9A2;
	text-decoration: none;
	border-bottom: 1px solid #EAA9A2;
	font-size: 113%;
	font-weight: bold;
	background: url(image/sitemap_dt.jpg) left center no-repeat;
	padding: 5px 0 5px 20px;
	margin-bottom: 10px;
}
div#main div.sitemap dl.sitemap02 dt a {
	color: #999;
	border-bottom: 1px solid #999;
	background: url(image/sitemap_dt02.jpg) left center no-repeat;
}
div#main div.sitemap dl dd a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 93%;
	background: url(image/sitemap_dd.jpg) 20px center no-repeat;
	line-height: 2;
	padding-left: 35px;
}
div#main div.sitemap dl dd a:hover {
	color: #EAA9A2;
	background:  url(image/sitemap_dd_on.jpg) 20px center no-repeat;
}
div#main div.sitemap dl.sitemap02 dt a:hover {
	color: #EAA9A2;
	border-bottom: 1px solid #EAA9A2;
	background: url(image/sitemap_dt.jpg) left center no-repeat;
}

div#main div.sitemap dl dt a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
/*------------------------------------------------------
　　　　　　＊　ブログ部分　＊
-------------------------------------------------------*/

.banner_bottom10{
	margin-bottom:10px;
}
.banner_bottom5{
	margin-bottom:5px;
}


div#backnumbox{
	background:url(image/backnum_back.jpg) repeat-y;
	widows:190px;
	margin:0;
}
#backnumbox ul{
	width:190px;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	list-style-type:none;
}
#backnumbox li{
	text-align:left;
	background:url(image/backnum_head.jpg) no-repeat 0 7px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin-left: 15px;
	padding-top: 3px;
	padding-left: 25px;
}
#backnumbox li a{
	margin:0;
	display:block;
	text-align:left;
	vertical-align:middle;
	font:14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#666666;
	text-decoration:none;
}
#backnumbox li a:hover{
	display:block;
	text-decoration:none;
	color: #FF9900;
}

/*------------------------------------------------------
　　　　　　　　＊　h2　タイトル　＊
-------------------------------------------------------*/

div#article h2 {
	display:block;
	width:680px;
	height:40px;
	text-indent:-9999px;
	overflow: hidden;
	margin-bottom: 25px;
}
div#main h2#h2_business {
	background: url(image/h2_business.jpg) top left no-repeat;
}
div#main h2#h2_company {
	background: url(image/h2_company.jpg) top left no-repeat;
}
div#main h2#h2_company_history {
	background: url(image/h2_company_history.jpg) top left no-repeat;
}
div#main h2#h2_company_outline {
	background: url(image/h2_company_outline.jpg) top left no-repeat;
}
div#main h2#h2_company_philosophy {
	background: url(image/h2_company_philosophy.jpg) top left no-repeat;
}
div#main h2#h2_company_recruit {
	background: url(image/h2_recruit.jpg) top left no-repeat;
}
div#main h2#h2_contact {
	background: url(image/h2_contact.jpg) top left no-repeat;
}
div#main h2#h2_event {
	background: url(image/h2_event.jpg) top left no-repeat;
}
div#main h2#h2_info {
	background: url(image/h2_info.jpg) top left no-repeat;
}
div#main h2#h2_ir {
	background: url(image/h2_ir.jpg) top left no-repeat;
}
div#main h2#h2_mail_magazine {
	background: url(image/h2_mail_magazine.jpg) top left no-repeat;
}
div#main h2#h2_recruit ,
div#main h2#h2_recruet {
	background: url(image/h2_recruit.jpg) top left no-repeat;
}
div#main h2#h2_release {
	background: url(image/h2_release.jpg) top left no-repeat;
}
div#main h2#h2_not_found {
	background: url(image/h2_not_found.jpg) top left no-repeat;
}
div#main h2#h2_policy {
	background: url(image/h2_policy.jpg) top left no-repeat;
}
div#main h2#h2_privacy {
	background: url(image/h2_privacy.jpg) top left no-repeat;
}
div#main h2#h2_product {
	background: url(image/h2_product.jpg) top left no-repeat;
}
div#main h2#h2_product_corsage ,
div#main h2#h2_product_corsage_detail {
	background: url(image/h2_product_corsage.jpg) top left no-repeat;
}
div#main h2#h2_product_kagura ,
div#main h2#h2_product_kagura_detail {
	background: url(image/h2_product_kagura.jpg) top left no-repeat;
}
div#main h2#h2_product_hina ,
div#main h2#h2_product_hina_detail {
	background: url(image/h2_product_hina.jpg) top left no-repeat;
}
div#main h2#h2_product_pumps ,
div#main h2#h2_product_pumps_detail {
	background: url(image/h2_product_pumps.jpg) top left no-repeat;
}
div#main h2#h2_shoplist {
	background: url(image/h2_shoplist.jpg) top left no-repeat;
}
div#main h2#h2_style {
	background: url(image/h2_style.jpg) top left no-repeat;
}
div#main h2#h2_style_maintenance {
	background: url(image/h2_style_maintenance.jpg) top left no-repeat;
}
div#main h2#h2_style_material {
	background: url(image/h2_style_material.jpg) top left no-repeat;
}
div#main h2#h2_style_point7_2 {
	background: url(image/h2_style_point7_2.jpg) top left no-repeat;
}
div#main h2#h2_style_point8 {
	background: url(image/h2_style_point8.jpg) top left no-repeat;
}
div#main h2#h2_style_repair {
	background: url(image/h2_style_repair.jpg) top left no-repeat;
}
div#main h2#h2_style_size {
	background: url(image/h2_style_size.jpg) top left no-repeat;
}
div#main h2#h2_style_factory {
	background: url(image/h2_style_factory.jpg) top left no-repeat;
}
div#main h2#h2_sitemap {
	background: url(image/h2_sitemap.jpg) top left no-repeat;
}
div#main h2#h2_update {
	background: url(image/h2_update.jpg) top left no-repeat;
}


/*--------------h3 タイトル-----------------*/


/*--------------h4 タイトル-----------------*/

div.page_title_arch2 h4,div.page_title_arch3 h4{
	margin:0px;
	padding:4px 1px 3px 28px;
	text-align:left;
	display:block;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	font-weight: bold;
}
div.page_title_arch2 h4 a{
	text-decoration: none;	
}
div.page_cate{
	margin:5px 2px 5px 0;
	padding:0;
	text-align:left;
	border:1px solid #cccccc;
	background:url(image/pagetitle_back.jpg) repeat-y top;
}
div.page_cate h3{
	margin:0px;
	padding:5px 1px 5px 10px;
	font:0.95em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	display:block;
	color:#333333;
	border:1px solid #ffffff;
}

/* ＝＝＝＝＝＝＝＝＝＝その他＝＝＝＝＝＝＝＝＝＝＝＝*/
div.entry_article{
	font-size:12px;
	text-align:left;
	line-height:150%;
	margin: 10px 5px 15px 5px;
	overflow:hidden;
}
div.entry_article{
	height:1%;
}
div.postmetadata{
	text-align:right;
	font-size:0.8em;
	line-height:145%;
	color:#666;
	padding: 10px 5px 10px 0;
	display:block;
	background: url(image/line01.jpg) top repeat-x;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
div.postmetadata a{
	color:#666;
}
div.postmetadata a:hover{
	color:#666;
	text-decoration: underline;
}
small{
	font-size:85%;
	line-height:145%;
	margin:0;
	padding:5px 5px 0 0;
	color:#666;
	display:block;
	text-align:right;
}
p.nocomments{
	text-align:left;
	font-size:85%;
	line-height:145%;
	color:#333333;
	padding:20px 20px 20px 29px;
}
ul{
	list-style-type:none;
}
li.cat-item{
	display:block;
	margin:0px 0 0 5px;
	float:left;
	overflow:hidden;
	font-size:0.9em;
	width:300px;
	background:url(image/topicpath.gif) no-repeat left center;
}
li.cat-item2{
	display:block;
	margin:0 5px 0 0;
	float: right;
	width:300px;
	text-align:right;
	overflow:hidden;
	font-size:0.9em;
}

a.post-edit-link{
	text-align:left;
	font-size:0.7em;
	line-height:145%;
	color:#333333;
	padding:20px 20px 20px 29px;
}