@charset "utf-8";

/*#####################################
	reset
#####################################*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%; /* IE互換モード対応 */
	font: inherit; /* IE互換モード対応 */
}

/*#####################################
	body
#####################################*/

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12px; /* WinIE6 12px相当 = 75% */
	background-color: #FFF;
}

/*#####################################
	block level
#####################################*/

/*-------------------------------------
	common
-------------------------------------*/

p,h1,h2,h3,h4,h5,h6,pre,table,blockquote,ol,ul,dl,li { /* メインブロック共通 */
	margin-bottom: 1.2em;
	line-height: 1.6;
	text-align: left;
}

/*-------------------------------------
	multiLine, singleLine [line-height]
-------------------------------------*/

p,blockquote,ol,ul,dl { /* マルチライン共通 */
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6,th,td { /* シングルライン共通 */
	line-height: 1.3;
	clear: both;
}

/*-------------------------------------
	hr
-------------------------------------*/

hr { /* 画面に表示させない */
	margin: 0;
	height: 0;
	visibility: hidden;
	border: 0;
	clear: both;
}

/*#####################################
	inline
#####################################*/

/*-------------------------------------
	anchor
-------------------------------------*/

a {
	color: #258FB8;
	text-decoration: underline;
}
a:visited {
	color: #996699;
}
a:hover {
	text-decoration: none;
}
a[name]:hover {
	text-decoration: none !important;
	outline: 0 !important;
}

/*-------------------------------------
	others
-------------------------------------*/

img,object,param {
	border: 0;
	vertical-align: bottom;
}
strong {
	font-weight: bold;
	color: #FF6600;
}
textarea {
	font-size: 12px;	
}

/*#####################################
	class
#####################################*/

.taC {
	text-align: center;
}
.mb0 {
	margin-bottom: 0;
}
.mb8 {
	margin-bottom: 8px;
}
.mt8 {
	margin-top: 8px;
}

/*#####################################
	container
#####################################*/

div#container {
	width: 976px;
	margin: 0 auto;
}

/* ヘッダ */

div#header {
	height: 32px;
	overflow: hidden;
	background-image: url(../img/parts_2nd/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
div#header p {
	width: 976px;
	margin: 0 auto;
}

/* フォーム用 */

/*

div#containerChild {
	margin: 24px;
	padding: 16px;
	border: #FFCC66 1px solid;
	background-color: #FFFFFF;
}
div#containerChild table th,
div#containerChild table td {
	border: #CCCCCC;
	padding: 4px;
	border: 1px #CCCCCC solid;
}
div#containerChild table th {
	background-color: #F0F0F0;
}
*/

/* メインコンテンツ共通 */

div#container div.cont {
	width: 976px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
div#container div.cont .imgtxt {
	display: none;
}

/* メインコンテンツ単体 */

div#container div#cont01 {
	height: 536px;
	background-image: url(../img/parts_2nd/contents_1.jpg);
}
div#container div#cont02 {
	height: 472px;
	background-image: url(../img/parts_2nd/contents_2.jpg);
}
div#container div#cont03 {
	height: 256px;
	background-image: url(../img/parts_2nd/contents_3.jpg);
}
div#container div#cont04 {
	height: 144px;
	background-image: url(../img/parts_2nd/contents_4.jpg);
}

/* フォーム */

div#container div#cont02 form.moep {
	position: absolute;
	width: 400px;
	left: 24px;
	top: 282px;
}
div#container div#cont02 form.moeb {
	position: absolute;
	width: 400px;
	left: 504px;
	top: 282px;
}

div#container div#cont02 form input {
	position: absolute;
	left: 12px;
	top: 4px;
	border: #FFFFFF 1px solid;
	padding: 0;
	line-height: 1;
	width: 328px;
	background-color: #FFFFFF;
}
div#container div#cont02 form button {
	width: 92px;
	position: absolute;
	left: 356px;
	top: 0;
	border: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
}

div#container div#cont02 form.moep button {
	background-color: #E8F1F7
}
div#container div#cont02 form.moeb button {
	background-color: #F6E8ED
}

/* 更新履歴 */

div#container div#cont04 div.recent {
	width: 448px;
	height: 94px;
	overflow: auto;
	text-align: left;
}
div#container div#cont04 div.moep {
	position: absolute;
	left: 26px;
	top: 24px;
}
div#container div#cont04 div.moeb {
	position: absolute;
	left: 504px;
	top: 24px;
}
div#container div#cont04 div.recent table {
	margin: 8px auto 8px 0;
}
div#container div#cont04 div.recent table p {
	margin: 0;
	color: #333;
}
div#container div#cont04 div.recent table th p {
	padding-right: 4px;
}
div#container div#cont04 div.recent table th,
div#container div#cont04 div.recent table td {
	vertical-align: top;
	padding: 4px;
	line-height: 1.2;
}
div#container div#cont04 div.recent table th {
	padding-right: 0;
}
div#container div#cont04 div.moep table th p {
	border-right: #488AB9 2px solid;
}
div#container div#cont04 div.moeb table th p {
	border-right: #C45A7F 2px solid;
}


/* メーカーリンク */

div.makerLinkBannerContainer {
	margin: 0 64px 8px;
	background-color: #F0F0F0;
	border: #DDD 1px solid;
	clear: both;
}
div.makerLinkBannerContainer p {
	background-color: #A0A0A0;
	color: #FFF;
	margin-bottom: 4px;
	line-height: 1;
	padding: 4px;
	font-size: 10px;
	text-align: center;
}
ul.makerLinkBanner {
	list-style-type: none;
	margin: 0 0 0 16px;
}
ul.makerLinkBanner li {
	float: left;
	margin: 0 2px 2px 0;
}
ul.makerLinkBanner li a {
	display: block;
	width: 202px;
	height: 42px;
	text-align: center;
}
ul.makerLinkBanner li a img {
	vertical-align: middle;
	border: #CCC 1px solid;
}
ul.makerLinkBanner li a:hover img {
	border-color: #000;
}
p.makerLinkCC {
	color: #666;
	clear: both;
	margin: 0 80px 16px;
	font-size: 10px;
	line-height: 1.3;
}

/* footer */

div#footer {
	background-image: url(../img/parts_2nd/footer_bg_bottom.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#footerChild {
	background-image: url(../img/parts_2nd/footer_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 24px 0 32px;
}
div#footer p.attention {
	color: #666;
	text-align: center;
	font-size: 12px;
	margin-bottom: 8px;
}
div#footer p.logo {
	text-align: center;
	margin-bottom: 2px;
}
div#footer p.copyright {
	text-align: center;
}

/* 内部バナー */

table.bannerInside {
	margin: 0 auto 16px;
}
table.bannerInside td {
	padding: 2px;
}
table.bannerInside td.moep {
	text-align: right;
}
table.bannerInside td.moeb {
	text-align: left;
}

/* メディアバナー */

table.bannerMedia {
	margin: 0 auto 8px;
}
table.bannerMedia td {
	padding: 0 4px;
}
