@charset "UTF-8";

body{
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	padding: 0px;
	background-color: #76ACCD;
}

a:link{text-decoration:underline; color:#0099ff} 
a:visited{text-decoration:underline; color:#0099ff} 
a:active{text-decoration:underline; color:#FEEB01} 
a:hover{text-decoration:none; color:#FEEB01} 

img {
	border:none;
}

#container{
	width:790px;
	margin:0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}



#head {
	background-color: #FFFFFF;
	background-image: url(../img/bg_ttl.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 100%;
}
#cont {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	padding: 0px;
}



#foot{
	font-size:75%;
	color:#76ACCD;
	margin:0px;
	width: 100%;
	text-align: center;
	padding: 0px;
	line-height: 160%;
	height: 50px;
	clear:both;
}


#line1{
	width: 790px;
	margin: 0px;
	height: 30px;
	padding: 0px;
	position:relative;
	padding:35px 0px 0px;
}
#line1w{
	width: 790px;
	margin: 0px;
	height: 30px;
	padding: 0px;
	position:relative;
	padding:15px 0px 20px;
}
#ttl {
	font-size: 15px;
	line-height:120%;
	font-weight: bold;
	color: #006666;
	text-align: left;
	width: 590px;
	float: right;
}
#no {
	float: left;
	width: 200px;
}
#vol{
	display:block;
	position:absolute;
	width:36px;
	font-size: 14px;
	letter-spacing:6.5px;
	color: #FFFFFF;
	left: 160.5px;
	top: 40px;
}


#line2 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 790px;
	clear: both;
}

.cont760 {
width:760px;
margin:0px;
padding:0px;
clear:both;

}

.cont610l{
width:570px;
margin:0px;
padding:0px 20px;
float:left;
}

.cont150r{
width:150px;
margin:0px;
padding:0px;
float:right;
}



/* font */


.tx9{
font-size:50%; line-height:200%;
}
.tx10{
	font-size:65%;
	line-height:150%;
}

.tx11{
	font-size:75%;
	line-height:200%;
}
.tx12{
	font-size:85%;
	line-height:200%;
}


/* background */
.bgGrX{
background-image:url(../img/bg_artw-gr.gif);
background-repeat:repeat-x;
}


.bgDotY{
background-image:url(../img/bg_dot-gr.gif);
background-repeat:repeat-y;
background-position:right;
}
/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:250px;
		height:150px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-100px;
		left:-80px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */
