@charset "utf-8";

/*============================================================*/
/* 全体の設定                                                 */
/*============================================================*/
body {
	color:             #999999;
	background-image: url("../img/background.png");
	background-repeat: repeat;
	background-attachment: fixed;
/*	background-color: #FFFFFF; */
	width:	1024px;
	text-align:center;	 /*ページ中央寄せ_IE対策 */
	margin:	0 auto;
	z-index: 0;
}
img{vertical-align:baseline;}

/*============================================================*/
/* メインフレーム                                             */
/*============================================================*/
#mainFrame{
	width: 1024px;
	margin-top: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 1;
	border: solid 1px silver;
	position: relative;
}

/*============================================================*/
/* ヘッダー                                                   */
/*============================================================*/
#header{
	width: 1024px;
/*	height: 200px;*/
	margin: 10px 0px;
	padding: 0px;
}

#header ul{
	margin-top: 10px;

}

#header li{
	width: 128px;
	height: 50px;
	float: left;
	margin-bottom: 5px;
	border-bottom: solid 1px silver;
	overflow:hidden;

}
/*
#menuHome{ background-image: url(img/menuHome.png);}
#menuAbout{ background-image: url(img/menuAbout.png);}
#menuContact{ background-image: url(img/menuContact.png);}
#menuJobs{ background-image: url(img/menuJobs.png);}
#menuMap{ background-image: url(img/menuMap.png);}
#menuPartners{ background-image: url(img/menuPartners.png);}
#menuSociety{ background-image: url(img/menuSociety.png);}
#menuStaff{ background-image: url(img/menuStaff.png);}
*/


/*============================================================*/
/* サイドバー                                                 */
/*============================================================*/
#sideBar{
	float: left;
	width: 300px;
	margin-left: 8px;
	padding-top: 5px;
	position: relative;

}

/*----------------------- イベント情報の切り替え -----------------------*/
#eventInfo{
	display: block; 		/* 表示 */
/*	display: none;	*/		/* 非表示 */

}

.banner p{
	margin: 5px 0px;

}
/*============================================================*/
/* メインコンテンツ                                           */
/*============================================================*/
#contents{
	width: 700px;
	margin-left: 316px;
	position: relative;
}

.titleLogo{
	margin-bottom: 20px;
}

/*============================================================*/
/* フッター                                                   */
/*============================================================*/
#footer{
	width: 1024px;
	margin: 10px 0px;
	position: relative;

}

/*============================================================*/
/* Floatクリア                                                */
/*============================================================*/
.clear{
height: 0px;
line-height: 0px;
font-size: 0px;
clear: left;
margin: 0px;
padding: 0px;
}
