@charset "UTF-8";
/* CSS Document */

@import 'tabbed.css';


#content{
	padding-left:10px;
}
#left_column{
	padding-top:20px;
	width:660px;
}

.inner_content{
	clear:both;
	padding-top:20px;
	width:520px;
	margin:0 auto;
}


/* -------------------------- */
/*最新号*/
/* -------------------------- */

#test_header{
	position:relative;
	margin-bottom:20px;
}

#test_header p#book_cover img{
	border-top:1px solid #ddd;
	border-left:1px solid #ccc;
	border-right:1px solid #666;
	border-bottom:1px solid #333;
}


#test_header #book_title{
	position:absolute;
	right:0px;
}

#test_header #book_title h2{
	margin-bottom:10px;
	font-size:1.1em;
}
#test_header #book_title .title{
	margin-bottom:25px;
}

@media screen{
#contents_list h3{
	display:inline;
	padding:0px;
	margin:0px;
	text-indent:0px;
	border:none;
	padding:3px 10px 3px 55px;
	background:no-repeat left url(../img/test/feature.gif);
	background-color:#8f0000;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	font-size:1.2em;
}

#contents_list h4{
	display:inline;
	padding:0px;
	margin:0px;
	text-indent:0px;
	border:none;
	padding:2px 10px 2px 40px;
	background:no-repeat left url(../img/test/rensai.gif);
	background-color:#666;
	color:#fff;
	line-height:28px;
	font-size:1.1em;
}

#contents_list h5{
	display:inline;
	padding:0px;
	margin:0px;
	text-indent:0px;
	border:none;
	padding:2px 10px 2px 5px;
	background-color:#888;
	color:#fff;
	line-height:28px;
	font-size:1em;
}
}
/*ここまで@media screen*/

#contents_list ol li{
	padding-left:15px;
	margin-bottom:15px;
	background:no-repeat left 4px url(../img/test/contents_list_normal.gif);
	font-size:0.8em;
	color:#666;
	line-height:1.2em;
}

#contents_list ol#feature_content li{
	padding-left:15px;
	margin-bottom:15px;
	background:no-repeat left 4px url(../img/test/contents_list_feature.gif);
	font-size:0.8em;
	color:#666;
	line-height:1.2em;
}

#contents_list ol li strong{
	display:block;
	margin-bottom:5px;
	font-size:1.3em;
	font-weight:bold;
	color:#222;
	line-height:1.1em;
}

#contents_list ol li em{
	display:block;
	margin-bottom:5px;
	font-size:0.9em;
	color:#222;
	line-height:1.1em;
}


/* -------------------------- */
/*バックナンバー*/
/* -------------------------- */
ol#backnumber li{
	position:relative;
	float:left;
	width:172px;
	font-size:0.9em;
	line-height:1.1em;
	margin-bottom:10px;
}
ol#backnumber li .inner{
	/*padding-right:10px;*/
}
ol#backnumber li .inner p{
	margin-bottom:5px;
}

ol#backnumber li div.book_title{
	position:absolute;
	width:87px;
	right:5px;
	top:5px;
	font-size:1em;
}


#download{
	margin:3em 0;
}

/* -------------------------- */
/*ダウンロード*/
/* -------------------------- */
#download{
	text-align:center;
}
#download a{
	display:block;
	margin:auto;
	width:163px;
	height:38px;
	text-indent:-9999px;
	background:no-repeat top url(../img/common/bt_dwl.gif);
}
#download a:hover{
	background-position:bottom;
}
