
.article, .article2 {
	margin: 10px auto 50px;
}

.article2 {
	width: 500px;
}

.article {
	width: 400px;
}

	.article p, .article2 p {
		margin: 1.6em 0 0;
	}

	.article img, .article2 img {
		margin: 1.6em 0 0;
	}
	
	.article2 p.midashi {
		margin: 1.6em 0;
	}
	.article2 p.midashi img {
		margin: 0.8em 0 0;
	}
	
	.article2 p.attention {
		font-size:86%;
		line-height: 1.4;
		color:#C00;
		margin-top: 0.5em;
	}
	
	.article2 p.cap {
		font-size:86%;
		line-height: 1.4;
		color:#666;
		margin-top: 0.5em;
	}
	

/* slideshow 8*/
#box{
	position:absolute;
}
	#box div{
		width:570px;
		float:left;
	}
	
	#box div p.photo {
	}
	
	#box div p.cap {
		margin-top:10px;
	}

#gotoTop {
	color:#8080FF;
	cursor:pointer;
	padding-top:10px;
}

#gotoTop:hover {
	color:#9999FF;
}


.slideshow {
	position: relative;
	background: #e6e6e6;
}

.slideshow .buttons{
	text-align:center;
	clear:both;
}

.slideshow .mask{
}


#nombre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #666;
	text-align: right;
	padding: 10px;
}



.buttons {
	position: absolute;
	top: 120px;
	width: 700px;
}

	#prev {
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(../images/btn_left_off.gif);
		width: 55px;
	}
	
	#next {
		position: absolute;
		right: 0;
		top: 0;
		background-image: url(../images/btn_right_off.gif);
		width: 55px;
	}

/* ********************************** */


.mask{
	position:relative;
	left: 65px;
	top: 10px;
	width:570px;
	height:520px;
	overflow:hidden;
}



.column {
	width: 500px;
	margin: 50px auto;
}

.column_t {
	height: 30px;
	background: url(../images/column_bg_t.jpg) no-repeat;
}

.column_m {
	background: url(../images/column_bg_m.jpg) repeat-y;
}

	.column_m h2 {
		text-align: center;
	}
	
	.column_m div.photo {
		text-align: center;
		margin: 15px 0 5px;
	}
	
	.column_m p.cap {
		width: 300px;
		margin: 0 auto 1.6em;
		color: #666;
		text-align: left;
		font-size: 75%;
	}
	
	.column_m p {
		width: 400px;
		margin: 15px auto 0;
		text-align: left;
	}

.column_b {
	height: 30px;
	background: url(../images/column_bg_b.jpg) no-repeat;
}





.center {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
