@charset "utf-8";
/*##################################################
-------------LIST-------------
-: Reset
-: Wrapper
-: Header
-: Footer
-: gNav
-: Link
-: Common
-: Adjsument
-: transparent_backgroudPNG
-: Clearfix
------------------------------
##################################################*/



/* --------------------------------------------------
-: Reset
 -------------------------------------------------- */
html {
	overflow-y: scroll;
}
body	{
	background:#000 url(images/bg_top.jpg) center top repeat-x;
	font: 13px/1 Verdana,Arial,Helvetica,Sans-Serif;
	*font-size: small;
	*font: x-small;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 
table	{
	border-collapse: collapse;
	border-spacing: 0;
} 
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
} 
caption,th	{
	font-weight: normal;
	text-align: left;
} 
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5	{
	font-size:100%;
	font-weight:normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align:bottom;
}
li {
	list-style-type:none;
}
strong {
	font-weight:bold;
}
sup	{font-size:75%; margin-right:2px; vertical-align:top;}
sub	{font-size:75%; margin-right:2px; vertical-align:text-bottom;}


/* --------------------------------------------------
-: Wrapper
 -------------------------------------------------- */
#wrapper {
	background:url(images/bg_btm.jpg) center bottom no-repeat;
	padding-bottom:250px;
}
#wrap {
	background:url(images/bg_ph.jpg) center top no-repeat;
	font-size:108%;
}
#contents {
	width:900px;
	min-height:600px;
	margin:0 auto;
	padding-top:70px;
	text-align:left;
}
#boxL {
	background:url(images/txt_left.jpg) left top no-repeat;
	width:360px;
	padding:50px 0 0 160px;
	float:left;
}
#boxR {
	width:330px;
	padding-top:50px;
	float:right;
}
h1 {
	margin-bottom:30px;
	font-weight:bold;
	font-size:142.8%; 
}
p {
	line-height:1.4;
	margin-bottom:20px;
}
.call {
	margin-bottom:50px;
	padding-left:110px;
	position:relative;
	line-height:1.5;
}
.call dt {
	margin-bottom:10px;
	font-size:153.9%;
	line-height: 1;
}
.call .pic {
	position:absolute;
	left:0;
	top:0;
}
#wrap .linkedin {
	background:url(images/icon_linkedin.jpg) left top no-repeat;
	height:41px;
	padding-left:50px;
	line-height:41px;
}
.quotation {
	background:url(images/quotation.jpg) left top no-repeat;
	padding:10px 0 0 50px;
}
.quotation em {
	width:280px;
	font-size:123.1%;
 	font-style:italic;
}
.quotation em img {
	margin-bottom:-10px;
}

h2 {

	margin-bottom:10px;
	font-size:153.9%;
	line-height: 1;
}



/* --------------------------------------------------
-: Link
 -------------------------------------------------- */
a	{
	color:#fff;
	text-decoration:none;
	outline: none;
}
a:hover	{
	color:#fff;
	text-decoration:underline;
}

/* --------------------------------------------------
-: Adjusment
 -------------------------------------------------- */

.mb0 { margin-bottom:0!important;}
.mb10 { margin-bottom:10px!important;}
.mb30 { margin-bottom:30px!important;}
.mb50 { margin-bottom:50px!important;}

.mr0 { margin-right:0!important;}



/* --------------------------------------------------
-: ClearFix
-------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.cf { display: inline-block; }
.cf { display: block; }


form {
    margin: 0 0 0 0px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 0px;
}

form p {
    margin: 0 0 0px 0;
}

.formbox {
    width: 260px;
}

fieldset {
    border: none;
}

#send {

}

label {
    color: #fff;
	float: left;
	width: 60px;
}

input { 
	width: 240px !important;
	color: #fff;
	background: #000;
	padding: 5px;
}

input#send { 
	margin: 0 0 0 60px;
	width: 125px !important;
}


.warning {
    font-weight: bold;
    color: #f00;
}

.success { 
	color: #abe18b;
	font-weight: bold;
}


.required {
	font-weight: normal;
	color: #f00;
	font-size: 80%;
	}

input:focus, textarea:focus { border: 2px solid #5F7BFF; }





