*{
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body{
	background: #ffffff;
	/* background:transparent url(../img/bg_pc.png) repeat top left; */
	font-family:'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	font-size:12px;
	color: #111;
	overflow-x:hidden;
}
#overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #000;
	display:none;
	opacity:0.9;	
	z-index: 10;
}
#thumbContainter{
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	margin:0;
	width:200px;
	padding:0 10px;
	background:transparent url(../img/bg_pc.png) repeat top left;
	border-right:1px solid #f0f0f0;
	-moz-box-shadow:-2px 0px 10px #000 inset;
	-webkit-box-shadow:-2px 0px 10px #000 inset;
	box-shadow:-2px 0px 10px #000 inset;
	z-index: 10;
}
#thumbScroller{
	position:relative;
	height:600px;
	overflow:hidden;
	left:-180px;
	z-index: 10;
}
#thumbScroller .container{
	position:relative;
	top:0;
	float:left;
}
#thumbScroller .content{
	clear:both;
	float:left;
}
#thumbScroller .content div{
	padding:2px;
	height:100%;
	float:left;
}
#thumbScroller .content a{
	outline:none;
}
#thumbScroller img{
	border:5px solid #000;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
}
img.pg_thumb,
img#pg_large,
.pg_title h1,
.pg_content .pg_description div
{
	position:absolute;
	z-index: 10;
}
.pg_content .pg_description div{
	display:none;

}
.pg_title h1{
	display:none;
	left:250px;
	font-size:14px;
	top:-50px;/*25*/
	background:transparent url(../img/bg_pc.png) repeat top left;
	padding:10px 10px;
	color:#ffffff;
	font-weight:bold;
}
img.pg_thumb{
	display:none;
}
img#pg_large{
	z-index:9999;
}
img.pg_thumb,
img#pg_large{
	top:90px;
	left:250px;
	padding:10px;
	background:transparent url(../img/bg_pc.png) repeat top left;
	cursor:pointer;
}
.pg_description h2{
	color:#000;
	font-size:22px;
	margin-bottom:10px;
	background:transparent url(../img/bg2_pc.png) repeat top left;
	padding:5px;
}
.pg_description p{
	font-size:14px;
	width:500px;
	padding:10px;
	overflow:hidden;
	text-shadow:0px 0px 1px #fff;
	background:transparent url(../img/bg_pc.png) repeat top left;
	color:#fff;
}
#pg_desc1 div{
	top:495px;
	left:205px;
}
#pg_desc2 div{
	top:560px;
	left:295px;
}

/*----------------------------------------------------
	#news
----------------------------------------------------*/
#newsColumn{
	padding: 5px 5px;
	background-color: #efefef;
	color: #222222;
	width :645px;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity:0.85;
	border: 1px solid rgba(0,0,0,.3);	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

}

#newsColumn ul{
	height: 105px;
	overflow: auto;
	scrollbar-base-color: #e43860;
	scrollbar-arrow-color: #ffffff;
}

#newsColumn li{
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #4d4d4d;
	text-align:left;
}

.day{
	float: left;
	padding: 0 10px 0 0;
	color: #880000;
}


/*============================================
入力フォームテーブル
============================================*/
table#input {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
}

table#input th {
    padding: 10px;
    width: 150px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #cccc99;
    border-bottom: 1px solid #cccc99;
    background: #efece3;
    
}

table#input tr {
    background-color: #eeeeee;
}
table#input tr:nth-child(2n) {
    background-color: #ffffff;
}
table#input tr:hover {
    /* background-color: #F7F2E0; */
}
table#input td {
    padding: 4px;
    width: 450px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

