@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
  min-height: 1px;
}
/*
-------------------------------------------------------------- */
li {
list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
p {
	font-size: 14px;
	color: #FFF;
	padding-top: 3px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

img {
border: none;
}
a:link   {
	color: #FFF;
}
a:visited   {
	color: #FFF;
}
a:hover   {
	color: #FF0;
}
a:active   {
   color: green;
}
body {
	background-color: #000;
	font-size: 12px;
	color: #FFF;
}
#page {
	height: 100%;
	width: 710px;
	margin-left: 80px;
	vertical-align: top;
}


#link_list {
	clear: both;
	height: 60px;
	width: 700px;
}

#links #link1 {
	float: left;
	height: 60px;
	width: 175px;
}
#links #link2 {
	float: left;
	height: 60px;
	width: 175px;
}
#back_top {
	width: 690px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}

#menu_area {
	width: 560px;
	margin-left: 30px;
	padding-right: 40px;
	padding-left: 40px;
	height: 510px;
	padding-bottom: 10px;
}
#enkai_info {
	text-align: center;
	width: 100%;
	height: 90px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#enkai_info2 {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}



#footer #footer_link {
	font-size: 12px;
	color: #FFF;
}
#enkai_menu {
	height: 240px;
	width: 100%;
	color: #000;
	background-color: #FFF;
}
#enkai1 {
	float: left;
	height: 160px;
	padding-left: 30px;
	padding-top: 30px;
	width: 160px;
}

#enkai2 {
	padding-top: 30px;
	float: left;
	width: 140px;
	height: 180px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#enkei3 {
	padding-top: 30px;
	float: left;
	padding-left: 30px;
	height: 180px;
	width: 140px;
	padding-bottom: 30px;
}












#footer {
	text-align: center;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	clear: both;
}


#footer #footer_link a:link   {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_link a:visited   {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_link a:hover   {
	color: #FF0;
	text-decoration: none;
}
#footer #footer_link a:active   {
	color: #FF0;
	text-decoration: none;
}


#footer #copyright {
	font-size: 12px;
	font-style: italic;
	color: #FFF;
}

