@CHARSET "ISO-8859-1";


body, div, table, th, tr, td {
	font-family: Footlight MT Light, Poor Richard, Futura, Verdana;
	line-height: 18pt;
}

img {
	border: 0;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.4em;
	}
	
h2 {
	margin: 0;
	padding: 12px 0 12px 0;
	font-size: 1.2em;
	line-height: 1.2em;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	}

p {}

p.note {
	font-style: italic;
	}
	
#left {
	position: fixed;
	top: 20px;
	width: 200px;
		background-position: bottom;
	background-repeat: no-repeat;
	height: 95%;
	margin: 0;
	padding: 0;
}

#left ul {
	position: absolute;
	top: 120px;
	right:10px;
	}

#left ul li {
	list-style-type: none;
	}

#main {
	position: absolute;
	height:100px;
	bottom:0px;
	max-width:700px;
	margin-left:220px;
	margin-top:20px;	
	}

div.chapter {
	position: relative;
	/*background-image: url('../img/line.gif');*/
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 12px;
	margin: 12px 0;
}

div.chapter .title {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 130px;
	margin-bottom: 12px;
}

#chapter_ma {

	}

#chapter_in .title {
	background-image: url('../img/chapter_in_head.gif');
}

#chapter_mo .title {
	background-image: url('../img/chapter_mo_head.gif');
}

#chapter_ma .title {
	background-image: url('../img/chapter_ma_head.gif');
}

#chapter_mi .title {
	background-image: url('../img/chapter_mi_head.gif');
}

#chapter_im .title {
	background-image: url('../img/chapter_im_head.gif');
}

#chapter_be .title {
	background-image: url('../img/chapter_be_head.gif');
}

div.selpic_container {
	clear: both;
	display: block;
	}

span.selpic {
	width: 150px;
	float: left;
	padding: 16px 8px;
}


span.selpic .image a{
	display: block;
	width: 140px;
	height: 140px;
	overflow: hidden;
	}

#chapter_ma span.selpic .image a{
	display: block;
	width: 140px;
	height: 70px;
	overflow: hidden;
	}

span.selpic .name {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	width: 150px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

span.selpic .desc {
	font-size: 0.8em;
	display: block;
	width: 150px;
	height: 32px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: normal;
}

span.selpic .pric {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	width: 150px;
	text-align: center;
}

#right {
	position: fixed;
	left: 920px;
	top: 20px;
	height: 95%;
	margin: 0;
	padding: 0;
}

#right div.chapter {
	background-image: none;
}