﻿@charset "utf-8";

/* 共通CSS読み込み ------------- */

@import "default.css";

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


/* ---------------------------------
  アナリスト大会2009年用
--------------------------------- */

#logo_p {
	position:absolute;
	left:671px;
	top:4px;
	width:257px;
	height:60px;
	z-index:1;
}

.column_t {
	padding:0px;
	width: 897px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* --- IE6用調整 --- */

* html #header div.com { margin-bottom:15px; } 
* html .column_t { padding-left:10px; } 



/* --- FONT --- */

.txt_rb{
	font-size: 0.7em;
	line-height:100%;
}

.txt0s{
	font-size: 0.8em;
	line-height:100%;
}

.txt03l{
	font-size: 1.1em;
	line-height:100%;
}

.txt04l{
	font-size: 1.2em;
	line-height:150%;
}

.txt05b{
	font-size: 1.6em;
	font-weight:bold;
}



.green{
	color:#336633;}
	
.green_b{
	color:#003686;
	font-weight:bold;
	}	

.u_line a{
	text-decoration: underline;
}

.u_line a:visited{
	text-decoration: underline;
}


/* ---  Headline --- */

.headline_t2 {
	margin: 1em 0 20px;
	padding: 5px 14px;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: bold;
	background-image:url(../../seminar/news/imgs/conference2010_h2.gif);
	background-repeat:no-repeat;
	color: #003300;
}



.headline_t3 {
	margin-bottom: 14px;
	padding: 4px;
	font-size: 1.2em;
	background: transparent url(../imgs/bg_headline3.gif) repeat;
}

.headline_t3 strong {
	padding: 5px 0 5px 16px;
	line-height: 1.5;
	display: block;
	border-left: 6px solid #003686;
	/*border-left: 6px solid #005b00;*/
}




/* --- TABLE --- */


table.table01_taikai {
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #cdcdcd;
}

table.table01_taikai {
	width: 897px;
}



/* --- TABLE01_taikai Series --- */

table.table01_taikai th,
table.table01_taikai td {
	padding: 7px 10px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}

table.table01_taikai th,
table.table01_taikai td {
	font-size: 1.2em;
}

table.table01_taikai th {
	background-color: #D9E1ED;
	/*background-color: #E3F3DA;*/
	width:15%;
}


/* --- TABLE01 plus --- */



#taikai_wd{
	width:897px;
	}


#taikai_wd th {
	width:15%;
}


.taikai_wd2{
	width:897px;
	}


.taikai_wd2 th {
	width:10%;
}


.taikai_wd3_1 {
	width:30%;
}

.taikai_wd3_2 {
	width:20%;
}



/* --- fotter navi --- */

.taikai_navi{
	font-size:14px;
	margin:30px 0px 20px 0px;
	text-align: center;
	color:#999999;
}


.taikai_navi a{
	text-decoration: underline;
}


.taikai_navi a:visited{
	text-decoration: underline;
}













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

