@charset "utf-8";

/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul, ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
img {
	border: none;
	vertical-align: middle;
}

/* clearfix
-----------------------------------------------*/
#siteHeaderInner:after,
#siteHeader #siteHeaderInner #functionArea:after,
#siteHeader #siteHeaderInner #functionArea #search:after,
#siteNavigation #globalNav ul:after,
#siteNavigation #quickLinks dl:after,
#siteNavigation #localNav ul:after,
#siteBody:after,
#siteBody #columnCenter #news ul:after,
#siteBody #columnCenter #fashiontrend ul:after,
body.categoryTop #siteBody #columnCenter #recommend ul:after,
#siteBody #columnCenter #collectionsArea:after,
#siteBody #specialBottom:after,
#siteBody #specialBottom ul:after,
#siteBody #columnRight #horoscope:after,
#siteBody #columnRight #facebook:after,
#siteBody #columnRight .feedWrapper .feedInner:after,
#siteBody #columnRight #facebook .content:after,
#siteBody #columnRight #facebook .footer:after,
#siteBody #columnRight #blog #blogTab:after,
#siteBody #columnRight #blog .blogPanel:after,
#siteFooter #siteFooterInner div:after,
#siteFooter #siteFooterInner #sitemapArea ul:after,

body.news #siteBody #columnMain #categoryNewsContent:after,
body.news #siteBody #columnMain #categoryNewsContent #contentSet .dataInner:after,
body.news #siteBody #columnMain #categoryNewsContent #contentSet .share:after,
body.news #siteBody #columnMain #recommend #recommendList:after,
body.news #siteBody #columnMain #recommend #recommendList:after,
body.news #siteBody #columnMain #backNumber ul:after,

body.gallery #siteBody #columnMain #categoryNewsContent #contentSet .galleryNav:after,
body.gallery #siteBody #columnMain #categoryNewsContent #contentSet .galleryNav div:after,
body.gallery #siteBody #columnMain #categoryNewsContent #contentSet .galleryNav ul:after,
body.gallery.horizon #siteBody #columnMain #categoryNewsContent #contentSet:after,

body.archive #siteBody #columnMain #categoryNewsContent #archiveList li:after {
	content: '';
	display: block;
	clear: both;
}
#siteHeaderInner,
#siteHeader #siteHeaderInner #functionArea,
#siteHeader #siteHeaderInner #functionArea #search,
#siteNavigation #globalNav ul,
#siteNavigation #quickLinks dl,
#siteNavigation #localNav ul,
#siteBody,
#siteBody #columnCenter #news ul,
#siteBody #columnCenter #fashiontrend ul,
body.categoryTop #siteBody #columnCenter #recommend ul,
#siteBody #columnCenter #collectionsArea,
#siteBody #specialBottom,
#siteBody #specialBottom ul,
#siteBody #columnRight #horoscope,
#siteBody #columnRight .feedInner,
#siteBody #columnRight #facebook,
#siteBody #columnRight #facebook .content,
#siteBody #columnRight #facebook .footer,
#siteBody #columnRight #blog #blogTab,
#siteBody #columnRight #blog .blogPanel,
#siteFooter #siteFooterInner div,
#siteFooter #siteFooterInner #sitemapArea ul,

body.news #siteBody #columnMain #categoryNewsContent,
body.news #siteBody #columnMain #categoryNewsContent #contentSet .dataInner,
body.news #siteBody #columnMain #categoryNewsContent #contentSet .share,
body.news #siteBody #columnMain #recommend #recommendList,
body.news #siteBody #columnMain #recommend #recommendList li,
body.news #siteBody #columnMain #backNumber ul,

body.gallery #siteBody #columnMain #categoryNewsContent #contentSet .galleryNav,
body.gallery #siteBody #columnMain #categoryNewsContent #contentSet .galleryNav div,
body.gallery #siteBody #columnMain #categoryNewsContent #contentSet .galleryNav ul,
body.gallery.horizon #siteBody #columnMain #categoryNewsContent #contentSet,

body.archive #siteBody #columnMain #categoryNewsContent #archiveList li {
	⁄zoom: 1;
}

/* element
-----------------------------------------------*/
html {
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
	background: #000;
/*
	line-height: normal;
*/
	line-height: 170%;
	letter-spacing: 0;
	font-size: 10px; /* 10px */
	width: 100%;
}
label {
	cursor: pointer;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #e21b22;
}

/* element
-----------------------------------------------*/
#wrapper {
	margin:0 auto;
	padding:44px 16px 48px 16px;
	width:768px;
	height:432px; 
	background :transparent;
}


