@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}


/* -- Generic -- */

body {
	width: 100%;
	height: 100%;
	background: #f7f7f3;
	color: #333;
	font: 93%/1.5em Verdana,Arial,Helvetica,sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: table;
	}

h1 {
	font-size: 123.1%;
	color: #000;
	font-weight:bold
	}

h2 {
	font-size: 108%;
	color: #000;
	font-weight:bold
	}
	
h3 {
	font-size: 100%;
	color: #000;
	font-weight:bold
	}

h4 {
	font-size: 100%;
	color: #4c3e14;
	font-weight: normal;
	line-height:1.4em;
	}

.clear {
	clear:both;
	}

a, a:visited {
	color: #7b0045;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	background-color: #eed4e3;
	}

strong {
	font-weight: bold;
	}

em {
	font-style:italic;
	}

ol li {
	margin:0 0 0 3em;
	padding: 0 0 0.5em 0;
	list-style: decimal;
	text-align: left;
	}

ul li {
	margin:0 0 0 3em;
	padding: 0 0 0.5em 0;
	list-style:disc;
	text-align: left;
	}

ol ul, ul ul {
	margin: 1em 0 0 1em;
	}

div .dotline {
	height: 1px;
	width: 100%;
	background: url(../img/dotline.gif) repeat-x;
	margin: 0 0 5px 0;
	clear: both;
	}

.c {
	text-align: center;
	}

.red {
	color:#a90c24;
	}

.dark {
	font-weight: bold;
	}


/* -- Header -- */

#header {
	height: 105px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 10px solid #900;
	}

#description {
	width: 856px;
	text-align: left;
	position: absolute;
	left: 124px;
	top: 108px;
	color: #948e5c;
	line-height: 1.3em;
	overflow: hidden;
	}


/* -- Contents Col 1-- */

#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 1em 0;
	background-color: #fff;
	border-top: 1px dotted #900;
	border-bottom: 1px dotted #48462c;
	position: relative;
	}

#wrap .col1 {
	width: 560px;
	float: left;
	margin: 0;
	padding: 0;
	}

#wrap .col2 {
	width: 320px;
	float: right;
	margin: 0 40px 0 0;
	padding: 0;
	}

#wrap .col1 h1 {
	margin: 20px 0 0;
	padding: 0 0 0 40px;
	color: #000;
	line-height: 1.4em;
	}
	
#wrap .col1 h2.author {
	margin: 0 0 1em 0;
	padding: 0 0 0 40px;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	line-height: 1.4em;
	}
	
#wrap .col1 h2.intro {
	margin: 1em 0;
	padding: 0 0 0 40px;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
	}

#wrap .col1 h3 {
	margin: 1em 0 0.5em;
	padding:0 1em;
	}

#wrap .col1 p {
	margin: 1em 0;
	padding: 0 0 0 40px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	}

#wrap .col1 .quote1 {
	margin: 1.5em 0 0 40px;
	padding: 0 3em 0 3.5em;
	background: url(../img/blockquote_top.gif) no-repeat 20px top;
	}
#wrap .col1 .quote1 p {
	margin: 0;
	padding: 0 1.5em 0 0;
	background:url(../img/blockquote_bottom.gif) no-repeat bottom right;
	}

#wrap .col1 .quote1 p.writtenby {
	margin: 0;
	padding: 1em 2em 0 0;
	text-align: right;
	background-image: none;
	}
	
#wrap .col1 ul,#wrap .col1 ol {
	margin: 1em 0 0 2em;
	}

#wrap .col1 ul ul,#wrap .col1 ol ol,#wrap .col1 ol ul,#wrap .col1 ul ol {
	margin: 1em 0 0;
	}

#wrap .contributors {
	margin: 1em 0 0 40px;
	padding: 40px 0 10px 0;
	background: #f1f1e8 url(../img/h_contributors.gif) no-repeat center top;
	}

#wrap .contributors p {
	margin: 0.5em 0;
	padding: 0 1em;
	font-size: 0.93em;
	font-weight: normal;
	line-height: 1.4em;
	}

#wrap .toc {
	margin: 1em 0 0 40px;
	padding: 40px 0 10px 0;
	background: #f1f1e8 url(../img/h_toc.gif) no-repeat center top;
	}

#wrap .toc p {
	margin: 0.5em 0 0 1em;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	}

#wrap .toc ul {
	margin: 0 0 0 1em;
	padding: 0 1em;
	font-size: 0.97em;
	font-weight: normal;
	line-height: 1.3em;
	}
	
#wrap .toc ol {
	margin: 0 0 0 4em;
	padding: 0 1em 0 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	}
	
#wrap .toc ul ul,#wrap .toc ol ol,#wrap .toc ol ul,#wrap .toc ul ol {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
	}
	
#wrap .toc ol li,#wrap .toc ol li li,#wrap .toc ul ol li {
	margin:0 0 0.5em 0;
	padding: 0;
	list-style: decimal;
	}

#wrap .toc ul li,#wrap .toc ul li li,#wrap .toc ol ul li {
	margin:0 0 0.5em 0;
	padding: 0;
	list-style:none;
	}

#wrap .level {
	margin: 8px 0 8px 40px;
	padding: 0;
	}
	
#wrap .level p {
	margin: 0;
	padding: 0 0.5em;
	font-size: 0.93em;
	}

#wrap .level img {
	float: left;
	margin: 6px 8px 6px 0;
	}

#wrap .level.ladder1 {
	background-color: #f8e9bf;
	}
#wrap .level.ladder2 {
	background-color: #edc6d8;
	}
#wrap .level.ladder3 {
	background-color: #c0e1f3;
	}
#wrap .level.ladder4 {
	background-color: #f0bfc5;
	}
#wrap .level.ladder5 {
	background-color: #bfe5d5;
	}

#wrap .level.audio1 {
	background-color: #fbe2d1;
	}
#wrap .level.audio2 {
	background-color: #f8eacb;
	}
#wrap .level.audio3 {
	background-color: #e3f1da;
	}
#wrap .level.audio4 {
	background-color: #caeef1;
	}
#wrap .level.audio5 {
	background-color: #d5e8f5;
	}

#wrap .level.larlgeprint {
	background-color: #f0e2e2;
	}

#wrap .dl {
	margin: 1em 0 0 40px;
	padding: 10px 0 10px 0;
	background: #e4ebef;
	color: #3b4c54;
	}

#wrap .dl p {
	margin: 0.5em 0 0 3em;
	padding: 0;
	font-size: 0.87em;
	font-weight: normal;
	line-height: 1.4em;
	}

#wrap .dl a {
	color: #3b4c54;
	}
	
#wrap .dl a:hover {
	text-decoration: none;
	background-color: #ffd69a;
	}

#wrap .dl table {
	width: 480px;
	margin: 0.5em auto;
	font-size: 0.87em;
	font-weight: normal;
	line-height: 1.4em;
	border: none;
	border-collapse: collapse;
	}

#wrap .dl table td {
	margin: 0;
	padding: 6px 0;
	width: 25%;
	}

#wrap .dl2 {
	margin: 1em 0 0 40px;
	padding: 10px 0 10px 0;
	background: #f1f1e8;
	}

#wrap .dl2 p {
	margin: 0.5em 2em 1em;
	padding: 0;
	font-weight: normal;
	line-height: 1.4em;
	}

/* -- Contents Col 2-- */

#wrap .col2 p.cover {
	margin: 20px 0 10px;
	padding: 0;
	width: 320px;
	text-align: center;
	}

#wrap .col2 p.sample {
	margin: 0 0 10px 0;
	padding: 0;
	width: 320px;
	text-align: left;
	}

#wrap .col2 p.sample img {
	margin: 0 1px 0 2px;
	border: 1px solid #999;
	}

#wrap .col2 p.social {
	margin: 0 0 10px 0;
	padding: 0;
	width: 320px;
	text-align: right;
	}
	
#wrap .col2 p.shop {
	margin: 20px 0;
	}

#wrap .col2 object {
	margin: 10px 0;
	}

#wrap .col2 table.spec {
	margin: 0 auto 20px;
	width: 310px;
	border-collapse: collapse;
	text-align: left;
	font-size: 0.85em;
	}

#wrap .col2 table.spec th {
	width: 110px;
	padding: 0.5em 0;
	font-weight:normal;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #ccc;
	}

#wrap .col2 table.spec td {
	width: 200px;
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
	}

/* -- Contents Col 2 Postit -- */

#wrap .col2 .postittitle {
	width: 320px;
	margin: 0 auto;
	text-align: center;
	padding: 4px 0;
	font-size: 0.85em;
	background-color: #f0f0f0;
	}

#wrap .col2 .postit1 {
	border-top: 4px solid #900;
	}

#wrap .col2 .postit1 ul {
	margin-bottom: 40px;
	}
	
#wrap .col2 .postit1 ul li {
	list-style: none;
	line-height: 1.4em;
	display: block;
	width: 280px;
	margin: 12px auto;
	padding: 0 0 0 20px;
	background: url(../img/dot1.gif) no-repeat 5px 8px;
	border-bottom: 1px dotted #ccc;
	font-size: 0.85em;
	}

#wrap .col2 .postit2 {
	border-top: 4px solid #cac8a9;
	}

#wrap .col2 .postit2 a:hover {
	background-color: transparent;
	}

#wrap .col2 .postit2 p {
	margin: 0 0 20px;
	text-align: center;
	}

#wrap .col2 p.btns1 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 320px;
	text-align: center;
	}

#wrap .col2 p.btns1 img {
	margin: 0 6px 0 0;
	border: 1px solid #999;
	}

#wrap .col2 p.btns1 img.nobrd {
	border: none;
	}

/* -- Nav -- */
p.nav {
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0.5em 0;
	color: #000;
	font-size: 0.85em;
	}
	
p.nav a {
	color: #900;
	text-decoration: underline;
	}

p.nav a:hover {
	text-decoration: none;
	}

img.al {
	float: left;
	margin: 0 4px 0 0;
	}


/* -- Nav_prev_next -- */

#wrap ul.nav2 {
	margin: 0 auto;
	padding: 0;
	top: 12px;
	right: 41px;
	height: 25px;
	width: 318px;
	overflow: hidden;
	position: absolute;
	list-style: none;
	}

#wrap ul.nav2 a {
	text-decoration: none;
	display: block;
	height: 25px;
	}
	
#wrap ul.nav2 li {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 106px;
	text-indent: -300em;
	display: block;
	overflow: hidden;
	position: absolute;
	}

#wrap ul.nav2 li#ctop {
	left: 0;
	background: url(../img/btn_tpnf.gif) no-repeat 0 0;
	}

#wrap ul.nav2 li#prev {
	left: 106px;
	background: url(../img/btn_tpnf.gif) no-repeat -106px 0;
	}

#wrap ul.nav2 li#next {
	left: 212px;
	background: url(../img/btn_tpnf.gif) no-repeat -212px 0;
	}

#wrap ul.nav2 li#first {
	left: 212px;
	background: url(../img/btn_tpnf.gif) no-repeat -318px 0;
	}

#wrap ul.nav2 a:hover {
	text-decoration: none;
	background-color: transparent;
	}

#wrap ul.nav2 #ctop:hover {
	background: url(../img/btn_tpnf.gif) no-repeat 0 -25px;
	}
	
#wrap ul.nav2 #prev:hover {
	background: url(../img/btn_tpnf.gif) no-repeat -106px -25px;
	}
	
#wrap ul.nav2 #next:hover {
	background: url(../img/btn_tpnf.gif) no-repeat -212px -25px;
	}

#wrap ul.nav2 #first:hover {
	background: url(../img/btn_tpnf.gif) no-repeat -318px -25px;
	}

/* -- Similar Items-- */

#similar {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px dotted #48462c;
	}
	
#similar ul {
	margin: 0;
	padding: 25px 20px;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.2em;
	}

#similar li {
	float: left;
	display: inline;
	height:170px;
	width:125px;
	margin:0 0 0 6px;
	padding:0;
	text-align: center;
	}

#similar li img{
	margin:0 0 2px 0;
	}

#similar li a {
	text-decoration: none;
	}

/* -- Footer -- */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #eaeade;
	border-bottom: 10px solid #900;
	color: #666;
	}

#footer img.gototop {
	position: absolute;
	top: 0px;
	right: 0px;
	}

#footer img.slogo {
	position: absolute;
	top: 29px;
	left: 16px;
	}

#footer a {
	text-decoration: none;
	color: #666;
	}
		
#footer a:hover {
	background-color: transparent;
	color: #000;
	}

#footer li {
	list-style: none;
	margin:0 2em 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #cbcbcb;
	line-height: 1em;
	font-size: .95em;
	}
		
#footer li a {
	display: block;
	}
	
#footer .gototop a:hover {
	background-color:transparent;
	}
	
#footer p{
	margin: 0.5em 0;
	padding: 0;
	font-size: .95em;
	line-height: 1.3em;	
	}

#footer p.ibchome{
	padding-left: 1.5em;
	}
	
#footer .col11 {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding: 25px 0;
	text-align: left;
	}

#footer .col12 {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding: 25px 0;
	text-align: left;
	}

#footer .col13 {
	float: right;
	width: 300px;
	margin: 0;
	padding: 25px 0;
	text-align: left;
	}

#footer p.copyright {
	margin: 0;
	padding: 1em 0;
	font-size: 0.87em;
	line-height: 1.4em;
	text-align: center;
	color: #666;
	}