/* CSS Document */

/* reset */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 646px;
}

/* header */

#header {
	padding-top: 33px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: right top;
}

h1 {
	float: left;
	height: 51px;
}

#header_navi {
	float: right;
}

#header_navi ul {
	padding-top: 17px;
}

#header_navi li {
	list-style-type: none;
	float: left;
}

/* global navigation */

/* main area */

#content {
	clear: both;
	padding-top: 15px;
}

/* left column */

#left {
	float: left;
	width: 151px;
}

/* side menu */

#left ul {
	margin: 0;
	padding: 0;
}

#left ul li {
	list-style-type: none;
	width: 145px;
	margin: 0;
	padding: 3px 3px 2px;
	background-color: #999999;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#left ul li a {
	display: block;
	width: 145px;
	color: #ffffff;
	text-decoration: none;
}

#left ul li ul li {
	background-color: #ffffff;
	font-weight: normal;
	color: #333333;
	border-bottom: solid 1px #999999;
	width: 145px;
	padding: 0;
	text-align: left;
}

#left ul li ul li.cur {
	background-color: #ffffff;
	color: #ffffff;
}

#left ul li ul li.cur a {
	color: #00427A;
}

#left ul li ul li a {
	display: block;
	width: 139px;
	height: auto;
	color: #333333;
	text-decoration: none;
	padding: 0 3px;
}

#left ul li ul li a:hover {
	background-color: #00427A;
	color: #ffffff;
}

/* right column */

#right {
	float: right;
	width: 482px;
	margin-bottom: 20px;
}

/* footer */

#foot {
	clear: both;
	padding-bottom: 28px;
	margin-top: 10px;
	border-top: solid 1px #999999;
}
.copy {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin:2px 0 0 3px;
}
.policy {
	float: right;
}


/* heading */

h2 {
	margin: 0 0 15px;
	padding: 2px 8px 0;
	background-image: url(../../images/h2.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-left: solid 3px #002c52;
	font-size: 16px;
	color: #666666;
}

h2.img {
	padding: 0;
	text-align: center;
	background: none;
	border-left: none;
}

h3 {
	border-top: solid 1px #7bb221;
	border-left: solid 1px #7bb221;
	margin: 0 0 16px 5px;
	margin-bottom: 16px;
	padding: 3px 3px 0;
	font-size: 14px;
	color: #666666;
	line-height: 120%;
}

h3.img {
	padding: 0;
	text-align: center;
	background: none;
	border-left: none;
	border-top: none;
	margin: 0 0 15px;
	line-height: 100%;
}

h4 {
	margin: 18px 10px 10px;
	color: #666666;
	background-image: url(../../images/h4.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 14px;
}

/* paragraph, list */

p {
	margin: 10px 0 18px 23px;
}

p, li, td, pre, dl {
	font-size: 12px;
	line-height: 160%;
}

ul, ol {
	margin: 10px 0 15px 25px;
	padding-left: 15px;
}

li {
	list-style-position: outside;
	margin-bottom:10px;
}

*:first-chile+html p, *:first-chile+html ul li, *:first-chile+html ol li, *:first-chile+html td, *:first-chile+html pre, *:first-chile+html dl { 
	font-size: small;
}

*html p, *html ul li, *html ol li, *html td, *html pre, *html dl {
	font-size: small;
}

/* special list */

ul.arrow {
	margin-left: 15px;
}

ul.arrow li {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	background-image: url(../../images/li.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

ul.type_none li {
	list-style-type: none;
}

ul.type_normal li {
	list-style-type: circle;
}

ul.navi_hr li {
	list-style-type: none;
	display: inline;
	border-right: solid 2px #999999;
	padding: 0 10px;
}

ul.navi_hr li a {
	font-weight: bold;
}

ul.navi_hr li.last {
	border-right: none;
}

/* spcial border */

.box_gray {
	background-color: #f6f6f6;
	border: solid 1px #666666;
	padding: 5px;
	margin-left: 13px;
}

.box_red {
	border: double 3px #cc0000;
	padding: 5px;
	margin-left: 13px;
}

.box_dot {
	border: dotted 2px #666666;
	padding: 0px;
	margin-left: 13px;
}

.box_gray p, .box_red p, .box_dot p {
	margin-right: 13px;
	margin-left: 13px;
}

/* img */

table.photo {
	border: none;
	border-collapse:collapse;
	margin: 0 auto 15px;
}

table.photo td, div.photo {
	text-align: center;
	color: #07265c;
	vertical-align: top;
	line-height: 120%;
	font-size:10px;
}

table.photo td img, div.photo img {
	margin:5px 4px;
}

.float_right {
	float: right;
	margin: 0 0 5px 10px;
	text-align: center;
}

.float_left {
	float: left;
	margin: 0 10px 5px 0;
	text-align: center;
}

.icon {
	vertical-align: middle;
	margin:0 2px 0 0;
}

/* text */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left, h2.left, h3.left {
	text-align: left;
}

h2.left, h3.left {
	padding-left:15px;
}

.mini {
	font-size: 10px;
	line-height: 120%;
}

.large {
	font-size: 110%;
	font-weight: bold;
}

.line-height_mini {
	line-height: 130%;
}

.text-indent_1 {
	text-indent: -1em;
	padding-left: 1em;
}

.text-indent_6 {
	text-indent: -6em;
	padding-left: 6em;
}

.text-indent_4 {
	text-indent: -4em;
	padding-left: 4em;
}

.bold {
	font-weight: bold;
}

div.right_mini {
	text-align:right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.normal {
	font-weight: normal;
	font-size: 0.875em;
}

.red {
	color: #CC3333;
}

.line-through {
	text-decoration: line-through;
}

/* space */

.m_t0 {
	margin-top: 0;
}

.m_t15 {
	margin-top: 15px;
}

.m_t30 {
	margin-top: 30px;
}

.m_t60 {
	margin-top: 60px;
}

.m_b0 {
	margin-bottom: 0;
}

.m_b15 {
	margin-bottom: 15px;
}

.m_b30 {
	margin-bottom: 30px;
}

.m_l50 {
	margin-left: 50px;
}

.m_l23 {
	margin-left: 23px;
}

.p_l23 {
	padding-left: 23px;
}

.m_auto {
	margin-left: auto;
	margin-right: auto;
}

/* table */

table.border_tb, table.border_none, table.border {
	border: none;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 3px;
}

table.border_none td {
	border: none;
}

table.border_tb td {
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
}

table.border td {
	border: solid 1px #666666;
}

td.td_title {
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
}

/* others */

.clear {
	clear: both;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

.navi_prev {
	font-size: 12px;
	padding: 2px 12px;
	text-align: left;
	background-image: url(../../images/h4prev.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}

.back {
	font-size: 11px;
	padding-left: 18px;
	margin-top: 18px;
}

.back a {
	padding-left: 18px;
	background-image: url(../archives/images/back.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.back a:hover, .back a:active {
	text-decoration: underline;
}

/* link */

a {
	color: #0066CC;
}

a img {
	border: none;
}

/* hr */

hr {
	display: none;
}

.line {
	margin: 10px 0;
	height: 1px;
	background-image: url(../../images/line.gif);
	background-repeat: repeat;
	clear: both;
}
