@charset "utf-8";
/* CSS Document */

body, HTML{
	margin: 0px;
	padding: 0px;
	background-color: #f6f8ed;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/sub-pg-bot-rt.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

.sale{
	color: #CC0000;
}

#top-menu{
	position: absolute;
	top: 35px;
	right: 30px;
	font-size: 0.9em;
}

#top-menu a{
	margin-left: 10px;
	color: #426A93;
	font-weight: bold;
	text-decoration: none;
}

#top-menu a:hover{
	color: #3A5E81;
}


#akina-logo{
	position: absolute;
	top: 13px;
	left: 320px;
}



#column-left{
	position: fixed;
	width: 267px;
	top: 0px;
	left: 20px;
	bottom:0px;
	background-image: url(../images/column-bg.png);
	background-repeat: repeat-y;
}
/*
#column-left .top-img{
	position: absolute;
	text-align: center;
	width: 249px;
	top: 0px;
	left: 9px;
	
}
*/
.buttons{
	position: absolute;
	width: 249px;
	margin: 0px;
	top: 0px;
	left: 29px;
}

.buttons a img{
	position: relative;
	margin:0px;
	background-color: #dfeaf4;
	width: 249px;
	background-image: url(../images/btn/btn-bg.png);
	border-bottom: solid #B5CEE6 1px;
}

.buttons a img:hover{
	background-image:url(../images/btn/btn-bg-over.png);
	border-bottom: solid #ffffff 1px;
}


.buttons h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	background-color: #42688A;
	font-variant: small-caps;
	height: 15px;
	padding: 0px;
	margin: 0px;
}	



/*****************************************
#container
*****************************************/

#container{
	position: absolute;
	min-height: 555px;
	top: 70px;
	left: 300px;
	right: 20px;
	border-top: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
}


#container .TL{
	position: absolute;
	top: 0px;
	left: 0px;
/*	background-image:url(../images/container-TL.png);*/
	width: 20px;
	height: 20px;
}

#container .TR{
	position: absolute;
	top: 0px;
	right: 0px;
/*	background-image:url(../images/container-TR.png);*/
	width: 20px;
	height: 20px;
}

#container .BL{
	position: absolute;
	bottom: 0px;
	left: 0px;
/*	background-image:url(../images/container-BL.png);*/
	width: 20px;
	height: 20px;
}

#container .BR{
	position: absolute;
	bottom: 0px;
	right: 0px;
/*	background-image:url(../images/container-BR.png);*/
	width: 20px;
	height: 20px;
}

#container .T{
	position: absolute;
	top: 0px;
	right: 20px;
	left: 20px;
/*	background-image:url(../images/container-T.png);*/
	height: 20px;
}

#container .B{
	position: absolute;
	bottom: 0px;
	right: 20px;
	left: 20px;
/*	background-image:url(../images/container-B.png);*/
	height: 20px;
}

#container .L{
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0px;
/*	background-image:url(../images/container-L.png);*/
	width: 20px;
}

#container .R{
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 0px;
/*	background-image:url(../images/container-R.png);*/
	width: 20px;
}

#container .center{
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
/*	background-color: #e3f4df;*/
}


/*****************************************
#container .content
*****************************************/

#container .content{
	position: relative;
	padding: 20px;
	color: #333333;
	font-size: 0.9em;
}

#container .content a{
	color: #426A93;
	text-decoration: underline;
}

#container .content a:hover{
	color: #3A5E81;
	text-decoration: none;
}	

#container .content h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #7ea2c2;
	font-variant: small-caps;
	line-height: 30px;
	
}

#container .content h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #42688A;
}

#container .content h3{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 17px;
	font-weight: normal;
}

.photo{
	float: right;
	clear: both;
	padding: 3px;
	margin: 5px;
	border: solid 1px #cccccc;
	background-color: #e5e7dc;

}

.photo2{
	padding: 3px;
	margin: 0;
	border: solid 1px #cccccc;
}

.caption{
	margin: -12px 0 0 0;
	float: none;
	clear: both;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	width: 300px;
}

td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#top{
	position: fixed;
	top: 150px;
	right: 25px;
	border: 0px;	
	
}