@charset "utf-8";
body {
	font-family: Arial,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;　/*IE5.5やIE5ではautoが対応になっていないので追記*/
}

table, th, td {
	font-family: Arial,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	color: #333333;
	font-size: 1.0em;
	line-height: 1.4em;
}


a {
	color: #33c;
	/*color: #000;*/
	text-decoration:none;
}
a:visited{
	color: #606;
	/*color: #000;*/
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
th {
	font-weight: normal;
}

.clearboth {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

.special610{
	margin-left: 70px;
	width: 610px;
}

/*---ページ共通---*/

#layout {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#layout h1,h2,h3,h4,h5,h6,h7{
	font-size:1.0em;
	margin:0;
	padding:0;
}

#header{
	width: 100%;
	height: 50px;
}
#global{
	width:1000px;
	margin: 0;
	_margin: -2px 0 0 0;
	padding: 0;
	height: 64px;
	background:#fff url(../../image/global_bg.gif) repeat-x top left;
/*	position: relative;	*/
}
#global div#search {
/*	position: absolute;	*/
	margin: 5px 0 0 0;
	_margin: 0;
	float: right;
/*	top: 10px;
	_top: 2px;	*/
	height: 20px;
	_height: 18px;
/*	left: 840px;	*/
}
#global div#mainMenu div.menu {
	height: 26px;
	background-color:#2A7DE1;
	margin:0;
	padding:0;
}
#global div#mainMenu div.menu ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
/*	text-align: left;	*/
	list-style-type: none;
	display: block;
	height: 26px;
	/*overflow: hidden;*/
	/*border-bottom: 1px solid #2264B4;*/
}
#global div#mainMenu div.menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	/*border-right: 1px solid #2264B4;
	border-left: 1px solid #6AA4EA*/
}
#global div#mainMenu div.menu ul li a{
	white-space: nowrap;
	font-size: 0.9em;
	display: block;
	height: 20px;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	background-image: url("../img/global_sep.gif");
	background-repeat: repeat-y;
	background-position: right top;

}
#global div#mainMenu div.menu ul li a:hover{
	color: #003399;
	background-color: #cadef7;
	text-decoration: none;
}
#global div#mainMenu {
	margin: 0;
	padding: 0;
}
	/*
	アクティブなメニューのスタイル 
	*/
#global div#mainMenu .activeMenuItem{
	color: #003399;	/* テキスト色 */
	background-color:#1E62B4;
	cursor: pointer;	/* マウスオーバー時のマウス形状 */
}
	/*
	アクティブではないメニューのスタイル
	*/
#global div#mainMenu .inactiveMenuItem{
	color: #003399;	/* テキスト色 */
	background-color: #2A7DE1;
	cursor: pointer;	/* マウスオーバー時のマウス形状 */
}

#global div#submenu {
	font-size: 10px;
	padding: 0;
	text-align:left;
}
#global div#submenu div{
	/*white-space: nowrap;*/
	text-align: left;
}
#global div#submenu div.submenu {
	height: 22px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#global div#submenu div.submenu ul {
	padding: 0;
	margin: 4px;
	text-align: left;
	list-style-type: none;
	display: block;
}
#global div#submenu div.submenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#global div#submenu div.submenu ul li a{
	background-color: #e5e5e5;
	/*color: #2A7DE1;*/
	white-space: nowrap;
	display: block;
	float: left;
	color: #039;
	margin: 0;
	padding: 1px 8px;
	border-right: 1px solid #ccc;
}
#global div#submenu div.submenu ul li a:hover{
	color: #ffffff;
	background-color: #2A7DE1;
	text-decoration: none;
}

#global form{
	margin: -2px 0 0 2px;
	_margin: 1px 0 0 2px;
}




#topicpath{
	width:100%;
	margin:0 0 15px 0;
	padding:0 0 0 2px;
	_padding: 2px 0 0 2px;
	font-size: 0.8em;
	color: #333;
	border-bottom: 1px dotted #ccc;
}
#toptopicpath{
	width:100%;
	margin:0 0 5px 0;
	padding:0 0 0 2px;
	font-size: 0.7em;
	color:#333;
}

.noprint .float_right {
	margin: 0 0 3px 0;
}


span.alt { display:none;}

#sub_menu{
	float:left;
	width: 22%;
	margin: -2px 0 0 0;
}
#sub_menu h2{
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding:0;
	color:#333;
	background-color:#e5e5e5;
/*	background:#879bc3 url(../../image/title_bg.gif) repeat-x;*/
}



#sub_menu h2 a{
	color:#333;
	margin: 0;
	padding: 5px 5px 5px 22px;
	height: 22px;
	line-height: 22px;
	display:block;
	background-image: url("../../image/sub_menu_h2_bg.gif");
	background-repeat: no-repeat;
}
#sub_menu h2 a.stay{
	background-image: url("../../image/sub_menu_h2_bg.gif");
	background-repeat: no-repeat;
}
#sub_menu h2 a.pearlinkstay{
	background-image: url("../../image/sub_menu_h2_bg.gif");
	background-repeat: no-repeat;
}
#sub_menu h2 a:hover{
	text-decoration:none;
	background-image: url("../../image/sub_menu_h2_bg_on.gif");
	background-repeat: no-repeat;
}





#sub_menu ul.sub{
	font-size:0.9em;
    margin:0 0 20px 0;
    padding:0;
    text-align:left;
	list-style-type:none;

}
#sub_menu ul.sub li{
    margin:0;
}
#sub_menu ul.sub li a{
	padding-left:30px;
	padding-top:5px;
	height: 27px !important;
	height /**/:32px;
	display:block;
	color: #333;
	background:#ffffff url(../../image/sub_menu_bg.gif) no-repeat top left;
}
#sub_menu ul.sub li a:hover{
	color: #333;
	text-decoration:none;
	background:#ffffff url(../../image/sub_menu_bg_on.gif) no-repeat top left;
}

#sub_menu ul.sub li a.stay{
	background-image: url("../../image/sub_menu_bg_stay.gif");
}
#sub_menu ul.sub li a.stay:hover{
	background-image: url("../../image/sub_menu_bg_on.gif");
}


#sub_menu ul.sub li a.pearlinkstay{
	background-image: url("../../image/sub_menu_bg_stay.gif");
}

#sub_menu ul.sub li a.pearlinkstay:hover{
	background-image: url("../../image/sub_menu_bg_on.gif");
}










#sub_menu ul.nest{
/*	font-size:0.9em;	*/
	margin:0 0 0 0;
	padding:0;
	text-align:left;
	list-style-type:none;
}
#sub_menu ul.nest li{
	margin:0;
}
#sub_menu ul.nest li a{
	padding-left:30px;
	padding-top: 1px;
	height: 25px !important;
	height /**/:25px;
	display:block;
	color: #333;
	background-image: url("../../image/sub_menu_nest_bg.gif");

}
#sub_menu ul.nest li a:hover{
	color: #333;
	text-decoration:none;
	background-image: url("../../image/sub_menu_nest_bg_on.gif");
	
}

#sub_menu ul.nest li a.stay{
	background-image: url("../../image/sub_menu_nest_bg_stay.gif");
}
#sub_menu ul.nest li a.stay:hover{
	background-image: url("../../image/sub_menu_nest_bg_on.gif");
}


#sub_menu ul.nest li a.pearlinkstay{
	background-image: url("../../image/sub_menu_nest_bg_stay.gif");
}
#sub_menu ul.nest li a.pearlinkstay:hover{
	background-image: url("../../image/sub_menu_nest_bg_on.gif");
}













#sub_menu ul.nest2{
    margin:0 0 0 0;
    padding:0;
    text-align:left;
	list-style-type:none;
}
#sub_menu ul.nest2 li{
    margin:0;
}
#sub_menu ul.nest2 li a{
	padding-left:45px;
	padding-top:2px;
	height: 20px !important;
	height /**/:25px;
	display:block;
	color: #666;
	background:#ffffff url(../../image/sub_menu_nest_bg.gif) no-repeat top left;
}
#sub_menu ul.nest2 li a:hover{
	color: #3366CC;
	text-decoration:none;
	background:#ffffff url(../../image/sub_menu_nest_bg_on.gif) no-repeat top left;
}


#main{
	float:right;
	/*width:72%;*/
	width:75%;
	margin:0 0 10px 0;
	padding:0 10px;
	text-align:left;
}

#main h2{
	font-size: 16px;
	padding: 5px 10px;
	/*border-left: 10px solid #A7A788;*/
	/*border-bottom: 1px solid #A7A788;*/
	border-left: 10px solid #2A78C3;
	border-bottom: 1px solid #2A78C3;
}
#main h3{
	margin:0 0 10px 0;
	padding:5px 0;
	color:#666;
	font-size:1.5em;
	border-bottom:1px solid #ccc;
/*	background:#879bc3 url(../../image/title_bg.gif) repeat-x;*/

}

#main h4 {
	color: #fff;
	font-size:1.0em;
	padding: 5px 10px;
	margin:0 0 10px 0;
 	background-color:#666;
/*	border-left: 6px solid #778bb3;
	border-bottom: 1px solid #778bb3;*/
/*background:#879bc3 url(../../image/title_bg.gif) repeat-x;*/
	/*	display:none;
	height:60px;
	overflow:hidden;
 	background-color:#e9ecf2;
	font-size:1.1em;
	margin:0 0 20px 0;
	padding:0;
	margin:0 0 10px 0;
	font-weight:bold;
	text-align:left;
*/
}
#main h4 a, #main h4 a:visited{
	color:#fff;
}

#main h5 {
	margin:5px 0;
	padding:0;
	background-color:#fff;
	color:#878768;
	font-size:1.2em;
}

#main h6 {
	margin:0 0 5px 0;
	padding:0;
	background-color:#fff;
	color:#ccc;
	font-size:1.0em;
}
#main_full{
	/*width:72%;*/
	width:100%;
	margin:0 0 10px 0;
	padding:0 10px;
	text-align:left;
}

#menu_tbl {
}
#menu_tbl td{
	/*padding: 30px 50px;*/
	padding-left: 20px;
	padding-bottom: 30px;
	text-align: center;
}

#copy {
 	background-color:#2a7de1;
	background:#2a7de1 url(../../image/copy_bg.gif) repeat-x bottom right;
	color:#fff;
	height:20px;
	padding:5px 5px;
	margin:0;
	font-size:0.9em;
	white-space:none;
	zoom:1;
}

#copy a{
	color:#fff;
	margin:0 6px;
	padding:1px 6px;
	zoom:1;
}

#copy a:hover{
	color:#2A7DE1;
	background-color:#fcfcfc;
	text-decoration:none;
	zoom:1;
}

/*---トップページ---*/
#main_left {
 	background-color:#fff;
	width:740px;
	float:left;
	text-align:left;
	margin:0;
	padding:10px;
}
#main_left h2{
	margin:0;
	padding:5px 0;
	font-size:1.0em;
	font-weight:normal;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
#news_load{
	margin:0;
}

#news_load table {

	margin:10px 10px 10px 30px;
	padding:0;
}

#news_load th{
	font-weight: normal;
	text-align:left;
	margin:0;
	padding:4px 4px 4px 4px;
}

#news_load  td{
	font-size:0.8em;
 	background-color:#fff;
	text-align:left;
	margin:0;
	padding:4px 5px 4px 0;
}

#main_right {
	width:240px;
	float:right;
	text-align:left;
	margin:20px 0 10px 0;
	padding:0;
}
.main_right_box{
	margin:0 0 10px 0;
	padding:0;
	border-bottom:1px solid #ccc;
}

.rss_box{
	float:right;
	margin-top:6px;
}

#news_load_flex{

}
#news_load{
	/*height:400px;
	overflow:hidden;*/
scrollbar-face-color: #ddd;
scrollbar-track-color: #d3d3d3;
scrollbar-arrow-color: #33a;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #aaa;
scrollbar-3dlight-color: #aaa;
scrollbar-darkshadow-color: #666; 
}
#news_load100{
	height:140px;
	overflow:auto;
	margin:0 10px 20px 10px;
}

#news_load100 table {
	margin:0;
	padding:0;
}
#news_load100 table th{
	font-weight: normal;
 	background-color:#fff;
	text-align:left;
	margin:0;
	padding:4px 4px 4px 14px;
}
#news_load100 table td{
	background:#CED1E4 url(../../image/dot_blue.gif) no-repeat;
	background-position: 0.6em 0.8em;
	font-size:0.8em;
 	background-color:#fff;
	text-align:left;
	margin:0;
	padding:4px 10px 4px 0;
}
#news_loadIR{
	margin:0;
	height:300px;
	overflow:auto;
}
#news_loadIR table td{
	font-size:0.8em;
 	background-color:#fff;
	text-align:left;
}
#news_loadService{
	height:200px;
	overflow:auto;
	margin:0 10px 20px 10px;
}
#news_loadService table td{
	font-size:0.8em;
 	background-color:#fff;
	text-align:left;
	padding:4px 10px 4px 0;
}
#news_loadSocial{
	height:140px;
	overflow:auto;
	margin:0 10px 20px 10px;
}
#news_loadSocial table td{
	font-size:0.8em;
 	background-color:#fff;
	text-align:left;
	padding:4px 10px 4px 0;
}

#social_Menu{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#social_Menu th{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px 10px;
	font-size: 70%;
	width:50%;
	background-color:#D8E7F7;
	text-align:left;
	font-weight:normal;
}

#social_Menu td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px 10px;
	font-size: 70%;
	width:50%;
}



/************* #groupe ***************/
#groupe{
}

#groupe_link{
	float: right;
}



#groupe_link ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#groupe_link ul li{
	background: #fff url(../../image/dot_blue_group.gif) no-repeat;
	background-position: 0 0.1em;
	margin: 0;
	padding: 0 10px 0 12px;
	float: left;
}


#groupe_link ul a {
	display: block;
}

#groupe_link ul a.stay {
	display: block;
	color: #999;
}


#groupe ul{
    padding:0;
    margin: 4px 20px 4px 4px;
	_margin: 0 20px 4px 4px;
    text-align:left;
	font-size:0.8em;
	line-height:1.6em;
	list-style-type:none;
	display:block;
}
.groupeCate {
	/*color:#2A7DE1;*/
	color:#006;
	border-left: 2px solid #99a;
	padding-left: 3px;
	font-size: 1.2em;
	font-weigh:bold;
	margin-top: 15px;
	margin-bottom: 3px;
	_margin-bottom: 0;
}
#groupe ul li {
	line-height:1.6em;
	color:#333;
}
#groupe ul li a{
	/*color:#333;*/
}
#groupe ul li  img{
	margin:0 0 0 2px;
}
#groupe ul.col2{
	width:320px;
	float:left;
}

#region{
	font-size:0.8em;
	line-height:1.6em;
	margin:0 0 20px 0;
	padding:5px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
#region img{
	margin:0 0 0 5px;
}

#no_region{
	font-size:0.8em;
	line-height:1.6em;
	height: 1px;
	border-bottom:1px dotted #ccc;
}

#region h5.region{
	background-color: #333;
	width: 160px;
	text-align:center;
	margin:0;
	padding: 2px;
	color:#fff;
	font-weight:bold;
	font-size:1.0em;
}
#region .site_name{
	font-size:1.4em;
	padding: 10px 0;
}
#sub_menu_group{
	float:left;
	width:22%;
}
#main_group{
	float:right;
	/*width:72%;*/
	width:75%;
	margin:0 0 10px 0;
	padding:0 10px;
	text-align:left;
}

.td_gray{
	background-color: #f2f2f2;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 80%;
}

/*090210追加*/
#global_Link{
	height: 18px;
	_height: 20px;
	background: #ffffff url(../img/global_link_bg.gif) repeat-x bottom left;
}
#global_Link ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#global_Link ul li{
	line-height: 1.1em;
	background: url(../../image/dot_glay_mini.gif) no-repeat bottom left;
	background-position: 0.1em 0.4em;
	margin: 1px;
	padding: 0 10px 0 12px;
	float: left;
}

#global_Link ul li a{
	font-size: 0.8em;
/*	_font-size: 0.7em;	*/
	display: block;
}

