﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body.bodyB {
	background-color: #000000;
	background-image: url("../img/brand_human2.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.contentsDiv {
	width: 801px;
	margin: 0 auto 0 auto;
}
div.leftMenuB {
	background-color: #FFFFFF;
	color: #005150;
	font-size: 0.9em;
}
div.leftMenuB img {
	margin: 10px 0 0 15px;
}
div.leftMenuB p {
	margin: 0 0 0 15px;
}
div.mainContentsB {
	color: #FFFFFF;
	float: right;
	width: 600px;
	background-image: url(../img/brand_background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 256px;
	background-color: #000000;
}
div.mainContentsB h1 {
	background-image: url("../img/brand_title.gif");
	width: 520px;
	height: 40px;
	margin: 80px 0 20px 40px;
}
div.mainContentsB table {
	margin-left: 40px;
}
div.mainContentsB h1 span {
	display: none;
}
div.mainContentsB a {
	color: #FFFFFF;
}
div.mainContentsB li {
	list-style-type: none;
	font-size: 0.8em;
}
img {
	border: none;
}
td img {
	margin: 5px 0 5px 0;
}
td p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

a:visited {color:#005150;  
        text-decoration: none;}
		
		
a:link {color:#005150;   
     text-decoration: none;}

		
a:active {color:#005150;
	text-decoration: none;}
