@charset "utf-8";

#content {
	clear:both;
	width:1000px;
	text-align:left;
	padding-left:0;
	overflow:visible;
}

#topInfo {
	position:relative;
	clear:both;
	width:1000px;
	height:512px;
	overflow:visible;
}

	#topInfo #topInfoMsg {
		position:absolute;
		top:12px;
		left:12px;
	}

	#topInfo #topInfoStore {
		position:absolute;
		top:-26px;
		left:581px;
		z-index:100;
	}

	#topInfo #contentsBox {
		position:absolute;
		top:237px;
		left:0;
		z-index:50;
		width:937px;
		height:203px;
		padding:46px 0 0 63px;
		background: transparent url(/top/img/contentsBg.png) no-repeat 0 0;
	}

		#topInfo #contentsBox .mnBox {
			float:left;
			width:175px;
			height:185px;
			padding:0 18px 0 0;
			margin:0 0 0 30px;
			border-right:1px solid #B4B4B5;
		}

			#topInfo #contentsBox .mnBox a			{ display:block;width:175px;height:38px;padding:90px 0 0 0;text-decoration:none;font-weight:600;font-size:1.3em; }
			#topInfo #contentsBox .mnBox a:link		{ color:#006934;text-decoration:none; }
			#topInfo #contentsBox .mnBox a:visited	{ color:#006934;text-decoration:none; }
			#topInfo #contentsBox .mnBox a:hover	{ color:#8DC21F;text-decoration:none; }

			#topInfo #contentsBox .mnBox a#goLineup { background: transparent url(/top/img/mn01.png) no-repeat 0 0; }
			#topInfo #contentsBox .mnBox a#goTips { background: transparent url(/top/img/mn02.png) no-repeat 0 0; }
			#topInfo #contentsBox .mnBox a#goSolutions { background: transparent url(/top/img/mn03.png) no-repeat 0 0; }
			#topInfo #contentsBox .mnBox a#goContact { background: transparent url(/top/img/mn04.png) no-repeat 0 0; }

			#topInfo #contentsBox .mnBox p {
				padding:11px 16px 0 0;
				line-height:1.4;
			}

		#topInfo #contentsBox .last {
			width:200px;
			border:none;
			padding:0;
		}

#main {
	position:relative;
	width:727px;
	float:left;
	margin:0 0 0 0;
	padding:20px 0 10px 20px;
	background-color:#ffffff;
	font-size:1.0em;
}

#topTopics {
	width:697px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

	#topTopics dt {
		clear:both;
		padding:0 0 0 0;
		margin:0 0 0 0;
		width:697px;
	}

	#topTopics dd {
		clear:both;
		width:684px;
		padding:10px 0;
		margin:0 0 0 13px;
		border-bottom:1px dotted #8DC21F;
	}

		#topTopics dd .newsDate {
			float:left;
			width:130px;
			font-size:1.1em;
			line-height:1.3em;
			color:#000000;
			padding-left:17px;
			background: transparent url(/cmn/img/arwG.png) no-repeat 0 1px;
		}

		#topTopics dd .newsTtl {
			float:left;
			width:537px;
			font-size:1.1em;
			line-height:1.3em;
		}

		#topTopics dd .newsTtl a:link		{ color:#000000;text-decoration:none; }
		#topTopics dd .newsTtl a:visited	{ color:#000000;text-decoration:none; }
		#topTopics dd .newsTtl a:hover		{ color:#8DC21F;text-decoration:none; }

#right {
	position:relative;
	width:200px;
	float:left;
	margin:0 0 0 30px;
	padding:58px 0 10px 20px;
	background-color:#ffffff;
}

	#right .bnr {
		margin-bottom:10px;
	}

/*----------- clearFix -----------*/

#topInfo:after,
#topTopics:after,
#topTopics dd:after {
   content:'';
   display:block;
   clear:both;
}
