@charset "utf-8";
/*--------------------------------------------------------------------------------------
	Brides Avenue INC - index.css
	Date: 2009-4-22
	Copyright (C) 2008 Brides Avenue INC. ALL RIGHTS RESERVED.
----------------------------------------------------------------------------------------*/

/* -------------------------------------------------
トップイメージ指定
------------------------------------------------- */
body {
	background: url(../images/index/head_bg.jpg) 0 0 repeat-x;
}


/* -------------------------------------------------
コンテンツコンテナ
------------------------------------------------- */
div#mainContainer {
	width: 100%;
	}

/* -------------------------------------------------
ヘッダーまわり
------------------------------------------------- */

div#mainContainer div#header {
	width: 100%;
	height: 485px;
	}
	
div#mainContainer div#header-inner {
	position: relative;
	width: 1009px;
	margin: 0 auto;
	background-image:url(../images/index/head_bg.jpg) repeat-x;
	}
	


/* -------------------------------------------------
カテゴリーメニュー部分
------------------------------------------------- */	
div#mainContainer div#SectionareaWrapper {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	padding-top:24px;
	background:url(../images/index/index_btm_bg.jpg) repeat-x;
	height:220px;
	}

div#mainContainer div#SectionWrapper {
	width:880px;
	_width:900px;
	margin: 0 auto;
	padding-left:50px;
}

div#mainContainer div#SectionWrapper div#section01,
div#mainContainer div#SectionWrapper div#section02,
div#mainContainer div#SectionWrapper div#section03,
div#mainContainer div#SectionWrapper div#section04 {
	float: left;
	width: 200px;
	_width:210px;
	margin-right: 20px;
	_margin-right: 10px;
	}

	div#mainContainer div#SectionWrapper div p {
		margin:9px 0 9px 0;
		color:#666;
		height:50px;
}



/* -------------------------------------------------
会場情報
------------------------------------------------- */	
div#mainContainer div#TopicWrapper {
	position: relative;
	width: 880px;
	_width: 900px;
	text-align:left;
	margin-top:25px;
	}

div#mainContainer div#TopicWrapper h3 {
	width: 842px;
	padding-bottom: 11px;
	}

div#mainContainer div#TopicWrapper ul {
	position: absolute;
	top: 30px;
	left: 250px;
	width:600px;
	height:72px;
	}

div#mainContainer div#TopicWrapper ul li {
	float:left;
	margin-right:12px;
	}




/* -------------------------------------------------
TOPへ戻る
------------------------------------------------- */
div#backTotop {
	width: 880px;
	margin: 45px auto 6px auto;
	border-top:solid 1px #ccc;
	}

div#backTotop p {
	text-align: right;
	}


/* -------------------------------------------------
フッターまわり
------------------------------------------------- */
div#footWrapper {
	width: 100%;
	background: url(../images/common/footerbg.gif) bottom left repeat-x;
	height: 127px;
	}

div#footer {
	position: relative;
	width: 880px;
	text-align: left;
	margin: 0 auto;
	padding-top:25px;
	}

div#footer ul {
	float: left;
	width: 300px;
	}

div#footer ul li {
	float: left;
	font-size: 1px;
	margin-right: 22px;
	}

div#footer p {
	float: right;
	width: 500px; 
	text-align: right;
	color: #666;
	}

div#footer p span {
	font-size: 80%;
	}

div#footer address {
	position: absolute;
	top: 105px;
	right: 0px;
	}

/*半透明*/
a.imghover:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

.clearler {
	clear:both;
}

