@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0px;
	padding: 0px;
	background-color: #f6f8ed;
	font-family: Arial, Helvetica, sans-serif;
}

#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: 20px;
}




#container{
	background-image:url(../images/home-main-bg.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 561px;
	top: 110px;
	right: 0px;
	left: 0px;
}

#content{
	background-image:url(../images/content-bg.png);
	background-repeat: no-repeat;
	height: 561px;
	right: 0px;
	left: 0px;
	background-position: right;
}

#content a{
	color: #426A93;
	text-decoration: underline;
}

#content a:hover{
	color: #3A5E81;
	text-decoration: none;
}

.section{
	float: left;
	position: relative;
	padding: 0;
	margin: 0 3px 0 3px;
	text-align: center;
	border-style: solid;
	border-width: 0 0 4px 0;	
	height: 547px;
}

.section .subsection{
	position: relative;
	float: left;
	padding: 10px 4px 10px 4px;
	margin: 10px 0 0 0;
	text-align: center;

}

.section .subsection h1{
	font-size: 0.7em;
	color: #666666;
	height: 10px;
	font-variant: small-caps;
	margin-bottom: 0px;
}

.section .column{
	width: 184px;
	float: left;
	margin-top: 5px;
	
}

.section h1{
	font-size: 1.0em;
	color: #314a61;
	height: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.section .column img{
	border: 0px;
	margin: 2px;
}

.column p{
	font-size: 0.7em;
	font-variant: small-caps;
}


