<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
CSS information

 file name  :linkshu.css
 style info :リンク集用スタイル
=================================================================== */
#header h1{
	position:absolute;
	left:257px;
	top:5px;
	font-size:84%;
	font-weight:normal;
}

/*----------------------------------------------------
	#local_contents
----------------------------------------------------*/

#local_contents #local_main {
	width:720px;
}
#local_contents #local_main h2{
	padding-bottom:15px;
	height:30px;
}
#local_contents #local_main .section{
	margin-bottom:20px;
	width:720px;
}
#local_contents #local_main .section:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#local_contents #local_main .section dl{
	padding:15px 0;
}
#local_contents #local_main .section dt{
	padding:0 15px 8px;
	font-weight:bold;
}
#local_contents #local_main .section dd{
	padding:0 15px 8px 25px;
}

#local_contents #local_main .page_link{
	clear:both;
}
#local_contents #local_main .page_link li.left{
	float:left;
	padding:0 15px 8px 0;
}
#local_contents #local_main .page_link li.right{
	float:right;
}
#local_contents #local_main .page_link:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/* -----------------------------------------------------------
	#aside
		サイドナビ
----------------------------------------------------------- */

#aside .aside_section dl.teian,
#aside .aside_section dl.osusume,
#aside .aside_section dl.new_arrivals,
#aside .aside_section dl.search{
	background:none;
	padding-bottom:0;
	background:url(../img/bg-aside_section.gif);
}

#aside .aside_section dl.teian dd.last{
	padding:3px 15px;
	background:#eae3d3;
	text-align:right;
	border:1px solid #ccc;
}

#aside .aside_section dl.osusume dd.last,
#aside .aside_section dl.new_arrivals dd.last{
	padding:3px 15px;
	background:#eae3d3;
	text-align:right;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#aside .aside_section dl.teian dd.name{
	font-size:120%;
	margin:10px 0;
}

#aside .aside_section dl.search dd.title{
	font-weight:bold;
	margin:10px 0 0 0;
}
#aside .aside_section dl.search dd.last{
	border-bottom:1px solid #ccc;
}


#aside .aside_section dl.osusume dd,
#aside .aside_section dl.new_arrivals dd{
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}

#aside .aside_section dl.osusume dd img{
	width:100px;
	height:116px;
	border:0;
	border:1px solid #ccc;
	margin:0 0 5px 5px;
	float:left;
	margin-right:5px;
}

#aside .aside_section dl.osusume dd:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
</pre></body></html>