@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 1.4;
	font-size: 75%; /* IE */
	font-family: Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}

img {
	border:none;
}
a {	
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:hover	{ 
	color: #FFFFFF; 
	text-decoration: none;
}
h1,h2,h3,div,p,ul,li {
	margin: 0;
	padding: 0;
}


/* CONTENT
============================================================ */
#content {
	margin: 10px auto 10px;
	padding: 0;
	width: 850px;
}

/* CONTENT LEFT
------------------------------------------------------------ */
#content #left {
	margin: 0;
	width: 234px;
	background-color: #555555;
	float: left;
}
#left div.logo {
	margin: 0;
	padding: 0 0 10px;
	background-color: #000000;
}
#left div.section {
	margin: 10px auto 10px;
	width: 216px;
}
#left div.section p.icon {
	padding: 0 0 0 15px;
	background: url(../img/bg_icon_01.gif) no-repeat left center;
}
#left div.section p.text {
	margin: 5px 0 10px;
	font-size: 84%;
}
#left div.section div.title {
	margin: 0 auto 10px;
	width: 216px;
}

/* CONTENT RIGHT
------------------------------------------------------------ */
#content #right {
	margin: 0;
	padding: 0;
	width: 606px;
	float: right;
}
/* section_B
------------------------------------------------------------ */
#right div.section_B {
	margin: 0 0 10px;
	width: 606px;
	background-color: #0292a9;
}
#right div.section_B h2 {
	margin: 0 0 10px;
	width: 606px;
}
#right div.section_B h3 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 110%;
}
#right div.section_B table {
	margin: 0 15px 10px;
}
#right div.section_B p.text {
	margin: 5px 15px 10px;
}
/* section_R
------------------------------------------------------------ */
#right div.section_R {
	margin: 0 0 10px;
	width: 606px;
	background-color: #a91802;
}
#right div.section_R h2 {
	margin: 0 0 10px;
	width: 606px;
}
#right div.section_R h3 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 110%;
}
#right div.section_R table {
	margin: 0 15px 10px;
}
#right div.section_R p.text {
	margin: 5px 15px 10px;
}
/* section_G
------------------------------------------------------------ */
#right div.section_G {
	margin: 0 0 10px;
	width: 606px;
	background-color: #92a902;
}
#right div.section_G h2 {
	margin: 0 0 10px;
	width: 606px;
}
#right div.section_G h3 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 110%;
}
#right div.section_G table {
	margin: 0 15px 10px;
}
#right div.section_G p.text {
	margin: 5px 15px 10px;
}

/* FOOTER
============================================================ */
#footer {
	margin: 10px 0;
	padding: 0;
	width: 850px;
	height: 83px;
	background: url(../img/bg_footer.gif) 0 0 no-repeat;
	clear: both;
}
#footer div.data {
	padding-top: 25px;
	text-align: center;
	color: #555555;
	font-size: 84%;
	
}