/*top img*/
.main-index h1{
background: transparent url(/magazine/images/mag_img_03.jpg) no-repeat top left;
color: #000;
display: block;
padding: 0;
margin: 0;
width: 750px; /*img width*/
height: 190px; /*img height*/
text-decoration: none;
text-indent: -900em;
}

#shadow-upper {width: 780px;
	background: url(/magazine/images/mag_img_01.jpg) no-repeat left top;
	height: 20px;
}

/*item box tab*/
	#tabs-menu{
	width: 510px;
	margin-left: 10px;
}
	#tabs-menu ul.tabs {
		list-style:none;
		margin:0;
		padding:0;
		clear:both;
		border-bottom:1px solid #ccc;
		height:20px;
	}
	
	#tabs-menu ul.tabs li {
		float:left;
		margin-right:5px;
		width:120px;
		text-align:center;
	}
	
	#tabs-menu ul.tabs li a {
		display:block;
		height:20px;
		padding:0 3px 0 3px;
		background-color:#fff;
		color:#666;
	text-decoration: none;
}
	
	#tabs-menu ul.tabs li a:hover {
		color:#666;
	}
	
	#tabs-menu ul.tabs li a.active {
		background-color:#ddd;
	}
	
	#tabs_example div {
		clear:both;
	}


/*item box*/

.item-page{
width: 510px;
	color: #666;
}

.item-page h2{
	font-size: 144%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
