#otacoolGnavi {
background: #000;
}
#otacoolTop {
position: relative;
margin-top: -20px;
margin-bottom: 20px;
}

/*BTN*/
#btnContest{
position:absolute;
top: 187px;
left: 19px;
}
#btnNowBuy{
position:absolute;
top: 357px;
left: 19px;
}
#btnTwit{
position:absolute;
top:506px;
left: 19px;
}
#btnEvents{
position:absolute;
top: 623px;
left: 19px;
}

/*BANNER*/
#banKotobooks {
position: absolute;
top: 565px;
right: 0;
font-size: 10px;
text-align: center;
}
#banKotobukiya {
position: absolute;
top: 635px;
right: 0;
font-size: 10px;
text-align: center;
}

/*NEWS*/
#websiteNews {
position: absolute;
top: 20px;
right: 0;
width:165px;
padding: 15px;
color: #fff;
background: #0089d8;
}
#websiteNews h3 {
margin: 0 0 5px 0;
padding: 0;
font-size: 12px;
}
#websiteNews dl {
margin: 0;
padding: 0;
}
#websiteNews dl dt {
margin: 0;
padding:0;
font-size: 10px;
}
#websiteNews dl dd {
margin: 0 0 10px 0;
padding: 0;
font-size: 10px;
}

/*TWITTER*/
#twitterArea {
position: absolute;
top: 120px;
right: 0;
width:195px;
}




/*BOOKS*/
#otacoolBooks {
background: url(/OTACOOL/images/bg_books.jpg) top right no-repeat;
}
.itemBox {
margin: 0 0 20px 0;
padding: 10px 15px 15px 15px;
width: 550px;
border-left: 5px solid #d8007f;
background: transparent url(/OTACOOL/images/bg_half_white.gif) 0 0 repeat;
font-size: 80%;
}
.itemBox h2 {
margin-bottom: 15px;
color: #d8007f;
font-size: 16px;
line-height: 1.2;
}
.itemBox h2 span {
color: #333;
}
.itemBox .itemLeft {
float: left;
width: 150px;
}
.itemBox .itemLeft p {
margin-bottom: 10px;
border: 1px solid #ccc;
padding:1px;
background: #fff;
}
.itemBox .itemLeft ul {
margin: 5px 0;
}
.itemBox .itemLeft ul li {
margin: 0 0 1px 0;
}

.itemBox .itemRight {
float: right;
width: 380px;
}
.itemBox .itemRight p.itemTxt {
margin: 0 0 2px 0;
padding: 5px 10px 5px 0;
background: #fff;
color: #0089d8;
}
.itemDescription {
}
.itemDescription ul {
margin-top: 20px;
text-align: center;
padding: 10px 0 5px 0;
background: #0089d8;
}
.itemDescription ul li {
display:inline;
padding-right: 3px;
}
p.photoDescription {
font-size: 10px;
color: #fff;
font-weight: bold;
text-align: center;
background: #0089d8;
padding: 0 0 5px 0;
}

.itemInfo {
margin-top: 20px;
width: 380px;
}
.itemInfo dt {
width: 80px;
}
.itemInfo dd {
width: 250px;
margin: -1.5em 0 5px 90px;
}


.clearfix {
	display: inline-block;
	}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}