@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	margin:50px auto 0 auto;
	background-position: 50% 50%;
	font: 0.75em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
}

#page {
	padding:20px 0;
	overflow:hidden;
}

h1 {
	width:800px;
	text-align: center;
	margin:120px auto 0px auto;
}


#enclosure {
	width:800px;
	height:550px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#panel {
	width:2400px;
	height:2400px;
	position:absolute;
}


ul#panel li{
	list-style: none;
}


#panel li {
	float:left;
	width:800px;
	height:550px;
}

#panel h2 {
	margin:0px 0 35px 13px;
}

#panel h3 {
	margin:0px 0 0px 13px;
}

#panel h4 {
	font-size: 13px;
	line-height: 1.6;
	margin:0px 13px 20px 13px;
	font-weight: normal;
}



#panel li img.over{
	margin:0 13px 26px 13px;
	border: 0px;
}




#panel li p {
	margin:0px 0 0px 13px;
	font-size: 13px;
	line-height: 1.7;
}


#panel li.e09 h3{
	font-size: 16px;
	font-weight: bold;
}

#panel li.e09 h3 small{
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}

#panel li p.cphis {
	margin:25px 0 0px 13px;
	width:700px;
	font-size: 13px;
	line-height: 1.7;
}

dl#prof {
	margin:25px 0 25px 13px;
	font-size: 12px;
}

dt {
	line-height: 1.4;
}

dl#prof span{
	color:#fff;
}


#panel li p.cpName {
	margin:0px 0 0px 13px;
	font-size: 13px;
	font-weight: bold;
}

#panel li p.cpInfo {
	font-size: 12px;
	line-height: 1.5;
}



#panel li.e02 h2{
	text-align: center;
	margin: 20px auto 60px;
}

#panel li.e03 h2{
	text-align: center;
	margin: 20px auto 50px;
}


#panel li.e02 p{
	text-align: left;
	margin: 0px auto;
	width: 380px;
	padding-left:0.75em;
	font-size: 14px;
	line-height: 1.8;
}


#panel li.e08 div{
	margin: 0px auto;
	text-align: center;
}



/**/
ul#nav {
	font-size: 12px;
	width:62px;
	position: absolute;
	bottom: 0px;
	right: 13px;
	list-style:none;
}

ul#nav li {
	text-align: center;
	width:18px;
	height:18px;
	float:left;
	margin:1px;
}

ul#nav li a {
	color:#333;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding:0px 0px;
}

li#iftop {
	background: #000;
}
li#notop{
	background: #E20A16;
}

ul#nav li a:hover {
	background:#FFF;
}

ul#nav li a.focus {
	background:#FFF;
}	




#footer {
	color:#FFF;
	font-size: 10px;
	margin:20px auto 10px auto;
	text-align: center;
}

