/* 
	written by CinqueStellineDesign http://www.cinquestelline.com
*/
.Voce,
.Voce2 {
	margin-bottom: 50px;
	background-repeat: no-repeat;
}
.Voce {
	background-image: url(../img/LetterA.jpg);
	background-position: right bottom;
	padding-right: 130px;
}
.Voce2 {
	background-image: url(../img/LetterB.jpg);
	background-position: left bottom;
	padding-left: 130px;
}

.Voce .comm_top,
.Voce2 .comm_top {
	background-repeat: no-repeat;
	background-position: bottom;
	height: 13px;
	z-index: 5;
}
.Voce .comm_top {background-image: url(../img/comm_01.gif);}
.Voce2 .comm_top {background-image: url(../img/comm_03.gif);}

.Voce .comm_bot,
.Voce2 .comm_bot {
	background-repeat: no-repeat;
	background-position: bottom;
	height: 42px;
	z-index: 5;
	margin-top: -27px;
}
.Voce .comm_bot {background-image: url(../img/comm_02.gif);}
.Voce2 .comm_bot {background-image: url(../img/comm_04.gif);}

.Voce .comm,
.Voce2 .comm {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-color: #888888;
	padding: 2px 15px 0;
	z-index: 1;
	min-height: 125px;
}
.Voce .comm {margin-right: 25px;}
.Voce2 .comm {margin-left: 25px;}

.Voce p,
.Voce2 p {
	line-height: 1.5em;
	margin-bottom: 8px;
	color: #333;
}
.Voce h1,
.Voce2 h1 {
	line-height: 1.5em;
	text-align: right;
	border-top: 1px solid #565656;
	border-color: 565656;
	padding: 10px 8px 3px;
}

.Voce img,
.Voce2 img{
	margin-bottom:10px;
}

/*-- archive --*/
#archive{
	height: 12px;
	clear: both;
	margin-bottom: 15px;
}
#archive li{float:left;list-style:none;}
#archive a{
	display:block;
	z-index: 5;
	overflow:hidden;
	background: url(http://www.ranatours.jp/img/voices.gif) no-repeat;
	width:75px;
	height:12px;
	margin: 0 90px;
}
#archive img{margin:0 3px}
#archive a.nothing{background-position:0px 25px;}

#archive a.new{background-position:0px 0px;}
#archive a:hover.new{background-position:0px -12px;}
#archive a:active.new{background-position:0px -24px;}

#archive a.before{background-position:-275px 0px;}
#archive a:hover.before{background-position:-275px -12px;}
#archive a:active.before{background-position:-275px -24px;}
