@charset "utf-8";
/* CSS Document */


body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 15px;
	margin: 5px 0 5px 0;
}

#menu ul {
	list-style:outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

a {	text-decoration: none; }
a:link {color: #BBBBBB; }     /* unvisited link */
a:visited {color: #BBBBBB; }  /* visited link */
a:hover {color: #FFFFFF; }   /* mouse over link */
a:active {color: #E0E0E0; }   /* selected link */

.clearall {
	clear: both;
	margin-top: 10px;
}

.emphasized {
	font-size: 1.2em;
	font-weight: bold;
}

dl {
	margin-bottom: 20px;
}

dt {
	width: 120px;
	float: left;
	clear: left;
	text-align: left;
	padding-right: 20px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

dd {
	padding: 5px 0 0 0;
	margin: 0 0 0 135px;
}

th {
	text-align: left;
}

.center {
	text-align: center;
}

.float_left {
	float: left;
}

.align_left {
	text-align: left;
}

.float_right {
	float: right;
}

.align_right {
	text-align: right;
}

.red_bubble_top {
	font-size: 120%;
	width: 440px;
	background:url(../images/red-bubble-background.gif) repeat;
	padding: 10px 10px 10px 10px;
}

.red_bubble_top ul {
	margin: 0;
	padding: 10px 10px 5px 30px;
}

.red_bubble_bottom{
	height: 100px;
	width: 460px;
	background:url(../images/mochi-kun.gif) no-repeat top center;
}

img.product,
img.photo {
	border: 1px solid #333; 
}

img.others {
	margin: 15px !important;
	display: block;
	clear: right;
}

a.product,
a.photo {
	margin: 5px 5px 0 0 !important;
	float: left;
	display: block;
}

#index-banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	margin: 10px auto;
	width: 500px;
}

#main {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	color: white;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#header {
	background:url(../images/background-header.gif) no-repeat top center;
	height: 200px;
}

#header-subscribe {
	background:url(http://www.shushinbou.com/images/background-header-subscribe.gif) no-repeat top center;
	height: 100px;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 20px 10px 2px 30px;
}

#navigation a {
	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
}

#navigation a:hover {
	background:url(../images/twirl.gif) no-repeat left center;
}

#subnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 9px;
	color:#BBB;
	padding: 0px 10px 0px 60px;
	margin-top: 0px;
	text-transform: uppercase;
}

#content {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 250px;
}

div.home {
	background:url(../images/front-mochi.jpg) no-repeat center center;
}

div.about {
	background:url(../images/front-store-1.jpg) no-repeat center center;
}

div.products {
	background:url(../images/front-store-2.jpg) no-repeat center center;
}

div.contact {
	background:url(../images/front-other.jpg) no-repeat center center;
}

div.order {
	background:url(../images/front-package.jpg) no-repeat center center;
}

#floating-caption {
	width: 200px;
	font-size: 11px;
	padding: 15px;
}


#floating-caption.top-right {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	background: url(../images/background-transparent.png) repeat;
	border: 1px solid #333;
}

#floating-caption.bottom-left {
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-left: 30px;
	background: url(../images/background-transparent.png) repeat;
	border: 1px solid #999;
}

* html #floating-caption {
	border: none !important;
	background:#000000 !important;
}

* html div.top-right {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

* html div.bottom-left {
	float: none;
	margin-top: 30px;
	margin-left: 30px;
}

#menu {
	font-size: 11px;	
	padding: 0 20px 0 10px;
	width: 150px;
	float: left;
	min-height:200px;
	height:auto !important;
	height: 200px;
	display: inline-block;
}

#gallery {
	font-size:11px;

}

.large {
	padding: 0;
	width: 490px;
	min-height: 200px;
	height:auto !important;
	height:200px;
	display: inline-block;
}

.small {
	float: left;
	width: 110px;
	padding: 0 0 0 5px;
	margin-top: 5px;
	min-height:200px;
	height:auto !important;
	height:200px;
	display: inline-block;
}

#promo {
	font-size:11px;
	padding: 0 10px 0 10px;
	width: 480px;
	min-height:200px;
	height:auto !important;
	height:200px;
	display: inline-block;
}

* html #promo {
	margin: 0;
	width: 450px;
}

#enter {
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
}

#subscription {
	font-size:11px;
	padding: 0 10px 0 10px;
}

#copyright {
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
	color: #AAA;
}

#footer {
	bottom: 0;
	margin: 0;
	padding: 10px;
	background-color: #000;
	border-bottom: 1px solid #333;
	background: url(../images/background-footer.gif) no-repeat right bottom;
}

.hide {
	position: absolute;
	left: -999em;
	top: -999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

