@charset "UTF-8";
/* CSS Document */


*html {
overflow:hidden;
}

*html body {
overflow:auto;
height:100%;
}



body {
	margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
	font-family: "Helvetica Neue",Helvetica,"pragmatica-web",Arial,sans-serif;
	font-size:20px;
	background-image:url(../images/sideback.jpg);
	background-repeat:repeat;
	
}

#wrapper {
	margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
    text-align:left;     /* 中身を左側表示に戻す */
	background-color:#ffffff;
	width:950px;
	height:auto;
}


h1{
	display:none;
}


a{
	outline:0;
}



img {
    border:none;
}

#bucktop {	
	width:100px;
	height:130px;
	position:fixed;
	z-index:1;
	top: 50px;
	right: 0px;
}

.menu a {
	float:left;
	margin-left:17px;
	margin-top:20px;
	margin-bottom:20px;
}

.menu a:hover {
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

.yt {
	float:left;
	margin-left:17px;
	margin-right:17px;
	margin-bottom:17px;
}


#pr {
	height:950px;
}

#pr img {
	margin-left:17px;
	margin-top:20px;
}

.profile {
	float:right;
	width:570px;
	height:770px;
	margin-right:10px;
}

.profile p {
	font-family: "Helvetica Neue",Helvetica,"pragmatica-web",Arial,sans-serif;
	font-size:16px;
}

.dashimaru {
		float:left;
		width:350px;
		height:750px;
		margin-bottom:40px;
}

.fb:hover {
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

.dlimg {
	margin-left:17px;
	padding-top:20px;
}

.dlp {
	margin-left:20px;
	font-family: "Helvetica Neue",Helvetica,"pragmatica-web",Arial,sans-serif;
	font-size:30px;
}

.dlpp {
	margin-left:45px;
	font-family: "Helvetica Neue",Helvetica,"pragmatica-web",Arial,sans-serif;
	font-size:18px;
}
	
#dl td img {
	text-align:center;
	margin-left:9px;
}

#dl td {
	text-align:center;
}

.pc {
	margin-top:20px;
}

.pcimg {
	margin-left:15px;
}


.cp {
	margin-left:45px;
	font-family: "Helvetica Neue",Helvetica,"pragmatica-web",Arial,sans-serif;
	font-size:18px;
	padding-bottom:30px;
}

.zip {
	margin-top:30px;
	margin-left:17px;
}

.simpleSlideShow img {
	display : none;
}
.simpleSlideShowWrapper {
	margin : 0 auto;
	position : relative;
}
.simpleSlideShowWrapper img {
	position : absolute;
	left : 0;
	top : 0;
}
.simpleSlideShowNav ul li {
	cursor : pointer;
}

.simpleSlideShowCaption {
	display : none;
}