@charset "euc-jp";

/* indexColumn
---------------------------------------------------------- */
#index #contentsContainerInner {
	padding: 0 0 20px;
}
#index #mainContents {
	float: left;
	width: 722px;
}
#index #subContents {
	float: right;
	width: 213px;
}

/* mainImageArea
--------------------------- */
#index #mainContents .mainImage li.next-img {
	display: none;
}

/* productArea
--------------------------- */
#index .productArea {
	margin: 0 -10px 0 0;
	background: url(/images/index_bg01.gif) no-repeat 0 75px;
}
#index .productArea h2 {
	margin: 0 -10px;
}
#index .productArea .col {
	position: relative;
	float: left;
	width: 153px;
	margin: 0 10px 0 0;
	padding: 0 10px 42px;
}
#index .productArea .col .more {
	position: absolute;
	bottom: 0;
	right: 10px;
}

/* newsArea
--------------------------- */
#index .newsArea {
	margin: 30px -16px 0 0;
}
#index .holidayInfo {
	position: relative;
	float: left;
	width: 722px;
	margin: -35px 16px 0 0;
  word-break: break-all;
}
#index .holidayInfo h2 font{
	margin:0 0 0 15px;
	color:#666666;
	font-size:15px;
}
#index .holidayInfo dt {
	width: 722px;
	margin: -5px 16px 5px 0;
	background: url(/common/images/com_bg20.gif) repeat-x 0 100%;
}
#index .holidayInfo a{
	padding: 2px 0 0 12px;
	background: url(/common/images/com_ic04.gif) no-repeat left 0.3em;
}
#index .importantInfo,
#index .newInfo {
	position: relative;
	float: left;
	width: 353px;
	margin: 0 16px 0 0;
  word-break: break-all;
}
#index .holidayInfo h2/*,
#index .importantInfo h2*/{
	background: url(/common/images/com_bg20.gif) repeat-x 0 100%;
	padding-bottom: 3px;
}
#index .newsArea .newsLink {
	padding: 4px 0 5px;
	background: url(/common/images/com_bg20.gif) repeat-x 0 100%;
	text-align: right;
}
#index .newsArea .newsLink li {
	display: inline;
	padding: 0 0 0 24px;
	background: url(/common/images/aside_ic01.gif) no-repeat 14px 0.2em;
}
#index .newsArea dl {
	margin: 7px 0 0;
	line-height: 1.4;
}
#index .newsArea dl dd {
	margin: 0 0 9px;
	padding: 0px 0px 0px 12px;
	background: url(/common/images/com_ic04.gif) no-repeat left 0.3em;
}
#index .newsArea dl .newsText {
	margin: 0 0 0 14px;
}
#index .newsArea dl .newsText.ir {
	color: #319fac;
}
#index .newsArea dl .newsText.press {
	color: #903636;
}
#index .newsArea dl .imgIcon {
	margin: 0 0 0 5px;
	vertical-align: -0.25em;
}
#index .newsArea .aboutRss {
	position: absolute;
	top: 8px;
	right: 5px;
	font-size: 0;
}

/* subContents
--------------------------- */
/* pressitemArea */
#index #subContents .pressitemArea {
	position: relative;
	padding: 0 13px;
	background: url(/images/index_bg03.gif) no-repeat 0 30px;
}
#index #subContents .pressitemArea h2 {
	margin: 0 -13px 10px;
}
#index #subContents .pressitemArea .preBt {
	position: absolute;
	top: 94px;
	left: 3px;
	z-index: 10;
}
#index #subContents .pressitemArea .preBt:hover {
	cursor: pointer;
}
#index #subContents .pressitemArea .nextBt {
	position: absolute;
	top: 94px;
	right: 3px;
	z-index: 10;
}
#index #subContents .pressitemArea .nextBt:hover {
	cursor: pointer;
}
#index #subContents .pressitemArea .slideArea {
	margin-left: 3px;
}
#index #subContents .pressitemArea .slideArea ul li {
	width: 181px;
	height: 174px;
	position: relative;
	overflow: visible;
}
#index #subContents .pressitemArea .slideImg {
	padding: 3px;
}
#index #subContents .pressitemArea .tooltips {
	position: absolute;
	top: 100px;
	left: 1px;
	width: 179px;
	padding: 14px 0 0;
	border-bottom: 1px solid #c8c6c7;
	background: url(/images/slide_bg01.gif) no-repeat 0 0;
	font-size: 83%;
	line-height: 1.2;
}
#index #subContents .pressitemArea .tooltips p {
	padding: 10px 5px 10px 10px;
	font-size: 10px;
}
/* topicsArea */
#index #subContents .topicsArea {
	margin: 0;
	padding: 0 9px 9px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background-color: #f5f5f5;
}
#index #subContents .topicsArea h2 {
	margin: 0 -10px 12px;
}
#index #subContents .topicsArea ul li {
	margin: 10px 0 0;
}
/* bannerArea */
#index #subContents .bannerArea {
	margin: 10px 10px 0;
}
#index #subContents .bannerArea dt {
	margin: 0 0 0 4px;
	font-weight: bold;
}
#index #subContents .bannerArea dd {
	margin: 0 0 6px;
}

/* 	Clearfix Property
---------------------------------------------------------- */
#index #contentsContainerInner:after,
#index #contentsContainerWrap:after,
#index .productArea:after,
#index .newsArea:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

#index #contentsContainerInner,
#index #contentsContainerWrap,
#index .productArea,
#index .newsArea {
	zoom: 1;
}