@import url("reset.css");
/*******************/
/* 全体 */
/*******************/
@media screen {
html,
body,
#wrap {
	height: 100%;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	background: #E4ECF4 url("../images/bg_all.gif") repeat-x center top;
}
}

/* 印刷用 */
@media print {		/* 背景消去 for IE8 */
html,
body,
#wrap {
	height: 100%;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	background: url("../images/bg_all.gif") repeat-x center top;
}
}

#wrap {
	height: 100%;
	background: url("../images/bg_main.gif") repeat-y center top;
}

body > #wrap {
	height: auto;
}
* html div#wrap{
	height:100%;
}
div#wrap{
	margin:0px auto;
	position:relative;
	min-height: 100%;
}
body > #wrap {
	height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
html {
	overflow-y:scroll;
}

/* 回り込み解除 */
.clear_both {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* 文字フォント、カラー */
.blue_font {
	color: #004EAE;
}

/* アイコン */
.icon02 {
	background: url("../images/icon02.gif") no-repeat left 8px;
	padding: 0px 0px 0px 10px;
}
.icon02 div.kome{
	font-size: x-small;
	margin: -5px 0px 0px 0px;
}

.icon02_b {
	background: url("../images/icon02.gif") no-repeat left center;
	padding: 10px 0px 10px 10px;
}

/* インデント調整 */
.text_indent {
	padding-left:10px;
	text-indent:-10px;
}

/* ↓IE6以下に適用 */
* html body {
	padding-left: 1px;
}
/* ↓IE7に適用 */
*+html body {
	padding-left: 1px;
}

/*******************/
/* メイン */
/*******************/
#main {
	margin: 0 auto;
	padding-bottom: 25px;
	height:100%;
	line-height: 180%;
	font-size: 85%;
}
/* リンク基本色 */
a{
	color: #004EAE;
	text-decoration: underline;
}

/*******************/
/* ヘッダー */
/*******************/
#header {
	border-bottom:5px solid #E0E0E0;
	margin: 0px auto 4px auto;
	width: 850px;
	background-color: #FFFFFF;
}
#header #logo_left{
	padding: 5px 0px 5px 15px;
	width:380px;
	float: left;
}

#header #seach_right{
	padding: 0px 0px 0px 15px;
	width:370px;
	float: right;
}

#tb_seach td.link {
	padding: 15px 0px 0px 15px;
	width: 70px;
	background: url("../images/icon04.gif") no-repeat left 20px;
}
#tb_seach td.link a{
	color:#5C5C5C;
}
#tb_seach td.seach {
	padding: 15px 5px 5px 5px ;
	background: #EEEEEE;
}
#tb_seach td.seach span{
	font-size:11px;
}

/*******************/
/* フッター */
/*******************/
#footer {
	clear: both;
	margin: 0px;
	margin-left: -425px;
	padding: 10px 0px 10px 0px;
	width: 850px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	background: #EEEEEE;
	border-top:1px solid #D4D4D4;
	text-align: left;
	color:#696969;
}
.footer_txt {
	padding: 5px 0px 0px 10px;
	font-size:12px;
	float: left;
}
.footer_logo {
	background: url("../images/logo1.gif") no-repeat center left;
	padding: 0px 15px 0px 40px;
	width:132px;
	font-size:10px;
	line-height:15px;
	float: right;
}
.footer_logo_en {
	background: url("../images/logo1.gif") no-repeat center left;
	padding: 0px 15px 0px 40px;
	width:190px;
	font-size:10px;
	line-height:15px;
	float: right;
}

/*******************/
/* ページの先頭へ */
/*******************/
.pagetop {
	background: url("../images/icon03.gif") no-repeat 500px center;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-size: 13px;
}
.pagetop a{
	color: #575757;
	text-decoration: underline;
}

.pagetop_en {
	background: url("../images/icon03.gif") no-repeat 565px center;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-size: 13px;
}
.pagetop_en a{
	color: #575757;
	text-decoration: underline;
}

/*******************/
/* コンテンツ部分 */
/*******************/
#total {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 850px;
	height: auto;
	background-color: #FFFFFF;
}

/* 左ブロック */
#LeftBlock {
	margin: 0px;
	padding: 0px;
	width: 189px;
	float: left;
}

/* 右ブロック */
#RightBlock{
	margin: 0px;
	padding: 0px;
	width: 645px;
	float: right;
}

/*******************/
/* 左メニュー */
/*******************/
ul.lmenu {
	width: 189px;
	margin: 0px auto;
	list-style: none;
}

ul.lmenu li.menu_top a {
	width: 189px;
	height: 38px;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	background: url("../images/bg_menu_top_off.gif") no-repeat;
	display: block;
}
ul.lmenu li.menu_top a:hover, 
ul.lmenu li.menu_top a.Current:link, ul.lmenu li.menu_top a.Current:visited, 
ul.lmenu li.menu_top a.Current:active, ul.lmenu li.menu_top a.Current:hover {
	text-decoration: none;
	color: #283E90;
	background: url("../images/bg_menu_top_on.gif") no-repeat;
}

ul.lmenu li.menu_center a {
	width: 189px;
	height: 36px;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	background: url("../images/bg_menu_off.gif") no-repeat;
	display: block;
}
ul.lmenu li.menu_center a:hover, 
ul.lmenu li.menu_center a.Current:link, ul.lmenu li.menu_center a.Current:visited, 
ul.lmenu li.menu_center a.Current:active, ul.lmenu li.menu_center a.Current:hover {
	text-decoration: none;
	color: #283E90;
	background: url("../images/bg_menu_on.gif") no-repeat;
}

ul.lmenu li.menu_center_l a {
	width: 189px;
	height: 46px;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	background: url("../images/bg_menu_l_off.gif") no-repeat;
	display: block;
}
ul.lmenu li.menu_center_l a:hover, 
ul.lmenu li.menu_center_l a.Current:link, ul.lmenu li.menu_center_l a.Current:visited, 
ul.lmenu li.menu_center_l a.Current:active, ul.lmenu li.menu_center_l a.Current:hover {
	text-decoration: none;
	color: #283E90;
	background: url("../images/bg_menu_l_on.gif") no-repeat;
}

ul.lmenu li.menu_center_sl a {
	width: 189px;
	height: 66px;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	background: url("../images/bg_menu_sl_off.gif") no-repeat;
	display: block;
}
ul.lmenu li.menu_center_sl a:hover, 
ul.lmenu li.menu_center_sl a.Current:link, ul.lmenu li.menu_center_sl a.Current:visited, 
ul.lmenu li.menu_center_sl a.Current:active, ul.lmenu li.menu_center_sl a.Current:hover {
	text-decoration: none;
	color: #283E90;
	background: url("../images/bg_menu_sl_on.gif") no-repeat;
}


ul.lmenu li.menu_bottom a {
	width: 189px;
	height: 39px;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	background: url("../images/bg_menu_bottom_off.gif") no-repeat;
	display: block;
}
ul.lmenu li.menu_bottom a:hover, 
ul.lmenu li.menu_bottom a.Current:link, ul.lmenu li.menu_bottom a.Current:visited, 
ul.lmenu li.menu_bottom a.Current:active, ul.lmenu li.menu_bottom a.Current:hover {
	text-decoration: none;
	color: #283E90;
	background: url("../images/bg_menu_bottom_on.gif") no-repeat;
}

ul.lmenu li span.text_s{
	padding: 7px 0px 0px 10px;
	display: block;
}
ul.lmenu li span.text_l{
	padding: 5px 0px 0px 10px;
	line-height: 18px;
	display: block;
}

/*******************/
/* トップページ */
/*******************/
/* お知らせテキストエリア */
#top_area{
	padding:20px 0px 0px 20px;
}
/* お知らせタイトル */
.bar_top {
	padding: 0px 0px 0px 10px;
	width:590px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	height:30px;
	line-height:30px;
	background: url("../images/bg_topics.gif") no-repeat left top;
}

/* お知らせ一覧 */
.top_infolist {
	margin: 10px 0px 10px 10px;
}
.top_infolist div.days {
	background: url("../images/icon01.gif") no-repeat center left;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	width: 75px;
	float: left;
}
.top_infolist div.txt {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	width: 465px;
	color: #004EAE;
	float: left;
}

.top_infolist_border {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px dotted #000000;
	width:600px;
}

/* お知らせ一覧(英語) */
.top_infolist_en {
	margin: 10px 0px 10px 10px;
}

.top_infolist_en div.days {
	background: url("../images/icon01.gif") no-repeat center left;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	width: 100px;
	float: left;
}
.top_infolist_en div.txt {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	width: 435px;
	color: #004EAE;
	float: left;
}
.top_infolist_en_border {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px dotted #000000;
	width:580px;
}

/* 設立のご挨拶 */
#greeting_area{
	padding: 5px 0px 0px 5px;
	width:600px;
/*	background-image:url(../images/bg_mice.gif);
	background-repeat:no-repeat;
	background-position:right 1.5em;*/
}

#greeting_area h2{
	color:#0000A0;
	font-weight:bold;
	border-left:6px solid #e70012;
	line-height:100%;
	margin:0 0 6px 0;
	padding:2px 4px;
}

/* --------------- */
/* TOPIC詳細*/
/* --------------- */
.top_infolist div.days_list {
	background: url("../images/icon01.gif") no-repeat center left;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}
.top_infolist div.txt_list {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
	width: 580px;
}
.top_infolist_border {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px dotted #000000;
	width:580px;
}


/*******************/
/* 中面共通 */
/*******************/
/* パンくず */
#panlist{
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}
#panlist a{
	color: #004EAE;
}
/* テキストエリア*/
.txt_area{
	padding: 5px 0px 0px 5px;
	width: 605px;
}
/* 中面共通タイトル */
.bar_naka {
	margin: 0px;
	padding: 8px 0px 0px 20px;
	height: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #283E90;
	background: url("../images/bg_bar_naka.gif") no-repeat;
}
/* 中面共通小タイトル */
.naka_title{
	border-top:1px solid #283E90;
	border-bottom:1px solid #283E90;
	padding: 0px 0px 0px 5px;
	width:605px;
	font-weight: bold;
	font-size: 15px;
	color: #283E90;
}

/* 中面共通小タイトル（特別） */
.naka_title_s{

	padding: 0px 0px 0px 5px;
	width:605px;
	font-weight: bold;
	background-color:#283E90;
	font-size: 15px;
	color: #ffffff;
}

.blue_txt_s{	padding: 5px 0px 5px 0px;
	font-weight: bold;color:#666666;font-size:100%;text-decoration:underline;}



/* --------------- */
/* MICE総研について */
/* --------------- */
#info_area{
	padding:0px 5px 0px 5px;
}
.blue_txt{
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	color: #283E90;
}
.blue_txt02{
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	color: #283E90;
}
.blue_txt03{
	padding: 0px;
	font-weight: bold;
	color: #283E90;
}


.tb_company_top{
	margin: 15px 10px 3px 0px;
}
.tb_company_top th{
	background: #EFF2F8;
	border-right: 4px solid #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	margin: 1px;
	padding: 5px;
	font-weight: bold;
	width: 100px;
}
.tb_company_top td{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	margin: 1px;
	padding: 5px;
	width: 480px;
	vertical-align: middle;
}
.tb_company{
	margin: 0px 10px 3px 0px;
}
.tb_company th{
	background: #EFF2F8;
	border-right: 4px solid #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	margin: 1px;
	padding: 5px;
	font-weight: bold;
	width: 100px;
}
.tb_company td{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	margin: 1px;
	padding: 5px;
	width: 480px;
	vertical-align: middle;
}

/* ----------------------- */
/* コングレグループの主要実績 */
/* ----------------------- */
.info_title_gray{
	border-bottom:1px dotted #283E90;
	width:605px;
	font-weight: bold;
	color: #545454;
}
.txt_area_info{
	padding: 5px 0px 0px 0px;
	width: 400px;
	float: left;
}
.dl{
	padding: 0px 0px 0px 48px;
	width: 330px;
}

.photo_area_info{
	padding: 10px 0px 0px 0px;
	width: 200px;
	text-align: right;
	float: left;
}

/* --------------- */
/* 関連リンク */
/* --------------- */
.blue_txt_link{
	padding: 0px;
	font-weight: bold;
	color: #283E90;
}
