@charset "utf-8";
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; font-style: normal; }
abbr,acronym { border:0; }
table { border-collapse:collapse; border-spacing:0; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
/* LAYOUT */
#wrapper { 
	width: 840px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 220px; 
	position: relative;
} 
#subcol {
	float: left; 
	width: 235px;
	margin: 25px 0 25px 0;
}
#maincol {
	float: right; 
	width: 585px;
	margin: 25px 0 25px 0;
}
#footer { 
	height: 80px;
	padding: 0 20px 0 20px;
	background-image : url(../images/haru_footer.gif); 
}


/* TYPE HEADER */
#header span.online {
	position: absolute;
	top: 100px;
	left: 480px;
}

/* TYPE MAINCOL */
#maincol h2 {
	margin: 0 35px 0 0;
	padding: 0;
}
#maincol h3 {
	margin: 10px 35px 0 30px;
	padding: 0;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#maincol p.about {
	margin: 20px 65px 15px 30px;
	padding: 0;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#maincol ul {
	margin: 10px 35px 0 30px;
	padding: 0;
}
#maincol li{
	padding-left: 16px;
	padding-bottom: 16px;
	background-image : url(../images/icon_normal.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#maincol li.new{
	padding-left: 16px;
	background-image : url(../images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#maincol li a {
	text-decoration: none;
	color: #EF8252;
}
#maincol li a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #EF8252;
}
#maincol img.border {
	margin: 10px 35px 0 0;
}

#maincol p.back_to_top {
	margin: 15px 65px 0 0;
	font-size: 63%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	color: #333;
	text-align: right;
}
#maincol p.back_to_top a {
	text-decoration: none;
	color: #333;
}
#maincol p.back_to_top a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #AD495A;
}

/* GLOBAL NAV */
#subcol ul {
	margin: 0 0 0 35px;
	padding:0;
}
#subcol ul li {
	list-style: none;
	width: 200px;
}
#subcol li a{
	display: block;
    width: 200px;
    height: 65px;
    background-image : url(../images/menu.gif);
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
}
#subcol li a.about{
	display: block;
    width: 200px;
   	height: 65px;
   	background-image : url(../images/menu.gif);
	border-top: 1px dashed #ccc;
	text-decoration: none;
}
#subcol p.sub {
	margin: 0;
	padding: 36px 0 0 21px;
	font-size: 63%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	color: #000;
	text-align: left;
}
#subcol a span{
	display: none;
}

/* GLOBAL NAVI NORMAL */
a.about {
	background-position: 0px -1px;
}
a.tops {
	background-position: 0px -67px;
}
a.skirt_onepiece {
	background-position: 0px -133px;
}
a.pants_spats {
	background-position: 0px -199px;
}
a.contact {
	background-position: 0px -265px;
}
a.order_delivery {
	background-position: 0px -331px;
}
a.soldout {
	background-position: 0px -397px;
}
a.links {
	background-position: 0px -463px;
}
a.diary {
	background-position: 0px -529px;
}
/* GLOBAL NAVI OVER */
a:hover.about {
	background-position: -200px -1px;
}
a:hover.tops {
	background-position: -200px -67px;
}
a:hover.skirt_onepiece {
	background-position: -200px -133px;
}
a:hover.pants_spats {
	background-position: -200px -199px;
}
a:hover.contact {
	background-position: -200px -265px;
}
a:hover.order_delivery {
	background-position: -200px -331px;
}
a:hover.soldout {
	background-position: -200px -397px;
}
a:hover.links {
	background-position: -200px -463px;
}
a:hover.diary {
	background-position: -200px -529px;
}

/* TYPE FOOTER */
#footer_copy {
	width: 400px;
	float: left;
}
#footer_info {
	width: 400px;
	float: right;
}
#footer_copy p {
	margin: 35px 0 0 35px;
	padding: 0;
	font-size: 66%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#footer_info p {
	margin: 35px 35px 0 0;
	padding: 0;
	font-size: 66%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: right;
}
#footer_info a {
	text-decoration: none;
	color: #333;
}
#footer_info a:hover {
	text-decoration: none;
	color: #AD495A;
}

.fltrt { /* こEクラスは、Eージ上でフローチEングエレメントを右側に配置するのに使用できます。EローチEングエレメントE、Eージ上でそE横に配置されるエレメントE前に配置される忁Eがあります、E*/
	float: right;
	margin-left: 8px;
}
.fltlft { /* こEクラスは、Eージ上でフローチEングエレメントを左側に配置するのに使用できまぁE*/
	float: left;
	margin-right: 8px;
}
.clearfloat { /* こEクラスは、div またEブレークエレメントに適用される忁Eがあり、また、フローチEングエレメントが完Eに含まれてぁEコンチEの末尾の直前にある最後Eエレメントである忁EがありまぁE*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
