@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/** font **/

body {
	color: #4E4E4E;
	line-height: 150%;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/** tag **/

dl, ul, li, dd, dt {
	list-style: none;
}

img {
	border: none;
}

/** wrapper **/

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -57px;
}

/** header **/

#header {
	margin: 0 auto;
}
#header {
	width: 100%;
}
#header h1 {
	padding-top: 18px;
}


/** global-nav **/

#global-nav {
	width: 100%;
	margin-top: 3px;
}

#global-nav li {
	float: left;
}

#global-nav a {
	display: block;
	text-indent: -9999px;
	height: 40px;
	outline: 0;
}

#global-nav-home,
#global-nav-products,
#global-nav-recruit,
#global-nav-contact {
	width: 127px;
}
#global-nav-outline,
#global-nav-office {
	width: 126px;
}
#global-nav-home a {
	background-image: url(../images/global_nav_bg_home.jpg);
}
#global-nav-outline a {
	background-image: url(../images/global_nav_bg_outline.jpg);
}
#global-nav-office a {
	background-image: url(../images/global_nav_bg_office.jpg);
}
#global-nav-products a {
	background-image: url(../images/global_nav_bg_products.jpg);
}
#global-nav-recruit a {
	background-image: url(../images/global_nav_bg_recruit.jpg);
}
#global-nav-contact a {
	background-image: url(../images/global_nav_bg_contact.jpg);
}

#global-nav a:hover {
	background-position: 0 40px;
}


/** header-sub-nav **/

#sub-nav {
	text-align: right;
}
#sub-nav li {
	display: inline;
}
#sub-nav a {
	background-image: url(../images/sub_nav_bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 10px;
	margin-left: 15px;
}
#sub-nav a:link,
#sub-nav a:visited {
	color: #666666;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#top-flash {
	margin: 10px 0;
}


/** contents **/

#contents {
	margin: 10px auto;
	padding: 0 0 10px;
	width: 100%;
}

#contents-l {
	float: left;
	width: 545px;
	padding-bottom: 30px;
}

#contents-r {
	float: right;
	width: 205px;
}

/** push **/

#push {
	clear: both;
	height: 30px;
}
#push hr {
	display: none;
}


/** footer **/

#footer {
	width: 100%;
	height: 10px;
	background-image: url(../images/foot_bg.gif);
	padding: 10px 0;
	margin-top: 27px;
	text-align: center;
}
#footer span {
	color: #FFF;
	line-height: 100%;
}


/** clearfix **/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

