@charset "utf-8";

/* ------------------------------------------------------------------------ デフォルト */

* {
	margin: auto;
	padding: 0;
	font-size: 12px;
	_font-size: 11px;
	line-height: 1.5;
	font-family: Verdana, Arial, sans-serif;
}
*:first-child+html * {  } /* IE7 */
html>body * {  } /* Firefox */

html { width: 100%; overflow-y: scroll; }
body {
	color: #333;
	background: #fff;
}

small { font-size: 75%; font-style: normal; }
b { font-size: 115%; font-weight: bold; font-style: normal; }
em { font-size: 100%; font-weight: normal; font-style: normal; }
strong { font-size: 110%; }

a { overflow: hidden; _cursor: pointer; }
a:link { text-decoration: underline; }
a:visited {  text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

img { border: none; vertical-align: bottom; }

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset { border: none; }
input.text, select {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

button { cursor: pointer; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



#wrapper {
	position: relative;
	display: block;
	margin: auto;
	padding: 0px 0 0px 0;
	width: 850px;
}



/* ------------------------------------------------------------------------------------ sidebar */

#sidebar {
	position: relative;
	display: inline;
	position: relative;
	margin: 0 0px 0px 0px;
	padding: 0px 0 0px 0;
	width: 240px;
	float: left;
}

/* ナビ */
#header ul.nav {
	position: relative;
	display: block;
	margin: 0 0 10px 0px;
	padding: 0px 0 0px 0;
	list-style: none;
	width: 200px;
}

#header ul.nav li { list-style: none; width: 200px;}

/* バナー等 */
#sidebar ul.banner {
	position: relative;
	display: block;
	margin: 0 0 10px 0px;
	padding: 0px 0 0px 0;
	list-style: none;
	width: 200px;
}

#sidebar ul.banner li {
	margin: 0 0 15px 0px;
	padding: 0px 0 0px 0;
	list-style: none;
}

/* footer */
#footer {
	position: relative;
	display: block;
	margin: 0 0 30px 10px;
	padding: 0px 0 0px 0px;
	font-size: 85%;
	width: 230px;
	clear: both;
}

#footer span {
	display: block;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 0px;
	font-size: 100%;
	line-height: 1.3;
	clear: both;
}

#footer span img.iso {
	display: inline;
	margin: 0 25px 5px 0;
	padding: 0px 0 0px 0px;
	float: left;
}

#footer address {
	margin: 0 0 0px 0px;
	padding: 0px 0 0px 0px;
	font-size: 100%;
	font-style: normal;
}



/* ------------------------------------------------------------------------------------ contents */

#contents {
	position: relative;
	display: inline;
	margin: 0 0px 0px 0;
	padding: 0px 0 0px 0px;
	width: 600px;
	float: right;
}

/* カテゴリナビゲーション */
#contents p.nav {
	margin: 0 0 10px 15px;
	padding: 0px 0px;
	font-size: 85%;
	width: 585px;
}
#contents p.nav a,
#contents p.nav span {
	margin: 0 5px;
	font-size: 100%;
	line-height: 2.0;
}

/* ページの最上部へ */
#contents a.pagetop {
	display: block;
	margin: 0 0px 20px 0;
	padding: 0px 0 0px 0px;
	font-size: 85%;
	clear: both;
}













