﻿@charset 'UTF-8';

/* ----------------------------------------

	MESSAGE CSS 

---------------------------------------- */


/* Base
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img {
	display: block;
	border: none;
}
h1,h2,h3 {
	font-size: 1%;
	line-height: 1%;
}
ul,dl,ol {
	list-style: none;
	list-style-position: outside;
}

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Common
---------------------------------------- */
body {
	padding-top: 25px;
	font-size: 12px;
	line-height: 142%;
	font-family: sans-serif;
	color: #444444;
	background: #ffffff url(../../common/images/body_bg.gif) repeat-x left top;
	text-align: center;
}
#warrper {
	width: 682px;
	margin: 0 auto;
	background: url(../../common/images/contents_bg00.gif) repeat-y center top;
	text-align: left;
}
#container {
	padding: 0 6px 0 4px;
	background: url(../img/bg.gif) no-repeat center top;
}

/* Hedder
---------------------------------------- */
#hedder {
	padding: 0 10px;
	min-height: 68px;
	padding-top: 16px;
}
#hedder #labTitle {
	padding-bottom: 25px;
}
#hedder #labTitle #pageName {
	float: left;
	padding-right: 10px;
}

#hedder #labTitle #labTop {
	float: left;
	padding-top: 4px;
}
#hedder #labTitle #labTop a {
	display: block;
	width: 42px;
	height: 7px;
	background: url(../../common/images/lab_btn.gif) no-repeat left top;
	text-indent: -9999px;
	text-decoration: none;
}
#hedder #labTitle #labTop a:hover {
	background-position: -42px 0;
}

#hedder #title {
	padding-left: 20px;
}
#hedder #title h1 {
	float: left;
}
#hedder #title #version {
	padding-top: 22px;
	color: #666666;
	font-size: 10px;
	line-height: 1%;
}
#hedder #title #lead {
	clear: both;
	margin-top: 27px;
}

/* Contents
---------------------------------------- */
#contents {
	margin: 0 10px;
	padding-bottom: 36px;
	background: #ffffff;
	text-align: center;
}
#contents #imgFooter {
	height: 63px;
}

td {
	padding-left: 20px;
	padding-right: 20px;
}

/* Footer
---------------------------------------- */
#footer {
	padding: 14px 10px 31px 352px;
	background: #ffffff url(../img/footer_top.gif) no-repeat left top;
}

/* Hack
---------------------------------------- */

/* --- for WinIE 6.0 under --- */
/*\*/

* html body {
	font-size: 78%;
}
* html table {
	font-size: 90%;
}
* html table th {
	font-size: 90%;
}
* html table th td {
	font-size: 90%;
}
* html #hedder {
	height: 185px;
}
* html #hedder #title #version {
	font-size: 90%;
}
* html #hedder #labTitle #labTop a {
	position: relative;
}
* html #footer {
	height: 1px;
}
/**/
