/*
##################################################
#local.css 
#Version 01
#StyleSheet coding: Go Kikuchi
#Copyright 2005 Go Kikuchi All rights reserved.
##################################################
*/

/*####mainarea####
-----------------------------------------------------------------------------------*/
h1 {
	margin: 0 0 0.8em 0;
	padding: 0.1em 0 0.1em 4px;
	color: #660;
	font-size: 1.6em;
	border-bottom: 1px solid #660;
	border-left: 8px solid #660;
}

h2 {
	margin: 0 0 0.4em 0;
	padding: 0 0 0.2em 0.2em;
	color: #660;
	font-size: 1.2em;
	line-height: 120%;
	border-bottom: 1px solid #666;
}

h3 {
	margin: 0 0 0.4em 0;
	color: #660;
	font-size: 1.0em;
	line-height: 120%;
}

p {
	font-size: 0.8em;
	line-height: 150%;
}

strong.import {
	color: #C30;
}

ol,ul {
	margin: 0 0 0.4em 1.6em;
}

li {
	margin: 0 0 0.4em 0;
	font-size: 0.8em;
	line-height: 150%;
}

li li {
	font-size: 1em;
}
/*-----------------------------------------------------------------------------------*/

/*####smry####
-----------------------------------------------------------------------------------*/
.leftsmry {
	width: 520px;
	float: left;
}

.rightsmry {
	width: auto;
	margin: 0 0 0 537px;
}

dl.photo {
	width: 300px;
	float: right;
}

.photo dd {
	margin: 0 0 20px 0;
	font-size: 0.7em;
	line-height: 120%;
}
/*-----------------------------------------------------------------------------------*/

/*####table####
-----------------------------------------------------------------------------------*/
table.history {
	border-collapse: collapse;
}

.history th {
	padding: 0.1em 0.4em;
	background: #DFC541;
	font-size: 0.9em;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px solid #999;
	white-space: nowrap;
}

.history td {
	padding: 0.1em 0.2em;
	font-size: 0.8em;
	line-height: 150%;
	border-bottom: 1px solid #999;
}

table.outline {
	margin: 0 auto;
	border-collapse: collapse;
}

.outline td {
	padding: 10px;
	vertical-align: top;
}

table.rush {
	margin: 0 auto;
	border-collapse: separate;
}

.rush th {
	padding: 0.1em 0.9em 0.1em 0.2em;
	font-size: 0.9em;
	line-height: 150%;
}

.rush td {
	padding: 0.1em 0.2em;
	font-size: 0.9em;
	font-wight: bold;
	line-height: 150%;
}

table.tell {
	margin: 0 auto;
	border-collapse: collapse;
}

.tell td {
	padding: 0.4em;
	text-align: center;
	border: 1px solid #999;
}

table.aply {
	margin: 0 auto;
	border-collapse: collapse;
}

.aply td.lnk {
	padding: 0.8em;
	white-space: nowrap;
}

table.tt {
	margin: 0.4em 0 0 0;
	border-collapse: collapse;
}

.tt caption {
	padding: 0 0 0.4em 0.4em;
	font-size: 0.75em;
	line-height: 145%;
	text-align: left;
}

.tt th {
	padding: 0.1em 0.2em;
	background: #DFC541;
	font-size: 0.9em;
	line-height: 150%;
	border: 1px solid #999;
	white-space: nowrap;
}

.tt td {
	padding: 0.1em 0.2em;
	font-size: 0.8em;
	line-height: 150%;
	border: 1px solid #999;
}

.tt td.noline {
	padding: 0.1em 0.2em;
	font-size: 0.8em;
	line-height: 150%;
	border: 0px;
}

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



