@charset "utf-8";
@import "../css/reset.css";
@import "../css/global.css";

/* basic elements */

body{
 	background: #fff;
	color: #000;
	font-size: 10px;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3" "ヒラギノ角ゴ Pro W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
	text-align: center;
}
* html body{ font-size: 68%; }

form, input { margin: 0; padding: 0; }
code { font: 1.1em 'Courier New', Courier, Fixed; }

a:link{
	border-bottom: 1px dotted #ccc;
	color: #006699;
}
a:visited{
	border-bottom: 1px dotted #ccc;
	color: #666699;
}
a:hover, a:visited:hover{
	border-bottom: 1px dotted #666;
	color: #0033CC;
}
a:active{
	border-bottom: 1px dotted #666;
	color: #FF0000;
}

.map{
	margin: 0 0 10px 0;
}

/* Layout */
#container{
	margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
	text-align: left;
	width: 820px;
}
#header{
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 820px;
}
#content{
	float: right;
	width: 590px;
}
#section{
	float: left;
	width: 230px;
}
#section p{
	font-size: 1.1em;
	line-height: 1.4;
	padding: 20px 0;
	text-align: left;
	width: 200px;
}
/* **********************************************-********************************************** */

/* #subnavigation */
#subnavigation{
	background: #3B3B3B;
	font-size: 1.2em;
	padding: 10px;
	width: 180px;
}
#subnavigation li a{
	background: #CECECE no-repeat 0 0;
	border-bottom: 1px solid #3B3B3B;
	display: block;
	height: 24px;
	text-indent: -999em;
	width: 180px;
}
/* *no ie mac \*/
#subnavigation li a{ overflow: hidden; }
/* */
#subnavigation li#nav-profile, #subnavigation li#nav-profile a{ background-image: url("media/nav-profile.gif") }
#subnavigation li#nav-philosophy, #subnavigation li#nav-philosophy a{ background-image: url("media/nav-philosophy.gif") }
#subnavigation li#nav-history, #subnavigation li#nav-history a{ background-image: url("media/nav-history.gif") }
#subnavigation li#nav-help, #subnavigation li#nav-help a{ background-image: url("media/nav-help.gif") }
#subnavigation li#nav-trust, #subnavigation li#nav-trust a{ background-image: url("media/nav-trust.gif") }
#subnavigation li#nav-president, #subnavigation li#nav-president a{ background-image: url("media/nav-president.gif") }
#subnavigation li#nav-matrix, #subnavigation li#nav-matrix a{ background-image: url("media/nav-matrix.gif") }
#subnavigation li#nav-clients, #subnavigation li#nav-clients a{ background-image: url("media/nav-clients.gif") }
#subnavigation li#nav-map, #subnavigation li#nav-map a{ background-image: url("media/nav-map.gif") }
#subnavigation li#nav-profile a:hover, 
#subnavigation li#nav-philosophy a:hover, 
#subnavigation li#nav-history a:hover,
#subnavigation li#nav-trust a:hover,
#subnavigation li#nav-help a:hover,  
#subnavigation li#nav-president a:hover,  
#subnavigation li#nav-matrix a:hover, 
#subnavigation li#nav-clients a:hover, 
#subnavigation li#nav-map a:hover, 
#subnavigation li.nav-selected a{
	background-color: #FF9900;
	background-position: 0 -24px;
	border-bottom: 1px solid #565656;
}
/* **********************************************-********************************************** */

/* #content common */
#content h2{
	margin: 0 0 0.5em 0;
}
#content h3{
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#content h4{
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#content p{
	font-size: 1.2em;
	line-height: 1.6;
	margin: 0 0 1em 0;
}
#content strong{
	background: #ffffcc;
	font-weight: bold;
	padding: 0 2px;
}
#content .segment{
	border-bottom: 1px solid #ccc;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
}
#content ul.ulist, 
#content ul.ulist2{
	font-size: 1.2em;
	line-height: 1.5;
	padding: 0 2em;
	margin: 0 0 2em 0;
}
#content ul.ulist li{
	list-style: disc outside;
}
#content ul.ulist2 li{
	list-style: circle outside;
}
/* **********************************************-********************************************** */

/* Table */
.organization-name{
	text-transform: uppercase;
}
table.profile-table, 
table.history-table{
	margin: 0 0 4em 0;
	width: 590px;
}
table.profile-table th, 
table.profile-table td, 
table.history-table th, 
table.history-table td{
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 5px;
	vertical-align: middle;
}
table.profile-table th{
	width: 100px;
}
table.profile-table td{
	width: 470px;
}
table.history-table th{
	vertical-align: top;
	width: 120px;
}
table.history-table td{
	width: 450px;
}
#content table.profile-table td h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
table.profile-table td span.position{
	color: #333;
	display: block;
	float: left;
	vertical-align: middle;
	width: 100px;
}
table.profile-table td span.fname{
	float: left;
	display: block;
	vertical-align: middle;
	width: 370px;
}
table.profile-table td span.position2{
	color: #333;
	display: block;
	float: left;
	vertical-align: middle;
	width: 200px;
}
table.profile-table td span.fname2{
	float: left;
	display: block;
	vertical-align: middle;
	width: 270px;
}
/* **********************************************-********************************************** */

/* Microformats */
.vcard{
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 2em 0;
}
#content .vcard p{
	margin: 0;
}
.vcard .org{
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
.vcard p.intro{
	color: #666;
	font-size: 0.95em;
	margin: 0 0 4px 0;
}
.vcard .org a{ 
	border: 0;
	color: #000;
}
.vcard .adr, 
.vcard .tel, 
.vcard .fax, 
.vcard .email{
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.1em 0;
}
.vcard .spacer{
	margin: 0 0 0.5em 0;
}
/* **********************************************-********************************************** */

