@charset "utf-8";



.carouselRight h4 {
	font-size:140%;
	margin: 15px 0 20px;
}


.carouselRight p{
	margin: 10px 0 10px;
}

.carouselRight p.pickup {
	line-height:120%;
	font-size: 160%;
	font-weight: bold;
}

.carouselRight p.buttonRead {
	margin-top:40px;
}


.carouselBox {
	width:960px;
	margin:30px auto;
}

.carouselLeft {
	width:470px;
	float:left;
}

.carouselRight {
	float:right;
	width:424px;
	margin: 0 26px 30px 30px;
	border-bottom: none;
	font-family:"Times New Roman", Times, serif;
}

.carouselRight h4 {
	font-size:140%;
	margin: 15px 0 20px;
}

.carouselRight p{
	margin: 10px 0 10px;
}

.carouselRight p.pickup {
	line-height:120%;
	font-size: 160%;
	font-weight: bold;
}

.carouselRight p.buttonRead {

}

.carouselRight p.buttonQuestionnaire {
	margin: 20px 0;
	text-align: left;
}



.table_btn{
	margin: 20px auto;
	width: 400px;
	border:none;
}

.table_btn td{
	padding: 0;
	vertical-align: middle;
	border:none;
}


div.bg_gray_round{
	margin:40px auto 0;
	width:100%;
	border-radius: 15px;         /* CSS3 */
	-webkit-border-radius: 15px; /* Webkit */
	-moz-border-radius: 15px;    /* Mozilla */
	background-color:#eeeeee;
	border:1px solid #cccccc;
}


div.bg_gray_round .table_btn{
	margin-left:40px;
}

*html div.bg_gray_round .table_btn{
	margin-left:30px;
}


img {
	border:0;
}


#contentsCBox {
	width:960px;
	margin:0 auto;
}

#contentsCBox h1 {
	text-indent:-9999px;
	height:44px;
	margin:0 0 20px;
	background:url(../../../../css/images/titleHJWide.gif) no-repeat;
}


#contentsCBox .scrollStop {
	background:#EEE;
	color:#333;
	margin:20px 5px;
	padding:2px;
	text-align:center;
	font-size:75%;
}



#nav_hj ul{
	width:424px;
	height:40px;
	margin-bottom:30px;
}

#nav_hj ul li{
	display: inline;
}
	
#nav_hj ul li a{
	display: block;
	background-image: url(nav_hj.jpg);  
	background-repeat: no-repeat;  
	float: left;
	width:103px;
	height:40px;
	text-indent:-9999px;
}

#nav_hj ul li.nav_hj_index a{
	background-position: 0 0;
	width:113px;
}

#nav_hj ul li.nav_hj_index a:hover{
	background-position: 0 -40px;
}

#nav_hj ul li.nav_hj_ebook a{
	background-position: -113px 0;
}

#nav_hj ul li.nav_hj_ebook a:hover{
	background-position: -113px -40px;
}


#nav_hj ul li.nav_hj_pdf a{
	background-position: -216px 0;
}

#nav_hj ul li.nav_hj_pdf a:hover{
	background-position: -216px -40px;
}

#nav_hj ul li.nav_hj_html a{
	background-position: -319px 0;
	width:105px;
}

#nav_hj ul li.nav_hj_html a:hover{
	background-position: -319px -40px;
}


dl.info_platform{
	margin:0 0 30px 5px;
	line-height: 1;
	font-size:0.9em;
}

dl.info_platform dt {
    clear: left;
    float: left;
    margin:0 0 0.6em 0;
    width: 5em;
    padding:5px;
	background: url(allow_gray.gif) no-repeat left center;
	text-indent:0.5em;
}

dl.info_platform dd{
    margin:0 0 0.6em 0em;
    padding:5px 0 8px 5em;
	line-height: 1;
	border-bottom: 1px dotted #ccc;
}


dl.info_platform dt.index a{
	color:#333;
}

dl.info_platform dt.ebook a{
	color:#003366;
}
dl.info_platform dt.pdf a{
color:#990000;
}

dl.info_platform dt.html a{
	color:#006600;
}



div#contentsApp{
	width:960px;
	height:100%;
	margin:10px 0 80px;
	overflow:hidden;
}

div#contentsApp ul{
	margin: 0.5em 0;
}

div#contentsApp ul li{
 display:inline;
}

div#contentsApp ul li a{
	display:block;
	width: 210px;
	height:42px;
	float:left;
	text-indent:-9999px;
}

div#contentsApp ul li.btn_andoroid a{
	background: url(btn_app.jpg) no-repeat 0 0;
	margin-left: 18px;
}

div#contentsApp ul li.btn_andoroid a:hover{
	background: url(btn_app.jpg) no-repeat 0 -42px;
	margin-left: 18px;
}


div#contentsApp ul li.btn_iphone a{
	background: url(btn_app.jpg) no-repeat -228px 0;
}

div#contentsApp ul li.btn_iphone a:hover{
	background: url(btn_app.jpg) no-repeat -228px -42px;
}




