@charset "euc-jp";

*{
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
}


body{
	background:#FFFFFF url(/office/images/bg.jpg) repeat-x;
	text-align:center;
}



a:link{color:#000099;}

a:visited{color:#990099;}

a:hover{color:#FF0000;}

a:active{color:#FF0000;}


img{border:none;}


.wrapper {
	background: url(/office/images/wrapper-bg-header.png) no-repeat;
	margin: 0px auto;
	padding: 46px 0px 0px;
	width: 926px;
}

.wrapper   .contents {
	background: url(/office/images/wrapper-bg-center.png) repeat-y;
	padding: 0px;
	width: 926px;
	margin: 0px;
}
.wrapper    .dl-bt-footer  {
	background: url(/office/images/wrapper-bg-footer.png) no-repeat bottom;
	padding-bottom: 50px;
}
.wrapper    .contents    .contents-center    .contents-left {
	float: left;
	width: 373px;
	padding: 20px 0px 20px 45px;
	text-align: left;
}
.contents-left-title {
	font-size: 140%;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2px;
}

.contents-left-text {
	line-height: 130%;
	margin-bottom: 15px;
	color: #666666;
	font-size: 90%;
	width: 360px;
}
.wrapper    .contents    .contents-center    .contents-right {
	float: right;
	width: 483px;
	text-align: left;
	margin-top: 20px;
	margin-right: 25px;
}
.function {
	text-align: left;
	padding: 20px 45px 45px;
}
.function-title {
	font-size: 12px;
	background: #0066FF;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}
.function-text {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
}


.function-box {
	float: left;
	width: 206px;
	margin-right: 3px;
}
.function p {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
}

.function-text p { padding: 6px; }


.ContentsClear { clear: both; }
