﻿/*-----------------------------CSS Reset-------------------
-------------------------------------------------------- */
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

a:link, a:visited {
text-decoration: none;
}

a:hover, a:active, a:focus {
text-decoration: none;
}
/*-----------------Schriften--------------------------------
----------------------------------------------------------*/
body{
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 100%;
    line-height: normal;
    background-color: #132948;
    color: white;

}
h1, h2, h3, h4 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.8em;
}
h1 {
	font-size: 2.0em;
}
h2{
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
p{
	font-size: 1.0em;
	margin-bottom: 1.0em;
}
a:link, a:visited, a:active { 
	text-decoration: none; 
	color: white;
}
a:hover { 
	text-decoration: underline;
	color: white;
}
/*-----------------Layout-----------------------------------
----------------------------------------------------------*/
#container {
	background-color: #245089;
	width: 746px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}
#head_a {
	height: 63px;
	width: 216px;
	float: left;
}
#head_a h1 {
	background: url('../images/logo.gif') no-repeat left top;
	height: 63px;
	margin-bottom: 0px;
	text-indent: -9999px;
}
#head_c {
	height: 63px;
	width: 216px;
	float: left;
}
#head_c h1 {
	background: url('../images/WCTI-logo.jpg') no-repeat left top;
	height: 63px;
	margin-bottom: 0px;
	text-indent: -9999px;
}
#head_b {
	background: #3b8854 url('../images/unique_access_to_japan.gif') no-repeat left top;
	height: 63px;
	width: 530px;
	float: right;
}
#head_b ul {
margin-top: 7px;
}
#head_b li {
	margin-left: 25px;
	margin-right: 15px;
	font-size: 0.9em;
	display: inline;
	float: right;
	width: auto; 	
	background: url('../images/arrow.gif') no-repeat left 5px;
	padding-left: 12px;
	height: 100%;
}
#content_background {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.index_background {
	background: url('../images/content_background.jpg') repeat-y left top;	
}
.all_background {
	background: url('../images/all_content_background.jpg') repeat-y left top;
}
.wcti_background {
	background: url('../images/wcti_content_background.jpg') repeat-y left top;
}
#column_a {
	width: 216px;
	float: left;
}
#menu_a {
	padding: 0;
	width: 216px;
	font-size: 80%;
	background-color: white;
}
#menu_a ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#menu_a li {
display: block;
border: 1px solid #000000;
margin-bottom: 2px;
}
#menu_a li a, #menu_a li a:link {
text-decoration: none;
display: block;
color: #000000;
width: 204px;
padding: 5px;
}
#menu_a li a:visited {
color: #0066FF;
}
#menu_a li a:hover, #menu_a li a:active, #menu_a li a:focus {
color: #ffcc00;
}
#donation {
	background-color: #245089;
	padding: 12px;	
	text-align: center;
	line-height: normal;
}
#donation p {
	font-size: 0.9em;
}
#contact {
	background-color: #245089;
	padding: 6px;
}
#contact p {
	font-size: 0.73em;
}
#contact a {
	color: white;
}
#content {
	float: right;
	overflow: hidden;
}
.index_content{
	width: 530px;
}
#content_a {
	background-color: white;
	width: 325px;
	float: left;
	text-align: center;
}
#content_a img {
	margin-bottom: 0.5em;
}
#news {
	text-align:center;
	padding: 1em 10px 1em 10px;
	width: 284px;
	background-color: #245089;
}
#news a {
	color: white;
	font-size:x-large;
	font-style: italic;
	text-decoration:underline;
}
#news a:hover, #news a:active, #news a:focus {
color: #ffcc00;
}
#content_b {
	width: 205px;
	float: right;
}
.all_content {
	width: 512px;
	margin: 8px;
	line-height: normal;
}
.wcti_content {
	width: 512px;
	margin: 8px;
	line-height: normal;
	color: black;
}
.wcti_content h3, .wcti_content h4 {
	color: black;
}
.wcti_content img {
	margin: 8px;
}
#wcti_form label {
	display: block;
	float: left;
	width: 250px; 
	font-size: small;
	text-align: right; 
	padding-right: 1em;
	margin-bottom: 2px;
	margin-top: 2px;
}
#wcti_form input, #wcti_form select {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#wcti_form br {
	clear: left;
}
.wcti_form_full {
	width: 450px;
}
input#wcti_submit {
  float: none;
  width: auto;
}
#apply_form {
	font-size: small;
}
#apply_form label {
	display: block;
	float: left;
	width: 290px; 
	font-size: small;
	text-align: left; 
	padding-right: 1em;
	margin-bottom: 2px;
	margin-top: 2px;
}
#apply_form input, #apply_form select {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#apply_form br {
	clear: left;
}
.green_bg {
	background-color: #48AA68;
}
.highlighted {
	background-color: #51CE71;
}
input#apply_submit {
  float: none;
  width: auto;
}
#cont_form {
	font-size: small;
}
#cont_form label {
	display: block;
	float: left;
	width: 250px; 
	font-size: small;
	text-align: left; 
	padding-right: 1em;
	margin-bottom: 2px;
	margin-top: 2px;
}
#cont_form input, #cont_form select {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#cont_form br {
	clear: left;
}
input#cont_submit {
  float: none;
  width: auto;
}
.underline {
	text-decoration: underline;
}
#content_b strong.headline {
background: url(../images/arrow.gif) no-repeat left 4px;
padding-left: 12px;
}
#content p {
	font-size: 1.0em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
#content ol {
	list-style: decimal;
	padding-left: 1.5em;
} 
#content ul{
	list-style: disc;
	padding-left: 1.5em;
}
#content.all_content img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#letter {
	margin-left: 8px; 
	margin-right: 8px; 
	margin-top: 8px;
	margin-bottom: 8px; 
	font-size: 0.71em;
	overflow: hidden;
}
#letter img {
	text-align: left;
	float: left;
	margin:  2px 8px 2px 0;
}
#letter a {
	font-size: 0.8em;
	font-weight: bold;
	float: right;
	width: auto;
}
#suita_pic {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}
#partner {
	margin-left: 8px; 
	margin-right: 8px; 
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 0.71em;
	overflow: hidden;
}
#partner img {
	text-align: left;
	float: left;
	margin: 2px 8px 2px 0;
}
#partner a {
	font-size: 0.8em;
	font-weight: bold;
	float: right;
	width: auto;
}
#konichiwa {
	width: 90%;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	background-color: white;
	color: black;
	text-align: left;
}
#contact_form {
	font-size: small;
}
#low_menu {
	background-color: #4DB36D;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	padding:8px;
	border:solid;
	border-width:1px;
	border-color:#666666;
	font-size: small;
}
#foot {
	background-color: #245089;
	width: 746px;
	float: left;
}
#foot_a {
	width: 216px;
	float: left;
	text-align: center;
	height: 37px;
	line-height: 37px;
	font-size: small;
}
#foot_b {
	background: url('../images/bottom_bkg.gif') no-repeat left top; 
	width: 530px;
	height: 37px;
	float: right;
	line-height: 37px;
}
#foot_b p {
	font-size: 0.73em;
	text-align: center;
	margin: 0px;
}
.not_visible {
	font-size: xx-small;
}
