@charset "utf-8";

/* mozilla.org Base Styles
 * maintained by fantasai
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #006bb8;
}

a:active {
	text-decoration: none;
	color: #006bb8;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* clearfix */

.clearfix {
	zoom:1;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* @end */
#notfound {
	text-align: center;
	padding:10% 0 0;
	background-color: #fff;
}
#notfound a{
	display:block;
	width:325px;
	margin:auto;
}
#top-block{
	width:100%;
	margin:0 auto;
	padding:9px 0 0;
	margin:0 auto;
	background:url('../images/bg_01-2.jpg') repeat-x left bottom;
	overflow: hidden;
}
#top-block-list{
	width:100%;
	margin:0 auto;
	height:760px;
	margin:0 auto;
	background:url('../images/bg_01.jpg') no-repeat center 9px;
}
div.info{
	width:100%;
	margin:0 auto;
	margin:0 auto;
	background:url('../images/bg_02a.jpg') no-repeat center top;
}
div.shaver{
	width:100%;
	margin:0 auto;
	background-color: #29abe2;
}
div.goods{
	width:100%;
	margin:0 auto;
	height:700px;
	margin:0 auto;
	background:url('../images/bg_04-2.jpg') repeat-x left top;
}
div.profile{
	width:100%;
	margin:0 auto;
	height:960px;
	margin:0 auto;
	background:url('../images/bg_05-2.jpg') repeat-x left top;
}
div.special{
	width:100%;
	margin:0 auto;
	padding:0 0 40px;
	background:url('../images/bg_06-2.jpg') repeat-x left top;
}
div.footer{
	width:100%;
	margin:0 auto;
}
div.copy{
	width:100%;
	margin:0 auto;
	padding: 20px 0;
	font-size:1.2em;
	text-align:center;
	color:#fff;
	background-color: #ff66a7;
}



