@charset "utf-8";
/*----------------------------------------------------
	index.html
----------------------------------------------------*/
#page {
	background: #fff url(../img/index/indexBack.jpg) no-repeat center top;
}
#main {
	position: relative;
	width: 591px; /* 747-156 */
	padding-left: 156px;
}

/* Button
------------------------------ */
#indexNavi {
	margin-top: 256px;
	height: 60px;
}
#indexNavi li {
	float: left;
}

/* Main
------------------------------ */
#indexMain {
	clear: both;
	padding: 16px;
	background: #fff;
	border: #7392ba 4px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#indexLead h2 {
	padding: 2px 10px;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	background: #7392ba;
}
#indexLead p {
	margin: 15px 10px;
	font-size: 93%;
	line-height: 1.5;
}
#indexCerec {
    position: relative;
    width: 526px;
    margin: 20px 0;
    padding: 8px;
    background: url(../img/index/cerecPhoto.jpg) no-repeat right top;
}
#indexCerec h2 {
    position: relative;
    margin-bottom: 10px;
}
#indexCerec p {
    width: 280px;
	font-size: 93%;
	line-height: 1.5;
}

/* Equipment ----- */
ul#equipment {
	margin-right: -13px;
}
#equipment li {
	float: left;
	margin-right: 13px;
	width: 156px;
	padding: 8px;
	list-style: none;
	line-height: 1.5;
	background: #e3e9f2;
}
#equipment li h2 {
	text-align: center;
}
#indexCerec .goDetail,
#equipment .goDetail {
	text-align: right;
}

/* Whats New ----- */
#whatsnew {
	margin-block: 30px;
	border-bottom: 1px dotted #7392ba;
	h2 {
		padding: 2px 10px;
		font-size: 108%;
		font-weight: bold;
		color: #fff;
		background: #7392ba;
	}
	dl {
		margin-block: 1em;
		div {
			margin-bottom: 1em;
		}
		dt {
			font-weight: 700;
			color: #7392ba;
		}
		dd {
			margin-block: .5em;
		}
	}
}

/* Staff ----- */
#staff {
	clear: both;
	float: left;
	display: table;
	margin-right: 30px;
}
#staff h2 {
	display: table-caption;
	font-weight: bold;
	color: #7392ba;
}
#staff h2:before {
	content: '●';
}
#staff div {
	display: table-cell;
	padding-left: 1em;
}
#staff dt {
	float: left;
}
#staff .staffLeft  {
	width: 13em;
}
#staff .staffRight {
	width: 9em;
}
#staff .stuffLeft dt  { width: 4em; }
#staff .stuffRight dt { width: 6em; }
#staff dd::before { content: '：'; }
#staff .staff02 dt  { width: 9em; }
#staff .staff02 dt::after  { content: '：'; }
#staff .staff02 dd { 
	clear: left;
	padding-left: 1em;
}
#staff .staff02 dd::before { content: none; }

/* Society ----- */
#society {
	float: left;
}
#society h2 {
	font-weight: bold;
	color: #7392ba;
}
#society h2:before {
	content: '●';
}
#society p,
#society ul {
	padding-left: 1em;
}
#society li {
	list-style: none;
}


/* Left side
------------------------------ */
#sideCopy {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 140px;
}
