@charset "utf-8";
/*----------------------------------------------------------

01: base
02: flash area
03: head
04: content
05: footer

----------------------------------------------------------*/


/* 01: base
==========================================================*/

.home #mainContents {
	width: 470px;
	padding-top: 204px;
}
.home #mainContents h2 {
	margin: 0;
	padding: 0;
	background: none;
}
.home #mainContents img {
	margin: 0;
	padding: 0;
}
.home #mainContents td {
	vertical-align: top;
}


/* 02: flash area
==========================================================*/

.home #mainContents #flashArea  {
	position: absolute;
	left: -10px;
	top: 63px;
	z-index: 1;
}

.home #mainContents #flashArea noscript  {
	position: absolute;
	left: -10px;
	top: 63px;
	z-index: 1;
}



.home #topicNews {
	padding-top:1px;	
}
.home #topicNews table {
	margin-bottom: 15px;	
}
.home #importantNews th,
.home #topicNews th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	width: 7em;
}

.home table #m-specialty p,
.home table #m-onlineshop p,
.home table #m-store p,
.home table #m-businnes p {
	padding: 0 5px 5px 10px;
	text-indent: 0;
}

.home table #m-specialty {
	width: 230px;
	background: url(../img/m_specialty_bg.gif) left bottom no-repeat;
	margin-right: 10px;
}
.home table #m-onlineshop {
	width: 230px;
	background: url(../img/m_onlineshop_bg.gif) left bottom no-repeat;
}
.home table #m-store {
	width: 230px;
	background: url(../img/m_store_bg.gif) left bottom no-repeat;
}
.home table #m-businnes {
	width: 230px;
	background: url(../img/m_businnes_bg.gif) left bottom no-repeat;
}



/*linkList*/

.home #mainContents #linkList {
	margin: 0 0 20px 0;
	padding-top: 10px;
}
.home #mainContents #linkList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.home #mainContents #linkList li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.home #mainContents #linkList li.lastchild {
	margin-right: 0;
}





/* 02: subContents
==========================================================*/

.home #subContents {
	width: 225px;
}

/*importantTopics*/
.home #importantTopics {
	background: url(../img/sub_important.gif) repeat-y;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.home #importantTopics table p {
	line-height: 1.5;
	padding-right: 5px;
}
.home #importantTopics table img {
	padding: 0 6px;
}
.home #importantTopics p.btn {
	text-align: center;
	margin: 5px 0 5px 0;
}
.home #subContents #bunner {
	background: url(../img/btn_line.gif) left bottom no-repeat;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
.home #subContents #bunner2 {
	margin-bottom: 30px;
}
.home #subContents #bunner2 li {
	margin-bottom: 10px;
}













