@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-01-12
Last Modified: 2010-01-12
Editor(s): tsutsu
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# header
# gNavi
# pageBody
# content
# sidebar
# footer
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */


/* # body
---------------------------------------------------------------------------- */


/* # layout
---------------------------------------------------------------------------- */


/* # header
---------------------------------------------------------------------------- */

/* # gNavi
---------------------------------------------------------------------------- */
div#gNav {
}

/* # pageBody & visual
---------------------------------------------------------------------------- */

div#visual {
}

div#visual p {
}


div#pageBody {
}




/* # content
---------------------------------------------------------------------------- */

div#content {
	float: right;
	margin-top: 0;
	position: relative;
}

div#content div#topContent {
	width: 504px;
	float: left;
}


div.messageArea {
	border: 1px solid #d6d6d6;
}

div.messageArea p.text {
	line-height: 1.8;	
	margin: -35px 25px 15px 25px;
}


/* # top content books area
---------------------------------------------------------------------------- */
div#content div#booksArea {
	width: 210px;
	float: right;
	background: #f0f0f0;
}

div#content div#booksArea ul li {
	padding: 10px;
	border-bottom: 2px solid #FFFFFF;
}

div#content div#booksArea ul li p.bookImg {
	position: relative;
}

div#content div#booksArea ul li p.bookImg span {
	position: absolute;
	z-index: 9999;
	top: 2px;
	left: 81px;
}

div#content div#booksArea ul li p.btnDetail {
	text-align: right;
	margin: -39px 0 10px 0;
}

div#content div#booksArea ul li dl dt {
	font-size: 120%;
	font-weight: bold;
}





/* # footer
---------------------------------------------------------------------------- */

div#footer {
}


/* # clearfix
---------------------------------------------------------------------------- */
div#webProduct.section ul.exsample:after,
div#otherContent.section ul li:after,
div.section ol.benefits li dl:after,
div.section div.readyFlow div.readyFlowInner ol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#webProduct.section ul.exsample,
div#otherContent.section ul,
div.section ol.benefits li dl,
div.section div.readyFlow div.readyFlowInner ol {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#webProduct.section ul.exsample,
* html div#otherContent.section ul,
* html div.section ol.benefits li dl,
* html div.section div.readyFlow div.readyFlowInner ol{
	height: 1%;
}
div#webProduct.section ul.exsample,
div#otherContent.section ul,
div.section ol.benefits li dl,
div.section div.readyFlow div.readyFlowInner ol {
	display: block;
}
/* End hide from IE-mac */


/* # common classes
---------------------------------------------------------------------------- */

#pageBody #content .section .innerSection .linkText {
	background: url(../../common/images/icon_mh.gif) no-repeat left center;
	padding-left: 18px;
}

