/* @charset "utf-8"; */   /* Opera10 bug fix */

@import url("base1200.css");

#mainImage{
	padding-top: 88px; /* (200px - font-size)/2 */
	padding-left: 80px;
	height: 112px; /* heigt + padding-top = 200px */
	width: 720px; /* width + padding-left = 800px */
	background: url(/images/akagi_image.jpg);
	color: #006633;
	font-size: 24px;
	border-bottom: solid #006633 10px;
}
div.onecolumn{
	width: 800px;
	height: 990px;
	float: left;
	font-size: 14px;
/*	font-family: "MS Pゴシック"; */
	line-height: 1.5;
	overflow: auto;
}
div.twocolumn{
	width: 400px;
	height: 990px;
	float: left;
	font-size: 14px;
/*	font-family: "MS Pゴシック"; */
	line-height: 1.5;
	overflow: auto;
}
div.threecolumn{
	width: 266px;
	height: 990px;
	float: left;
	font-size: 14px;
/*	font-family: "MS Pゴシック"; */
	line-height: 1.5;
	overflow: auto;
}
/* contentsArea の書式 */
div.container{
	padding: 20px 20px;
}
div.container50{
	padding: 20px 50px;
}
div.container100{
	padding: 20px 100px;
}
div.econtainer{
	padding: 20px 20px;
	font-family: "Times New Roman";
}
#contentsArea ul,ol{
	padding-left: 40px;
}
#contentsArea ul.nomark,ol.nomark{
	list-style: none;
}
#contentsArea p{
	text-indent: 1em;
}
#contentsArea p.noindent{
	text-indent: 0em;
}
#contentsArea a:link{
	color: #006633;
}
#contentsArea a:visited{
}
#contentsArea a:active{
}
#contentsArea a:hover{
	color: #edfbf0;
	text-decoration: none;
	background-color: #006633;
}

