@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #fff;
	width: 100%;
 color: #333;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.85em;
	letter-spacing: 0.1em;
 margin: 0;
	padding: 0;
}
strong, #content-title {
	letter-spacing: 2px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff00ff;
	text-decoration: none;
}
a:active {
	color: #33ff00;
	text-decoration: none;
}


/* main -------------------*/

#main {
	border: 1px #333 solid;
	background: #ccc url(../img/bg.jpg) no-repeat top center;
	width: 900px;
	height: 645px;
	text-align: left;
	margin: 0 auto ;
}


/* header -------------------*/
#header {
	width: 724px;
	height: 28px;
	margin:0px auto 0;
	padding:35px 0 20px;
	position:relative;
	z-index:100;
}
h1 {
		background: url(../img/title.png) no-repeat;
		width: 380px;
		height: 28px;
		text-indent: -9999px;
	 float: left;
}
h2 {
	display:none;
	clear:both;
}
h3 ,
h4 {
	font-size: 13.5px;
	font-weight: bold;
}
h3 {
	margin-top:10px;
}
h4 {
	margin-top:20px;
}

#content {
	width: 726px;
	height: 515px;
	margin: 0 auto;
}
.window {
	background:#fff;
	width: auto;
	height: 400px;
	padding: 30px 40px 40px;
	margin-top:15px;
	overflow: auto;
}


/* nav -------------------*/
.nav ul {
	width: 328px;
	height: 15px;
	list-style:none;
	margin: 6px 0 4px;
	float:right;
}
.nav li {
	border-left:2px solid #999;
	width: auto;
	font-weight:bold;
	line-height:1em;	
	padding-left:7px;
	display:inline-block;
 *display: inline;
 *zoom: 1;
}
.nav li:first-child {
	border-left:none;
}


/* top-------------------*/

#top #image {
	background: url(../img/top_photo.jpg) no-repeat ;
	width: 724px;
	height: 500px;
	margin: 0 auto ;
}
#top #image span {
	background: url(../img/top_window.png) no-repeat ;
	width: 724px;
	height: 500px;
	text-indent: -9999px;
	display: block;
}
#newsLink {
	width: 724px;
	height: 40px;
	font-size: 11px;
	text-align: right;
	line-height:1.55em;	
 margin: 15px auto 0;
}


/* photographs -------------------*/

#photographs  #photoNav {
	height: 515px;
	position:relative;
}
#photographs h3 {
	display: none;
}
#photographs #photoNav ul {
	list-style:none;
	font-size:15px;
	line-height: 1.85em;
	margin: 40px auto;
}
#photographs  #photoNav ul li {
	list-style-type: none;
}
#photographs #photoNav ul li a {
	font-weight:bold;
}
#photographs #photoNav ul li:before {
	content:"- ";
}
#photographs #photoNav ul li:before {
	content:"- ";
}
#photographs #photoNav .flap_link {
	bottom: 20px;
	position: absolute;
	display:block;
}


/* jPageFlipper -------------------*/

.imagesSource {
	display: none;
}
.canvasHolder {
	top: 0px;
	position: absolute;
 cursor: pointer;
}
.canvasHolder canvas {
	/*border: 1px solid red;*/
}


/* cv -------------------*/

#cv ul#jp-en {
	list-style:none;
	margin: 10px auto;
}
#cv ul#jp-en li {
	color:#000;
	font-size:13px;
	font-weight:bold;
	display:inline-block;
	line-height:1em;
	padding-right:5px;
}
#cv ul#jp-en li:first-child:after {
	content:" /";
	font-size:15px;
}
#cv h3 ,
#cv h4 {
	font-weight: bold;
	color: #000;
	margin-top:15px;
}
#cv.jp h3 ,
#cv.jp h4 ,
#cv.jp	.musium {
font-size: 12.5px;
}
#cv.en h3 ,
#cv.en h4 ,
#cv.en .musium {
	font-size: 13px;
}
#cv.jp dl ,
#cv.en dl {
	width: auto;
	line-height: 1.45em;
	margin: 5px 0 ;
}
#cv.jp dl dt ,
#cv.en dl dt {
	width: 60px;
}
#cv.jp dl dd ,
#cv.en dl dd {
	margin: -1.45em 0 4px 0;
	padding: 0 0 4px 60px;
}
.musium {
	font-size: 13px;
	padding-left: 45px;
}




/* etc -------------------*/

#etc .sgin {
	text-align:right;
	display: block;
}


/* contact -------------------*/


/* chow to flap -------------------*/
#howToFlap h3 {
	font-weight: bold;
	margin-top:10px;
}
#howToFlap h4 {
	font-weight: bold;
	margin:0 0 20px;
}
#howToFlap h5 {
	font-weight: bold;
	margin:80px 0 20px;
}
.flap p {
	margin-bottom: 15px;
}
.flap p img {
	margin: 15px 0;
	display: block;
}


/* news -------------------*/
.news {
	font-size: 12px;
	line-height: 2.0;
	clear: both;
	margin-bottom: 40px;
}

.news-img {
	width: 320px;
	padding-left: 20px;
	float: left;
}
.news-img img {
	border: 1px solid #666;
}


/* copyrights -------------------*/
#copyrights {
	width: 900px;
	font-family: Verdana;
	font-size: 11px;
	color: #83a3a3;
	line-height: 3em;
	text-align: center;
	margin: 0 auto ;
}







