@charset "EUC-JP";

@import "/r_css/imports.css";

/*----------------------------------------------------------------
	
	xxx CSS
	
	1.contents
	
	2.contentsHeader
	
	3.contentsWrapper
	
	4.contentsFooter
	


----------------------------------------------------------------*/

/* 1.contents
========================================== */
#contents{
	width: 715px;
	background: #fff;
}
#contents .FloatL{
	float: left;
}
#contents .FloatR{
	float: right;
}
#contents .clear{
	clear: both;
}

/* 2.contentsHeader
========================================== */
.contentsHeader{
	width: 715px;
}
.contentsHeader h1{
	background:url(../img/header_01.gif) no-repeat top left;
	height: 0 !important;
	height /**/	: 87px;
	line-height:87px;
	padding:87px 0px 0px 0px;
	width:715px;
	overflow:hidden;
}
.contentsHeader img{
	float: left;
}

/* 3.contentsWrapper
========================================== */
.contentsContainer{
	width: 705px;
	padding: 0 5px;
	clear: both;
}
.contentsContainer h2{
	padding: 20px 0 10px;
}
.contentsContainer .txt {
	font-size: 12px;
	line-height: 1.3em;
	color: #4d4d4d;
	margin: 0 5px;
}
.contentsContainer .link {
	display: inline-block;
	float: right;
}
.contentsContainer .link a {
	background: url(/r_img/base/bg_arrow.gif) no-repeat scroll 0 3px;
	font-size: 10px;
	padding: 0 0 0 8px;
}
.contentsContainer .hdmi {
	padding: 20px 0 0 0;
	clear: both;
}
.contentsContainer .hdmi .Ltxt {
	color: #4d4d4d;
	font-size: 12px;
	float: left;
	line-height: 1.3em;
	margin: 0 5px;
	width: 390px;
	_width: 380px;
}
.contentsContainer .hdmi img {
	float: right;
}
.contentsContainer .osusume {
	margin: 0 0 0 5px;
	width: 700px;
}
/* hack for IE6 and below */
* html
.contentsContainer .osusume {
	margin: 0;
	width: 702px;
}
.contentsContainer .osusume h3,h4 {
	margin: 10px 0;
	clear: both;
}
.contentsContainer .osusume ul {
	margin: 0 0 10px 0;
}
.contentsContainer .osusume ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.contentsContainer .osusume li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	_margin: 0 4px 0 0;
	width: 135px;
}
.contentsContainer .osusume li .ctn {
	background: url(../img/bg_btn.gif) no-repeat;
	width: 128px;
	height: 18px;
	display: inline-block;
	padding: 4px 7px 0 0;
	text-align: right;
}
.contentsContainer .osusume li .ctn a {
	background: url(/r_img/base/bg_arrow.gif) no-repeat scroll 0 3px;
	font-size: 10px;
	padding: 0 0 0 8px;
}
.contentsContainer hr {
	border-style: 1px #4d4d4d solid;
	height: 1px;
	margin: 15px 0;
}
.contentsContainer .btm {
	color: #4d4d4d;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	clear: both;
}
.contentsContainer .btm a {
	margin: 20px 50px 10px;
	display: block;
}
.contentsContainer .btm .st_txt {
	color: #ff7f00;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	margin: 0 0 15px 0;
}


/* 4.contentsFooter
========================================== */
.contentsFooter{
}

/* 5.other
========================================== */
