@charset "utf-8";

body, div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre, form, fieldset, input, textarea, select, option, table, th, td, embed, object, address, non {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight:normal;
	font-style:normal;
	}
body, div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, option, table, th, td, embed, object, address, non {
	margin:0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, form, pre, address, blockquote, non {
	/*
	font-size:12px;
	line-height:150%;
	*/
	font-size:12px;
	line-height:1.3;
	/*letter-spacing: 0.06em;*/
	/line-height:140%;
	line-break: strict;
	/*word-break: keep-all;*/
	}

html, body { height: 100%;}

body { background-color: #f5f5f5;}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-align: left;
	}

h1 { font-size: 34px; line-height: 42px;}
h2 { font-size: 24px; line-height: 28px; margin-bottom: 12px; }
h3 { font-size: 16px; line-height: 22px; margin-bottom: 0px;}
h4 { font-size: 12px; line-height: 18px; margin-bottom: 6px;}
h4.wborder {
	margin-bottom:  8px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333333;
	}

/* over write ---------------------------------------------*/

/*
.wrapcent {
	position: relative;
	}
.wrapin {
	position: relative;
	}
*/
.shareButton {
	z-index:9991;
}

#breadCrumbs {
	margin-bottom: 0px;
	}

.wrapcent div.lmarg {
	left: auto;
	width: auto;
	}
#wrap {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0 0;
	min-width: 1024px;
	}

.basicblock {
	position: relative;
	width: 100%;
	}

.inblock {
	position: relative;
	display: inline-block !important;
	display : -moz-inline-box;	/* ff <3 */
	/display: inline;			/* ie */
	/zoom: 1;
	overflow: hidden;
	vertical-align: top;
	background-position: 0 0;
	}
.ghost {
	display: none;
	}

.art-lead {
	padding-bottom: 8px;
	text-align: left;
	}

.cap {
	font-size: 11px;
	line-height: 15px;
	}

.gist {
	text-align: left;
	}

a.disenable {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	}

.btm2 { padding-bottom: 2px; }
.btm4 { padding-bottom: 4px; }
.btm8 { padding-bottom: 8px; }
.btm16 { padding-bottom: 16px; }

* html .wrapin .ward,
* html .wrapin .sub-ward,
* html .wrapin .ward p { text-align: center; } /* override header.css */
* html .wrapin #page-body .art-lead { text-align: left;} /* override header.css */
* html .wrapin #page-body .gist {text-align: left;} /* override header.css */
* html .wrapin #page-body .gist p {text-align: left;} /* override header.css */

/* ============================================================
	page header
   ============================================================ */

#page-header {
	/*position: relative;*/
	/*height: 0px;
	/*background: url(12.png) no-repeat right 6px;*/
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	}
   
/* ============================================================
	navi
   ============================================================ */
   
   #navi {
	position: absolute;
	padding-top: 0;
	
	/*top: 0px;*/
	/left: 0;
	width: 840px;
	/*background: #fff url(img/h02.gif) no-repeat right 6px;*/
	}
#navi.fixed {
	position: fixed;
	/*top: 87px;*/
	top: 0;
	
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression('0px');
	top: expression(documentElement.scrollTop>67 || document.body.scrollTop>67 ? ((documentElement.scrollTop || document.body.scrollTop)-67)+'px':'0px');
	}

#navi li {
	display: block;
	position: relative;
	float: left;
	padding-bottom: 0;
	}
#navi a.main {
	display: block;
	height:25px;
	text-indent: -9999px;
	background: url(img/h01.gif) no-repeat;
	}
#navi li div {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 195px;
	padding-top:1px;
	/*background: transparent no-repeat 0 0;*/
	background-color: #fff;
	}
#navi li.cur div {
	display: block;
	}
#navi li div a {
	display: block;
	width: 195px;
	height: 25px;
	text-indent: -9999px;
	background: transparent no-repeat 0 0;
	}
/*
#navi li div a:hover {
	background-position-x: -195px;
	}
*/

#navi a.menu0 { background-position:   0px 0px; width:110px; }
#navi a.menu1 { background-position:-110px 0px; width: 68px; }
#navi a.menu2 { background-position:-178px 0px; width: 64px; }
#navi a.menu3 { background-position:-242px 0px; width: 88px; }
#navi a.menu4 { background-position:-330px 0px; width: 80px; }
#navi a.menu5 { background-position:-410px 0px; width:124px; }
#navi a.menu6 { background-position:-534px 0px; width:122px; }
#navi a.menuP { background-position:-656px 0px; width: 60px; }
#navi a.menuN { background-position:-716px 0px; width: 61px; }

#navi a.menu0:hover { background-position:   0px -26px; }
#navi a.menu1:hover { background-position:-110px -26px; }
#navi a.menu2:hover { background-position:-178px -26px; }
#navi a.menu3:hover { background-position:-242px -26px; }
#navi a.menu4:hover { background-position:-330px -26px; }
#navi a.menu5:hover { background-position:-410px -26px; }
#navi a.menu6:hover { background-position:-534px -26px; }
#navi a.menuP:hover { background-position:-656px -26px; }
#navi a.menuN:hover { background-position:-716px -26px; }

#navi .disenable a.menu0 { background-position:   0px -52px; }
#navi .disenable a.menu1 { background-position:-110px -52px; }
#navi .disenable a.menu2 { background-position:-178px -52px; }
#navi .disenable a.menu3 { background-position:-242px -52px; }
#navi .disenable a.menu4 { background-position:-330px -52px; }
#navi .disenable a.menu5 { background-position:-410px -52px; }
#navi .disenable a.menu6 { background-position:-534px -52px; }
#navi .disenable a.menuP { background-position:-656px -52px; }
#navi .disenable a.menuN { background-position:-716px -52px; }

#navi div a.sub { background-image: url(img/sn.gif); }

#navi a.item1  { background-position: 0px  0px; }
#navi a.item2  { background-position: 0px   -25px; }
#navi a.item3  { background-position: 0px   -50px; }
#navi a.item4  { background-position: 0px   -75px; }
/*#navi a.item5  { background-position: 0px  -100px; }*/
#navi a.item6  { background-position: 0px  -125px; }
#navi a.item7  { background-position: 0px  -150px; }
#navi a.item8  { background-position: 0px  -175px; }
#navi a.item9  { background-position: 0px  -200px; }
#navi a.item10 { background-position: 0px  -225px; }
#navi a.item11 { background-position: 0px  -250px; }
/*#navi a.item12 { background-position: 0px  -275px; }*/
#navi a.item13 { background-position: 0px  -300px; }
#navi a.item14 { background-position: 0px  -325px; }
#navi a.item15 { background-position: 0px  -350px; }
#navi a.item16 { background-position: 0px  -375px; }
#navi a.item17 { background-position: 0px  -400px; }
#navi a.item18 { background-position: 0px  -425px; }
/*#navi a.item19 { background-position: 0px  -450px; }*/
#navi a.item20 { background-position: 0px  -475px; }
/*#navi a.item21 { background-position: 0px  -500px; }*/
#navi a.item22 { background-position: 0px  -525px; }
#navi a.item23 { background-position: 0px  -550px; }
#navi a.item24 { background-position: 0px  -575px; }
#navi a.item25 { background-position: 0px  -600px; }
#navi a.item26 { background-position: 0px  -625px; }
#navi a.item27 { background-position: 0px  -650px; }
/*#navi a.item28 { background-position: 0px  -675px; }*/
/*#navi a.item29 { background-position: 0px  -700px; }*/
#navi a.item30 { background-position: 0px  -725px; }
#navi a.item31 { background-position: 0px  -750px; }
/*#navi a.item32 { background-position: 0px  -775px; }*/
#navi a.item33 { background-position: 0px  -800px; }
#navi a.item34 { background-position: 0px  -825px; }
#navi a.item35 { background-position: 0px  -850px; }
#navi a.item36 { background-position: 0px  -875px; }
#navi a.item37 { background-position: 0px  -900px; }
#navi a.item38 { background-position: 0px  -925px; }
#navi a.item39 { background-position: 0px  -950px; }
#navi a.item40 { background-position: 0px  -975px; }
#navi a.item41 { background-position: 0px -1000px; }
#navi a.item42 { background-position: 0px -1025px; }
/*#navi a.item43 { background-position: 0px -1050px; }*/
/*#navi a.item44 { background-position: 0px -1075px; }*/
#navi a.item45 { background-position: 0px -1100px; }
#navi a.item46 { background-position: 0px -1125px; }
/*#navi a.item47 { background-position: 0px -1150px; }*/
#navi a.item48 { background-position: 0px -1175px; }
#navi a.item49 { background-position: 0px -1200px; }
#navi a.item50 { background-position: 0px -1225px; }
#navi a.item51 { background-position: 0px -1250px; }
#navi a.item52 { background-position: 0px -1275px; }
#navi a.item53 { background-position: 0px -1300px; }
#navi a.item54 { background-position: 0px -1325px; }

#navi a.item1:hover  { background-position: -195px    0px; }
#navi a.item2:hover  { background-position: -195px   -25px; }
#navi a.item3:hover  { background-position: -195px   -50px; }
#navi a.item4:hover  { background-position: -195px   -75px; }
#navi a.item5:hover  { background-position: -195px  -100px; }
#navi a.item6:hover  { background-position: -195px  -125px; }
#navi a.item7:hover  { background-position: -195px  -150px; }
#navi a.item8:hover  { background-position: -195px  -175px; }
#navi a.item9:hover  { background-position: -195px  -200px; }
#navi a.item10:hover { background-position: -195px  -225px; }
#navi a.item11:hover { background-position: -195px  -250px; }
#navi a.item12:hover { background-position: -195px  -275px; }
#navi a.item13:hover { background-position: -195px  -300px; }
#navi a.item14:hover { background-position: -195px  -325px; }
#navi a.item15:hover { background-position: -195px  -350px; }
#navi a.item16:hover { background-position: -195px  -375px; }
#navi a.item17:hover { background-position: -195px  -400px; }
#navi a.item18:hover { background-position: -195px  -425px; }
#navi a.item19:hover { background-position: -195px  -450px; }
#navi a.item20:hover { background-position: -195px  -475px; }
#navi a.item21:hover { background-position: -195px  -500px; }
#navi a.item22:hover { background-position: -195px  -525px; }
#navi a.item23:hover { background-position: -195px  -550px; }
#navi a.item24:hover { background-position: -195px  -575px; }
#navi a.item25:hover { background-position: -195px  -600px; }
#navi a.item26:hover { background-position: -195px  -625px; }
#navi a.item27:hover { background-position: -195px  -650px; }
#navi a.item28:hover { background-position: -195px  -675px; }
#navi a.item29:hover { background-position: -195px  -700px; }
#navi a.item30:hover { background-position: -195px  -725px; }
#navi a.item31:hover { background-position: -195px  -750px; }
#navi a.item32:hover { background-position: -195px  -775px; }
#navi a.item33:hover { background-position: -195px  -800px; }
#navi a.item34:hover { background-position: -195px  -825px; }
#navi a.item35:hover { background-position: -195px  -850px; }
#navi a.item36:hover { background-position: -195px  -875px; }
#navi a.item37:hover { background-position: -195px  -900px; }
#navi a.item38:hover { background-position: -195px  -925px; }
#navi a.item39:hover { background-position: -195px  -950px; }
#navi a.item40:hover { background-position: -195px  -975px; }
#navi a.item41:hover { background-position: -195px -1000px; }
#navi a.item42:hover { background-position: -195px -1025px; }
#navi a.item43:hover { background-position: -195px -1050px; }
#navi a.item44:hover { background-position: -195px -1075px; }
#navi a.item45:hover { background-position: -195px -1100px; }
#navi a.item46:hover { background-position: -195px -1125px; }
#navi a.item47:hover { background-position: -195px -1150px; }
#navi a.item48:hover { background-position: -195px -1175px; }
#navi a.item49:hover { background-position: -195px -1200px; }
#navi a.item50:hover { background-position: -195px -1225px; }
#navi a.item51:hover { background-position: -195px -1250px; }
#navi a.item52:hover { background-position: -195px -1275px; }
#navi a.item53:hover { background-position: -195px -1300px; }
#navi a.item54:hover { background-position: -195px -1325px; }


/* ============================================================
	index
   ============================================================ */

#itemPalette {
	margin: 0 -2px;
	}

#itemPalette table {
	border-collapse:collapse;
	border-spacing:0;
	}

#itemPalette img {
	margin: 2px;
	}

/* ============================================================
	chapter
   ============================================================ */


/* ============================================================
	section
   ============================================================ */

h1,
.section {
	position: relative;
	padding-top: 0px;
	width: 100%;
	}

.viewer {
	position: relative;
	width: 100%;
	margin-bottom: 0px;	/*clear: left;*/	/*margin-top: 41px;*/
	}
.viewselect {
	position: absolute;
	top: 20px;
	right: 20px;
	}
.viewer .vertical {
	width: 114px;
	}
.viewselect a {
	padding: 2px;
	}
.viewselect a img {
	border: 2px solid #fff;
	}

/* spliter ------------------------------------------------*/

.split5,.split4 { position:relative; }
.split4 div.items,
.split4 li,
.split5 div.items,
.split5 li {
	position: relative;
	display: inline-block !important;
	display : -moz-inline-box;	/* ff <3 */
	/display: inline;			/* ie */
	/zoom: 1;
	/*overflow: hidden;*/
	vertical-align: top;
	min-width: 152px;
	}

.split5		{
	margin-left:0px;
	margin-right:0px;
}
.split5 div.items { margin-left: 5px; margin-right: 5px; }

.split5 ul { margin-left:-5px; margin-right:-5px; }
.split5 li { margin-left: 5px; margin-right: 5px; vertical-align: top; }

.split5 .full	{ width:840px; }
.split5 .single {
	width:150px;
}
.split5 .double {
	width:300px;
}
.split5 .triple {
	width:500px;
}
.split5 .quadruple { width:670px; }
.split5 .half { width:415px; }

.split4		{ margin-left:-4px; margin-right:-4px; }
.split4 div.items {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 20px;
}

.split4 ul { margin-left:-4px; margin-right:-4px; }
.split4 li { margin-left: 4px; margin-right: 4px; vertical-align: top; }

.split4 .single { width:204px; }
.split4 .double { width:416px; }

.items .wide { padding: 0 16px; }

/*	880px
.split5 .full	{ width:880px; }
.split5 .single { width:168px; }
.split5 .double { width:346px; }
.split5 .triple { width:524px; }
.split5 .quadruple { width:702px; }
.split5 .half { width:435px; }
*/


/* shop item ----------------------------------------------*/

.shopitem {
	margin-top: 20px;
	text-align: center;
	}

.shopitem img {
	vertical-align: bottom;
	}
.items span {
	margin-top: 8px;
	display: block;
	}
.shopitem input {
	margin-right: 1em;
	}
.shopitem .check input {
	margin-right: 0;
	}
.shopitem .check img {
	margin-right: 0.5em;
	}
.shopitem .check.spacer {
	height: 1em;
	}
.shopitem ins {
	text-decoration: none;
	font-style: normal;
}

.items .price {
	position: relative;
	margin-top: 4px;
	}
.items em {
	padding-left: 1px;
	padding-right: 0px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}
.items span.lineSpace {
	margin: 0
	}

/* ============================================================
	fixed cart
   ============================================================ */

#page-footer {
	position: relative;
	height: 60px;
	z-index: 9990;
	}

#cart {
	position: absolute;
	font-size: 10px;
	padding-top: 16px;
	
	/left: 0;
	width: 880px;
	}
#cart.fixed {
	position: fixed;
	/*top: 87px;*/
	bottom: 0px;
	
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression('0px');
	top: expression(documentElement.scrollTop>67 || document.body.scrollTop>67 ? ((documentElement.scrollTop || document.body.scrollTop)-67)+'px':'0px');
	}
#cart-inner {
	position: relative;
	width: 880px;
	margin: 0 0 0 auto;
	background-color: white;
	}
#cart .cart {
	padding: 0;
	border-bottom: none;
	}
#cart .cart div {
	float: none;
	height: 24px;
	background: #e3e3e3 url(img/cartbutton_des.gif) no-repeat 200px 30px;
	}

/* cart ---------------------------------------------------*/

.cart {
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 24px;
	border-bottom: 1px solid #cccccc;
	}
.cart.last {
	margin-bottom: 0;
	border-bottom: none;
	}
.cart .membrane {
	position: relative;	
	margin: 1em 5px 0 auto;
	/*width:276px;*/
	width:300px;
	}
.inside-cart .membrane {
	position: absolute;
	bottom: 1em;
	right: 0;
	}

.cart div div {
	position: relative;
	height: 50px;
	padding: 6px 6px;
	margin-bottom: 6px;
	_padding-bottom: 0;
	background: #f3f3f3 url(img/cartbutton_des.gif) no-repeat 174px 30px;
	}
.cart div div img {
	margin-bottom: 9px;
	}
.cart div div p {
	position: relative;
	float: left;
	width: 150px;
	height: 21px;
	margin: 0 8px 0 0;
	padding: 2px 4px 0 4px;
	text-align: right;
	background-color: white;
	border: 1px solid #cccccc;
	}
.cart div div p span {
	float: left;
	padding-top: 1px;
	color: #444444;
	}

.cart .cartin {
	display: block;
	position: relative;
	float: left;
	width: 95px;
	height: 23px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0px solid red;
	}

.cart p.cap {
	clear: both;
	text-align: left;
	padding-left: 8px;
	letter-spacing: 0\9;
	margin-top: 2px\9;
	font-size: 11px;
	}
.cart strong,
.cart em {
	padding-left: 0.2em;
	padding-right: 0.1em;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}
/*
.lastblock .cart { border-bottom: none; }
*/

/* ============================================================
	print media
   ============================================================ */

@media print {
.topviewer a img,
.topviewer .subblock a img,
#column a img,
.chapNavi .main-item img,
.chapNavi .subblock a img {
	display: inline;
	}
}
