
/* -----------------------------------------

	LAYOUT

	01: Apply to All
	02: Default Value
	03: Headding
	04: Structured Text
	05: Font Style Elements
	06: List
	07: Clear Floating
	08: Hide and Delete
	09: Content Default

----------------------------------------- */

/* 01: Apply to All
----------------------------------------- */

* {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
	vertical-align: baseline;
	}

body {
	font-family:
		Helvetica,
		Arial,
		Tahoma,
		sans-serif;
	}


/* 02: Default Value
----------------------------------------- */

img, table {
	border-width: 0;
	border-style: none;
	border-color: #fff;
	}

img {
	vertical-align: bottom;
	}

td {
	text-align: left;
	vertical-align: top;
	}

sup {
	vertical-align: super;
	}

input {
	vertical-align: middle;
	color: #000;
	}

textarea {
	color: #000;
	}

a {
	color: #666;
	}

a:hover {
	color: #000;
	}

/* 03: Headding
----------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	}


/* 04: Structured Text
----------------------------------------- */
em, strong, dfn, code, samp, kbd, var, blockquote, q, cite, pre, abbr, acronym, ins, th {
	font-weight: normal;
	font-style: normal;
	}


/* 05: Font style elements
----------------------------------------- */
b, strong { font-weight: bold; }
i, em { font-style: italic; }
del { text-decoration: line-through; }


/* 06: List
----------------------------------------- */
ul, ol, dl, menu, dir, li, dt, dd {
	list-style: none;
	}


/* 07: Clear Floating
----------------------------------------- */
.x:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.x {
	display: inline-table;
	}

/* hide from ie-mac \*/
* html .x { height: 1%; }
.x { display: block; }
/* end hide from ie-mac */

.z {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	}


/* 08: Hide and Delete
----------------------------------------- */
.alt {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	text-indent: -50000px;
	}

.dlt {
	display: none;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	text-indent: -50000px;
	}


/* 09-01:Layout
----------------------------------------- */
body {
	/* Layout All Elements to Center (for IE ~5.5) */
	text-align: center;
	/* Set Background Color */
	background: #fff url("../../common/img/background.gif") 0 0 repeat;
	}


body #main {
	/* Return the Text-Align Center to Left */
	text-align: left;
	width: 800px;
	/* Layout All Elements to Center */
	margin-left: auto;
	margin-right: auto;
	}

div#header {
	width: 800px;
	background: url("../../common/img/header_bg.gif") 0 0 no-repeat;
	padding: 55px 0 0 0;
	}

div#header img {
	margin-bottom:10px;
	}

#contents {
	margin-top: 0;
	padding-top: 0;
	}

#footer {
	width: 800px;
	padding:30px 0 30px 0;
	text-align: center;
	font-size:x-small;
	color: #000;
	}

#footer a.link-footer {
	color: #3E1F16;
	text-decoration: none;
	}

#footer a.link-footer:hover {
	color: #2B1E14;
	border-bottom: 1px solid #2B1E14;
	}

.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left; }
.top {vertical-align:top; }
.middle { vertical-align:middle; }
.bottom {vertical-align:bottom; }

input, textarea, select{
	margin:5px;
	}

/* 09-02:Navigation
----------------------------------------- */
#globaltop {
	display:block;
	margin-top:-14px;
}

#globaltop a {
	float:right;
	background:url("../../common/img/globaltop.gif") 0 0 no-repeat;
	width:130px;
	height:11px;
	margin-bottom:3px;
	}

#globaltop a:hover {
	background-position: 0 -11px;
	}

/* 09-02:List
----------------------------------------- */

#content dt {
	margin-top: 14px;
	font-weight: bold
	}

#content dd,
#content li {
	margin-top: 4px;
	margin-left: 12px;
	}

/* 09-03:Table
----------------------------------------- */

table.type1 {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

table.type1 th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	}

table.type1 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	}

.bgcolor1 { background-color: #eee; }
.bgcolor2 { background-color: #eef2fc; }
.bgcolor3 { background-color: #dee5fa; }


/* 09-04:Link
----------------------------------------- */
a.link-b { color: #666; }
a.link-b:hover { color: #3366cc; border-bottom: 1px dotted #3366cc; }

/* 09-05:Item
----------------------------------------- */
.enclose {
	border: 1px solid #ccc;
	background-color: #eef2fc;
	margin-top: 10px;
	padding: 10px 15px;
	width: 380px;	/* for IE 4, 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 380px;	/* Actual Value */
}

.break10 {
	width: 10px;
	height: 10px;
	clear: both;
}

img.leftside {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.rightside {
	clear: both;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.centerside {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

img.border {
	border: 1px solid #ccc;
	}

strong.status, strong.must {
	color: #f90;
	}


