@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align:top;
}

/*---------------------------------------------------------------------
     clear fix
  ---------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*=====================================================================
     共通
  =====================================================================*/
html {
	background: url(../images/bg.gif) center top repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
}
.cbox {
	display: block;
	position: relative;
}

/*=====================================================================
     トップページ
  =====================================================================*/
#contents {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#tophead {
	width: 900px;
	height: 208px;
	background: url(../images/topbg.jpg) left top no-repeat;
	margin-top:2px;
	position: relative;
}
#tophead h1 {
	display: block;
	position: absolute;
	left: 3px;
	top: 0;
}
#tophead_c {
	display: block;
	position: absolute;
	left: 3px;
	bottom: 1px;
}
#tophead_l {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}
#copyright {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#picarea {
}
#picframe img {
	display: block;
}
#picframe {
	width: 900px;
	height: 680px;
	background-color: #000000;
	position: relative;
	overflow: hidden;
}
#picframe p {
	width: 471px;
	position: relative;
	font-size: 14px;
	left: 10px;
	top: 40px;
	z-index: 20;
	color: #ffffff;
}
#sns {
	position: absolute;
	width: 400px;
	height: 21px;
	left: 139px;
	top: 16px;
	z-index: 20;
}
.snsbtn {
	float: left;
	width: 130px;
}
#piccover {
	width: 900px;
	height: 662px;
	overflow: hidden;
	background: url(../images/frame.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 10;
}
#yami0frame {
	position: absolute;
	right: 0;
	top: 15px;
	width: 404px;
	height: 606px;
	overflow: hidden;
}
#yami0 {
	position: absolute;
}
#yami1frame {
	position: absolute;
	left: 30px;
	top: 247px;
	width: 218px;
	height: 218px;
	overflow: hidden;
}
#yami1 {
	position: absolute;
}
#yami2frame {
	position: absolute;
	left:264px;
	top: 176px;
	width: 218px;
	height: 218px;
	overflow: hidden;
}
#yami2frame img {
	display: block;
	position: absolute;
}
#yami3frame {
	width: 218px;
	height: 218px;
	overflow: hidden;
	position: absolute;
	left:295px;
	top: 429px;
	background:url(../images/yami3_bg.png) left top no-repeat;
}
#yami3 {
	width: 218px;
	height: 218px;
	position: relative;
	overflow: hidden;
}
#yami3 img {
	display: block;
	width: 218px;
	height: 218px;
	z-index: 0;
	position:absolute;
	left: 0;
	top: 0;
}
#yami3 img.active {
	z-index: 3;
}
#yami3 img.last-active {
	z-index: 2;
}

#message {
	margin: 9px 0 0 4px;
}
#pics {
	margin-top: 13px;
}
#pics a {
	display: block;
}
#pics li {
	display: inline;
	list-style: none;
	width: 108px;
	height: 162px;
	background: #cccccc;
	float: left;
	margin-right: 5px;
}
#pics li#pic07 {
	margin-right: 6px;
}
#pics li#pic08 {
	margin-right: 0;
}
#about_yami {
	width: 360px;
	height:200px;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #ffffff;
	float:left;
	margin:0 auto;		

	padding: 10px;
}

#about_yami img {
	display: block;
	float: left;
}
#about_yami dl {
	float: left;
	width: 238px;
}
#about_yami dt {
	font-weight: bold;
	margin-left: 1em;
	line-height: 24px;
}
#about_yami dd {
	margin-left: 1em;
	line-height: 17px;
	letter-spacing:0;
}
#about_yami ul {
	list-style: none;
	margin: 1em;
	line-height: 17px;
}
#about_yami li {
	text-indent: -1em;
}

#about_fa {
	width: 723px;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 0px auto 33px auto;
	padding: 13px 0 13px 35px;
}
#about_fa img {
	float: left;
}
#about_fa p {
	display: block;
	width: 520px;
	font-size: 14px;
	line-height: 18px;
	float: left;
	padding: 1px 0 0 46px;
}
#footer {
	width: 858px;
	margin: 21px auto 0 auto;
	padding-bottom: 10px;
}

a{
	color:#EC5488;
}

a:link{
	color:#EC5488;
}

a:active {
	color:#EC5488;
	 } 

a:hover{
	color:#999;
	text-decoration:underline;
}
