@charset "utf-8";

/*----------------------------------------------------------------------reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*----------------------------------------------------------------------clearfix*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height:1%;  /* for IE 7*/	
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*----------------------------------------------------------------------common*/

body {
	background:#f0f0f0;
	color:#036;
	font-size: 76%;
	text-align:center;
}
a {
	color: #003366;
	text-decoration:none;
}
a:hover {
		color:#c00;
}
#container {
	width:772px;
	margin:0 auto;
	background:#fff;
	border-top:25px solid #bdc9d6;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
}
.inner #container {
	border-top:25px solid #036;
}
#navigation {
	float:left;
	width:220px;
}
#content {
	float:right;
	width:510px;
	padding:0 10px 0 0;
}
body.inner #content {
	width:500px;
	margin:60px 0 0 0;
	padding:0 20px 0 0;

}
#footer {
	clear:both;
}
#totop  {
	clear:both;
}
#totop p {
	padding:30px 1px 10px 0;
	text-align:right;
}
#totop a {
	padding:3px 5px 3px 20px;
	background:url(../img/top-of-page.gif) 5px center no-repeat;
	color:#8492a4;
	text-decoration:none;
}
#totop a:hover {
	background:#8492a4 url(../img/top_over.gif) 5px center no-repeat;;
	color:#fff;
}
#head {
	height:50px;
}
h1 {
	margin:20px 0;
}
h1 a {
	display:block;
	width:162px;
	height:74px;
	background:url(../img/iti_logo.gif) left top no-repeat;
	text-indent:-9999px;
}
h2 {
	font-size:7pt;
	font-family:sans-serif;
}
h2 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #003366;
	text-decoration:underline;
	font-weight: normal;
}
h3 {
	margin:20px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #003366;
	font-weight:bold;
}
h3#first {
	margin:3px 0 3px 0;
}
h3 span.syousai {
	font-size:8pt;
	font-weight:normal;
}
h4 {
	margin:10px 0 5px 0;
}

#navigation ul {
	border-top:1px solid #CAD2DC;
	font-size: 10pt;
}
#navigation ul li {
	border-bottom:1px solid #cad2dc;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navigation ul li a {
	padding:7px 0 7px 25px;
	color: #036;
	text-decoration:none;
	display:block;
}
#navigation ul li a:hover {
	background-color: #cad2dc;
}
#navigation ul li#current a {
	background-color: #cad2dc;
}
#navigation ul li#current ul#sub-navi li a {
	background-color: #fff;
}
ul#sub-navi {
	border-top:none;
	font-size: 10pt;
}
ul#sub-navi li {
	border-bottom:none;
}
ul#sub-navi li a {
	padding:3px 0 3px 25px;
	color: #8699ae;
	text-decoration:none;
	display:block;
}
#navigation ul li#current ul#sub-navi li a:hover {
	background-color:#99CC66;
	color: #036;
}
#navigation ul li ul#sub-navi li a:hover {
	background-color:#99CC66;
	color: #036;
}
#navigation ul li ul#sub-navi li#here a {
	background-color: #cad2dc;
	color: #036;
}
#navigation ul li ul#sub-navi li#here a:hover {
	background-color: #cad2dc;
	color: #036;
}




/*----------------------------------------------------------------------top*/

body#top #content {
	height:auto;
}
#bn-area {
	height:auto;
	margin:30px 0 0;
}
#bn-area #symposium {
	margin-bottom: 10px;
}
#bn-area #symposium .announce {
	font-size:17px;
	margin-bottom: 10px;
}
#bn-area #symposium p {
	font-size: 1.2em;
	margin-top: 5px;
	text-align: right;
}

#bn-area img {
	vertical-align:top;
}
#bn-area ul {
	list-style:none;
}
#bn-area ul li {
	display:inline;
	margin:0 0 0 10px;
}
#bn-area ul li.bn-left {
	margin:0 40px 0 0;
}

#news {
	height: auto;
	clear: both;
	margin-top: 30px;
	border-top: 1px solid #000000;
}
#news h2 {
	color: #036;
	font: 20px "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 10px;
}
#news p {
	padding-bottom: 15px;
	font-size: 1.2em;
}




/*----------------------------------------------------------------------about*/

#about-read {
	margin:0 0 20px 0;
	color:#9c6;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
}
#content p {
	line-height:1.5;
}
ul.list {
	list-style-type:disc;
}
ul.list li {
	margin:0 0 0 1.8em;
	line-height:1.3;
}



/*----------------------------------------------------------------------membership*/

#about-read {
	margin:0 0 20px 0;
}



/*----------------------------------------------------------------------Registrationp*/

#regist-step {
	width:400px;
	text-align:center;
}
.step {
	padding:5px;
	border:1px solid #036;
}
.step#pay {
	width:200px;
	margin:0 94px;
}
.step p {
	text-align:center;
}
.step ul {
	margin:0 0 0 130px;
}
.step ul li {
	text-align:left;
	line-height:1.3;
}
#regist-step img {
	margin:10px 0;
}
#regist-notice {
	margin:10px 0 0 0;
}
#regist-notice span {
	margin:0 0 0 1em;
}



/*----------------------------------------------------------------------Membership Fee Payment*/

body.inner#fee-payment #content {
}
#fee-payment h3 {
	margin:40px 0 0 0;
}
ul#fee-list {
	margin:10px 0 0 0;
	line-height:1.5;
}
span.mag {
	margin:0 0 0 2.5em;
}
span.mag2 {
	margin:0 0 0 2.7em;
}
ul.num-list {
	margin:0 0 10px 0;
}
ul.num-list li{
	margin:0 0 0 4.3em;
	line-height:1.3;
	list-style:decimal;
}
#online,
#fax,
#bank {
	margin:20px 0 0 0;
}
#online p {
	margin:0 0 10px 0;
}
#online p img {
	margin:0 3px 0 0;
	vertical-align:middle;
}
#fax p {
	margin:0 0 2px 0;
}
#bank table {
	margin:0 0 0 5px;
	border-collapse:collapse;
	border-spacing:0;
}
#bank table th {
	width:6em;
	font-weight:normal;
	text-align:left;
}
#bank table th,
#bank table td {
	padding:3px 0 3px 0;
}
#bank table td.dq {
	width:1em;
}
.notice {
	margin:10px 0 0 0;
}
#bank .notice {
	margin:5px 0 0 0;
}



/*----------------------------------------------------------------------bill_sample*/

body.inner#bill-sample #content {
	width:500px;
	margin:110px 0 0 0;
	padding:0 20px 0 0;
}
.bill {
	padding:10px;
	border:1px solid #999;
	color:#333;
}
.bill p {
	margin:0 0 5px 0;
}
.bill .fake-link {
	color:#00c;
	text-decoration:underline;
}
.bill table {
	width:100%;
	margin:10px 0;
	border-collapse:collapse;
	border-spacing:0;
}
.bill table.border {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.bill table td {
	padding: 5px 0;
}
.bill table td.item {
	width:100px;
	text-align:left;
}
.bill table td.etc {
	text-align:right;
}
.bill table td.price {
	width:80px;
	text-align:center;
}
p.limit-day {
	margin:10px 0 0 0;
}


/*----------------------------------------------------------------------confirmation-mail*/

body.inner#confirmation-mail #content {
	width:500px;
	margin:110px 0 0 0;
	padding:0 20px 0 0;
}
.mail {
	padding:10px;
	border:1px solid #999;
	color:#333;
}
.mail p {
	margin:0 0 5px 0;
}
.mail a {
	color:#00c;
	text-decoration:underline;
}
p.sender {
	margin:10px 0 0 0;
}




/*----------------------------------------------------------------------events*/

table.date {
	margin:0 0 0 1em;
	border-collapse:collapse;
	border-spacing:0;
}
table.date th {
	font-weight:normal;
	text-align:left;
}
table.date th,
table.date td {
	padding:0 10px 0 0;
	line-height:1.5;
	white-space:nowrap;
}



/*----------------------------------------------------------------------contact*/

body.inner#contact #content {
	height:500px;
}
#info-itisj {
	margin:0 0 0 1em;
}
#info-itisj img {
	margin:0 3px 0 0;
} 



/*----------------------------------------------------------------------popup*/

body#popup {
	padding:0 0 20px 0;
	background:#f0f0f0;
}
#close {
	margin-top:10px;
}
#popup-wrap {
	width:500px;
	margin:0 auto;
	border-top:25px solid #036;
	background:#fff;
}
#popup-content {
	padding:0 20px 20px 20px;
	text-align:left;
}
body#popup h2 {
	margin:5px 0 20px 0;
	font-size:14pt;
}


/*-----------------------------------------------------------------president*/

#greeting {
	margin: 30px 5px 30px 0px;
}
#greeting p {
	margin: 10px 0px 0px;
}
.confirmation {
	margin-bottom: 20px;
}


/*-------------------------------------------------------------------study*/

.confirmation .lead {
	font-size:0.8em;
}

#study {
	margin-top: 10px;
}

#study table {
	border-top: 1px solid #9B9B9B;
	border-left: 1px solid #9B9B9B;
	line-height: 1.2;
}

#study table th {
	background: #F4F7D8 none repeat scroll 0 0;
	border-bottom: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	font-weight: normal;
	padding: 2px 0;
	text-align: left;
}

#study table td {
	border-right: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
	padding: 5px 1px;
}

#study .td1 {
	width: 40px;
}

#study .td2 {
	width: 115px;
}

#study .td3, #study .td4 {
	width: 60px;
}

#study .td5 {
	width: 190px;
}

.past {
	color: #005028;
	font-size: 1.6em;
	font-weight:bold;
	margin: 25px 0 0 0; 
}

.schedule a {
	text-decoration:underline;
}

#study .honor{
	text-align:right;
	margin-right:20px;
	margin-bottom:2px;
}

#study .end{
font-weight:bold;
font-size:1.2em;
margin:15px 0;
}

/*----------------------------------------------------------------------ITI ワールドシンポジウム 2010 */

.innerSymposium #container {
	border-top:25px solid #036;
	background:url(../img/bg-footer.jpg) no-repeat 0 0 #FFFFFF;
	background-position:bottom;
}

.innerSymposium #container #totop a {
	color: #000000;
}
.innerSymposium #container #content {
	margin-top: 60px;
}

#worldSymposium{
	line-height:1.5;
}

#worldSymposium h3{
	margin-top:0;
}

#worldSymposium #contactInformation {
	height: auto;
	width: 500px;
	margin-top: 10px;
}

#worldSymposium .symposiumAnounce {
	padding-top: 10px;
}

#contactInformation .application {
	float: left;
	width: 240px;
	margin-right: 10px;
}
#contactInformation .contact {
	float: right;
	width: 240px;
	height: auto;
}
#worldSymposium .party {
	clear: both;
	padding-top: 15px;
}
#worldSymposium .party h4 {
	text-decoration: underline;
}

#worldSymposium .symposiumDetail dl {
	margin-left: 10px;
}
.symposiumDetail dt {
	float: left;
	width: 60px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
#worldSymposium .symposiumLink {
	padding-top: 20px;
}
#worldSymposium .symposiumLink li {
	float: left;
	padding-right: 25px;
	text-align: center;
}
.red {
	color:red;
}
