@charset "utf-8";

/*
	Site Name: 
	Description: style import
	Version: 
	Author: 
*/

/* Set Base Style
----------------------------------------- */

@import url("./default.css"); /* initial setting */
@import url("./fontsize.css");/* layout style */
@import url("./module.css");/* layout style */

body {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/bg_repeat.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #000000;
}

.shopname {
	width: 80px;
	height: 218px;
	top: 30px;
	left: 80px;
	position: absolute;
}

.shoplogo {
	width: 187px;
	height: 196px;
	bottom: 25px;
	left: 25px;
	position:fixed !important; position:absolute;
}
.rightarea_bar {
	padding-top: 5px;
}
.layout_logo {
	float:left;
	width:230px;
	height:100%;
}
.layout_main_left {
	float:left;
	width:334px;
	padding-left: 0px;
	padding-right: 10px;
}
.layout_main_right {
	float:right;
	width:390px;
	padding-right: 10px;
	padding-left: 10px;
}
.layout_menu_area {
	width:764px;
	height:100px;
	background-repeat: no-repeat;
}
.layout_footer {
	padding-top: 0px;
	color: #666666;
	font-size: x-small;
	float: right;
	padding-right: 30px;
}
* html .layout_menu_area {
behavior: expression(IEPNGFIX.fix(this));
}


.menu_position {
	padding-top : 40px;
}

#navigation {
	margin:0px;
	text-indent:0px;
	width:150px;
	padding-left: 75px;
}
#navigation a.head {
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {

}
#navigation a.current {
	background-color:#330066
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding-left:20px;
	padding-top:10px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#FFFFFF;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#666666;
	color:#FFFFFF;
}
.MAIN_CONTENTS_AREA {
	width:764px;
}
.CONTENTS_AREA {
	float:right;
	width:764px;
}
.cherry_bg_wrap {
	width:1004px;
	height:100%;
	background-image: url(../img/cherry_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.upper_cherry_bg_wrap {
	width:100%;
	height:100%;
	background-image: url(../img/bg.gif);
	background-repeat:no-repeat;
}
.layout_main_left p {
	margin-bottom:10px;
}
.layout_main_right p {
	margin-bottom:10px;
}

#kujira dl {
}
#kujira dt {
margin-top:10px;
margin-bottom:2px;
}
#kujira dd {
	margin-left:10px;
	background-color:#222;
	padding:5px;
	font-size: small;
}
.mask3 #box4 div h2 {
	font-size: 83%;
	margin-bottom: 5px;
}
.mask3 #box4 p {
	padding-bottom:10px;
	padding-top: 10px;
}

#pragraph p {
margin-bottom:5px;
}
.upper_cherry_bg_wrap .cherry_bg_wrap .CONTENTS_AREA .MAIN_CONTENTS_AREA .layout_main_right .mask3 #box4 .menu dd {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:20px;
	font-size: 83%;
	}
	
.upper_cherry_bg_wrap .cherry_bg_wrap .CONTENTS_AREA .MAIN_CONTENTS_AREA .layout_main_right .mask3 #box4 .menu dt {
	margin-top:10px;
	}
.history {
	font-size: 83%;
}

