body, ul, li, h1, h2, h3{
	margin:0;
	padding:0;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #666;
	background-image: url(../image/s_bg.png);
	background-repeat: repeat;
}
.tel {
	position: absolute;
	top: 5%;
	right: 10%;
}
.tel img {
	width: 130%;
	height: auto;
}


.back {
	position: absolute;
	left: 10%;
	top: 2%;
	font-size: 30px;
	width: auto;
	height: auto;
}
.logo  {
	height: auto;
	width: 20%;
	margin-right: 20px;
}

a:link ,a:visited{
	color: #000;
	text-decoration: none;
}



.ps_overlay{
	z-index: 90;
	background: #111;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.5;


    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* Image container style */
.ps_container{
	width: 480px;
	height: 350px;
	position: absolute;
	top: 50%;
	margin-top: -175px;
	left: 50%;
	margin-left: -240px;
	z-index: 100;
	background-image: url(../../demo2/image/s_bg.png);
	background-repeat: repeat;
}
.ps_container img{
	border: 10px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
}
/* Close button for preview mode */
a.ps_close{
	background:#000 url(../images/close.png) no-repeat center center;
	cursor:pointer;
	width:56px;
	height:56px;
	position:fixed;
	right:10px;
	top:10px;
	z-index:1000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
}
/* Next photo button for preview mode */
a.ps_next_photo{
	position:absolute;
	top:50%;
	left:50%;
	width:56px;
	height:56px;
	margin:-28px 0 0 -28px;
	z-index:200;
	cursor:pointer;
	background:#000 url(../images/next_photo.png) no-repeat 50% 50%;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.ps_next_photo:hover,
a.ps_close:hover{
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
/* Thumbnail slider style */
.ps_slider{
	width: 1024px;
	height: 425px;
	position: relative;
	margin: 140px auto 0px auto;
}
.ps_slider a.next,
.ps_slider a.prev{
	position: absolute;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #232323;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	opacity: 0.6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	display: none;
}
.ps_slider a.prev:hover,
.ps_slider a.next:hover{
    border:1px solid #333;
    opacity:0.9;
}
.ps_slider a.disabled,
.ps_slider a.disabled:hover{
    opacity:0.4;
    border:1px solid #111;
    cursor:default;
}
.ps_slider a.prev{
	left: -30px;
	background-image: url(../images/prev.png);
	display: none;
}
.ps_slider a.next{
	right: -30px;
	background-image: url(../images/next.png);
	display: none;
}
.ps_slider .ps_album{
	width: 220px;
	height: 415px;
	padding: 10px;
	background-color: #CCCCCC;
	border: 1px solid #444;
	position: absolute;
	top: 0px;
	text-align: center;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	-webkit-box-reflect: below 5px 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(transparent), 
			color-stop(0.6, transparent), 
			to(rgb(18, 18, 18))
		);
	left: 0px;
	margin-right: 5px;
}
.ps_slider .ps_album:hover{
	background-color: #FFFFFF;
}
.ps_slider .ps_album img{
	height: auto;
	border: 1px solid #444;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	width: 210px;
	margin-top: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 4px;
}
.ps_slider .ps_album .ps_detail {
	height: 253px;
	border: 1px solid #444;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	width: 150px;
	margin-left: 8px;
	margin-top: 5px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding: 5px;
	font-size: 15px;
}
.ps_slider .ps_album .ps_detail p {
	line-height: 1em;

}
.ps_slider .ps_album .ps_mes p {
	line-height: 1.3em;
}


.ps_slider .ps_album .ps_mes {
	height: 110px;
	border: 1px solid #444;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	width: 330px;
	margin-left: -2px;
	clear: both;
	text-align: left;
	font-size: 14px;
	margin-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.ps_slider .ps_album .ps_desc{
	display: block;
	color: #666;
	background: #111 url(../images/overlay.png) no-repeat bottom right;
	height: 65px;
	margin-top: 10px;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #393939;
	-moz-box-shadow: 0px 0px 2px #000 inset;
	-webkit-box-shadow: 0px 0px 2px #000 inset;
	box-shadow: 0px 0px 2px #000 inset;
	clear: both;
}
.ps_slider .ps_album:hover .ps_desc{
	background-image:none;
}
.ps_slider .ps_album .ps_desc span{
	display: block;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.ps_slider .ps_album .ps_desc h2{
	text-align: center;
	padding-bottom: 5px;
	font-weight: normal;
	color: #ddd;
	text-shadow: 0px 0px 1px #fff;
	border-bottom: 1px solid #000;
	font-size: 25px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.ps_slider .loading{
	background:#121212 url(../images/loading.gif) no-repeat 50% 50%;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#ps_container #ps_next_photo {
	display: none;
}
