@charset "utf-8";
/* formatting style
--------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial,'メイリオ',sans-serif ;;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(images/back.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* basic layout
--------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding: 20px 0px 0px;
	width: 756px;
	margin-right: 2px;
	margin-left: 2px;
}
.businessconciergesurvice {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-left: 10px;
}



/* header style
--------------------------*/
#header {
	height: 135px;
	position: relative;
}
.header_logo {
	position:absolute;
	left:20px;
	top:12px;
}

h1 {
	margin:0;
	padding:1px 0 0 20px;
}
#wrapper #header h1 {
	font-size: 0.9em;
	font-weight: normal;
	color: #999999;
	line-height: 1.2em;
}

#header ul {
	width: 760px;
	position: absolute;
	left: 0px;
	top: 92px;
}
#header ul li {
	float: left;
	list-style: none;
}
.servicestext {
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-left: 10px;
}
.serviceChart {
	background-image: url(../services/images/service_chart.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 170px;
	padding-top: 315px;
	padding-left: 530px;
}

#pagetitle {
	width: 720px;
	padding: 20px;
}
#pageContents {
	width: 720px;
	padding-left: 40px;
}
#pageContents #lvlogo {
	background-image: url(../linkedvalue/images/lv_logo.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 246px;
	background-position: 0px 0px;
	padding-top: 92px;
	padding-left: 300px;
}
h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.lvlinklogo {
	margin-top: 20px;
}


.pagetext {
	width: 720px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
}


/* footer style
--------------------------*/
#footer  {
	border-top: 3px solid #999999;
	float: none;
	width: 720px;
	text-align: center;
	margin: 20px 20px 0px;
	padding-top: 5px;
}
.linegray {
	background-color: #666666;
}
.aboutTitleline {
	text-align: right;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.aboutRightline {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-left: 1px solid #999999;
}
.ryakureki {
	font-size: 90%;
	padding-top: 10px;
}
.messageSign {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 120%;
	text-align: right;
	padding-right: 100px;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 10px;
}
#message {
	padding-top: 10px;
	border-top: 1px solid #999999;
	width: 680px;
	margin-top: 20px;
}
.subtitile {
	padding-bottom: 10px;
}
.contact {
	padding-bottom: 30px;
	padding-left: 20px;
}

