@charset "utf-8";

#column2_products_new{
	line-height: 1.4 !important;
}

/*.spacer_5px{
   width: 950px;
}*/


@media print {
#left_box,
#cmn_navi_grp,
#cmn_navi_global,
#cmn_delimiter,
#cmn_footer,
#cmn_copyright
 {
	display: none;
}
}


/* 
===== owner共通==== */
#cmn_delimiter strong {
	font-weight: normal;
}

#top_main_box {
	line-height: 1.4 !important;
}

#top_main_box_02 .headImage {
	padding: 4px 0 12px;
}

#top_main_box_02 #wrapper {
	background: url(../images/bg_wrapper.gif) repeat-y;
}

#top_main_box_02 #wrapperBottom {
	background: url(../images/bg_wrapper_bottom.gif) left bottom no-repeat;
}

#top_main_box_02 #wrapperTop {
	background: url(../images/bg_wrapper_top.gif) left top no-repeat;
	width: 730px;
	padding: 10px 10px 20px;
}

* html #top_main_box_02 #wrapperTop {
	width: 750px;
}

#top_main_box_02 .tabs {
	margin-top: 40px;
	position: relative;
}

#top_main_box_02 .tabs ul li.tab1 {
	position: absolute;
	left: 10px;
	top: -40px;
}

#top_main_box_02 .tabs ul li.tab2 {
	position: absolute;
	left: 255px;
	top: -40px;
}

#top_main_box_02 .tabs ul li.tab3 {
	position: absolute;
	left: 500px;
	top: -40px;
}


/* headline */
#top_main_box h1,
#top_main_box_02 h1 {
	font-size: 100%; 
	font-weight: normal;
	text-align: right;
}

#top_main_box h2,
#top_main_box_02 h2 {
	color: #6E3D41;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 16px;
	height: 24px
}

#top_main_box h2 {
	margin: 10px 0 10px;
	background: url(../../images/bg_h2_s.jpg) no-repeat;
}

#top_main_box_02 h2 {
	background: url(../images/bg_h2_l.jpg) no-repeat;
	margin: 0 0 10px;
}

* html #top_main_box h2 {
	height: 28px
}

* html #top_main_box_02 h2 {
	height: 28px
}


/* links */
.normalLink {
	background: url(../images/icon_arrow_01.gif) 0 50% no-repeat;
	padding-left: 15px;
}


/* 
===== 説明会バナー ==== */
#briefingSession {
	width: 750px;
	margin-top: 15px;
	background: url(../images/bg_bs.gif) repeat-y;
	position: relative;
}

#briefingSessionBottom {
	background: url(../images/bg_bs_bottom.gif) left bottom no-repeat;
	padding-bottom: 20px;
}

#briefingSession p.ttl {
	height: 43px;
	padding: 2px 0 14px 11px;
	background: url(../images/bg_bs_top.gif) no-repeat;
}

#briefingSession p.text {
	width: 460px;
	padding: 0 0 0 22px;
	min-height: 136px;
	height: auto !important;
	height: 136px;
}

* html #briefingSession p.text {
	width: 482px;
}

#briefingSession p.text span {
	color: #f00;
}

#briefingSession .map {
	width: 231px;
	height: 193px;
	background: url(../images/map_bg.jpg) no-repeat;
	position: absolute;
	left: 509px;
	top: 9px;
}

#briefingSession .map #flashContentMap {
	margin: 42px 0 0 33px;
}

#briefingSession .map p.mapttl {
	margin: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}



/* 
===== clearfix ==== */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

