/* base
===================================================== */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	text-align: center;
}
body, td, th {
	color: #666666;
	font-size: 10pt;
	line-height: 130%;
	font-weight: normal;
	text-decoration: none;
}
img {
	border-style: none;
}
table {
	border-collapse: collapse;
}
td, th {
	text-align: left;
}
a {
	outline:none;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
}
strong {
	font-weight: bold;
}
/* layout
============================================== */
#wrapperOuttable {
	height: 100%;
	width: 100%;
}
#wrapperOuttd {
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
h1 {
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	color: #d7f0b4;
}
#wrapperIn {
	margin: auto;
	padding: 25px;
	width: 800px;
	border: 1px solid #78cd03;
	-webkit-border-radius: 10px;	/* SafariAGoogle Chrome */
	-moz-border-radius: 10px;	/* Firefox */
	text-align: left;
}
#header {
	background: #d7f0b4 url(../05imgs/_logo/maruyama_web_index.png) no-repeat 447px center;
	width: 800px;
}
#content1 {
	padding: 20px 0px 0px;
	width: 800px;
}
#content2 {
	text-align: center;
	padding: 5px 0px;
	background: #78cd03;
	width: 800px;
}
#content3 {
	text-align: center;
	padding: 10px 0px;
	width: 800px;
	background: #cfcfcf url(../05imgs/_logo/maruyama_web2_index.gif) no-repeat 50px center;
	border-top: 3px solid #ffffff;
}
#footer {
	padding-top: 5px;
	font-size: 0.8em;
	line-height: 120%;
	color: #777777;
}
/* factor
===================================================== */
#header img {
	margin: 15px auto 15px 25px;
	vertical-align: middle;
}
#content1 dl {
	margin: 0px 20px 20px 70px;
}
#content1 dt {
	color: #3fb84c;
}
#content1 dd {
	margin-left: 50px;
	margin-bottom: 5px;
}
#content3 div {
	margin-left: 250px;
	height: 80px;
	width: 500px;
	overflow-y: scroll;
	background: #FFFFFF;
	font-size: 0.9em;
	line-height: 120%;
	text-align: left;
	display: block;
}
#content3 div p {
	padding: 10px 20px;
}
/* a
===================================================== */
dt a {
	background: url(../05imgs/_base/arrow1c.gif) no-repeat right center;
	padding-right: 18px;
}
dt a:link {
	color: #3fb84c;
	text-decoration: none
}
dt a:visited {
	color: #3fb84c;
	text-decoration: none
}
dt a:hover {
	background: url(../05imgs/_base/arrow1b.gif) no-repeat right center;
	color: #f30;
	text-decoration: none
}
dt a:active {
	color: #3fb84c;
	text-decoration: none
}
dd a {
	background: url(../05imgs/_base/arrow1e.gif) no-repeat right center;
	padding-right: 18px;
}
dd a:link {
	color: #666;
	text-decoration: none
}
dd a:visited {
	color: #666;
	text-decoration: none
}
dd a:hover {
	background: url(../05imgs/_base/arrow1b.gif) no-repeat right center;
	color: #f30;
	text-decoration: none
}
dd a:active {
	color: #666;
	text-decoration: none
}
#content2 a {
	background: url(../05imgs/_base/arrow1f.gif) no-repeat right center;
	padding-right: 18px;
}
#content2 a:link {
	color: #ffffff;
	text-decoration: none
}
#content2 a:visited {
	color: #ffffff;
	text-decoration: none
}
#content2 a:hover {
	color: #ffffff;
	text-decoration: underline
}
#content2 a:active {
	color: #ffffff;
	text-decoration: none
}
#footer a {
	color: #777777;
	text-decoration: none
}
