@charset "utf-8";
/* CSS Document */



/*  共通設定  */


html {
	margin: 0 auto;
}

body {
	widht: 320px;
    margin: 0 auto;
    padding: 0;
    background: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #808080;
	font-size: 13px;
}

h1 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: bold;
	color: #808080;
	border-bottom: 2px solid #A0A0A0;
	margin: 20px 10px 25px 10px;
	padding: 0 0 5px 10px;
}

p {
	font-size: 13px;
	color: #808080;
	margin: 10px 20px 30px 20px;
}


.bold {
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #808080;
	text-decoration: none
}

a:hover {
	background-color: #FFF;
	color: #6A5ACD;
	text-decoration: underline;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



/*  インラインフレーム  */


header iframe {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0 auto;
}

footer iframe {
	width: 100%;
	height: 280px;
	padding: 0;
	margin: 10px auto 0;
}


/*  contents  */

.contents {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}



/*  top img  
              スライドショー  */


#slideshow {
	position: relative;
	width: 320px;
	height: 200px;
	margin: 0 auto;
}

#slideshow img {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 3;
	opacity:1.0;
}

#slideshow img.last-active {
   z-index: 2;
}



/*  article  */


article {
	width: 320px;
	margin: 0 auto;
}

header {
	width: 320px;
	margin: 0 auto;
}

footer {
	width: 320px;
	margin: 0 auto 10px;
}






/*  ABOUT  */






