@charset "utf-8";

body  {
	background-color: #FFFFFF;
	text-align: center; 
	color: #333333;
	font-size: 0.9em;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
}
#wrapper #header {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/headbar_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 105px;
	min-width: 790px;
}
#wrapper #header_top {
	width: 790px;
	margin: 0 auto;
}
#wrapper #header_navi {
	clear: both;
	width: 790px;
	margin: 0 auto;
}
* html #wrapper #header_navi {
	width: 800px;
}
#wrapper #container {
	width: 790px;
	margin: 15px auto;
	text-align: left;
	background-color: #FFFFFF;
} 
#footer {
	clear: both;
	background-color: #FFFFFF;
	margin: 0;
	text-align: center;
	border-top: 2px solid #D3381C;
	min-width: 790px;
}
/* TOPページ専用 */
#wrapper #top_content {
	background-color: #FFFFFF;
	margin: 0;
	width: 565px;
	float: left;
}
#wrapper #top_sidebar {
	float: left; 
	width: 210px; 
	padding: 0 0 15px 0; 
	text-align: left;
	margin-top: 0;
	margin-left: 5px;
}
/* 1カラム */
#wrapper #column1_contents {
	width: 780px;
	background: #FFFFFF;
	text-align: left;
}
#wrapper #column1_contents .contents {
	padding: 10px;
}
/* 2カラム */
#wrapper #container #sidebar {
	width: 150px;
	text-align: left;
	float: left;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#wrapper #container #main_contents {
	margin-right: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	padding-left: 180px;
	text-align: left;
}
#wrapper #main_contents .contents {
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
}

*:first-child+html div.float_left,*:first-child+html div.float_right {
	margin-bottom: 30px;
}

.sidebarBg {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FDEAE2;
}


/* ヘッダー詳細 */
#wrapper #header_top h1 {
	float: left;
}
#wrapper #header_top div {
	float: right;
	padding-top: 10px;
	margin-right: 20px;
}
#wrapper #header_top div li {
	display: block;
	float: left;
	margin-left: 3px;
	list-style: none;
	height: 11px;
}
#wrapper #header_top div li a {
	text-indent: -9999px;
	display: block;
	height: 40px;
	float: left;
}
#wrapper #header_top div #ht_home a {
	background-image: url(../images/head_home.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 53px;
}
#wrapper #header_top div #ht_sitemap a {
	background-image: url(../images/head_sitemap.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 83px;
}
#wrapper #header_top div #ht_policy a {
	background-image: url(../images/head_policy.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 114px;
}

#wrapper #header_navi ul {
	position: relative;
	left: -4px;
}
#wrapper #header_navi li {
	display: block;
	height: 40px;
	float: left;
	list-style: none;
}
#wrapper #header_navi li a {
	text-indent: -9999px;
	display: block;
	height: 40px;
	float: left;
}
#wrapper #header_navi #navi_home_on {
	background-image: url(../images/headbar_home2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 127px;
}
#wrapper #header_navi #navi_home a {
	background-image: url(../images/headbar_home2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 127px;
}
#wrapper #header_navi #navi_home a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
}
#wrapper #header_navi #navi_brand_on {
	background-image: url(../images/headbar_brand.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 112px;
}
#wrapper #header_navi #navi_brand a {
	background-image: url(../images/headbar_brand.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 112px;
}
#wrapper #header_navi #navi_brand a:hover {
	background-position: top;
	background-repeat: no-repeat;
}
#wrapper #header_navi #navi_sale_on {
	background-image: url(../images/headbar_sale2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 122px;
}
#wrapper #header_navi #navi_sale a {
	background-image: url(../images/headbar_sale2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 122px;
}
#wrapper #header_navi #navi_sale a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
}
#wrapper #header_navi #navi_member_on {
	background-image: url(../images/headbar_member2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 122px;
}
#wrapper #header_navi #navi_member a {
	background-image: url(../images/headbar_member2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 122px;
}
#wrapper #header_navi #navi_member a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
}
#wrapper #header_navi #navi_shop_on {
	background-image: url(../images/headbar_shop2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 122px;
}
#wrapper #header_navi #navi_shop a {
	background-image: url(../images/headbar_shop2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 122px;
}
#wrapper #header_navi #navi_shop a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
}
#wrapper #header_navi #navi_inshop_on {
	background-image: url(../images/headbar_inshop2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 170px;
}
#wrapper #header_navi #navi_inshop a {
	background-image: url(../images/headbar_inshop2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 170px;
}
#wrapper #header_navi #navi_inshop a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
}
#wrapper #header_navi #navi_contact_on {
	background-image: url(../images/headbar_contact2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 127px;
}
#wrapper #header_navi #navi_contact a {
	background-image: url(../images/headbar_contact2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 127px;
}
#wrapper #header_navi #navi_contact a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
}
#wrapper #header_navi #navi_sub {
	background-image: url(../images/headbar_sub.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 116px;
}


/* TOP専用コンテンツ詳細 */
#wrapper #container #top_content #title_topi {
	margin-top: 15px;
}
#wrapper #container #top_content #topic {
	width: 545px;
	padding: 0 10px 0 5px;
}
#wrapper #container #top_content #topic li {
	clear: left;
	padding: 3px;
	display: inline-block;
	width: 539px;
	min-height: 1em;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#wrapper #container #top_content #topic .date {
	float: left;
	display: inline-block;
	background-image: url(../images/topic_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 11px;
	font-size: 0.8em;
	vertical-align: bottom;
    max-width: 50px;
	height: auto !important;
	width: 50px;
}

#wrapper #container #top_content #topic .topi_news {
	float: left;
	display: inline-block;
	margin-left: 20px;
	font-size: 0.9em;
	width: 450px;
}
#wrapper #container #top_content #topic .topi_news2 {
	float: left;
	display: inline-block;
	padding-left: 12px;
	font-size: 0.9em;
	max-width: 540px;
	background-image: url(../images/topic_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.topTopicBold {
	font-weight:bold;
}



/* TOP専用サイドバー詳細 */
#top_sidebar li {
	margin-bottom: 5px; 
}



/* 1カラムコンテンツ詳細 */
#container #column1_contents h2 {
	margin-top:1em;
}
#container #column1_contents h2.page_title {
	border-bottom: 2px solid #D3381C;
	font-weight: bold;
	font-size: 1.2em;
}
#container #column1_contents .contents h3.site_map_1 {
	background-color: #FDEDE6;
	border-left: 3px solid #EE8151;
	line-height: 1.2em;
	padding: 5px 0 4px 7px;
}
#container #column1_contents .contents h3.site_map_1 a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
#container #column1_contents .contents p.site_map_2 {
	line-height: 1.6em;
	padding: 9px 0 4px 10px;
}
#container #column1_contents .contents p.site_map_2 a {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
#container #column1_contents .contents p.site_map_2 .shop_chiiki a {
	background: none;
	padding-left: 9px;
	padding-right: 9px;
}
#container #column1_contents .contents p {
	padding-top: 5px;
	padding-right: 5px;
	padding-left:20px;
	line-height: 1.2em;
}


/* 2カラムコンテンツ詳細 */
#container #main_contents h2.page_title {
	border-bottom: 2px solid #D3381C;
	font-weight: bold;
	font-size: 1.2em;
}
#container #main_contents .contents p {
	line-height: 1.2em;
	padding-top: 5px;
}
#container #main_contents .contents .paper {
	margin-bottom: 15px;
}
#container #main_contents .contents .paper ul {
	padding-top: 7px;
	padding-bottom: 20px;
}
#container #main_contents .contents .paper li {
	display: block;
	float: left;
	list-style: none;
	height: 20px;
}
#container #main_contents .contents .paper li a {
	display: block;
	text-indent: -9999px;
	height: 20px;
}
#container #main_contents .contents .paper .shop {
	background-image: url(../images/sale/butt_shop.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 115px;
}
#container #main_contents .contents .paper .shop a:hover {
	background-image: url(../images/sale/butt_shop.jpg);
	background-position: left top;
}
#container #main_contents .contents .paper .paper_big {
	margin-left: 5px;
	background-image: url(../images/sale/butt_big.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 90px;
}
#container #main_contents .contents .paper .paper_big a:hover {
	background-image: url(../images/sale/butt_big.jpg);
	background-position: left top;
}
#container #main_contents .contents .sale_title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dashed #FF0000;
}
#container #main_contents .contents .sale_days {
	border-bottom: 1px dashed #FF0000;
}
#container #main_contents .sale {
	display: block;
	padding-bottom: 0;
}
#container #main_contents .sale_data {
	float: left;
	display: block;
	margin-left: 20px;
	max-width: 350px;
}
* html #container #main_contents .sale_data {
	margin-left: 15px;
}

#container #main_contents .sale_data .report {
	margin-top: 3em;
}
#container #main_contents .sale_data p {
	padding-left: 7px;
	padding-right: 7px;
}
#container #main_contents .member_point {
	background-image: url(../images/card02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 1px;
}
* html #container #main_contents .member_point {　/* IE6 */
	padding-top: 90px;
}
*+html #container #main_contents .member_point {　/* IE7 */
	padding-top: 90px;
}
#container #main_contents .member_point h4 {
	color: #FF0000;
	font-weight: bold;
	margin-top: 15px;
}
#container #main_contents .shop_map {
	background-image: url(../images/shop/zenkoku_chizu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 225px;
	padding-top: 50px;
}
#container #main_contents .shop_map ul {
	margin-left: 45px;
	width: 250px;
}
#container #main_contents .shop_map li {
	margin-bottom: 15px;
	float: left;
	margin-right: 30px;
	background-image: url(../images/shop/red_cercle.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	width: 75px;
}
#container #main_contents .shop_list {
	padding-bottom: 0;
	margin-bottom: 0px;
	margin-top: 1em;
}
#container #main_contents .shop_list table {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin-bottom:5px;
	margin-top: 1em;
}
#container #main_contents .shop_list table .chiiki {
	background-color: #FF0000;
	color: #FFFFFF;
}
#container #main_contents .shop_list th {
	background-color:#FFF2EC;
	border:1px solid #CCCCCC;
	font-weight:bold;
	text-align:left;
	padding: 5px;
	font-size: 0.9em;
}
#container #main_contents .shop_list td {
	border:1px solid #CCCCCC;
	padding:5px;
	font-size: 0.9em;
	vertical-align: top;
}
#container #main_contents .shop_list td img {
	float: right;
	margin-top: 5px;
}
* html #container #main_contents .shop_list td img { /* ie6 */
	float: right;
	margin-top: -18px;
}
*+html #container #main_contents .shop_list td img { /* ie7 */
	float: right;
	margin-top: -18px;
}
#container #main_contents .shop_list table a {
	background-image: url(../images/topic_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	display: block;
}
* html #container #main_contents .shop_list table a { /* ie6 */
	background-position: left 6px;
}
*+html #container #main_contents .shop_list table a { /* ie7 */
	background-position: left 6px;
}


/* 2カラムサイドバー詳細 */
#wrapper #container #sidebar li {
	list-style: none;
	display: block;
}
#wrapper #container #sidebar li a {
	text-indent: -9999px;
	display: block;
}
#wrapper #container #sidebar li#inshop a{
	background-image:url(../images/menu_inshop.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
}
#wrapper #container #sidebar li#inshop a:hover {
	background-image:url(../images/menu_inshop.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	height: 30px;
}
#wrapper #container #sidebar li#inshop_on {
	background-image:url(../images/menu_inshop.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
}
#wrapper #container #sidebar li#inshop_on a {
}
#wrapper #container #sidebar li#storebrand a {
	background-image:url(../images/menu_brand.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#storebrand a:hover {
	background-image:url(../images/menu_brand.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#storebrand_on a {
	background-image:url(../images/menu_brand.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#anlife_on {
	background-image:url(../images/menu_anlife.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#anlife a {
	background-image:url(../images/menu_anlife.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#anlife a:hover {
	background-image:url(../images/menu_anlife.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#koredane_on {
	background-image:url(../images/menu_koredane.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#koredane a {
	background-image:url(../images/menu_koredane.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#koredane a:hover {
	background-image:url(../images/menu_koredane.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#sale_on {
	background-image:url(../images/menu_sale.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#member_on {
	background-image:url(../images/menu_card.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#shop_ichiran_on {
	background-image:url(../images/menu_shop.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#shop_ichiran a {
	background-image:url(../images/menu_shop.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#shop_ichiran a:hover {
	background-image:url(../images/menu_shop.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#new_shop_on {
	background-image:url(../images/menu_newshop1.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#new_shop a {
	background-image:url(../images/menu_newshop1.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#new_shop a:hover {
	background-image:url(../images/menu_newshop1.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#inshop2_on {
	background-image:url(../images/menu_inshop2.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#inshop2 a {
	background-image:url(../images/menu_inshop2.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#inshop2 a:hover {
	background-image:url(../images/menu_inshop2.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#company_index_on {
	background-image:url(../images/menu_company.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_index a {
	background-image:url(../images/menu_company.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_index a:hover {
	background-image:url(../images/menu_company.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#company_motto_on {
	background-image:url(../images/menu_motto.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	vertical-align:bottom;
	height: 29px;
}
#wrapper #container #sidebar li#company_motto a {
	background-image:url(../images/menu_motto.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_motto a:hover {
	background-image:url(../images/menu_motto.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#company_history_on {
	background-image:url(../images/menu_history.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_history a {
	background-image:url(../images/menu_history.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_history a:hover {
	background-image:url(../images/menu_history.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#company_message_on {
	background-image:url(../images/menu_message.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_message a {
	background-image:url(../images/menu_message.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_message a:hover {
	background-image:url(../images/menu_message.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#company_vision_on {
	background-image:url(../images/menu_vision.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_vision a {
	background-image:url(../images/menu_vision.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_vision a:hover {
	background-image:url(../images/menu_vision.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#company_business_on {
	background-image:url(../images/menu_business1.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_business a {
	background-image:url(../images/menu_business1.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#company_business a:hover {
	background-image:url(../images/menu_business1.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#recruit_index_on {
	background-image:url(../images/menu_recruit.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#recruit_index a {
	background-image:url(../images/menu_recruit.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 30px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#recruit_index a:hover {
	background-image:url(../images/menu_recruit.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#recruit_midway_on {
	background-image:url(../images/menu_midway.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	vertical-align:bottom;
	height: 29px;
}
#wrapper #container #sidebar li#recruit_midway a {
	background-image:url(../images/menu_midway.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#recruit_midway a:hover {
	background-image:url(../images/menu_midway.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#wrapper #container #sidebar li#recruit_part_on {
	background-image:url(../images/menu_part.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#recruit_part a {
	background-image:url(../images/menu_part.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	width: 150px;
	text-indent: -9999px;
	height: 29px;
	vertical-align:bottom;
}
#wrapper #container #sidebar li#recruit_part a:hover {
	background-image:url(../images/menu_part.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}


/* 共通項目 */
#wrapper #container .move_top {
	background-image: url(../images/arrow_top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	float: right;
	font-size: 0.9em;
}
#footContact {
	width: 480px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 12px;
}
#footContact #contactHead {
	background-image: url(../images/footContactHeadBg.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	padding-left: 10px;
}
#footContact #contactDoc {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EE8151;
	border-bottom-color: #EE8151;
	border-left-color: #EE8151;
}

/* フッター詳細 */
#wrapper #footer #foot_navi {
	width: 735px;
	border-bottom: 1px dotted #666666;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 45px;
}
#wrapper #footer #foot_navi li {
	background-image: url(../images/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-right: 20px;
	display: inline-block;
	float: left;
	font-size: 14px;
	white-space: nowrap;
}
* html #wrapper #footer #foot_navi li {
	padding-top: 3px;
}
*+html #wrapper #footer #foot_navi li {
	padding-top: 3px;
}
#wrapper #footer #copy_right {
	clear: left;
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


a.under {
	color: #FF0000;
	text-decoration: underline;
}

.line-top_gray {
	border-top: 1px solid #CCCCCC;
}

/* 店舗詳細 */
#shop #header {
	width: 450px;
	margin: auto;
	text-align: left;
}
#shop #header h1 {
	background-color:#FFF2EC;
	padding: 5px;
	width: 440px;
}
#shop #container {
	width: 450px;
	margin: auto;
	text-align: left;
}
#shop #container h2 {
	margin-bottom: 0.7em;
	margin-top: 0.7em;
	border-bottom: 2px solid #FF0000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
}
#shop #container ul {
	margin-bottom: 1.5em;
}
#shop #container li {
	border-bottom: 1px dotted #FF0000;
	width: 450px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#shop #container li .th {
	width: 120px;
	display: inline-block;
	text-align: left;
}
#shop #container li .td {
	width: auto;
	display: inline-block;
	text-align: left;
}
#shop #container .map {
	text-align: center;
}
#shop #footer {
	width: 450px;
	margin: 1em auto;
	text-align: center;
	border: none;
	min-width: 450px;
}

/* 企業情報 */
#companyTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	margin-bottom: 20px;
	float: left;
}
#companyTable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 8px;
}
#companyTable th {
	background-color: #FFF2EC;
	font-weight: normal;
	padding: 8px;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
#companyTable td td {
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px;
}
#mottoWrap p {
	margin-bottom: 15px;
	font-size: 12px;
}

#mottoDoc {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #77060A;
	font-weight: bold;
}
#historyWrap {
	font-size: 12px;
}
#historyWrap #historyTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	margin-bottom: 20px;
	float: left;
}
#historyTable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 8px;
}
#historyTable th {
	background-color: #FFF2EC;
	font-weight: normal;
	padding: 8px;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
#historyTable td td {
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px;
}
#businessWrap {
}
#businessWrap h3 {
	font-size: 18px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#businessWrap p {
	margin-bottom: 15px;
	font-size: 12px;
}
#businessDoc01 {
	width: 460px;
	margin-left: 60px;
	padding: 10px;
	border: 1px solid #ED8152;
	margin-bottom: 20px;
	margin-top: 20px;
}
#businessDoc01 p {
	font-size: 14px;
}
#businessDoc01 ul {
	font-size: 12px;
	margin-left: 1.5em;
}
#businessDoc01 li {
	list-style-type: disc;
}

/* プライバシーポリシー */
#privacyDoc {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 620px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
#privacyDoc p {
	font-size: 16px;
	font-weight: bold;
}

/* 採用情報 */
#recruitWrap {
	font-size: 12px;
}
#recruitWrap h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	font-weight: bold;
	margin-top: 15px;
	font-size: 14px;
}
#recruitTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#recruitTable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 8px;
}
#recruitTable th {
	background-color: #FFF2EC;
	font-weight: normal;
	padding: 8px;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
#recruitTable td td {
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px;
}

/*-------------------------------------------------------------------------------------------*/
/* ストアブランド詳細（100924追加） */
#main_contents h2.anlife_ti {
	background:#ffffff url(../images/brand/title_anlife.gif) no-repeat left top;
	font-size: 0.8em;
	line-height: 1.7em;
	margin:0 auto 20px auto;
	padding: 20px 0 0 315px;
	height: 80px;
}
#main_contents h2.anheat_ti {
	background:#ffffff url(../images/brand/title_anheat.gif) no-repeat left top;
	font-size: 0.8em;
	line-height: 1.7em;
	margin:0 auto 20px auto;
	padding: 20px 0 0 315px;
	height: 80px;
}
#main_contents h2.ancool_ti {
	background:#ffffff url(../images/brand/title_ancool.gif) no-repeat left top;
	height: 100px;
	font-size: 0.8em;
	line-height: 1.7em;
	margin:0 auto 20px auto;
	padding: 20px 0 0 315px;
	height: 80px;
}
#main_contents h2.koredane_ti {
	background:#ffffff url(../images/brand/title_koredane.gif) no-repeat left top;
	font-size: 0.8em;
	line-height: 1.7em;
	margin:0 auto 20px auto;
	padding: 20px 0 0 315px;
	height: 80px;
}
#main_contents h2.anlife_ti span,#main_contents h2.anheat_ti span,#main_contents h2.ancool_ti span,#main_contents h2.koredane_ti span{
	display:none;
}


#main_contents .page{
	width:600px;
	font-size: 0.8em;
	clear: both;
	height: 64px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
}
#topEmgMsg  {
	margin:0px 0px 20px 0;
}
#main_contents .prev{
	width:100px;
	float:left;
	margin:7px 0 0 auto;
	text-align: left;
	color:#999999;
}
#main_contents .prev a{
	width:auto;
	float:left;
	text-align: left;
}
#main_contents .this{
	width:420px;
	float:left;
	text-align: center;
}

#main_contents .p_navi{
	float:left;
	border:1px solid #cccccc;
	width:30px;
	height:30px;
	margin:0 3px;
}
#main_contents .p_active{
	background:#fdeae2;
	float:left;
	border:1px solid #cccccc;
	width:20px;
	height:20px;
	margin:0 3px;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
}
#main_contents .next{
	width:80px;
	float:right;
	text-align: right;
	color:#999999;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}
#main_contents .p_navi a,#main_contents .p_active a{
	width:20px;
	height:20px;
	padding:5px;
	display:block;
}
#main_contents .p_navi a:hover{
	background:#d3381c;
	color:#ffffff;
}
#main_contents .next a{
	width:auto;
	float:right;
	text-align: right;
}

/*商品一覧ボックス*/
.syohinBox{
	background:url(../images/brand/syohinFl_ce.gif) repeat-y bottom left;
	margin: 0 0 20px 0;
}
.syohinBoxInnerL{
	width: 270px;
	margin: 0 10px 0 0;
	padding: 0 10px;
	float: left;
}
.syohinBoxInnerR{
	width: 270px;
	margin: 0 0px 0 10px;
	padding: 0 10px;
	float: right;
}
p.syohinBoxTop{
	clear: both;
	height: 10px;
	background: url(../images/brand/syohinFl_to.gif) no-repeat bottom;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	width: 600px;
}
p.syohinBoxBtm{
	clear: both;
	height: 10px;
	background: url(../images/brand/syohinFl_bo.gif) no-repeat bottom;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	width: 600px;
}
.syohinBox02{
	background:url(../images/brand/syohinFl02_ce.gif) repeat-y bottom left;
	margin: 0 0 20px 0;
}
.syohinBox02Inner{
	width: 580px;
	margin: 0 10px;
	padding: 0;
}
p.syohinBox02Top{
	clear: both;
	height: 10px;
	background: url(../images/brand/syohinFl02_to.gif) no-repeat bottom;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	width: 600px;
}
p.syohinBox02Btm{
	clear: both;
	height: 10px;
	background: url(../images/brand/syohinFl02_bo.gif) no-repeat bottom;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	width: 600px;
}
.pointTxt{
	margin:0;
	padding: 10px;
}

.colorList{
	font-size: 0.7em;
	line-height:1.2em;
	margin:5px auto 0px auto;
	min-height:65px;
	height: auto !important;
	height: 65px;
}
.colorList02{
	font-size: 0.7em;
	line-height:1.2em;
	margin:5px auto 0px auto;
	min-height:32px;
	height: auto !important;
	height: 38px;
}

.co_chip{border:1px solid #CCCCCC;}

.spec{
	font-size: 0.7em;
	margin:10px auto 0px auto;
	background:#E5E5E5;
	width:270px;
	min-height:160px;
	height: auto !important;
	height: 125px;
}
.spec h3,.spec02 h3{
	font-size: 1.2em;
	font-weight:bold;
	width: auto;
	padding: 5px 0 5px 5px;
	line-height: 130%;
}
.spec h4,.spec02 h4{
	font-size: 1.1em;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	line-height: 1.3;
}

.spec dl.specIn01{
	margin:0;
	padding:0;
	width: 150px;
}
.spec dl.specIn02{
	margin:0;
	padding:5px 0 0 0;
	width: 100px;
}
.spec dl dt,.spec02 dl dt{
	width: auto;
	line-height: 1.5em;
	padding: 0 0 0 5px;
	clear: both;
	float: left;
}
.spec dl.specIn01 dd,.spec02 dl.specIn01 dd{
	margin:0 5px 5px 0;
	line-height: 1.5em;
	width: auto;
	margin: 0 5px 5px 35px;
}
.spec dl.specIn02 dd,.spec02 dl.specIn02 dd{
	margin:0 5px 5px 0;
	line-height: 1.5em;
	width: auto;
	margin: 0 5px 5px 10px;
}

.spec02{
	font-size: 0.7em;
	margin:10px auto 0px auto;
	background:#E5E5E5;
	width:580px;
	min-height:80px;
	height: auto !important;
	height: 80px;
}
.spec02 dl.specIn01,.spec02 dl.specIn03{
	margin:0;
	padding:0;
	width: 210px;
}
.spec02 dl.specIn02{
	margin:0;
	padding:5px 0 0 0;
	width: 210px;
}
.spec02 dl.specIn03 dd{
	margin:0 5px 5px 0;
	line-height: 1.5em;
	width: auto;
	margin: 0 5px 5px 45px;
}

.price{
	font-size:1.5em;
	color:#FF0000;
	font-weight:bold;
	padding:0 5px 5px 0;
	margin: 20px 0 0 0;
	vertical-align: bottom;
}
.price span{font-size:2em;font-family:Century Gothic,sans-serif;}
.price span.txt_m{font-size:0.7em;line-height:1.5em;margin-bottom:5px;}
.caution{text-align:right;font-size:0.8em;}
.caution02{
	border:1px solid #D3381C;
	text-align:left;
	font-size:0.8em;
	padding: 5px;
}


/* 動画埋め込み*/
#movieBox{
	margin:0 auto 20px auto;
	width: 640px;
}
#movieBox p{
	margin:10px 0;
	width: 640px;
}
#win_mpBox{
	margin:10px auto;
	width: 400px;
	clear: both;
	height: 31px;
}#win_mpBox p{
	float:left;
	width:auto;
	margin: 0;
}
#win_mpBox div{float:right;width:88px;}


/* 震災支援ページ */
#wrapper #container #shien {
	width: 545px;
	padding: 0 10px 0 5px;
}
#wrapper #container #shien li {
	border-bottom: 1px dotted #666666;
	padding: 3px;
	display: inline-block;
	width: 539px;
	min-height: 1em;
	line-height: 1.2em;
}
#wrapper #container #shien .date {
	float: left;
	display: inline-block;
	background-image: url(../images/topic_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 11px;
	vertical-align: bottom;
    max-width: 50px;
	height: auto !important;
	width: 50px;
}
#wrapper #container #shien .shien_title {
	float: left;
	display: inline-block;
	margin-left: 20px;
	max-width: 470px;
}
#shienWrap p {
	margin-bottom: 15px;
	text-indent:1em;
}
p.shien_title {
	text-align: center;
	border-bottom: 1px dotted #BBBBBB;
}

/*==========================
  IE6以下用ハック
==========================*/


/*↓float使用時のclearfix設定*/
/* clearfix */

.clearfix {
  zoom: 1; /* for IE5.5 - IE7 */
  }
.clearfix:after { /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  /*font-size: 0px;*/
  }
/*  */

/* トップページ緊急メッセージ */
#topEmgMsg {
	border: 2px solid #CCC;
	padding: 2px;
	margin: 0px;
}
#topEmgMsg .inner {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 3px;
	font-size: 14px;
	line-height: 20px;
}

