@charset "Shift_JIS";


body{
	margin: 0;
	padding: 0;
	background-image: url(../img/back.jpg);
	background-attachment: fixed;
	color: rgba(255,255,255,1);
	font-size: 14px;
	line-height: 1.5;
	height: 100%;
  scrollbar-arrow-color:#464646;
  scrollbar-face-color:#464646;
}

a:link {
	color: rgba(128,238,253,1); 
}

a:visited {
	color: rgba(20,183,210,1);
}

a:hover {
	color: #CCC;
	background-color: rgba(0,0,0,0);
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 14px;
	background-image: url(../img/mainback-b.png);
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: fixed;
}

#pictyoko,#pict{
	text-align: center;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 900px;
}

h1 {
	display: none;
}

hr {
	display: none;
	background-image: url(../img/w-line.gif);
}

h2{
	background: rgba(0,0,0,0.8);
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 5px 0;
	color: rgba(255,255,255,1);
	font-family: serif,'ＭＳ Ｐ明朝';
}



#pict div.pict,#sofa div.pict{
	text-align: center;
	padding: 50px 0;
	margin: 20px auto;
	background: rgba(0,0,0,1);
}

@media only screen and (orientation: landscape){
	h2 {
		width: 80%;
	}
	#pict div.pict,#sofa div.pict{
		width: 80%;
	}
}

@media only screen and (orientation: portrait){
	h2 {
		width: 900px;
	}
	#pict div.pict,#sofa div.pict{
		width: 900px;
	}
}


#pictnoback div.pict{
    text-align: left;
    margin: 20px auto;
    width: 80%;
    min-width: 1000px;
    padding: 50px 0;
    background: rgba(0,0,0,1);
    text-shadow: 2px 2px 3px black;
}

#sofa p,#douga p{
	background: rgba(0,0,0,0);
}

p {
	margin: 40px 0;
}

ul.pagetop {
text-align:center;
margin: 0px auto 0px auto;
padding:45px 5px 30px 5px;
background:url(../img/w-line.gif) repeat-x top;/* ドットライン */
}

ul.pagetop li {
padding:0px 2px;
display:inline;/*横並び指定*/
}