@charset "shift-jis";

/* ================================================================================ */
/* 		reset																		*/  
/* ================================================================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, form,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	background: transparent;
	font-weight: normal;
	font-style:normal
}
ol, ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

h1, h2, h3, h4, h5 {
	font-size:100%;
}

table ,table th,table td {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	vertical-align: top;
}

a {
	text-decoration: none;
}

hr {
	display: none;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
/* ================================================================================ */
/* 		font																		*/  
/* ================================================================================ */

body {
	font-size:12px;
	/*font-family: "MS PGothic","Osaka",Arial,sans-serif;*/
	line-height: 1.22;
	*font-size:small;
	*font:x-small;
	color: #957d7f;
}
table{
	font-size:inherit;
	font:100%;
}


/**----------------------------------------
対応表
10px 	77%
11px 	85%
12px 	93% (was 93)
13px 	100%
14px 	108% (was 107)
15px 	116% (was 114)
16px 	123.1% (was 122)
17px 	131% (was 129)
18px 	138.5% (was 136)
19px 	146.5% (was 144)
20px 	153.9% (was 152)
21px 	161.6% (was 159)
22px 	167%
23px 	174%
24px 	182%
25px 	189%
26px 	197%
----------------------------------------**/

/* ================================================================================ */
/* 		layout																		*/  
/* ================================================================================ */

body {
	background-image: url(../images/bg_body.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	text-align: center;
	background-image: url(../images/bg_wrap.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}

#header {
	text-align: center;
	width: 858px;
	height: 84px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contents {
	width: 858px;
	text-align: left;
	background-image: url(../images/bg_contents.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#main {
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	overflow: hidden;
}

#footer {
	width: 858px;
	height: 63px;
	clear: both;
	padding: 0px;
	background: url(../images/bg_footer.png) no-repeat center 0;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
*html #footer{
	position: static;	
}
/* -------------------------------------------------------------------------------- */
/* 		header																			*/  
/* -------------------------------------------------------------------------------- */

#header h1 {
	overflow: hidden;
	background-image: url(../images/logo_miomio.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 13px;
	top: 15px;
	position: absolute;
	text-indent: -9999px;
	height: 43px;
	width: 220px;
}
#header h1 a {
	width: 220px;
	height: 49px;
	display: block;
}
#header #intro {
	position: absolute;
	left: 16px;
	top: 57px;
	color: #e380b7;
	font-size: 10px;
	line-height: 9px;
	height: 15px;
}

/*		gnavi
*------------------------*/


#header ul#gnavi {
	overflow: hidden;
	width: 386px;
	height: 48px;
	position: absolute;
	top: 32px;
	right: -1px;
}

#header ul#gnavi li {
	float: left;
	height: 57px;
}

#header ul#gnavi li a {
	display: block;
	overflow: hidden;
	height: 57px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header li#gnaviNews,
#header li#gnaviNews a
 {
	width: 100px;
	height: 57px;
	background-image: url(../images/gnavi_news.png);
	background-repeat: no-repeat;
}
#header li#gnaviNews a:hover,
#news #header li#gnaviNews,
#news #header li#gnaviNews a {
	width: 100px;
	height: 57px;
	background-image: url(../images/gnavi_news_on.png);
	background-repeat: no-repeat;
}
#header li#gnaviRecommend,
#header li#gnaviRecommend a {
	width: 150px;
	background-image: url(../images/gnavi_recommend.png);
	background-repeat: no-repeat;
	height: 57px;
}

#header li#gnaviRecommend a:hover,
#recommend #header li#gnaviRecommend,
#recommend #header li#gnaviRecommend a {
	background-image: url(../images/gnavi_recommend_on.png);
	background-repeat: no-repeat;
}
#header li#gnaviShoplist,
#header li#gnaviShoplist a {
	width: 134px;
	background-image: url(../images/gnavi_shoplist.png);
	background-repeat: no-repeat;
	height: 57px;
}

#header li#gnaviShoplist a:hover,
#shoplist #header li#gnaviShoplist,
#shoplist #header li#gnaviShoplist a {
	background-image: url(../images/gnavi_shoplist_on.png);
	background-repeat: no-repeat;
}

/*		topickpath
*------------------------*/

#topickpath {
	overflow: hidden;
	height: 10px;
	margin-bottom: 15px;
	margin-left: 8px;
}

#topickpath li {
	float: left;
	font-size: 10px;
	color: #aa9698;
	line-height: 10px;
	padding: 0 7px 0 0;
	margin: 0 4px 0 0;
	background: url(../images/icon_topickpath.gif) no-repeat right center;
}

#topickpath li a {
	font-size: 10px;
	color: #aa9698;
	/*line-height: 13px;*/
}

#topickpath li a:hover {
	text-decoration: underline;
}
#topickpath .last  {
	background: none;
	color: #f280b3;
}



/* -------------------------------------------------------------------------------- */
/* 		contents																	*/  
/* -------------------------------------------------------------------------------- */
h2#pttl {
	text-indent: -9999px;
	height: 42px;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop {
	clear: both;
	text-indent: -9999px;
	height: 45px;
	width: 788px;
	position: relative;
}
a.pgt{
	height: 20px;
	width: 95px;
	background: url(../images/btn_pagetop.gif) no-repeat 0 bottom;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
a:hover.pgt{
	background: url(../images/btn_pagetop_on.gif) no-repeat 0 bottom;
}
#footer ul{
	width: 322px;
	height: 12px;
	position: absolute;
	left: 40px;
	top: 15px;
}
#footer li{
	text-indent: -9999px;
	vertical-align: baseline;
	height: 12px;
}
#footer #fCompany a {
	background-image: url(../images/footer_company.gif);
	height: 12px;
	width: 52px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6A6B2;
	left: 0;
	top: 0;
}
#footer #fCompany a:hover {
	background-image: url(../images/footer_company_on.gif);
}
#footer #fRecruit a {
	background-image: url(../images/footer_recruit.gif);
	height: 12px;
	width: 62px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6A6B2;
	left: 53px;
	top: 0;
}
#footer #fRecruit a:hover {
	background-image: url(../images/footer_recruit_on.gif);
}
#footer #fPrivacy a {
	background-image: url(../images/footer_privacy.gif);
	height: 12px;
	width: 123px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6A6B2;
	left: 116px;
	top: 0;
}
#footer #fPrivacy a:hover {
	background-image: url(../images/footer_privacy_on.gif);
}
#footer #fSitemap a {
	background-image: url(../images/footer_sitemap.gif);
	height: 12px;
	width: 79px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6A6B2;
	left: 240px;
	top: 0;
}
#footer #fSitemap a:hover {
	background-image: url(../images/footer_sitemap_on.gif);
}
#footer #copyright {
	font-size: 10px;
	top: 18px;
	position: absolute;
	right: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

