/* -- seihin -- */

/* ======================================== レイアウト */

/* --------------------
#contentsの共通
-------------------- */
.machineindex,
.machine {
	display: block;
	width: 525px;
	margin-left: 35px;
	margin-bottom: 10px;
}

/* Start clear fix */
.machineindex:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
.machineindex {
	zoom: 1;
	}
/* End clear fix */

/* ======================================== 各ページcss */

/* --------------------
#contents .machineindex
-------------------- */

.machineindex dl {
	display: block;
	width: 250px;
	float: left;
	border: 1px solid #0043b8;
	font-size: 93%;
	margin-bottom: 10px;
	margin-right: 10px;
}
#contents .machineindex dt {
	background-color: #0043b8;
	background-image: url(img/machineindex/title_bg.gif);
	background-repeat: repeat-x;
}
.machineindex dd {
	margin: 5px 10px 5px 10px;
	min-height: 65px;
	height: auto !important; /* -----IE6 */
  	height: 65px; /* -----IE6 */
}


/* --------------------
#contents .nounyu-index
-------------------- */
#contents .nounyu-index {
	font-size: 93%;
	line-height: 1.5em;
	margin-left: 35px;
	margin-bottom: 20px;
}
#contents .nounyu-index table {
	width: 525px;
	display: block;
	margin-bottom: 1em;

}
#contents .nounyu-index td {
	padding: 5px!important;
	margin: 0px!important;
}

#contents .nounyu-index .title {
	background-color: #00387a;
	color: #FFFFFF;
	width: 520px;
}
#contents .nounyu-index .subtitle {
	background-color: #0080d4;
	color: #FFFFFF;
	width: 80px;
}

#contents .nounyu-index .naiyou {
	background-color: #dfdfdf;
}

#contents .nounyu-index .gyoukai li {
	border: 1px solid #0080d4;
	display: block;
	float: left;
	color: #0080d4;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	background-color: #FFFFFF;
	white-space:nowrap;/*-----改行禁止*/
}

#contents .nounyu-index .nounyucompany li {
	float: left;
	white-space:nowrap;/*-----改行禁止*/
	display: block;
}
#contents .nounyu-index p {
	margin-top: 1em;
}

/* --------------------
#contents .machine
-------------------- */
#contents .machine .machine-shiyou {
	font-size: 93%;
	line-height: 1.5em;
	color: #464646;
	display: block;
	margin-top: 10px;
	width: 525px;
}

/* Start clear fix */
#contents .machine .machine-shiyou:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
#contents .machine .machine-shiyou {
	zoom: 1;
	}
/* End clear fix */

#contents .machine h3 {
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	height: 15px;
	padding-bottom: 1px;
}

/* -- 仕様　ほか -- */
.machine-shiyou .tokucyou {
	margin-left: 15px;
	margin-bottom: 1.5em;
}
.machine-shiyou .tokucyou li {
	margin-right: 5px;
	margin-bottom: 0.5em;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.3em;
}

.machine .machine-shiyou .left {
	float: left;
	width: 320px;
	background-color: #FFFFFF;
}

.machine-shiyou .left table {
	margin-bottom: 1em;
}
.machine-shiyou .left ul {
	display: block;
}
.machine-shiyou .right {
	float: right;
	width: 185px;
}
.machine-shiyou .right ul {
	display: block;
	width: 185px;
	height: 86px;
}

.machine-shiyou .yoto {
	margin-bottom: 10px;
}
.machine-shiyou p {
	margin-bottom: 1.5em;
}
.cyuyaku {
	background-position: -10px;
	text-indent: -1em;
	margin-left: 1em;
}

#contents .movie {
	width: 525px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* -- カスタマイズ部分 -- */
.custom li {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.custom p {
	font-size: 70%;
	padding-top: 0.5em;
}

.custom a {
	height: 75px;
	width: 100px;
	padding: 1px;
	background-color: #999999;
	display: block;
}
.custom a:hover {
	background-color: #000000;
}

