﻿@charset "utf-8";

/* ============================================
	/helpdesk/index.html
============================================ */
body.home #contents {
	margin-top: 5px;
}

	body.home .mainimg {
		clear: both;
		width: 870px;
		margin-bottom: 10px;
	}
		body.home .mainimg p {
			position: absolute;
			left: 361px;
			top: 166px;
		}

	body.home #contents #main {
		float: left;
		width: 626px;
	}
	body.home #contents #sub {
		float: right;
		margin-bottom: 0;

		width: 233px;
	}
		body.home #contents #sub p.bnr {
			margin-bottom: 5px;
		}



	ul.mainBnrSection {
		padding: 12px 11px;
		background: url(../img/bg_01.gif) repeat left top;
	}
		ul.mainBnrSection li {}

	.newsSectionWrap {
		background: url(../img/bg_02.gif) repeat left top;
		padding-top: 8px;
	}
		.newsSection {
			background: url(../img/bg_02.gif) repeat left bottom;
			padding: 0 8px 8px;
			min-height: 181px;
			height: auto !important;
			height: 189px;
		}
		.newsSection dl {
			padding: 12px 0 12px 20px;
			line-height: 2;
		}
			.newsSection dl dt {
				clear: both;
				float: left;
				width: 6em;
			}
			.newsSection dl dd {
				margin-left: 6em;
			}
				.newsSection dl dd img {
					margin-left: 5px;
				}



	body.home .newsSectionWrap h3.clearfix {}
			body.home .newsSectionWrap h3 span {
				display: inline;
				float: right;
				margin-top: 5px;
			}
	
	ul.subBnrSection {
		padding-top: 10px;
		margin-bottom: 15px;
	}
		ul.subBnrSection li {
			float: left;
			margin-right: 14px;
		}
			ul.subBnrSection li img {
				border: 1px solid #dfdfdf;
			}
