@charset "utf-8";
/* CSS Document */

/**********************************************************************
ESM　WEBサイト
コモンCSS
[ /css/common.css ]

Since         : 10.9.12
Last modified : 10.9.30
**********************************************************************/

/* 目次
-------------------------------------------------
 ・リンク設定
 ・共通クラス
 ・サイト共通
 ・ヘッダ
 ・メニュー
 ・コンテンツ
 ・フッタ
 ------------------------------------------------- */
 
table{
	_line-height:150%;
	font-size:100%;
}


.floatL  {float: left;}
.floatR {float: right;}
.clear    {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

.clearer{
	clear: both;
}

.v_middle{
	vertical-align:middle;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}


.mg_10{

	margin:10px;

}

.mg_lr10{

	margin:0px 10px;
}

.mg_t10{
	margin-top:10px;

}


.mg_b10{

	margin-bottom:10px;

}

.mg_l10{

	margin-left:10px;

}

.mg_r10{

	margin-right:10px;

}

.mg_t5{
	margin-top:5px;

}

.mg_l5{
	margin-left:5px;
}

.mg_r5{
	margin-right:5px;
}

.mg_b5{
	margin-bottom:5px;
}

.mg_l15{
	margin-left:15px;
}

.mg_r20{

	margin-right:20px;

}

.mg_t15{
	margin-top:15px;

}

.mg_15{
	margin:15px;
}

.mg_b15{
	margin-bottom:15px;
}

.mg_20{
	margin:20px;
}


.mg_t20{
	margin-top:20px;

}

.mg_b20{
	margin-bottom:20px;

}



.mg_l20{
	margin-left:20px;

}

.mg_lr20{
	margin:0 20px;
}

.mg_l30{
	margin-left:30px;

}

.mg_t30{
	margin-top:30px;
}





.mg_t40{
	margin-top:40px;
}

.mg_t50{
	margin-top:50px;
}

.pd_t10{

	padding-top:10px;
}

.pd_t5{

	padding-top:5px;
}



.pd_b10{

	padding-bottom:10px;
}





  /* リンク設定
-------------------------------------------------*/

a:link    {color: #1C4295; text-decoration: none;}
a:active  {color: #1C4295; text-decoration: none;}
a:visited {color: #1C4295; text-decoration: none;}
a:hover   {color: #1C4295; text-decoration: underline;}


.filter07 a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}





/* カラー設定
------------------------------------------------- */

.red{
	color:#CC0000 !important;
}

.blue{
	color:#1C4295;

}

.pink{
	color:#cc0066;
}

.green{
	color:#669900;
}


/* フォント設定
------------------------------------------------- */

.fontS{
	font-size:80%;
}


/* 共通クラス
------------------------------------------------- */

body{
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:140%;
	text-align:center;
	margin:0px auto;
	background:ffffff;
	font-size:80%;
	background:url(/assets/images/back.jpg) repeat-x;	
}

body.top{
	background:url(/assets/images/back_top.jpg) repeat-x;
}

.container{
	width:950px;
	text-align:left;
	margin:0px auto;

}

/* ヘッダ
------------------------------------------------- */

.header{
	height:70px !important;
}

h1{
	float:left;
	padding-top:10px;
}

h1 a{
	display:block;
	width:151px;
	height:45px;
	text-indent:-9999px;
	background:url(/assets/images/logo.jpg) no-repeat;
}

.header .floatR{
	width:388px;
}

.btn_english{
	float:left;
	margin-top:5px;
	margin-right:10px;
}

.btn_english a{
	display:block;
	width:57px;
	height:17px;
	text-indent:-9999px;
	background:url(/assets/images/btn_english.jpg) no-repeat;
}

.btn_english a:hover{

	background:url(/assets/images/btn_english_on.jpg) no-repeat;
}

.head_menu{
	float:left;
}

.head_menu li{
	float:left;
}

.head_menu li a{
	display:block;
	height:31px;
	text-indent:-9999px;
}

.head_menu01 a{
	width:73px;
	background:url(/assets/images/head_menu.jpg) no-repeat 0 0;
}

.head_menu01 a:hover{
	background:url(/assets/images/head_menu.jpg) no-repeat 0 -31px;
}

.head_menu02 a{
	width:67px;
	background:url(/assets/images/head_menu.jpg) no-repeat -73px 0;
}

.head_menu02 a:hover{
	background:url(/assets/images/head_menu.jpg) no-repeat -73px -31px;
}

.head_menu03 a{
	width:88px;
	background:url(/assets/images/head_menu.jpg) no-repeat -140px 0;
}

.head_menu03 a:hover{
	background:url(/assets/images/head_menu.jpg) no-repeat -140px -31px;
}

.head_menu04 a{
	width:93px;
	background:url(/assets/images/head_menu.jpg) no-repeat -228px 0;
}

.head_menu04 a:hover{
	background:url(/assets/images/head_menu.jpg) no-repeat -228px -31px;
}



.search{
	margin-top:7px;
	float:right;
}

#ajaxSearch_input{
	width:173px;
	_width:178px;
	height:23px;
	*height:18px;
	_height:25px;
	border:solid 1px #CCCCCC;
	padding:0 0 0 5px;
	*padding:5px 0 0 5px;
	float:left;
	color:#999999;
}

#ajaxSearch_submit{
	width:57px;
	height:24px;
	border:none;
	display:block;
	background:url(/assets/images/btn_search.jpg) no-repeat;
	text-indent:-9999px;
	margin:0px 0 0 5px;
	cursor:pointer;
	float:left;
}



/* メニュー
------------------------------------------------- */

.menu{
	margin-bottom:3px;
}

.menu li{
	float:left;
}

.menu li a{
	display:block;
	width:190px;
	height:46px;
	text-indent:-9999px;
}

#menu5 a{
	background:url(/assets/images/menu.jpg) no-repeat 0 0;
}

#menu5 a:hover{
	background:url(/assets/images/menu.jpg) no-repeat 0 -46px;
}

.menu_on5{
	background:url(/assets/images/menu.jpg) no-repeat 0 -46px;
}

.menu_on13{
	background:url(/assets/images/menu.jpg) no-repeat 0 -46px;
}

.menu_on12{
	background:url(/assets/images/menu.jpg) no-repeat 0 -46px;
}

.menu_on15{
	background:url(/assets/images/menu.jpg) no-repeat 0 -46px;
}

.menu_on14{
	background:url(/assets/images/menu.jpg) no-repeat 0 -46px;
}

.menu_on18{
	background:url(/assets/images/menu.jpg) no-repeat 0 -46px;
}




#menu6 a{
	background:url(/assets/images/menu.jpg) no-repeat -190px 0;
}

#menu6 a:hover{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on6{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on26{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on29{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on30{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on38{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on159{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on160{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on161{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}

.menu_on44{
	background:url(/assets/images/menu.jpg) no-repeat -190px -46px;
}





#menu7 a{
	background:url(/assets/images/menu.jpg) no-repeat -380px 0;
}

#menu7 a:hover{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on7{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on62{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on190{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on197{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on198{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on191{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on195{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on196{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

.menu_on63{
	background:url(/assets/images/menu.jpg) no-repeat -380px -46px;
}

#menu8 a{
	background:url(/assets/images/menu.jpg) no-repeat -570px 0;
}

#menu8 a:hover{
	background:url(/assets/images/menu.jpg) no-repeat -570px -46px;
}

.menu_on8{
	background:url(/assets/images/menu.jpg) no-repeat -570px -46px;
}

.menu_on45{
	background:url(/assets/images/menu.jpg) no-repeat -570px -46px;
}



#menu9 a{
	background:url(/assets/images/menu.jpg) no-repeat -760px 0;
}

#menu9 a:hover{
	background:url(/assets/images/menu.jpg) no-repeat -760px -46px;
}

.menu_on9{
	background:url(/assets/images/menu.jpg) no-repeat -760px -46px;
}


/* トップAjax
------------------------------------------------- */


/* トップレフト
------------------------------------------------- */

.topL{
	width:300px;
	float:left;
}

.topL h2{
	margin-bottom:10px;
}

.top_service{
		margin-bottom:20px;
}

.top_service p{
	width:280px;
	_width:300px;
	background:#efefef;
	padding:10px;
	margin-bottom:5px;
	font-family:"メイリオ";
}

.top_service p a{
	display:block;
	font-weight:bold;
	background:url(/assets/images/mark_service_arrow.gif) no-repeat;
	padding-left:20px;
}

.top_peopleG{
	width:280px;
	_width:300px;
	border:solid 5px #efefef;
	padding:5px;
	margin-bottom:10px;
}

.top_peopleG img{
	border:solid 1px #999999;
}

.top_peopleG .floatR{
	width:175px;
	_width:175px;
}

.top_peopleG p{
	font-size:90%;
}

.top_peopleG h3{
	font-size:100%;
	margin-top:5px;
}


/* トップセンター
------------------------------------------------- */

.topC{
	width:420px;
	float:left;
	margin-left:20px;
}

.topC h2{
	margin-bottom:10px;
}

.top_news{
	margin:15px 0 10px;
}

.top_news li{
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
	padding-bottom:7px;
	margin-bottom:7px;
}

.top_news li span{
	display:block;
	float:left;
	width:90px;
}

.top_news li p a{

	width:280px;
	_width:330px;
	float:left;
}

.mark_media a{
	background:url(/assets/images/mark_media.gif) no-repeat;
	padding-left:50px;
}

.mark_topic a{
	background:url(/assets/images/mark_topic.gif) no-repeat;
	padding-left:50px;
}

span.mark_topics02{
	background:url(/assets/images/mark_topic.gif) no-repeat;
	padding-left:50px;
	width:280px !important;
	_width:330px !important;
}


.top_seminar{
	margin:15px 0 10px;
}

.top_seminar li{
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
	padding-bottom:7px;
	margin-bottom:7px;
}

.top_seminar li a{
	background:url(/assets/images/mark_blue_square.gif) no-repeat;
	padding-left:20px;
	display:block;
}

.top_bookG{
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}

.top_bookG .floatL{
	width:60px;
	text-align:center;
}

.top_bookG .floatR{
	width:355px;
}

.top_bookG .floatR h3{
	font-size:100%;
}

.top_bookG .floatR p{
	margin-top:5px;
}

.top_licence img{
	margin-bottom:10px;
}

.top_licence .floatL{
	text-align:center;
	width:80px;
}

.top_licence .floatR{
	text-align:center;
	width:100px;
}





/* トップライト
------------------------------------------------- */

.topR{
	width:180px;
	float:right;
}

.topR h2{
	margin-bottom:10px;
}


.top_bnG{

}

.top_bnG img{
	margin-bottom:10px;
}


/* フッタ
------------------------------------------------- */

.to_top{
	margin-left:825px;
	margin-top:30px;
}

.to_top a{
	display:block;
	width:125px;
	height:24px;
	background:url(/assets/images/to_top_off.gif) no-repeat;
	text-indent:-9999px;
}

.to_top a:hover{

	background:url(/assets/images/to_top_on.gif) no-repeat;
}

.footer_back{
	background:url(/assets/images/back_footer.gif) repeat-x;
}

.footer{
	width:950px;
	margin:0px auto;
	text-align:left;
	font-size:95%;
}

.footer_top{
	padding-top:3px;
	*padding-top:6px;
}


.footer_top ul{
}

.footer_top ul li{
	display:inline;
	margin-right:10px;
}

.footer_top p{
	font-size:80%;
	color:#FFFFFF;
	padding-top:3px;
	*padding-top:0px;
}

.footer_btm{
	margin-top:20px;
}

.footer_btm p{
	margin-bottom:5px;
}

.footer_btm ul{
	margin-left:10px;
	_margin-bottom:10px;
}


.footer_btm ul li{

	margin-bottom:3px;
	_margin-bottom:-5px;
}

.footer_btm ul li a{
	background:url(/assets/images/mark_footer.gif) no-repeat;
	padding-left:10px;
	display:block;
}

.footer01{
	width:155px;
	float:left;
}

.footer02{
	width:215px;
	float:left;
}


.footer03{
	width:90px;
	float:left;
}

.footer04{
	width:110px;
	float:left;
}


.footer_btm .floatR p{
	display:inline;
}




/* 下層
------------------------------------------------- */

.bread{
	margin:8px 0 10px;
}

.wrapper{
	padding-bottom:20px;
}

.wrapperR{
	width:730px;
	float:right;
}

.wrapperL {
	width:200px;
	float:left;
}


.wrapperL .leftmenu{
	width:180px;
	_width:200px;
	background:#e8e8e8;
	padding:10px;
}

.wrapperL .leftmenu p{
	margin-bottom:8px;
}

.wrapperL .leftmenu ul{
	margin-left:5px;
	margin-bottom:10px;	
}

.wrapperL .leftmenu ul li{	
	margin-bottom:3px;
	font-family:"メイリオ";
	font-weight:bold;
	font-size:90%;
}

.wrapperL .leftmenu ul li a{
	display:block;
	background:url(/assets/images/mark_triangle_l.gif) no-repeat;
	padding-left:10px;	
}

.wrapperL .leftmenu ul.no_link_l li{
	color:#1c4295;
	background:url(/assets/images/mark_triangle_l.gif) no-repeat;
	padding-left:10px;	
}

.wrapperL .leftmenu ul li ul{
	margin-bottom:0px;
	margin-top:5px;	
}

.wrapperL .leftmenu ul li ul li{
	font-size:100%;
}




.wrapperR h2{
	margin-bottom:20px;
}

.wrapperR h3{
	margin-bottom:20px;
}

.wrapperR h4{
	margin-bottom:20px;
}

.wrapperR h5{
	margin-bottom:20px;
}

.wrapperR p{
	margin-bottom:20px;
}



/* ニュース一覧
------------------------------------------------- */

.news_tab{

}

.news_tab li{
	float:left;
}

.news_tab li a{
	display:block;
	width:363px;
	_width:363px;
	height:32px;
	float:left;
	text-indent:-9999px;
}

.news01 a{
	background:url(/assets/images/other/tab_news_off.gif) no-repeat;
	margin-right:4px;
	_margin-right:1px;
}

.news01 a:hover{
	background:url(/assets/images/other/tab_news_on.gif) no-repeat;
}

.news01_on a{
	background:url(/assets/images/other/tab_news_on.gif) no-repeat;
	margin-right:4px;
	_margin-right:1px;
}

.seminar01 a{
	background:url(/assets/images/other/tab_seminar_off.gif) no-repeat;
}

.seminar01 a:hover{
	background:url(/assets/images/other/tab_seminar_on.gif) no-repeat;
}

.seminar01_on a{
	background:url(/assets/images/other/tab_seminar_on.gif) no-repeat;
}


.news_content{
	width:688px;
	_width:728px;
	border:solid 1px #1c4295;
	padding:20px;
}


.news_list{

}


.news_list li{
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
	padding-bottom:7px;
	margin-bottom:7px;
}


.news_list li span{
	display:block;
	width:90px;
	float:left;
}

.news_list li p {
	width:545px;
	float:left;
	margin-bottom:0px !important;
}



.seminar_list{
	margin:15px 0 10px;
}

.seminar_list li{
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
	padding-bottom:7px;
	margin-bottom:7px;
}

.seminar_list li a{
	background:url(/assets/images/mark_blue_square.gif) no-repeat;
	padding-left:20px;
	display:block;
}

.h4_seminar{
	border-left:solid 4px #E9BD00;
	padding:7px 0 5px 10px;
	font-weight:bold;
	font-size:110%;
	margin:0 10px 20px;
	color:#1C4295;
	font-family:"メイリオ";
	background:#efefef;
}

.news_content h5{
	font-size:110%;
	font-weight:bold;
	border-left:solid 3px #000000;
	padding:3px 10px 2px;
	background:#e8e8e8;
	font-family:"メイリオ";
}

.news_content p{
	margin:0 10px 20px;
}



/* 小集団活動
------------------------------------------------- */

.katudoG{
	width:355px;
}



/* 書籍
------------------------------------------------- */

.bookG{
	margin:20px 0 0 20px;
	width:690px;
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
	padding-bottom:10px;
}

.bookG p{
	margin-bottom:10px !important;
}

.bookG .floatR{
	width:520px;
}

.bookG .floatR h4{
	background:#e8e8e8;
	border-left:solid 4px #000000;
	padding:5px 5px 5px 10px;
	margin-bottom:10px !important;
	color:#003399;
	font-family:"メイリオ";
}

.bookG .floatR p{
	margin:10px;
}


/* 検索結果
------------------------------------------------- */

.ajaxSearch_resultsInfo{
	margin-bottom:20px;
}

.ajaxSearch_result{
	margin-bottom:20px;
	background:url(/assets/images/mark_blue_square.gif) no-repeat;
	padding-left:20px;
}

.ajaxSearch_paging{

	display:block;
	text-align:center;
}

.ajaxSearch_highlight{
	padding:1px 3px;
	background:#ffd900;
	font-weight:bold;
}

/* ページング
------------------------------------------------- */

.ditto_currentpage{


}

.ditto_page{
	background:#e8e8e8;
	padding:2px 5px;
	margin:0 2px;
}

.ditto_currentpage{
	background:#ffcc00;
	padding:2px 5px;
	margin:0 2px;
}


/* お問あわせ
------------------------------------------------- */


.contact_tbl{
	width:600px;
	margin:0 0 0 40px;
}

.contact_tbl th{
	width:130px;
	padding:8px 5px;
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
	text-align:left;
	color:#666666;
	
}

.contact_tbl td{
	padding:8px 5px;
	background:url(/assets/images/line_dot.gif) repeat-x bottom;
}

.contact_tbl input{
	border:solid 1px #cccccc;

}

.mg_lr5{
	margin:0 5px;
}

.w_80{
	width:80px;
}


.w_40{
	width:40px;
}

.w_200{
	width:200px;
}

.w_250{
	width:250px;
}


.btn_confirm{
	display:block;
	width:134px;
	height:34px;
	background:url(/assets/images/other/btn_to_confirm.jpg) no-repeat;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
	margin:0 20px 0 180px;
	
}

.btn_reset{
	display:block;
	width:134px;
	height:34px;
	background:url(/assets/images/other/btn_reset.jpg) no-repeat;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
}

.btn_submit{
	display:block;
	width:134px;
	height:34px;
	background:url(/assets/images/other/btn_submit.jpg) no-repeat;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
	margin:0 20px 0 180px;
	
}

.btn_back{
	display:block;
	width:134px;
	height:34px;
	background:url(/assets/images/other/btn_back.jpg) no-repeat;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
}



.form_btn{
	margin-top:30px;
}

p.error{
	color:#CC0000;
	padding-bottom:10px;
	font-weight:bold;
}

.form_privacy{
	margin:10px 20px 0;
	padding:10px;
	overflow-y:scroll;
	height:250px;
	border:solid 1px #CCCCCC;
}

.contact_box_txt{

}

input, textarea {
	font-size:130%;
	padding:2px 5px;
}



/* サイトマップ
------------------------------------------------- */

.sitemap{
	margin:20px 0 0;
}

.sitemap .floatL{
	width:290px;
	margin-right:40px;
}

.sitemap .floatR{
	width:290px;
}

.sitemap h3{
	margin-bottom:10px;
}

.sitemap h3 a{
	background:url(/assets/images/mark_blue_square02.gif) no-repeat;
	padding-left:17px;
	font-family:"メイリオ";
	font-size:90%;
}


.sitemap p{
	margin-bottom:10px;
}


.sitemap p strong{
	margin-left:15px;
}

.sitemap p strong a{
	background:url(/assets/images/mark_triangle_blue.gif) no-repeat;
	padding-left:13px;
	font-family:"メイリオ";
}

.sitemap p.no_link strong{
	background:url(/assets/images/mark_triangle_blue.gif) no-repeat;
	padding-left:13px;
	font-family:"メイリオ";
	color:#1c4295;
}

.sitemap ul{
	margin-left:30px;
	margin-bottom:10px;
}

.sitemap ul li{
	margin-bottom:5px;
}

.sitemap ul li a{
	background:url(/assets/images/mark_footer.gif) no-repeat;
	padding-left:13px;
}

.sitemap ul li ul{
	margin-top:10px;
}








.bg_none{
	background:none !important;
}



.bd_none{
	border:none !important;
}

.mg_none{
	margin:0px !important;
}

.mg_b0{
	margin-bottom:0px !important;
}




