@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,arial, verdana, tahoma;
	background:#000;
	margin: 0;
	padding: 0;
	color:#FFF;
}

#header  a #about {
	margin-left: 2px;
}
#header  a #photo {
	margin-left: 2px;
}
#header  a #illust {
	margin-left: 2px;
}
#header  a #document {
	margin-left: 2px;
}
#header  a #contact {
	margin-left: 2px;
	
}
#header {
	width: 586px;
	margin: 0px;
	padding: 0px;
}
#wrap#header {
	height: 76px;
}
#header {
	float: left;
}

#left {
	float: left;
	height: 289px;
	width: 161px;
}
#right {
	float: right;
	height: 289px;
	width: 161px;
}
#wrap#footer {
	clear: both;
	text-align: left;
}
#wrap {
	margin: 0px;
	padding: 0px;
	width: 838px;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrap #bar {
	float: right;
	height: 76px;
	width: 250px;
}
#wrap #bar img {
	height: 75px;
	width: 250px;
}
#wrap #bar {
	margin: 0px;
	padding: 0px;
}

#wrap #left {
	padding-top: 129px;
padding-left:129px;
}


#wrap #right {
	padding-top: 129px;
	padding-right:129px;
}
#wrap #text {
	font-size: large;
	text-align: center;
	height:100px;
}
#wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,arial, verdana, tahoma;
}

#wrap #footer {
	text-align: left;
	vertical-align: middle;
	padding-top: 30px;
	height: 50px;
	float: left;
	width: 416px;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrap #foot {
	margin: 0px;
	float: right;
	height: 81px;
	width: 418px;
}
#wrap #text {
	clear: both;
}



#wrap #text p {
	font-size: 28px;
}


h3{margin: 0;
	padding-right: 15px;
	padding-left: 15px;	
	text-align: left;
	font-size: 100pt;
	font-weight: bold;
}

.footer {
	height:81px;
	text-align: left;


	background-color: #;
	background-image: url(../images/foot-m.gif);
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.footer p {
	font-size: 24px;
}
.footer {
	clear: both;
}

.accordian {
	width: 820px; height: 600px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 50px auto;
	
	
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 1050px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 95px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 20px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 640px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
width: 100px;	

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 20px;
}