/*----------------------------------------/common_styles/-----*/
/*--!! ATTENTION !!--*/
/*--Do NOT change anything from here to started line of "general_style"--*/

/*----------------------------------------/body/-----*/
body {
margin: 0;
padding: 0;
}

/*----------------------------------------/SEOTEXT/-----*/
h1.seotext {
display: none;
}

/*----------------------------------------/img/-----*/
img {
border: none;
}

img.preload {
display: none;
}

/*----------------------------------------/p/-----*/
p {
padding: 0;
margin: 0;
margin-bottom: 1em;
}

/*----------------------------------------/fontsize_nomal/-----*/

{} /*for IE_MacOSX*/

.large_x {
font-size: 18px;
line-height: 1.3em;
}

.large {
font-size: 16px;
line-height: 1.3em;
}

.midium {
font-size: 14px;
line-height: 1.3em;
}

.small {
font-size: 12px;
line-height: 1.3em;
letter-spacing: 1px;
}

.small_x {
font-size: 10px;
line-height: 1.3em;
}


/*----------------------------------------/fontsize_with_lineheight/-----*/
.large_x_h {
font-size: 18px;
line-height: 1.5em;
}

.large_h {
font-size: 16px;
line-height: 1.5em;
}

.midium_h {
font-size: 14px;
line-height: 1.5em;
}

.small_h {
font-size: 12px;
line-height: 1.5em;
letter-spacing: 1px;
}

.small_x_h {
font-size: 10px;
line-height: 1.5em;
letter-spacing: 1px;
}

/*----------------------------------------/fontsize_nomal - margin/-----*/

{} /*for IE_MacOSX*/

.large_x_nomargin {
font-size: 18px;
line-height: 1.3em;
margin-bottom: 0;
}

.large_nomargin {
font-size: 16px;
line-height: 1.3em;
margin-bottom: 0;
}

.midium_nomargin {
font-size: 14px;
line-height: 1.3em;
margin-bottom: 0;
}

.small_nomargin {
font-size: 12px;
line-height: 1.3em;
letter-spacing: 1px;
margin-bottom: 0;
}

.small_x_nomargin {
font-size: 10px;
line-height: 1.3em;
margin-bottom: 0;
}


/*----------------------------------------/fontsize_with_lineheight - margin/-----*/
.large_x_h_nomargin {
font-size: 18px;
line-height: 1.5em;
margin-bottom: 0;
}

.large_h_nomargin {
font-size: 16px;
line-height: 1.5em;
margin-bottom: 0;
}

.midium_h_nomargin {
font-size: 14px;
line-height: 1.5em;
margin-bottom: 0;
}

.small_h_nomargin {
font-size: 12px;
line-height: 1.5em;
letter-spacing: 1px;
margin-bottom: 0;
}

.small_x_h_nomargin {
font-size: 10px;
line-height: 1.5em;
letter-spacing: 1px;
margin-bottom: 0;
}

/*----------------------------------------/fontsize_for_img_caption/-----*/
.caption_l {
font-size: 12px;
margin-top: 5px;
letter-spacing: 1px;
line-height: 1em;
}

.caption_s {
font-size: 10px;
margin-top: 5px;
line-height: 1em;
letter-spacing: 1px;
}

/*----------------------------------------/fontsize_for_img_caption_center/-----*/
.caption_l_center {
font-size: 12px;
margin-top: 5px;
letter-spacing: 1px;
line-height: 1em;
text-align: center;
}

.caption_s_center {
font-size: 10px;
margin-top: 5px;
line-height: 1em;
letter-spacing: 1px;
text-align: center;
}

/*----------------------------------------/fontsize_for_img_caption_right/-----*/
.caption_l_right {
font-size: 12px;
margin-top: 5px;
letter-spacing: 1px;
line-height: 1em;
text-align: right;
}

.caption_s_right {
font-size: 10px;
margin-top: 5px;
line-height: 1em;
letter-spacing: 1px;
text-align: right;
}

/*----------------------------------------/address/-----*/
address {
font-size: 12px;
line-height: 1.3em;
font-style: normal;
font-weight: normal;
margin-right: 10px;
}

/*----------------------------------------/ada/-----*/
a:hover{
font-weight:bolder;
}
A{
text-decoration:none;
}
.style1
{
	color: #FF0000;
	font-weight: bold;
}
/*-- トップページメイン画像にリンクさせているように見せる為 --*/
td a.MainImage
{
	display:block;
	width:525px;
	height:200px;
	border:0;
}

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

/*--!! ATTENTION !!--*/
/*--Do NOT change anything mentioned above from here--*/

/*----------------------------------------/general_style/-----*/

.clear {
clear: both;
}


h2.top_h2{
font-size: 14px;
width: 495px;
height: 24px;
background-image: url(../images/top_h2.gif);
background-position: left center;
background-repeat: no-repeat;
padding: 5px 0 0 25px;
border: none;
margin: 0 20px 10px 10px;
}





/*------------------------------/MainNavigationStyles/--*/
.menu_01 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_01 a {
width: 145px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_01 a:hover {
background-position: -190px 0px;
}
.menu_01 a#active {
background-position: -380px 0px;
}

.menu_02 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -30px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_02 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_02 a:hover {
font-weight:bolder;
background-position: -190px -30px;
}
.menu_02 a#active {
background-position: -380px -30px;
}

.menu_03 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -60px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_03 a {
width: 190px;
height: 30px;
}
.menu_03 a:hover {
font-weight:bolder;
background-position: -190px -60px;
}
.menu_03 a#active {
background-position: -380px -60px;
}

.menu_04 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -90px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_04 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_04 a:hover {
font-weight:bolder;
background-position: -190px -90px;
}
.menu_04 a#active {
background-position: -380px -90px;
}

.menu_05 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -120px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_05 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_05 a:hover {
font-weight:bolder;
background-position: -190px -120px;
}
.menu_05 a#active {
background-position: -380px -120px;
}

.menu_06 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -150px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_06 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_06 a:hover {
font-weight:bolder;
background-position: -190px -150px;
}
.menu_06 a#active {
background-position: -380px -150px;
}

.menu_07 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -180px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_07 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_07 a:hover {
font-weight:bolder;
background-position: -190px -180px;
}
.menu_07 a#active {
background-position: -380px -180px;
}

.menu_08 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -210px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_08 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_08 a:hover {
font-weight:bolder;
background-position: -190px -210px;
}
.menu_08 a#active {
background-position: -380px -210px;
}

.menu_09 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -240px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_09 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_09 a:hover {
font-weight:bolder;
background-position: -190px -240px;
}
.menu_09 a#active {
background-position: -380px -240px;
}

.menu_10 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -270px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_10 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_10 a:hover {
font-weight:bolder;
background-position: -190px -270px;
}
.menu_10 a#active {
background-position: -380px -270px;
}

.menu_11 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -300px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_11 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_11 a:hover {
font-weight:bolder;
background-position: -190px -300px;
}
.menu_11 a#active {
background-position: -380px -300px;
}

.menu_12 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -330px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_12 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_12 a:hover {
font-weight:bolder;
background-position: -190px -330px;
}
.menu_12 a#active {
background-position: -380px -330px;
}

.menu_13 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -360px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_13 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_13 a:hover {
font-weight:bolder;
background-position: -190px -360px;
}
.menu_13 a#active {
background-position: -380px -360px;
}

.menu_14 a {
color: #000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
width: 160px;
height: 21px;
background-image: url(../images/navbg.gif);
background-repeat: no-repeat;
background-position: 0px -360px;
padding: 9px 0 0 30px;
}
/*--/! Important ! IE Hack/--*/
* html body .menu_14 a {
width: 190px;
height: 30px;
}
/*--/! Important ! IE Hack/--*/
.menu_14 a:hover {
font-weight:bolder;
background-position: -190px -360px;
}
.menu_14 a#active {
background-position: -380px -360px;
}

/*------------------------------/MainNavigationStyles/--*/





/*------------------------------/ShopNavigationStyles/--*/
.shopnav p {
width: 100px;
height: 30px;
margin: 0 7px;
float: left;
text-indent: -9999px;
}

.shopnav p a {
display: block;
width: 100px;
height: 30px;
}

.shopnav p.shopnav1 a {
background-image: url(../images/shopnavbg.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}
.shopnav p.shopnav1 a:hover {
background-image: url(../images/shopnavbg.gif);
background-repeat: no-repeat;
background-position: 0px -30px;
}

.shopnav p.shopnav2 a {
background-image: url(../images/shopnavbg.gif);
background-repeat: no-repeat;
background-position: -100px 0px;
}
.shopnav p.shopnav2 a:hover {
background-image: url(../images/shopnavbg.gif);
background-repeat: no-repeat;
background-position: -100px -30px;
}

.shopnav p.shopnav3 a {
background-image: url(../images/shopnavbg.gif);
background-repeat: no-repeat;
background-position: -200px 0px;
}
.shopnav p.shopnav3 a:hover {
background-image: url(../images/shopnavbg.gif);
background-repeat: no-repeat;
background-position: -200px -30px;
}
/*------------------------------/ShopNavigationStyles/--*/





/*------------------------------/TopCouponContainerStyles/--*/
div.coupon_container{
width: 90px;
margin: 0 20px 0 20px;
float: left;
}

/*--/! Important ! IE Hack/--*/
* html body div.coupon_container{
width: 90px;
margin: 0 18px 0 18px;
float: left;
}
/*--/! Important ! IE Hack/--*/

div.coupon_container h3{
font-size: 12px;
text-align: left;
line-height: 1.3em;
margin: 0;
padding: 0;
}
/*------------------------------/TopCouponContainerStyles/--*/





/*------------------------------/TopShopContainerStyles/--*/


div.shop_container{
width: 220px;
margin: 0 20px 0 20px;
float: left;
}

/*--/! Important ! IE Hack/--*/
* html body div.shop_container{
width: 216px;
margin: 13px 18px 13px 18px;
float: left;
}
/*--/! Important ! IE Hack/--*/

div.shop_container img{
margin: 0 18px 0 13px;
float: left;
}

div.shop_container h3{
font-size: 12px;
line-height: 1.3em;
margin: 0;
padding: 0;
}

div.shop_container p{
font-size: 12px;
line-height: 1.3em;
width: 120px;
margin: 0;
padding: 0 0 0 96px;
}

/*--/! Important ! IE Hack/--*/
* html body div.shop_container p{
font-size: 12px;
line-height: 1.3em;
width: 120px;
margin: 0;
padding: 0;
float: right;
}
/*--/! Important ! IE Hack/--*/
/*------------------------------/TopShopContainerStyles/--*/





/*------------------------------/TopWhatsnewContainerStyles/--*/
div.whatsnew_container{
width: 220px;
margin: 0 20px 0 20px;
float: left;
}

/*--/! Important ! IE Hack/--*/
* html body div.whatsnew_container{
width: 450px;
margin: 0 0 0 18px;
}
/*--/! Important ! IE Hack/--*/

div.whatsnew_container h3{
display: block;
font-size: 12px;
line-height: 1.3em;
width: 90px;
height: 20px;
margin: 0;
padding: 0;
float: left;
}

div.whatsnew_container p{
width: 360px;
margin: 0;
padding: 0 0 0 100px;
}

/*--/! Important ! IE Hack/--*/
* html body div.whatsnew_container p{
display: block;
width: 360px;
margin: 0;
padding: 0;
float: right;
}
/*--/! Important ! IE Hack/--*/
/*------------------------------/TopWhatsnewContainerStyles/--*/





/*------------------------------/HeadNavigationStyles/--*/
ul#head_navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#head_navlist li {
display: block;
list-style-type: none;
float: left;
}

ul#head_navlist a {
display: block;
font-size: 12px;
width: 183px;
padding: 3px 0;
margin: 0 2px;
text-align: center;
}

#head_navlist a:link, #head_navlist a:visited {
color: #000;
background-color: #fdcc12;
text-decoration: none;
}

#head_navlist a:hover {
color: #000;
background-color: #e6f3ce;
text-decoration: none;
}
/*------------------------------/HeadNavigationStyles/--*/





/*------------------------------/ShoplistCouponContainerStyles/--*/
div.shoplist_container{
width: 250px;
height: 60px;
margin: 15px 5px 0 5px;
float: left;
}

/*--/! Important ! IE Hack/--*/
* html body div.shoplist_container{
width: 250px;
height: 60px;
margin: 15px 0 0 7px;
float: left;
}
/*--/! Important ! IE Hack/--*/

div.shoplist_container a{
color: #000;
text-decoration: none;
}

div.shoplist_container img.icon{
padding: 0;
margin: 0;
float: left;
}

div.shoplist_container p{
height: 20px;
margin-top: 20px;
}

div.shoplist_container img.title{
padding: 0;
margin: 0;
}
/*------------------------------/ShoplistCouponContainerStyles/--*/



.pankuzu_style {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}
/*------------------------------/calendarstyle/--*/
.style2
{
	color:#ff0000;
}
.calendar {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 175px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.calendar_week {
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	float: left;
	height: 18px;
	width: 25px;
	background-color: #FFFFCC;
	border: 1px dotted #FFCC66;
	text-align: center;
	margin-top: 5px;
}

.calendar_weekday {
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	float: left;
	height: 18px;
	width: 25px;
	background-color: #FFFFFF;
	border: 1px dotted #FFCC66;
	text-align: center;
}

.calendar_satday {
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	float: left;
	height: 18px;
	width: 25px;
	background-color: #E8F5FD;
	border: 1px dotted #FFCC66;
	text-align: center;
}

.calendar_sunday {
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	float: left;
	height: 18px;
	width: 25px;
	background-color: #FCEDF4;
	border: 1px dotted #FFCC66;
	text-align: center;
}
/*------------------------------/humanweb-add/--*/
.style7{
	margin-top:5px;
}