@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	mod_asw.css
	
	[概要]	修正作業用
	
------------------------------------------------------------------------------*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

header.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* サイト内検索用CSS <<<<<header.css(1/追加)
========================================================*/
dl#search_gl {
	position: relative;
	width: 160px;
	height: 22px;
}

dl#search_gl dt {
	width: 126px;
	padding: 1px 5px;
	background-color: #FFF;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

dl#search_gl dt input {
	width: 100%;
	height: 16px;
	line-height: 22px;
	background: none;
	border: none;
}

dl#search_gl dd {
	width: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

dl#search_gl dd button {
	width: 25px;
	height: 22px;
	display: block;
	border: none;
	background-color: #FFF;
	background-image: url(../../images/common/search_bt.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

/* h1#siteId, p#siteId <<<<<header.css(2/修正)
========================================================*/
#siteId,
.siteId {
	position: absolute;
	/*top: 20px;*/
	top: 49px;
	/*left: 25px;*/
	left: 0;
	/*width: 130px;*/
	width: 304px;
	/*height: 64px;*/
	height: 59px
}

.siteId {
	background: url(../../images/common/site_id.png) no-repeat scroll left top;
}


/* ul#headerNav <<<<<header.css(3/)
========================================================*/
ul#headerNav { /*mod*/
	position: absolute;
	/*top: 11px;*/
	top: 3px;
	/*right: 62px;*/
	right: 9px;
	/*	width: 373px; 
	width: 285px;*/
	width: 496px;
	/*height: 16px;*/
	height: 29px;/* border: 1px solid red; */
}

ul#headerNav li {
	float: left;
	height: 29px;
	background: no-repeat scroll left top;
}

ul#headerNav li#headerNavHome {
	width: 75px;
}
</h1> ul#headerNav li#headerNavFloor {
 width: 98px;
}

ul#headerNav li#headerNavAccess {
	width: 79px;
}

ul#headerNav li#headerNavParking {
	width: 76px;
}

ul#headerNav li#headerSearch {
	margin-left: 8px;
	margin-top: 1px;
}

ul#headerNav li a {
	height: 29px;
	background: no-repeat scroll left top;
}

/*----- li a 横幅／通常時画像指定 -----*/
ul#headerNav li#headerNavHome a {
	width: 75px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: 0 0;
}

ul#headerNav li#headerNavFloor a {
	width: 98px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: -75px 0;
}

ul#headerNav li#headerNavAccess a {
	width: 79px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: -173px 0;
}

ul#headerNav li#headerNavParking a {
	width: 76px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: -252px 0;
}

/*----- li 横幅／ロールオーバー時画像指定 -----*/

ul#headerNav li#headerNavHome a:hover {
	width: 75px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: 0 -29px;
}

ul#headerNav li#headerNavFloor a:hover {
	width: 98px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: -75px -29px;
}

ul#headerNav li#headerNavAccess a:hover {
	width: 79px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: -173px -29px;
}

ul#headerNav li#headerNavParking a:hover {
	width: 76px;
	background-image: url(../../images/common/header_nav_btnset.png);
	background-position: -252px -29px;
}

/*----- マウスオーバー動作指定 -----*/
/*ul#headerNav li#headerNavHome a:hover,
ul#headerNav li#headerNavBusiness a:hover,
ul#headerNav li#headerNavFloor a:hover,
ul#headerNav li#headerNavService a:hover,
ul#headerNav li#headerNavAccess a:hover,
ul#headerNav li#headerNavParking a:hover,
ul#headerNav li#headerNavSitemap a:hover,
ul#headerNav li#headerNavHome a:active,
ul#headerNav li#headerNavBusiness a:active,
ul#headerNav li#headerNavFloor a:active,
ul#headerNav li#headerNavService a:active,
ul#headerNav li#headerNavAccess a:active,
ul#headerNav li#headerNavParking a:active,
ul#headerNav li#headerNavSitemap a:active{
	background-image: none;
}*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] header.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

sub_content.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* サイドのショップ検索用CSS <<<<<sub_content.css(1/追記)
========================================================*/
#sideSearch {
	width: 180px;
	padding: 10px 9px 10px 8px;
	margin-bottom: 25px;
	border-color: #EE7700;
	border-width: 2px;
	text-align: center;
	border-style: solid;
	background-color: #FFF;
}

#sideSearch .title {
	width: 100px;
	height: 42px;
	margin: 10px auto 10px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../../images/common/sideSearch_title.gif);
	background-position: left top;
}

#sideSearch ul {
	overflow: hidden;
	margin-bottom: 10px;
}

#sideSearch li {
	float: left;
	width: 88px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#sideSearch li#lovelaBandaiShop {
	margin-right: 4px;
	display: inline;
}

#sideSearch li#lovelaBandaiShop {
	background-image: url(../../images/common/sideSearch_change_sp.png);
	background-position: left -40px;
}

#sideSearch li#lovelaBandaiShop.active,
#sideSearch li#lovelaBandaiShop:hover {
	background-image: url(../../images/common/sideSearch_change_sp.png);
	background-position: left top;
}

#sideSearch li#lovela2Shop {
	background-image: url(../../images/common/sideSearch_change_sp.png);
	background-position: -92px -40px;
}

#sideSearch li#lovela2Shop.active,
#sideSearch li#lovela2Shop:hover {
	background-image: url(../../images/common/sideSearch_change_sp.png);
	background-position: -92px top;
}

#sideSearch select {
	width: 180px;
	margin-bottom: 10px;
}

#sideSearch button {
	display: block;
	cursor: pointer;
	width: 54px;
	height: 30px;
	margin: 0 auto 0;
	border: none;
	background-color: #EE7700;
	background-image: url(../../images/common/sideSearch_button_sp.png);
	background-position: left top;
}

#sideSearch button:hover {
	background-position: left -30px;
}

a.active {
}

/* サイドのショップリスト表示切り替え用CSS <<<<<sub_content.css(2/追記)
========================================================*/

#sectionChangeWrapper {
	margin-bottom: 25px;
}

#sectionChangeWrapper ul#sectionChange {
	overflow: hidden;
    position: relative;
    left: 5px;
}

#sectionChangeWrapper ul#sectionChange li {
	float: left;
	width: 99px;
	height: 45px;
}

#sectionChangeWrapper ul#sectionChange li a {
	display: block;
	width: 99px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

#sectionChangeWrapper ul#sectionChange li#lovelaBandaiView,
#sectionChangeWrapper ul#sectionChange li#lovelaBandaiChange {
	margin-right: 3px;
	display: inline;
}

#sectionChangeWrapper ul#sectionChange li#lovelaBandaiView a,
#sectionChangeWrapper ul#sectionChange li#lovelaBandaiChange a {
	background-image: url(../../images/common/lovela_change_button_sp1.png);
	background-position: left -45px;
	background-repeat: no-repeat;
}

#sectionChangeWrapper ul#sectionChange li#lovelaBandaiView a:hover,
#sectionChangeWrapper ul#sectionChange li#lovelaBandaiChange a:hover {
	background-image: url(../../images/common/lovela_change_button_sp1.png);
	background-position: left -135px;
	background-repeat: no-repeat;
}

#sectionChangeWrapper ul#sectionChange li#lovelaBandaiView.ui-tabs-selected a,
#sectionChangeWrapper ul#sectionChange li#lovelaBandaiChange.ui-tabs-selected a {
	background-image: url(../../images/common/lovela_change_button_sp1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#sectionChangeWrapper ul#sectionChange li#lovela2View a,
#sectionChangeWrapper ul#sectionChange li#lovela2Change a {
	background-image: url(../../images/common/lovela_change_button_sp1.png);
	background-position: -102px -45px;
	background-repeat: no-repeat;
}

#sectionChangeWrapper ul#sectionChange li#lovela2View a:hover,
#sectionChangeWrapper ul#sectionChange li#lovela2Change a:hover {
	background-image: url(../../images/common/lovela_change_button_sp1.png);
	background-position: -102px -135px;
	background-repeat: no-repeat;
}

#sectionChangeWrapper ul#sectionChange li#lovela2View.ui-tabs-selected a,
#sectionChangeWrapper ul#sectionChange li#lovela2Change.ui-tabs-selected a {
	background-image: url(../../images/common/lovela_change_button_sp1.png);
	background-position: -102px top;
	background-repeat: no-repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] sub_content.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

base.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* a <<<<<base.css(1/修正)
========================================================*/
a {
	/*color: #009933;*/
	color: #8C5739;
	font-weight: bold;
	text-decoration: underline;
}

a:hover,
a:active {
	/*color: #ea609e;*/
	/*color: #EC7700;*/
	color: #DF0707;
}

/* div#subContent <<<<<base.css(2/修正)
========================================================*/
div#subContent {
	float: left;
	/*width: 184px;*/
	width: 201px;
	/*padding-left: 2px;*/
	padding-left: 0;
}

* html div#subContent {
	width: 185px;
	overflow: hidden;
}

/* div#header (2013)  <<<<<base.css(3/修正)
========================================================*/
div#header {
	height: 136px;
	/*background: url(http://www.lovela-bandai.com/images/common/heaer_bg_2013.png) repeat-x left top;*/
	background: url(../../images/common/heaer_bg_2013.gif) repeat-x left top;
}

/* div#wrapperOuter / div#wrapperInner (2012) <<<<<base.css(4/修正)
========================================================*/
div#wrapperOuterColor { /*ok*/
	/*background: #fefad7 url(../../images/common/bg_2012.jpg) repeat-x scroll left 130px;*/
	background: #F0EDE7 url(../../images/common/bg_2013.jpg) repeat-x scroll left 136px;
}

div#wrapperOuter { /*mod*/
	background: url(http://www.lovela-bandai.com/images/common/_bg_2012_2.jpg) no-repeat scroll center 130px; /*背景画像不要*/
}

div#wrapperInner { /*ok*/
	background: url(../../images/common/body_bg.jpg) repeat-x left top;
}

/* div#contentWrapperOuter (2012) <<<<<base.css(5/)
========================================================*/
div#contentWrapperOuter {
	width: 100%;/* #fefad7 */
}

/* div#contentWrapper <<<<<base.css(6/)
========================================================*/
div#contentWrapper { /*mod*/
	/*width: 872px;*/
	width: 910px; /*mod*/
	padding-bottom: 10px;
	/*margin-left: 19px;*/
	margin-left: 0; /*mod*/
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: none;/*背景画像不要*/
	background-attachment: scroll; 	/*	background-image: url(../../images/home/content_wrapper_bg.gif); */
}

/* div#wrapper <<<<<base.css(7/)
========================================================*/
div#wrapper {
	/*	width: 872px; */
	width: 910px; /*mod*/
	margin: 0 auto;
	/*background-repeat: repeat-y;
	background-position: 19px top;*/
	background-image: none; /*mod*/
	background-color: transparent; /*mod*/
	font-size: 75%;
	text-align: left;
}
*:first-child+html div#wrapper {
	padding-top: 1px;
}
*:first-child+html #home div#wrapper {
	padding-top: 1px;
}


/* div#mainContent <<<<<base.css(8/)
========================================================*/
div#mainContent {
	float: right;
	/*width: 674px;*/
	width: 670px; /*mod*/
	/*padding-right: 2px;*/
	padding: 10px; /*mod*/
	/*	background-color: red; */
	background-color: #FFF; /*mod*/
	margin-bottom: 15px; /*mod*/
	-webkit-border-radius: 4px; /*mod*/
	-moz-border-radius: 4px; /*mod*/
	-o-border-radius: 4px; /*mod*/
	-ms-border-radius: 4px; /*mod*/
	border-radius: 4px; /*mod*/
}

* html div#mainContent {
	width: 676px;
}

/* div#globalNav <<<<<base.css(9/)
========================================================*/
div#globalNav {
	position: relative;
	/*height: 48px;*/
	height: 50px;
	margin-bottom: 15px;
	/*background: #ffffff url(../../images/common/content_wrapper_header_bg.png) no-repeat scroll left bottom;*/
	background: #ffffff url(../../images/common/global_nav_btnset.png) no-repeat scroll left -50px;/*	border: 1px solid red; */
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] base.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

global_nav.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* div#globalNav <<<<<global_nav.css(1/)
========================================================*/
div#globalNav ul {
	position: absolute;
	/*top: 2px;*/
	top: 0;
	/*	top: 4px; */
	/*left: 19px;*/
	left: 0;
	/*width: 872px;*/
	width: 910px;
	/*height: 42px;*/
	height: 50px;/*	height: 37px;*//*height: 58px;*//*	background: url(../../images/common/global_nav_bg2.gif) no-repeat scroll left top; */
}

div#globalNav ul li {
	float: left;
	/*width: 174px;*/
	width: 182px;
	/*height: 42px;*/
	height: 50px;
	/*	height: 37px;*/
	/*height: 58px;*/
	/*	background: no-repeat url(../../images/common/global_nav_btnset.png) scroll left top; */
}

div#globalNav ul li#globalNavShop {
	width: 183px;
}

div#globalNav ul li#globalNavFreePaper {
	width: 181px;
}

div#globalNav ul li a {
	/*	height: 37px;*//*height: 58px;*/
/*	background: no-repeat scroll left top; */
	/*width: 174px;*/
	width: 182px;
	/*height: 42px;*/
	height: 50px;
	background: no-repeat url(../../images/common/global_nav_btnset.png) scroll left top;
}

*:first-child+html div#globalNav ul,
*:first-child+html div#globalNav ul li,
*:first-child+html div#globalNav ul li a {
	height: 48px;
}


div#globalNav ul li#globalNavShop a {
	width: 183px;
	background-position: 0px 0px;
}

div#globalNav ul li#globalNavRecommend a {
	background-position: -183px 0px;
}

div#globalNav ul li#globalNavNews a {
	background-position: -365px 0px;
}

div#globalNav ul li#globalNavEvent a {
	background-position: -547px 0px;
}

div#globalNav ul li#globalNavFreePaper a {
	width: 181px;
	background-position: -729px 0px;
}

/* hover */
div#globalNav ul li#globalNavShop a:hover {
	background-position: 0px bottom;
}

div#globalNav ul li#globalNavRecommend a:hover {
	background-position: -183px bottom;
}

div#globalNav ul li#globalNavNews a:hover {
	background-position: -365px bottom;
}

div#globalNav ul li#globalNavEvent a:hover {
	background-position: -547px bottom;
}

div#globalNav ul li#globalNavFreePaper a:hover {
	background-position: -729px bottom;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] global_nav.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

section.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h2 <<<<<section.css(1/)
========================================================*/
div.section h2 a.buttonList {
	position: absolute;
	top: 50%;
	top: 60%;
	right: 6px;
	width: 100px;
	width: 42px;
	height: 20px;
	height: 15px;
	margin-top: -10px;
	background: url(../../images/common/h2_button_list_ov.gif) no-repeat scroll left top;
}

div.section h2 a.buttonList span {
	width: 100px;
	width: 42px;
	height: 20px;
	height: 15px;
	background: url(../../images/common/h2_button_list.gif) no-repeat scroll left top;
	cursor: hand;
}

div.section h2 a.buttonList:active span,
div.section h2 a.buttonList:hover span {
	background-image: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] section.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

widget.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* div.widgets<<<<<widget.css(1/)
========================================================*/
div.widget {
	/*width: 179px;*/
	width: 201px;
	/*margin: 1px 2px 5px 2px;*/
	/*margin: 1px 2px 15px 2px;*/
	/*background: #ffffff url(../../images/common/widget_bg.gif) no-repeat scroll left top;*/
	background-color: #F0EDE7;
	background-image: none;
}

div.widget div {
	padding-bottom: 3px;
	/*background: url(../../images/common/widget_footer.gif) no-repeat scroll left bottom;*/
	background-image: none;
}

body#home div#mainContent div.widget { /*addASW*/
	width: 170px;
	/*margin: 1px 2px 5px 2px;*/
	margin: 5px;
	background-color: #FFF;
	background-image: none;
}

body#home div#mainContent div.widget.divide { /*addASW*/
	margin: 5px 5px 10px;
}

body#home div#mainContent div.widget div {
	padding: 0;
	background-image: none;
}

body#home div.widget ol li { /*for HOME addASW*/
	line-height: 1.25em;
	padding: 3px;
	/*padding-left: 35px;*/
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
}

/* div#mobilet <<<<<widget.css(2/)
========================================================*/
div#mobile p.title  {
	margin-top:20px;
	margin-bottom:-5px;
}

div#mobile p.title strong{
	/*height: 38px;*/
	height: 34px;
	background-image: url(../../images/common/mobile_title.gif);
}

div#mobile p.text {
	/*padding: 3px;*/
	padding: 10px 0 0;
	/*background-color: #fff7fb;*/
	background-color: #FFF;
	/*color: #330000;*/
	color: #69533F;
}

div#mobile span#mobileAddress {
	display:block;
	/*clear: left;
	height: 37px;*/
	height: 29px;
	background: url(../../images/common/mobile_address.gif) no-repeat scroll left top;
}
div#mobile span#mobileAddress2 {
	clear: left;
	height: 29px;
	background: url(../../images/common/mobile_address2.gif) no-repeat scroll left top;
}

/* div.list <<<<<widget.css(3/)
========================================================*/
div.list {
	/*padding-top: 3px;*/
	padding-top: 0;
	/*padding-left: 1px;*/
	padding-left: 0;
}

div.list p.title strong {
	/*width: 177px;*/
	width: 201px;
	/*height: 25px;*/
	height: 36px;
	background: no-repeat scroll left top;
	margin-bottom: 4px; /* <<<<< add asw*/
}

div.list ul {
	/*padding: 2px;
	padding-right: 3px;*/
	padding: 0;
	background: url(http://www.lovela-bandai.com/images/common/_local_nav_ul_bg_ov.gif) no-repeat center center;/* preload */ /*背景画像不要asw*//*border-bottom: 1px dotted #cccccc;*/
}

div.list ul li {
	/*vertical-align: top;/* for ie */
	/*line-height: 1.25em;*/
	/*margin-top: 1px;*/
	margin-top: 0;
	/*margin-bottom: 1px;*/
	margin-bottom: 2px;
	/*background: #f2f2f2 url(../../images/common/local_nav_ul_bg.gif) repeat-x scroll left top;*/
	background: #E6E0D7 url(http://www.lovela-bandai.com/images/common/_local_nav_ul_bg.gif) repeat-x scroll left top;/*背景画像不要・背景色必要asw*/
	background-color: #E6E0D7;
	zoom: 1;/* for ie */
}

div.list ul li.hover {
	/*background-color: #eaeaea;*/
	/*background-color: #F0EDE7;*/
	background-color: #F0EDE7;
	background-image: url(http://www.lovela-bandai.com/images/common/_local_nav_ul_bg_ov.gif);/*背景画像不要asw*/
}

div.list ul li a:active,
div.list ul li a:hover {
	/*color: #ea609e;*/
	color: #5C4636;
}

div.list ul li ul li a {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	background: url(../../images/common/local_nav_arrow_child.gif) no-repeat scroll left center;
	/*color: #009933;*/
	color: #8C5739;
	font-weight: normal;
	text-decoration: underline;
}

div.list ul li ul li a:hover,
div.list ul li ul li a:active {
	/*background-color: #fff6f6;*/
	background-color: #FEF6E8;
	/*color: #ea609e;*/
	/*color: #EC7700;*/
	color: #DF0707;
}

/* div.list p.title strong <<<<<widget.css(4/)
========================================================*/
/*----- カテゴリー一覧 タイトル画像指定 -----*/
div#categoryList p.title strong {
	background-image: url(../../images/common/local_nav_category_title.gif);
}

/*-----     ショップ名50音順リスト タイトル画像指定 -----*/
div#category50onList p.title strong {
	background-image: url(../../images/common/local_nav_category_title_50on.gif); /*mod asw*/
}

/*----- カテゴリー一覧 タイトル画像指定（ラブラ2） -----*/ /*addASW*/
div#categoryList2 p.title strong {
	background-image: url(../../images/common/local_nav_category_title.gif);
}

/*-----     ショップ名50音順リスト タイトル画像指定（ラブラ2） -----*/ /*addASW*/
div#category50onList2 p.title strong {
	background-image: url(../../images/common/local_nav_category_title_50on.gif);
}

/* div#info <<<<<widget.css(5/)
========================================================*/
div#info p.title strong {
	/*width: 175px;*/
	width: 201px;
	height: 36px;
	/*margin-bottom: 1px;*/
	margin-bottom: 5px;
	/*margin-left: 2px;*/
	margin-left: 0;
	/*	background: url(../../images/home/widget_info_title.gif) no-repeat scroll left bottom; */
	/*background: url(../../images/home/widget_info_title.png) no-repeat scroll left bottom;*/
	background: url(../../images/home/widget_info_title.gif) no-repeat scroll left bottom;
}

div#info dl {
	overflow: auto;
	/*
	overflow-x: hidden;
	overflow-y: auto;
	*/
	line-height: 1.25em;
	/*height: 120px;*/
	height: auto;
	/*margin: 0px 2px;*/
	margin: 0px 0px;
	/*background-color: #fff8f2;*/
	background-color: #F7F6F3;
	/*border: 1px solid #ccccff;*/
	border: 1px solid #DAD1C4;
	font-size: 90%;
	padding-bottom: 6px; /*add asw*/
}

div#info dl dt,
div#info dl dd {
	/*padding-left: 2px;*/
	padding-left: 6px;
	/*padding-right: 2px;*/
	padding-right: 6px;
}

div#info dl dt {
	/*padding-top: 2px;*/
	padding-top: 8px;
}

div#info dl dd {
	margin-bottom: 2px;
	padding-bottom: 2px;
	/*padding-left: 4px;*/
	padding-left: 6px;
	border-bottom: 1px dotted #dddddd;
}

div#info p#buttonInfoMore {
	/*width: 175px;*/
	width: 201px;
	/*height: 22px;*/
	height: 24px;
	/*margin-top: 6px;*/
	margin-top: 5px;
	margin-bottom: 7px;
	/*margin-left: 2px;*/
	margin-left: 0px;
	background: url(../../images/home/widget_info_button_ov.gif) no-repeat scroll left top;
}

div#info p#buttonInfoMore a {
	/*width: 175px;*/
	width: 201px;
	/*height: 22px;*/
	height: 24px;
	background: url(../../images/home/widget_info_button.gif) no-repeat scroll left top;
}

div#info dt.lovelaNews { /*add ASW*/
	height: 18px;
	background: url(../../images/common/icon_lovela.gif) no-repeat scroll 9em 0.35em;
}

div#info dt.lovela2News {/*add ASW*/
	height: 18px;
	background: url(../../images/common/icon_lovela2.gif) no-repeat scroll 9em 0.35em;
}


/*テキスト画像代替 <<<<<widget.css(6/)
========================================================*/
div#present p.title strong,
div#event p.title strong,
div#mobile p.title strong,
div.list p.title strong,
div.widget p.title strong a,
div.widget p.date span,
div.widget span.CD,
div.widget span.DVD,
div.widget span.sell,
div#mobile span#mobileAddress,
div#mobile span#mobileAddress2, /*add ASW*/
p#buttonApply a,
div#info p.title strong,
div#info p#buttonInfoMore a,
div#magazineList p.title strong
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}

/* div#mobile <<<<<widget.css(7/)
========================================================*/
div#mobile p.title strong{
/*
	height: 32px;
	background-image: url(../../images/common/mobile_title.gif);
	margin-top:20px;
	margin-bottom:-5px;*/
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] widget.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

footer.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* div#footer div.inner <<<<<footer.css(1/)
========================================================*/
div#footer div.inner {
	/*width: 872px;  << del20130927*/
	width: 910px; /*add20130927*/
	margin: 0 auto;
	text-align: left;
}

/* div#businessHourFrame <<<<<footer.css(2/)
========================================================*/
div#businessHourFrame {
	/*width: 872px;  << del20130927*/
	width: 910px; /*add20130927*/
	min-height: 34px;
}

#businessHourFrame dl {
	font-size: 100%;
	padding-top: 10px;
	padding-top: 15px;
}

#businessHourFrame dt {
	width: 90px;
	padding-top: 5px;
	float: left;
	clear: both;
}

#businessHourFrame dd {
	font-size: 75%;
	font-weight: bold;
	line-height: 20px;
	line-height: 1.5;
	margin-bottom: 0.75em;
}

#businessHourFrame dd span {
	font-size: 90%;
	font-weight: normal;
}

/*#businessHourFrame dd img {
	vertical-align: middle;
	margin-right: 0.75em;
}*/

/* 新フッター用に上書き <<<<<footer.css(3/)
========================================================*/
div#footer div.vcard p#siteIdSmall {
	width: 80px;
	margin-top: 2px;
}

div#footer div.vcard p#siteDescription {
	font-size: 10px;
	/*width: 160px;  << del20130927*/
	width: 180px; /*add20130927*/
	margin-top: 2px;
}

div#vcardFrame p {
	font-size: 80%;
	color: #725F52;
}

div#vcardFrame p span {
	font-size: 85%;
}

/* div#vcardVer2 <<<<<footer.css(4/)
========================================================*/
div#footer div#vcardVer2 {
	min-height: 62px;
	margin-top: 2px;
	/*padding-top: 4px;*/
	padding-top: 14px;
	;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

* html div#footer div#vcardVer2 {
	/*height: 65px;*/
	height: 62px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] footer.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

entry.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ショップ情報・スタッフコーディネート部分 <<<<< entry.css(1/)
========================================================*/
body.shop div#coordinatePickup.section div.sectionContent {
	overflow: hidden;
	position: relative;
}

body.shop div#coordinatePickup.section p.coordinatePic {
	float: left;
	margin-right: 10px;
	position: relative;
}

body.shop div#coordinatePickup.section p.coordinatePic span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/common/icon_magnify.png);
}

body.shop div#coordinatePickup.section p.coordinatePic {
	position: relative;
}

body.shop div#coordinatePickup.section p.coordinatePic span img {
	display: block;
	margin-top: -33px;
	margin-left: 165px;
	border-style: none;
}

body.shop div#coordinatePickup.section p.coordinatePic img {
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8;
	padding: 4px;
}

body.shop div#coordinatePickup.section p.entryExcerpt {
	color: #EC7700;
	font-weight: normal;
	margin-top: 0;
	margin-left: 210px;
}

body.shop div#coordinatePickup.section div.entryBody {
	width: 430px;
	float: left;
	clear: none;
}

/* ショップ情報・スタッフコーディネート部分 <<<<< entry.css(2/)
========================================================*/
body.shop div#coordinatePickup.section div.sectionContent {
	overflow: hidden;
	position: relative;
}

body.shop div#coordinatePickup.section p.coordinatePic {
	float: left;
	margin-right: 10px;
	position: relative;
}

body.shop div#coordinatePickup.section p.coordinatePic span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/common/icon_magnify.png);
}

body.shop div#coordinatePickup.section p.coordinatePic img {
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8;
	padding: 4px;
}

body.shop div#coordinatePickup.section p.coordinatePic img:hover {
	border-color: #FF6876;
}

body.shop div#coordinatePickup.section p.entryExcerpt {
	/*color: #EC7700;*/
	color: #000;
	font-weight: normal;
	margin-top: 0;
	margin-left: 210px;
}

body.shop div#coordinatePickup.section div.entryBody {
	width: 430px;
	float: left;
	clear: none;
}

/* ショップガイド：・スタッフコーディネート <<<<< entry.css(3/)
========================================================*/
body.shop div#coordinateList.section div.sectionContent {
}

body.shop div#coordinateList.section div.sectionContent {
	overflow: hidden;
	position: relative;
}

body.shop div#coordinateList.section p.coordinatePic {
	float: left;
	margin-right: 10px;
	position: relative;
}

body.shop div#coordinateList.section p.coordinatePic span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/common/icon_magnify.png);
}

body.shop div#coordinateList.section p.coordinatePic img {
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8;
	padding: 4px;
}

body.shop div#coordinateList.section p.coordinatePic img:hover {
	border-color: #FF6876;
}

body.shop div#coordinateList.section p.entryExcerpt {
	/*color: #EC7700;*/
	color: #000;
	font-weight: normal;
	margin-top: 0;
	margin-left: 140px;
}

body.shop div#coordinateList.section div.entryBody {
	width: 500px;
	float: left;
	clear: none;
}

body.shop div#coordinateList.section div.sectionContent li {
	padding-top: 5px;
	padding-bottom: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] entry.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++

home.cssに追記する

++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* トップのみ3カラムなので背景画像を上書き <<これをさらに修正(1/)
========================================================*/
body#home div#wrapper {
	background-image: url(http://www.lovela-bandai.com/css/common/images/home/_wrapper_bg.gif); /*背景画像不要*/
}

/* トップのみ異なる設定 <<（base.cssでの設定を上書きする）(2/)
========================================================*/
body#home div#mainContent {
	float: right;
	/*width: 674px;*/
	/*width: 670px; mod*/
	width: 681px; /*mod*/
	/*padding-right: 2px;*/
	/*padding: 10px; mod*/
	padding: 0; /*mod*/
	/*	background-color: red; */
	/*background-color: #FFF; mod*/
	background-color: transparent; /*mod*/
	margin-bottom: 15px; /*mod*/
	-webkit-border-radius: 4px; /*mod*/
	-moz-border-radius: 4px; /*mod*/
	-o-border-radius: 4px; /*mod*/
	-ms-border-radius: 4px; /*mod*/
	border-radius: 4px; /*mod*/
}

* html body#home div#mainContent {
	width: 687px;
}

body#home div#wrapperOuterColor {
	background: #F0EDE7 url(../../images/common/bg_2013_home.jpg) repeat-x scroll left 136px;
}

/* ショップ最新情報とランキング wrapper<< home.css(3/)
========================================================*/
body#home div#sectionWrapper {
	/*width: 676px;*/
	width: 681px;
	background: url(http://www.lovela-bandai.com/images/home/_section_wrapper_bg.gif) no-repeat scroll left top; /*背景画像不要*/
	padding: 0;
	margin: 0;
}

body#home div#sectionWrapper div.left {
	float: left;
	/*width: 479px;*/
	width: 465px;
	padding: 15px;
}

body#home div#sectionWrapper div.left > div {
	margin-bottom: 25px;
}

body#home div#sectionWrapper div.left h2 {
	position: relative;
	width: 465px;
}

body#home div#sectionWrapper div.left h2 a.buttonList {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 42px;
	height: 15px;
	background: url(../../images/common/h2_button_list_sp.gif) no-repeat scroll left top;
	text-indent: -9999px;
	overflow: hidden;
}

body#home div#sectionWrapper div.left h2 a.buttonList:active,
body#home div#sectionWrapper div.left h2 a.buttonList:hover {
	background: url(../../images/common/h2_button_list_sp.gif) no-repeat scroll left -15px;
}

body#home div.left div#sectionCoordinate .title,
body#home div.left div#sectionRecommend .title {
	position: relative;
}

body#home div.left div#sectionCoordinate .title .update,
body#home div.left div#sectionRecommend .title .update {
	font-size: 95%;
	color: #ED7700;
	text-align: right;
	position: absolute;
	top: 28px;
	right: 0;
}

body#home div#widgetWrapper {
	float: right;
	/*width: 185px;*/
	width: 180px;
}

body#home #sectionWrapper > div {
	background-color: #FFF;
}

body#home #sectionWrapper div.left {
	-webkit-border-radius: 3px; /*mod*/
	-moz-border-radius: 3px; /*mod*/
	-o-border-radius: 3px; /*mod*/
	-ms-border-radius: 3px; /*mod*/
	border-radius: 4px 0px 0px 4px; /*mod*/
}

body#home #sectionWrapper div#widgetWrapper {
	-webkit-border-radius: 3px; /*mod*/
	-moz-border-radius: 3px; /*mod*/
	-o-border-radius: 3px; /*mod*/
	-ms-border-radius: 3px; /*mod*/
	border-radius: 0px 4px 4px 0px; /*mod*/
}


/* div#mainVisualArea << home.css(4/)
========================================================*/
div#mainVisualArea {
	/*width: 866px;*/
	width: 910px;
	/*margin: 8px 0 5px 19px;*/
	margin: 8px 0 11px 0;
}

div#leftMainBanner {
	padding-left: 0!important;
	float: left;
	/*width: 187px;*/
	width: 232px;
	height: 243px;
}

div#leftMainBanner {
}

/* ショップ検索用（HOME） << home.css(5/)
========================================================*/
body#home div#leftMainBanner #sideSearch {
	width: 208px;
	height: 222px;
	padding: 8px;
	margin-top: 0;
	margin-bottom: 25px;
	border-color: #EE7700;
	border-width: 2px;
	text-align: center;
	border-style: solid;
	background-color: #FFF;
}

body#home div#leftMainBanner #sideSearch .title {
	width: 192px;
	height: 27px;
	margin: 25px auto 10px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../../images/common/sideSearch_home_title.gif);
	background-position: left top;
}

body#home div#leftMainBanner #sideSearch ul {
	overflow: hidden;
	margin-bottom: 10px;
}

body#home div#leftMainBanner #sideSearch li {
	float: left;
	/*width: 88px;*/
	width: 102px;
	/*height: 38px;*/
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

body#home div#leftMainBanner #sideSearch li#lovelaBandaiShop {
	margin-right: 0;
	margin-left: 2px;
	display: inline;
}

body#home div#leftMainBanner #sideSearch li#lovelaBandaiShop {
	background-image: url(../../images/common/sideSearch_change_home_sp.png);
	background-position: left -45px;
}

body#home div#leftMainBanner #sideSearch li#lovelaBandaiShop.active,
body#home div#leftMainBanner #sideSearch li#lovelaBandaiShop:hover {
	background-image: url(../../images/common/sideSearch_change_home_sp.png);
	background-position: left top;
}

body#home div#leftMainBanner #sideSearch li#lovela2Shop {
	background-image: url(../../images/common/sideSearch_change_home_sp.png);
	background-position: -102px -45px;
}

body#home div#leftMainBanner #sideSearch li#lovela2Shop.active,
body#home div#leftMainBanner #sideSearch li#lovela2Shop:hover {
	background-image: url(../../images/common/sideSearch_change_home_sp.png);
	background-position: -102px top;
}

body#home div#leftMainBanner #sideSearch select {
	width: 200px;
	margin-bottom: 10px;
}

body#home div#leftMainBanner #sideSearch button {
	display: block;
	cursor: pointer;
	width: 54px;
	height: 30px;
	margin: 8px auto 0;
	border: none;
	background-color: #EE7700;
	background-image: url(../../images/common/sideSearch_button_sp.png);
	background-position: left top;
}

body#home div#leftMainBanner #sideSearch button:hover {
	background-position: left -30px;
}

/* div#mainContent << home.css(6/)
========================================================*/
body#home div#mainContent {
	float: right;
	width: 681px;
	padding: 0;
}

* html body#home div#mainContent {
	width: 687px;
}

/* div#sectionEvent
ラブライベント情報 << home.css(7/)
========================================================*/
div#sectionEvents{
	/*width: 479px;*/
	width: 479px;
	margin-right:-10px;
	/*background: url(../../images/home/news_bg.gif) repeat-y scroll left top;*//*背景画像不要*/
	background:none;
	overflow:hidden;
	position:relative;
}

div#sectionEvents h2{
	position: relative;
	/*width: 479px;*/
	width: 465px;
	/*height: 42px;*/
	height:auto;
	/*background: url(../../images/home/events_h2.png) no-repeat scroll left top;;*//*背景画像不要*/
	background:none;
}
body#home div#sectionEvents ul {
	overflow: hidden;
	margin-top:-8px;
}

body#home div#sectionEvents li {
	width: 146px;
	float: left;
	margin-right: 13px;
	display: inline;
}

body#home div#sectionEvents li:nth-child(3n) {
	margin-right: 0;
}
body#home div#sectionEvents li img {
	display:block;
	margin-bottom:4px;
}
body#home div#sectionEvents li .date {
	display:block;
	font-size:95%;
	line-height:2.3;
}
body#home div#sectionEvents li.lovela .date {
	background: url(../../images/common/icon_lovela.gif) no-repeat scroll 8.15em 0.25em;
}
body#home div#sectionEvents li.lovela2 .date {
	background: url(../../images/common/icon_lovela2.gif) no-repeat scroll 8.15em 0.25em;
}
body#home div#sectionEvents li em {
	color: #E00900;
	font-weight: normal;
	padding-right: 0.25em;
}
body#home div#sectionEvents a {
	font-weight:normal;
}


/* div#sectionCoordinate
ラブラスタッフコーディネート << home.css(8/)
========================================================*/
body#home ul#coordinateNav {
	overflow: hidden;
	width: 475px;
	margin-top: 5px;
	position: relative;
	margin-right:-10px;
	overflow:hidden;
}

body#home ul#coordinateNav li {
	width: 108px;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-bottom: 15px;
	margin-right: 10px;
	float: left;
	display:inline;
}
body#home ul#coordinateNav li:nth-child(4n) {
	margin-right: 0;
}

body#home ul#coordinateNav li.lovela {
	background-image: url(../../coordinate/images/icon_lovela.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

body#home ul#coordinateNav li.lovela2 {
	background-image: url(../../coordinate/images/icon_lovela2.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

body#home p.coordinatePic {
	/*float: left;*/
	position: relative;
}

body#home p.coordinatePic span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/common/icon_magnify.png);
}

body#home p.coordinatePic img {
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8;
	padding: 3px;
	padding: 3px;
	width: 100px;
}
body#home p.coordinatePic img:hover {
	border-color: #FF6876;
}

body#home .shoplogo {
	text-align: center;
	;
}

body#home .shoplogo img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* div#sectionRecommend
今週のイチ押し！！ <<<<<home.css(9/)
========================================================*/
body#home div#sectionRecommend {
	/*width: 676px;*/
	width: 466px;
	/*background: url(../../images/home/recommend_bg.png) no-repeat scroll 0px 12px;*/
	background: none;
}

/*----- h2 -----*/
div#sectionRecommend h2 {
	position: relative;
	/*
	width: 676px;
	height: 35px;
*/
	/*width: 681px;*/
	width: 466px;
	/*height: 61px;*/
	height: auto;
	/*	margin-top: -12px; */
	/*margin-left: -6px;*/
	margin-left: 0;
	background: url(../../images/home/recommend_h2_2.png) no-repeat scroll left top;
}

/*----- ul -----*/
div#sectionRecommend ul {
	/*width: 665px;*/
	width: 466px;
	padding-top: 10px;
	padding-bottom: 0;
	/*padding-left: 11px;*/
	padding-left: 0;
}

* html div#sectionRecommend ul {
	/*width: 676px;*/
	width: 477px;
}

/*----- ul -----*/
div#sectionRecommend ul.secondRow {
	padding-top: 5px;
	padding-bottom: 17px;
	/*background: url(../../images/home/recommend_footer.png) no-repeat scroll left bottom;*/
	background: none;
}

div#sectionRecommend ul li {
	float: left;
	/*width: 210px;*/
	width: 220px;
	margin-bottom: 2px;
	padding-top: 30px;
	padding-bottom: 5px;
	/*padding-left: 5px;*/
	padding-left: 0px;
	padding-right: 10px;
	border-bottom: 1px dotted #e5e4e2;
}

div#sectionRecommend span.date{
	margin-bottom: 1px;
	padding-left: 5px;
	/*color: #009933;*/
	color:#EE8012;
	font-size: 80%;
}

div#sectionRecommend ul li.lovela {
	background-image: url(../../shop/images/icon_lovela.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div#sectionRecommend ul li.lovela2 {
	background-image: url(../../shop/images/icon_lovela2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/* div#sectionNews
ショップ最新情報 <<<<<home.css(10/)
========================================================*/
body#home div#sectionNews {
	/*width: 461px;*/
	width: 465px;
	/*background: url(../../images/home/news_bg.gif) repeat-y scroll left top;*//*背景画像不要*/
	background: none;
}

body#home div#sectionWrapper div.left div#sectionNews {
	margin-bottom: 0;
}

/*----- dl -----*/
div#sectionNews dl {
	/*width: 461px;*/
	width: 465px;
	padding-top: 7px;
	/*padding-right: 9px;*/
	padding-right: 0px;
	padding-bottom: 6px;
	/*padding-left: 9px;*/
	padding-left: 0px;/*overflow:hidden; addASW*/
}

* html div#sectionNews dl {
	width: 479px; /*未検証*/
}

/*----- dl dt -----*/
div#sectionNews dl dt {
	clear: left;
	float: left;
	/*width: 7em;*/
	width: 12.5em;
	/*padding-left: 1.4em;*/
	padding-left: 0;
	/*font-weight: bold;*/
	font-weight: normal;
	letter-spacing: 0px;
}

* html div#sectionNews dl dt {
	width: 13em; /*未検証*/
}

div#sectionNews dl dt.lovela {
	height: 18px;
	background: url(../../images/common/icon_lovela.gif) no-repeat scroll 8em 0.35em;
}

div#sectionNews dl dt.lovela2 {
	height: 18px;
	background: url(../../images/common/icon_lovela2.gif) no-repeat scroll 8em 0.35em;
}

/*----- dl dd -----*/
div#sectionNews dl dd {
	margin-bottom: 7px;
	margin-left: 13em;
	/*padding-left: 10.25em;*/
	padding-left: 0;
	/*background: #f7f7f7 url(../../images/home/icon_arrow.gif) no-repeat scroll left center;*//*背景画像不要*/
	background: none;
}

div#sectionNews dl dd.hover {
	/*background-color: #f2f2f2;*/
	background: none;
}

/*----- dd a -----*/
div#sectionNews dl dd a {
	/*color: #009933;*/
	color: #8C5739;
	/*font-weight: normal;*/
	font-weight: bold;
	text-decoration: underline;
}

div#sectionNews dl dd a:hover,
div#sectionNews dl dd a:active {
	/*color: #ea609e;*/
	/*color: #EC7700;*/
	color: #DF0707;
}

/* div#subContent（HOME用） <<<<<home.css(11/)
========================================================*/
body#home div#subContent {
	margin-top: 10px;
}

body#home div#subContent {
	margin-top: 0;
	margin-right: 20px;
	float: left;
	/*width: 184px;*/
	width: 209px;
	/*padding-left: 2px;*/
	padding-left: 0;
}

* html body#home div#subContent {
	width: 185px;
	overflow: hidden;
}

body#home div#subContent .widget.hour h3 {
	font-size: 100%;
	color: #675345;
	font-weight: bold;
	padding: 5px 0;
	margin-top: 5px;
	border-top-color: #D0C8C2;
	border-bottom-color: #D0C8C2;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}

body#home div#subContent .widget h2 {
	position: relative;
	width: 209px;
}

body#home div#subContent .widget h2 a.buttonList {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 42px;
	height: 15px;
	background: url(../../images/common/h2_button_list_sp.gif) no-repeat scroll left top;
	text-indent: -9999px;
	overflow: hidden;
}

body#home div#subContent .widget h2 a.buttonList:active,
body#home div#subContent .widget h2 a.buttonList:hover {
	background: url(../../images/common/h2_button_list_sp.gif) no-repeat scroll left -15px;
}

body#home div#subContent div#info dl {
	width: 209px;
	/*overflow: auto;*/
	line-height: 1.25em;
	height: auto;
	margin: -5px 0 0;
	background-color: transparent;
	border: none;
	font-size: 100%;
	padding-bottom: 6px; /*add asw*/
}

body#home div#subContent div#info dl dt,
body#home div#subContent div#info dl dd {
	padding-left: 0;
	padding-right: 0;
}

body#home div#subContent div#info dl dt {
	/*padding-top: 2px;*/
	padding-top: 10px;
}

body#home div#subContent div#info dl dd {
	line-height: 1.4;
	margin-bottom: 4px;
	padding-bottom: 8px;
	/*padding-left: 4px;*/
	padding-left: 0;
	border-bottom: 2px dotted #D0C8C2;
}

body#home div#subContent div#info dt.lovelaNews {
	height: 18px;
	background: url(../../images/common/icon_lovela.gif) no-repeat scroll 8em 0.35em;
}

body#home div#subContent div#info dt.lovela2News {
	height: 18px;
	background: url(../../images/common/icon_lovela2.gif) no-repeat scroll 8em 0.35em;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[END] home.css
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.access {
	/*width: 179px;*/
	width: 209px;
	/*margin: 1px 2px 5px 2px;*/
	/*margin: 1px 2px 15px 2px;*/
	/*background: #ffffff url(../../images/common/widget_bg.gif) no-repeat scroll left top;*/
	background-color: #F0EDE7;
	background-image: none;
}