@charset "utf-8";
/* CSS Document */

/*------------------------
メインビジュアル～検索ボックス
-----------------------*/

#mv {
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	background-image: url(../../images/bg_mv.jpg);
}
#mvinner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1200px;
}
/*スライド*/
#mv #mvinner .slideimg {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#mv #mvinner .slideimg ul {
	width: 100%;
}
#mv #mvinner .slideimg ul li {
	background-position: left top;
	height: 365px;
	background-repeat: no-repeat;
}
#mv #mvinner .slideimg ul li#slide01 {
	background-image: url(../../images/mv_slide01.jpg);
}
#mv #mvinner .slideimg ul li#slide02 {
	background-image: url(../../images/mv_slide02.jpg);
}
#mv #mvinner .slideimg ul li#slide03 {
	background-image: url(../../images/mv_slide03.jpg);
}
#mv #mvinner .slideimg ul li#slide04 {
	background-image: url(../../images/mv_slide04.jpg);
}

#mv #mvinner .slideimg ul li#slide05 {
	background-image: url(../../images/mv_slide05.jpg);
}
#mv #mvinner .slideimg ul li#slide06 {
	background-image: url(../../images/mv_slide06.jpg);
}

#mv #mvinner .slideimg ul li#slide07 {
	background-image: url(../../images/mv_slide07.jpg);
}





#mv #mvinner .slidesel {
	width: 100%;
	height: 27px;
	position: relative;
}
#mv #mvinner .slidesel ul {
	width: 150px;
	height: 11px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: absolute;
	left: 110px;
	bottom: -30px;
	z-index: 9999;
}
#mv #mvinner .slidesel ul li {
	float: left;
	z-index: 500;
	margin-right: 5px;
}
#mv #mvinner .slidesel li a {
	display: block;
	width: 12px;
	height: 12px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	height: 12px;
	width: 12px;
	text-decoration: none;
}
#mv #mvinnerl .slidesel li a img {
	margin: 0;
	padding: 0;
}
#mv #mvinner .slidesel li a {
	background-repeat: no-repeat;
	background-image: url(../../images/btn_slide.png);
}
#mv #mvinner .slidesel li a.active, #mv #mvinner .slidesel li a:hover {
	background-position: 0px 100% !important;
}
/*検索ボックス*/
#serch_box {
	height: 135px;
	width: 624px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 125px;
	z-index: 100;
	/*	text-indent: 100%;   */
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: url(../../images/bg_navi02.png);
	background-repeat: no-repeat;
}
#serch_box #btn_serch {
	background-image: url(../../images/btn_request.png);
	display: block;
	background-repeat: no-repeat;
	width: 223px;
	height: 77px;
	position: absolute;
	right: 45px;
	top: 30px;
}
#btn_serch:hover {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/*出展者ナビと来場登録*/
#serch_box #btn_navi,#serch_box #btn_attendance{
	display: block;	
	background-repeat: no-repeat;
	height: 82px;
	position: absolute;
	top: 12px;
	}

#serch_box #btn_navi{
    width: 600px;
	background-image: url(../../images/btn_navi.png);
	float: left;
	left: 13px;
}
#serch_box #btn_attendance{
	width: 350px;
	background-image: url(../../images/btn_attendance02.png);
	float: right;
	left: 623px;
    height: 115px;
}
#btn_navi,#btn_attendance,#btn_sanka{
	text-indent:100%;
}
#serch_box #btn_navi:hover{opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#serch_box #btn_attendance:hover{opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#serch_box #btn_sanka:hover{opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#serch_box #btn_sanka {
	background-image: url("../../images/btn_sanka.png");
	float: left;
	left: 13px;
	width: 600px;
	　　display: block;
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	top: 96px;
}

/*------------------------
コンテンツ
-----------------------*/

#content {
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 20px; */
	height: auto;
}
.top {
	position: relative;
	bottom: 100px;
}
#content_top {
	width: 980px;
	border-bottom: 1px #A20009 solid;
	margin-bottom: 22px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#content_top h1 {
	margin: 0;
	background: none;
	border: none;
}
#topic_box h2 {
	background-image: none;
	margin: 0;
	padding: 0;
	border: none;
	clear: none;
	font-size: 1.3em;
	font-weight: normal;
}
#content_top img {
	display: block;
	width: 621px;
	margin-left: auto;
	margin-right: auto;
}
#topic_box {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 40px;
	background-image: url(../../images/bg_topic_box.jpg);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}
#topic_box ul {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#topic_box h3 {
	font-size: 12px;
	font-weight: normal;
}
#topic_box img {
	display: block;
	margin-bottom: px;
}
#topic_box img:hover {
opacity:0.8;
}
#topic_box li {
	float: left;
}
#homeshow {
	width: 320px;
	height: 133px;
	margin-right: 10px;
	position: relative;
	background-image: url(../../images/jhs.gif);
}

#homeshow a{
	position: absolute;
}

#homeshow #l_jhs{
	left: 10px;
	top: 10px;
}
#homeshow #l_nemuri {
    margin-left: 61px;
    margin-top: 104px;
}

#hurusatokenzai {
	width: px;
	padding-left: px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#smarthouse {
	width: px;
	padding-left: px;
	margin-bottom: 10px;
}
#gardening{
	margin-right: 10px;
}

#koukyou{
	margin-right: 10px;	
}
.more {
	width: 162px;
	position: absolute;
	bottom: -25px;
	left: 90px;
}
.more:hover {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#body {
	clear: both;
	padding-top: 40px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}
/*お知らせ～Facebook*/
#body_left {
	float: left;
	width: 750px;
}
.top_box {
	width: 746px;
	clear: both;
	border-color: #BFBFBF;
	border-width: 2px 2px 3px;
	border-radius: 4px;
	border-style: solid;
	margin-bottom: 30px;
}
.head {
	width: 746px;
	height: 50px;
	background-repeat: repeat-x;
	border-bottom: 3px solid #999999;
	background-image: url(../../images/bg_head.jpg);
}
.head a {
	float: right;
	text-indent: 100%;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: hidden;
}
.title {
	background-image: url(../images/icon_title.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
	float: left;
	margin-top: 20px;
	padding-left: 36px;
}
#btn_past, #btn_list {
	width: 131px;
	display: block;
	background-repeat: no-repeat;
	margin-top: 9px;
	height: 33px;
	margin-right: 10px;
}
#btn_past {
	background-image: url(../../images/btn_past.png);
}
#btn_past:hover {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#btn_list:hover {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#btn_list {
	background-image: url(../../images/btn_list.gif);
}
#whatsnew-list li {
	border-bottom: 1px #CCCCCC solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
.date {
	float: left;
	display: block;
	background-image: url(../images/icon_list03.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 20px;
	background-position: 0% center;
	font-weight: bold;
}
.text {
	display: block;
	margin-left: 13.5em;
}
.odd {
	background-color: #EEEEEE;
}
/*バナー、フォトギャラリー*/
#body_right {
	float: right;
	width: 206px;
}
#bnr_top span {
	background-repeat: no-repeat;
	padding-left: 9px;
	background-position: 0% 3px;
	margin-bottom: 12px;
	display: block;
	background-image: url(../images/icon_title_s.jpg);
}
#count li {
	float: left;
}
#bnr_top {
	margin-bottom: 20px;
}
#bnr_top ul  {
	margin-bottom: 13px;
}

#bnr_top ul li {
border-bottom: 1px solid #CCCCCC;
}

#bnr_top ul li a{
display:block;
}
	
#bnr_top img {
	margin-bottom: 8px;
}
#bnr_facebook_twitter li {
	margin-bottom: 6px;
}
#photo_block {
	background-image: url(../../images/bg_slidebox.gif);
	border-radius: 4px;
	margin-top: 20px;
}
#photo_block>a {
	display: block;
	background: url(../../images/bg_arrow.jpg) repeat-x;
	height: 28px;
}
#photo_block #up {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../../images/btn_up_up.jpg);
	height: 28px;
}
#photo_block #down {
	display: block;
	background-repeat: no-repeat;
	height: 28px;
	background-image: url(../../images/btn_down.jpg);
}
#body #body_right #photo_block {
	height: 470px;
}
#photo_block_innner {
	width: 174px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555555;
	margin-top: 11px;
	height: auto;
}
#photo_slide_area {
	width: 174px;
	margin-left: auto;
	margin-right: auto;
	height: 326px;
	overflow:hidden;
}
#photo_block_innner ul {
	width: 174px;
	background-color: #000000;
}
#photo_block_innner ul li {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 5px;
	height:94px;
	overflow:hidden;
}
#photo_top {
	width: 125px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
/*下段バナーリスト*/

#bnr_block {
	clear: both;
	padding-top: 26px;
	background-image: url(../../images/bg_bnr_block.jpg);
	background-repeat: repeat-x;
}
.bnr_list span {
	background-image: url(../images/icon_title_s.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#tieup_event {
	float: left;
}
#same_time {
	float: right;
	width: 550px;
}
#same_time li {
	float: left;
	margin-bottom: 13px;
	margin-right: 15px;
}
.item_last {
	margin-right: 0px !important;
}
#bnr_block_innner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.page_top {
	float: right;
	margin-top: 25px;
	clear: both;
	height: 28px;
	width: 196px;
}
