@charset "UTF-8";

/*ベース設定::::::::::::::::::::::::::*/
body
{
	background-color:#FFE9E9;
	background-attachment: fixed;
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
}

img
{
	vertical-align: bottom;
	border:0;
	margin: 0px;
	padding: 0px;
}



#container
{
	position: relative;
	width: 760px;
	height: 59em;
	font-size: 12pt;
	float: none;
	z-index: 2;
	background: #fffae0;
	border: solid 3 #ff0000;
}

#contentsTitle
{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background-color:#aa3300;
	text-align: center;
	width: 760px;
	height: 30px;
	border-color: #fcce43;
	border-bottom: solid;
} 


#mainContentsOne
{
	clear:both;
	WIDTH: 228px; 
	HEIGHT:176px;
	POSITION: absolute;
    top: 0px;	
	left:0px;
	text-align:left;
	font-size: 12pt;
	margin:28px 0px 0px 20px;
	z-index: 4;
}

#mainContentsTwo
{
	clear:both;
	WIDTH: 476px; 
	HEIGHT:380px;			
	POSITION: absolute;
    top:0px;	
	left:248px;
	text-align: left;
	font-size: 12pt;
	margin:28px 20px 0px 20px;
	z-index: 4;
}


#mainContentsFour
{
	clear:both;
	WIDTH: 248px; 
	HEIGHT:176px;			
	POSITION: absolute;
    top:204px;	
	left:0px;
	text-align: left;
	font-size: 12pt;
	margin:28px 0px 0px 0px;
	z-index: 4;
}


#mainContentsSeven
{
	font-size: 12pt;
	text-align: left;
	line-height: 16px;
	margin: 28px 20px 48px 20px;
	position: absolute;
	left: 0px;
	top: 408px;
	width: 476px;
	height: 176px;
	clear: both;
	z-index: 4;
}

#mainContentsNine
{
	clear:both;
	background:#00b000; 
	WIDTH: 228px; 
	HEIGHT:176px;			
	POSITION: absolute;
    top:408px;
	left:496px;
	text-align: left;
	font-size: 12pt;
	margin:28px 20px 48px 20px;
	z-index: 4;
}

#mainContentsTen
{
	font-size: 12pt;
	background-color: #d8d2a5;
	text-align: left;
	line-height: 16px;
	margin: 28px 20px 48px 20px;
	position: absolute;
	left: 496px;
	top: 600px;
	width: 228px;
	height: 250px;
	clear: both;
	z-index: 4;
}
p.margin 
{
    margin: 1cm 1.5cm 1cm 1.5cm
}

#menu
{
	clear:both;
	background-color: #000000;
	text-align: right;
	letter-spacing: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-right: 0px;
	position: absolute;
	left: 0px;
	top: 57em;
	width: 750px;
	height: 30px;
	z-index: 4;
}

#return_top
{
	clear:both;
	left: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;
	left: 0px;
	top: 57em;
	z-index: 5;
}

#footer
{
	position: relative;
	TOP: 0px;
	z-index: 4;
}


#copyright
{
	color:#36703B;
	margin: 0;
	font-size: 10pt;
}

h1
{
	color:#36703B;
	font-size:32px;
	font-style: italic;
	font-family:georgia;
	font-weight:strong;
	text-align:center;
	
}

h2
{
	font-size:24px;
	font-weight:strong;
	color:#426204;
	text-align:center;
	margin:5px 0px 0px 0px;
}

h3
{
	color:#000000;
	font-size:18px;
	font-weight:strong;
	text-align:center;
}
/*-Sub Contents Title------*/

h4
{
	color:#ff4f3e;
	font-size:20px;
	font-weight:strong;
	text-align:left;
	text-decoration:underline;
	padding-left:10px;
    padding-top:8px;
}

h5
{
	font-size:100%;
	color:#fffffff;
}

a.topicPath:link {color: #F0F0F0 }/* K: link */
a.topicPath:visited {color: #F0F0F0 }/* Kς: visited */
a.topicPath:hover {color: #ff5010}
