/*-----------------------------------------------
 __body
-----------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #00000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: EFEAB9;
}

A:link {
	color: #212469;
	text-decoration: none;
	font-size: 12px;
}
A:visited {
	color: #212469;
	text-decoration: none;
	font-size: 12px;
}
A:active {
	color: #99cc33;
	text-decoration: underline overline;
		font-size: 12px;
}
A:hover {
	color: #212469;
	text-decoration: underline overline;
		font-size: 12px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;	
	width: 950px;
	margin: 0 auto;
	background-color: #000000;

}

/*-----------------------------------------------
 __index
-----------------------------------------------*/

.home_bg {
	background-color: #000;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	background-color: #000;
	text-align: center;
	top: 0px;
	height: 55px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*-----------------------------------------------
 __main
-----------------------------------------------*/
#main {
	width: 950px;
	background-color: #EFEAB9;
	text-align: center;
	vertical-align: text-bottom;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer {
	width: 950px;
	background-color: #000;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	padding-bottom: 10px;
}

#pagetop {
  position: relative;
  right: 40px;
}

/*-----------------------------------------------
 __top
-----------------------------------------------*/
#footer {
	width: 950px;
	background-color: #000;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	padding-bottom: 10px;
}

#pagetop {
  position: relative;
  right: 40px;
}

/*-----------------------------------------------
 __contents_com
-----------------------------------------------*/
ul.ul1 {
  list-style-image: url("img/point.png");
  list-style-position: outside;
}

hr.border1 {
    height: 3px;
    margin: 10px 0 10px;
    padding: 0;
    background: url('img/border.png');
    border: 0px none;
    }

hr.border2 {
    height: 3px;
    margin: 10px 0 10px;
    padding: 0;
    background: url('img/border2.png');
    border: 0px none;
    }