@charset "UTF-8";

h1{
	margin:10px 0 5px 0;

}

h2,h3,h4,h5 {
	margin:20px 0 5px 0;

}


h1.title {
	background: url(../images/tp-title-1.jpg) no-repeat left top;
	text-indent:-9999px;
	height:37px;
	margin:10px 0 5px 0;
}

h2.title {
	background: url(../images/tp-title-2.jpg) no-repeat left top;
	text-indent:-9999px;
	height:37px;
}

h3.title {
	background: url(../images/tp-title-3.jpg) no-repeat left top;
	text-indent:-9999px;
	height:37px;
}

#jp-cn {
	background: url(../images/japan-china.gif) no-repeat left top;
	height:210px;
	text-indent:-9999px;
}

#model {
	background: url(../images/model.jpg) no-repeat center center;
	height:280px;
	text-indent:-9999px;
}

#h2-theme {
	background: url(../images/h2-theme.jpg) no-repeat 2px center;
	height:40px;
	text-indent:-9999px;
}

.title_t {
	background: url(../images/media_title.jpg) top left no-repeat;
	text-indent:-9999px;
	height:49px;
}

.media {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999
}

#np {
	float:left;
	width:300px;
}

#np2 {
	float:left;
	width:270px;
	padding:0 0 0 7px;
}






/** clear-fix
************************************** */
.clear-fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-fix {
	display:inline-block;
}

/* MAC IE ¥*/
* html .clear-fix {
	height:1%;
}
.clear-fix {
	display:block;
}
/* END HACK MAC IE */
/************************************ */

.clearall {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
}

