﻿@charset "UTF-8";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : style.css
  Date       : 2006.02.10
  Last Update: 2006.02.10
-------------------------------------------------*/
* {
	background-repeat: no-repeat;
}
/*
Body Module
-------------------------------------------------*/
body {
	background-color: #F1F1F3;
}

/*
Text Module
-------------------------------------------------*/
p,li {
	line-height: 1.5;
}

strong {
	font-weight: bold;
}

/* layout
-------------------------------------------------*/

/* content */
#wrapper {
	width: 638px;
	border: 1px solid #B6BAC5;
	background-color:#fff;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* content */
#content {
	text-align: left;
	font-size: 85%;
	padding: 30px 35px 0 35px;
}

/* header */
h1 {
	width: 638px;
}

/* footer */
#footer {
	clear: both;
}


/* page style
-------------------------------------------------*/
/* tbl00 */

.tbl00 th {
	text-align: center;
	color: #005796;
	font-weight: bold;
}

.tbl00 th,
.tbl00 td {
	padding: 5px 10px;
	background-color: #F1F1F3;
	border-right: 1px solid #F1F1F3;
}

.tbl00 td.border-none {
	border-right: none;
}

.tbl00 td.text {
	padding-left: 30px;
}

.odd td {
	background-color: #fff;
}

.table-caption td {
	background-color: #b6b9c5;
	font-weight: bold;
}

/* title */
h3 {
	font-weight: bold;
	padding-bottom: 2px;
}

.gray {
	color: #333;
}

.blue a,
.blue a:hover,
.blue a:visited {
	color: #005796;
}

.bottom-border {
	background-image: url(../../img/bt_line.gif);
	background-position: bottom;
}

/* special class
-------------------------------------------------*/
/* float */
.float-left {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.float-center {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.float-right {
	display: block;
	float: left;
}
/* caption */
.caption {
	padding-left:1em;
	text-indent:-1em;
	font-size: 100%;
}

.no-cap {
	padding-left: 1em;
}

.no-cap dt {
	padding-top: 0.2em;
}

.caption-list {
	padding-left: 1.4em;
	list-style: outside;
	list-style-type: disc;
}

.caption-p,
.caption-list li {
	font-size: 100%;
	color: #666;
}

/* clearfix */
.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 */


/*
global
-------------------------------------------------*/
#global_header {
	margin-bottom: 30px;
}

#global_header table {
	background-color: #fff;
}

#global_header table td {
	background-repeat: repeat-x;
}

#global_footer {
	margin-top: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

