@charset "utf-8";
/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for corporate site.
	[ top page css :top.css ]	
	Copyright（C）2007 LEXUES Inc.All Rights Reserved.
------------------------------------------------------------------------- */
/* ====================================================================== */
/* reset*/
/* ====================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
a img { 
	border: 0;
}
img { 
	vertical-align:bottom;
}
.clear {
	clear: both;	
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ====================================================================== */
/* common*/
/* ====================================================================== */
body {
	color: #666666;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	background-attachment: fixed;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrap {
	width: 770px;
	margin: 0px auto;
	text-align: left;
}
/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	color: #89b5c6;
	text-decoration: underline;
}
body a:visited {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
	color: #fe9b00;
}


#wrap h1 {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 770px;
	text-indent: -9999px;
}
#wrap .dl_file {
	font-weight: bold;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrap #history {
	background-color: #FFFFFF;
	padding: 20px;
	line-height: 120%;
	background-image: url(../img/lex_bgBt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
}
#wrap #history h2 {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../img/pc_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
}


#wrap #history p {
	padding-top: 10px;
	font-size: 95%;
}
#wrap #service {
	background-color: #FFFFFF;
	padding: 15px;
	line-height: 120%;
	margin-top: 20px;
}
#wrap #footer .ad {
	font-size: 80%;
	float: left;
}


#wrap #footer .copy {
	font-size: 75%;
	clear: left;
	text-align: right;
}
#wrap #footer .back {
	font-size: 75%;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 6px;
	float: right;
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-top: 3px;
	margin-right: 5px;
}

#wrap #footer em {
	font-weight: bold;
}

#wrap #service h2 {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../img/pc_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
}
#wrap #service .sv_detail .sv_txt h3 {
	font-weight: bold;
	font-size: 110%;
}
#wrap #service .sv_detail .sv_txt p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 95%;
}
#wrap #service .sv_detail .sv_txt li {
	font-size: 85%;
	padding-top: 3px;
}


#wrap #service .sv_detail img {
	float: left;
}
#wrap #service .sv_detail {
	padding: 15px;
	clear: left;
}
#wrap #service .sv_detail .sv_txt {
	float: left;
	width: 550px;
	padding-left: 20px;
}
#wrap #footer {
	background-color: #FFFFFF;
	padding: 15px;
	margin-top: 20px;
	clear: left;
	margin-bottom: 20px;
}
