@charset "UTF-8";

body {
	color: #666666;
	font-size: 75%;
	font-family: sans-serif;
	background: #FF0000;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 786px;
	margin: 40px auto;
	padding-top: 0px;
	background: #FFFFFF;
	}
h1#logo {
	height: 176px;
	margin: 0 7px 30px 7px;
	background: url(../images/h1_bg.jpg) no-repeat;
}
h1#logo img {
	position: relative;
	left: 80px;
	top: 68px;
}
.section {
	float: left;
	display: inline; /* for WinIE6 */
	width: 222px;
	margin: 0 0 30px 30px;
}
.section h2 {
	margin-bottom: 6px;
}
.section p {
	margin-bottom: 10px;
}
.section dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}
#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: center;
	background: url(../images/copyright_bg.gif) left bottom no-repeat;
}
#dlleft {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 0px;
	text-align: center;
}
#dlcenter {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 0px;
	text-align: center;
}
#dlright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 0px;
	text-align: center;
}
/* 下階層への導入部分
---------------------------------------------*/
#lead p.leadSentence {
	line-height: 1.5;
	margin-bottom: 20px;
}
#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#lead .column .sectionx {
	width: 222px;
}
#lead .column #leadPurpose,
#lead .column #leadTerms {
	float: left;
}
#lead .column #leadEnvironment,
#lead .column #leadAccess {
	float: right;
}
#lead .column .section h2 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
}
#lead .column .section h2 a {
	display: block;
	width: 222px; /* for WinIE6 */
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../images/lead_a_bg.gif) left center no-repeat;
	text-decoration: none;
}
#lead .column .section h2 a:active {
	background: url(../images/lead_a_bg.gif) right center no-repeat;
}
#lead .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}