<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************
*
* ONWARD anyfam
* (C)ONWARD KASHIYAMA Co.,Ltd.
*
* 00. Common
* 02. Footer
* 03. Other
*
***********************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	color: #333;
}

html { overflow-y: scroll; }

h1, h2, h3, h4, div, span, p, ul, li, table, tr, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4 {
	font-size: xx-small;
	font-weight: bold;
}

ul { list-style: none; }

a:link, a:visited {
	font-weight: bold;
	color: #919ba4;
	text-decoration: none;
}

a:hover { color: #000; }

.hidden { display: none; }

.clear { clear: both; }

/***********************************************************
* 00. Common
***********************************************************/
#wrapper {
	margin: 0 auto;
	width: 995px;
	font-size: 0.75em;
	height: 100%;
}

html&gt;body #wrapper { height: 100%; }

/***********************************************************
* 02. Footer
***********************************************************/
#footer {
	clear: both;
	padding: 18px 29px 16px 12px;
}

#footer li { float: left; }

#footer ul li#privacy a {
	width: 81px;
	height: 13px;
	background: url(/anyfam/images/anyfam_footer_privacy.gif) no-repeat;
	display: block;
}

#footer ul li#privacy a:hover {
	width: 81px;
	height: 13px;
	background: url(/anyfam/images/anyfam_footer_privacyon.gif) no-repeat;
	display: block;
}

#footer ul li#site a {
	width: 60px;
	height: 13px;
	background: url(/anyfam/images/anyfam_footer_site.gif) no-repeat;
	display: block;
	margin-left: 25px;
}

#footer ul li#site a:hover {
	width: 60px;
	height: 13px;
	background: url(/anyfam/images/anyfam_footer_siteon.gif) no-repeat;
	display: block;
	margin-left: 25px;
}

#footer ul li#contact a {
	width: 56px;
	height: 13px;
	background: url(/anyfam/images/anyfam_footer_contact.gif) no-repeat;
	display: block;
	margin-left: 25px;
}

#footer ul li#contact a:hover {
	width: 56px;
	height: 13px;
	background: url(/anyfam/images/anyfam_footer_contacton.gif) no-repeat;
	margin-left: 25px;
	display: block;
}

#footer #logo {
	margin-left: 11px;
	float: right;
}

#footer #cr {
	float: right;
	margin-top: 2px;
}

/***********************************************************
* 03. Other
***********************************************************/
.copy01 {
	color:#C02F94;
	padding-bottom:1em;
	line-height:130%;
	font-size:100%;
	font-weight:bold;
}

.spec01 {
	padding-bottom:1em;
	font-size:90%;
	margin-left:1em;
	text-indent:-1em;
	letter-spacing:1px;
	padding-bottom:1em;
}

.backnum a:link, .backnum a:visited {
	color: #6a6565;
	text-decoration:underline;
}

.backnum a:hover {
	color: #f9396f;
	text-decoration:underline;
}

vol {
	padding:0 12px 0 20px;
	color:#6b6a6a;
	line-height:18px;
}

.vol {
	padding:0 12px 0 20px;
	color:#6b6a6a;
	line-height:18px;
}

/*2010.02.10追加*/
/*アイテムのスペック*/
ul.item-spec li {
	padding-bottom:1em;
	margin-left:1em;
	text-indent:-1em;
	font-size:90%;
	letter-spacing:1px;
}

/*サイドメニュー*/
ul.side-menu { width:200px; }

ul.side-menu li {
	font-size:1px;
	line-height:1px;
	zoom:1;
}

ul.side-menu img { vertical-align:top; }
</pre></body></html>