@charset "shift_jis";

/*--------------------------------------------*/
/* /support/index.html                        */
/*--------------------------------------------*/

.supportBox01 {
	margin: 20px 20px 0 20px;
	width: 850px;
}
	.supportBox01 h5,
	.supportBox02 h5 {
		font-size: 120%;
		color: #c30d16;
		font-weight: bold;
	}
		.supportBox01 h5 img,
		.supportBox02 h5 img {
			position: relative;
			margin: 0 8px -2px 0;
			vertical-align: text-bottom;
		}

.supportBox02 {
	margin: 10px 20px 0 20px;
	width: 850px;
	overflow: hidden;
}
	.supportBox02 .fltR {
		width: 564px;
	}

#supportList {
	display: block;
	width: 890px;
}
	#supportList li {
		display: block;
		background: url(../img/support/support_bg_boxtop.gif) no-repeat left top;
		margin-top: 25px;
		padding-top: 12px;
	}
		#supportList div {
			background: url(../img/support/support_bg_boxbottom.gif) no-repeat left bottom;
			padding-bottom: 12px;
		}
			#supportList div dl {
				display: block;
				background: url(../img/support/support_bg_boxmiddle.gif) repeat-y left top;
				height: 1%;/* for IE6 */
				overflow: hidden;
			}
				#supportList div dl dt {
					display: inline;/* for IE6 */
					float: left;
					margin-left: 19px;
				}
				#supportList div dl dd {
					display: inline;/* for IE6 */
					float: right;
					margin-right: 17px;
					width: 739px;
				}
					#supportList div dl dd h4 {
						position: relative;
						width: 739px;
						height: 32px;
					}
						#supportList div dl dd h4 a {
							display: block;
							background-image: url(../img/support/support_btn_detail_s_ov.gif);
							position: absolute;
							right: 0;
							top: 0;
							width: 125px;
							height: 23px;
						}
						#supportList div dl dd h4 a:hover {
							background-color: transparent;
						}
							#supportList div dl dd h4 a:hover img {
								visibility: hidden;
							}
					#supportList div dl dd p {
						margin-top: 10px;
					}

.supportBox03 {
	margin: 18px 0 0 82px;
	width: 687px;
	overflow: hidden;
}
	.supportBox03 a {
		display: block;
		background-image: url(../img/support/support_btn_detail_l_ov.gif);
		margin: 4px;
		width: 185px;
		height: 27px;
	}
	.supportBox03 a:hover { background-color: transparent; }
		.supportBox03 a:hover img { visibility: hidden; }










