@charset "utf-8";
body {
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body_all {
	vertical-align: center;
	margin: 0 auto;
	height: 180px;
	width: 100%;
	background-color: #e8e6e5;		
}

#head {
	vertical-align: center;
	margin: 0 auto;
	width: 960px;
	height: 180px;
	background-color: #d9d5d3;
}

#keyvisual {
	width: 780px;
	height: 180px;
	float: left;
		/* dummy 
	background-image: url(../images/dummy.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	
}

#logo {
	width: 180px;
	height: 180px;	
	float: left;
	background-image: url(../images/esw_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#content_all {
	vertical-align: center;
	margin: 0 auto;
	width: 960px;
	min-height: 800px;
	text-align: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

*html #content_all {
	height: 800px;
}

#content_left {
	width: 160px;
	float: left;
	/*background-color: #f4f2f2;*/
	min-height: 800px;
	padding: 48px 10px 30px 10px;	
}

*html #content_left {
	width: 160px;
}

#content_box {
	width: 600px;
	float: left;
	min-height: 800px;	
}

#root {
	width: 585px;
	min-height: 15px;
	color: #7f7976;
	text-align: left;
	padding: 15px 0px 10px 15px;
	text-transform: lowercase;	
}

*html #root {
	width: 585px;
	height: 15px;
}

.rootline a:link {
	color: #7f7976;
}

.rootline a:visited{
	color: #7f7976;
}

.rootline a:hover{
	color: #be002d;
}

.rootline_last a:link {
	color: #be002d;
}

.rootline_last a:visited{
	color: #be002d;
}

.rootline_last a:link {
	color: #be002d;
}

#sub {
	width: 600px;
}

#subwrap {
	border-top: 0px solid #7e7976;
}

.submenu-level3-no {
	border-top: 1px solid #7e7976;
	padding: 10px 0px 10px 15px;
}

.submenu-level3-no_last {
	border-top: 1px solid #7e7976;
	border-bottom: 1px solid #7e7976;
	padding: 10px 0px 10px 15px;
}

.submenu-level3-no a:link,.submenu-level3-no_last a:link {
	color: #7f7976;
}

.submenu-level3-no a:visited,.submenu-level3-no_last a:visited {
	color: #7f7976;
}

.submenu-level3-no a:hover,.submenu-level3-no_last a:hover {
	color: #be002d;
}

.submenu-level3-act {
	border-top: 1px solid #7e7976;
	padding: 10px 0px 10px 15px;
}

.submenu-level3-act_last {
	border-top: 1px solid #7e7976;
	border-bottom: 1px solid #7e7976;
	padding: 10px 0px 10px 15px;
}

.submenu-level3-act a:link,.submenu-level3-act_last a:link {
	color: #be002d;
}



.submenu-level3-act a:link,.submenu-level3-act_last a:link {
	color: #be002d;
}

.submenu-level3-act a:visited,.submenu-level3-act_last a:visited {
	color: #be002d;
}

.submenu-level3-act a:hover,.submenu-level3-act_last a:hover {
	color: #be002d;
}


/* level 4*/
.submenu-level4-no {
	border-top: 0px solid #7e7976;
	padding: 0px 30px 0px 15px;
}

.submenu-level4-no_last {
	border-top: 0px solid #7e7976;
	border-bottom: 0px solid #7e7976;
	padding: 0px 30px 0px 15px;
}

.submenu-level4-no a:link,.submenu-level4-no_last a:link {
	color: #7f7976;
}

.submenu-level4-no a:visited,.submenu-level4-no_last a:visited {
	color: #7f7976;
}

.submenu-level4-no a:hover,.submenu-level4-no_last a:hover {
	color: #be002d;
}

.submenu-level4-act {
	color: #be002d;
	border-top: 0px solid #7e7976;
	padding: 0px 0px 0px 15px;
}

.submenu-level4-act_last {
	border-top: 0px solid #7e7976;
	border-bottom: 0px solid #7e7976;
	padding: 0px 0px 0px 15px;
}

.submenu-level4-act a:link,.submenu-level4-act_last a:link {
	color: #be002d;
}

.submenu-level4-act a:visited,.submenu-level4-act_last a:visited {
	color: #be002d;
}

.submenu-level4-act a:hover,.submenu-level4-act_last a:hover {
	color: #be002d;
}

#right_box {

}

#content  {
	width: 570px;
	min-height: 500px;
	padding: 0px 15px 30px 15px;
}

*html #content {
	width: 570px;
}

#footer {
	text-align: left;
	padding-left: 15px;
}

#footer A:link { font-size: 10px; color: #be002d; text-decoration:none;}
#footer A:visited { font-size: 10px; color: #be002d; text-decoration: none; }
#footer A:hover { font-size: 10px; color: #be002d; text-decoration: underline; }

#menu {
	width: 180px;
	float: left;
	/*min-height: 800px;*/	
	background-color: #f4f2f2;
	text-align: left;
	padding: 46px 0px 50px 0px;
	text-transform: uppercase;
}

#meta {
	
}

*html #meta {
	width: 160px;
}

#social {
	float: left;
	margin: 50px 10px 30px 10px;
}

*html #social {
	width: 160px;
}

/* class */

.clear {
	clear: both;
}

.align-right {
	text-align: right;
}
