/* main TAG */

*{
	margin: auto;
	padding: auto;
}

body{
	background-image: url(image/img_back_ground.gif);
	width: 100%;
	font-size: 80%;
	line-height: 20px;
	text-align: center;
}

h1{
	margin: 0px 0px 25px 40px;
	padding: 0px;
}

h2{
	color: #ff7f7f;
	font-size: 110%;
	font-weight: bold;
}

h3 , .partition {
	border-top: 2px dotted #006434;
	margin: 5px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 100%;
	font-weight: normal;
}


img{
	border: #006434;
}

p{
	margin: 0px;
	text-align: left;
}

a:link{
	color: #00a04e;
}

body > #mother{ 
	height: 100%; 
}

#mother{
	background-color: #ffffff;
	width : 850px;
	border: 5px double #006434;
	border-bottom: 0px;
	border-top: 0px;
	text-align: left;
}

/* header */

#header{
	margin: -10px 40px 0px 40px;
	padding-top: 20px;
	color: #006434;
}

#header dl{
	text-align: right;
}

#top_image{
	height: 237px;
	margin: 0px 0px 0px 10px;
}

#top_image img{
	display: block;
	margin: 0px 0px 0px 10px;
}

/* scroll */
#scroll{
	height: 30px;
	float: left;
	margin: 10px 0px 5px 0px;
	padding-left: 40px;
	color: #ff7f7f;
	font-weight: bold;
}


/* main */

#test_area{
	width: 770px;
	margin: -5px 40px 0px 40px;
	float: left;
}

.main_area{
	width: 535px;
	float: right;
	margin-bottom: 25px;
}

.main_area h2{
	margin: 0px;
}

*html #test_area{
	display: inline;
}

.text_area{
	background-color: #eeffcc;
	border: 1px solid #006434;
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: -5px;
	padding: 15px;
	overflow: hidden;
}

.text_area dl{
	width: 500px;
}

.text_area dt{
	width: 60px;
	float: left;
	margin-right: 10px;
}

.text_area dd{
	width: 100%;
	margin-left: 70px;
}

*html .text_area{
	width: 100%;
	display: inline;
}

*html .text_area img{
	margin: 10px 0px 10px -5px;
}

.partition{
	margin: 5px 0px -5px 0px;
}

/* side_menu */

#side_area{
	width: 200px;
	float: left;
}

#side_area ul{
	margin:  0px;
	padding: 0px;
	list-style: none;
}

*html #side_area li{
	margin-bottom: 10px;
}

#side_area_top{
	height: 240px;
	font-size: 1px;
}

*html #side_area_top img{
	margin: 0px;
	display: inline;
}

#side_area_top img{
	margin-bottom: 10px;
	display: block;
}

*html #side_area_bottom li{
	margin-bottom: 5px;
}

#border_index {
	border-bottom: 2px dotted #006434;
	margin: 5px 0px 15px 0px;
	padding: 10px 0px;
	font-size: 100%;
	font-weight: normal;
}

/* footer */

#footer{
	width: 770px;
	height: 50px;
	float: left;
	margin-top: 25px;
	display: inline;
}
