@charset "shift_jis";
/* CSS Document */

html {
/* ページに常にスクロールバーを表示 */
overflow-y: scroll;
}


/*************************************************テキストカラー・リンクテキストカラー************************/

body{
	color:#333333;/*通常のテキストカラー*/
	background-color:#dcdcdc;
    margin:0;  
    padding:0; 
	}
a{
	color:#003366;/*通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#0099CC;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/	
	}
/*************************************************フォントサイズ調整******************************************/
body {
	font-family:'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3', 'Osaka',	'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/
	font-size:14px;/*フォントサイズfirefox用*/
	*font-size:100%;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:100%;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	}
*{ margin:0; padding:0;}
img{ border:0;}
body{
	text-align:center;
	}
table,div{
	margin:auto;
	}



/*************************************************共通セレクタ*************************************************/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
/*************************************************基本レイアウト***********************************************/

#bg{
	width:820px;
	background:url(img/common/bg_con.gif) repeat-y;
	text-align:center;
	}

#container{
	width:818px;
	margin:0 1px 0 1px;
	text-align:left;
	}
	
#left1{
	float:left;
	width:409px;
    height: 50px;
	}
#right1{
	float:left;
	width:409px;
    height: 50px;
	margin:0 0 0 20px;
	}

h1{
	height: 14px;
    width: 500px;
    line-height: 14px;
    font-size: 14px;
    color: #333;
    padding: 4px 0 0 2px;
    font-weight: normal;
    text-indent: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #504F4F;
    margin:0px 1px 0 2px;
}

h2{
	height:36px;
	font-weight:bold;
    font-size:36px;
	text-indent:10px;
	display:block;
	padding:4px 0 4px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #504F4F;
    margin:0px 1px 0 1px;
    background: url(../img/pct_emblem.jpg) no-repeat;
	}
h2 a{
	font-size:24px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}
	
h2 a:hover{
	color:#333333;
	text-decoration:none;
	}

/*サブページタイトル*/	
h3{
	clear:left;
	margin:0 0 0 0;
	font-size:20px;
	font-weight:normal;
	background:url(img/common/bg_h2.gif) no-repeat;
	height:42px;
	line-height:42px;
	margin:4px 1px 0 1px;
	width:816px;
	text-indent:12px;
	}
/*ヘッダーメニュー*/			
#head_menu{
	width:818px;
	background:url(img/common/bg_menu.gif) no-repeat;
	text-align:right;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
	}
#head_menu ul li{
	float:left;
	background:url(img/common/bg_menu_sub.gif) right no-repeat;
	padding:0 10px 0 8px;
	text-align:center;
	height:42px;
	line-height:42px;
	}		
#head_menu a{
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}
/*コンテンツ枠*/
#contents{
	margin:6px 10px 0px 10px;
	padding:0 0 20px 0;
	zoom:100%;
	
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
/*フラッシュ部分*/
#main_flash{
	width:816px;
	height:260px;
	padding:1px;
	border:solid #333333;
	border-width:0 0 1px 0;
	}
/*フッターコピーライト部分*/	
#copy{
	width:820px;
	margin:auto;
	background:url(img/common/bg_foot.gif) no-repeat;
	text-align:center;
	height:41px;
	line-height:41px;
	font-size:11px;
	color:#ffffff;
	clear:both;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/*************************************************トップページ************************************************/
#top{

}
#top h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	color:#333333;
	background:none;
	height:auto;
	text-indent:0;
	}
#top p{
	line-height:1.8em;
	}
#top div#top_btm{
	zoom:100%;
	}
#top div#top_btm:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#left{
	float:left;
	width:420px;
	}
#top div#left h4{
	font-size:12px;
	margin:6px 0 0 0;
	}
#top div#left div#info{
	background:url(img/top/bg_info.gif);
	width:420px;
	}
#top div#left div#info div#info_main{
	background:url(img/top/bg_info_main.gif) repeat-y;
	text-align:left;
	}
#top div#left div#info div#info_main div.main_in{
	overflow:auto;
	width:418px;
	height:258px;
	margin:0 0 0 1px;
	}
	
#top div#left div#info div#info_main h5{
	padding:8px 10px 0 10px;
	font-size:11px;
	}
#top div#left div#info div#info_main p{
	padding:2px 10px 0 10px;
	}
#top div#right{
	float:left;
	width:350px;
	margin:0 0 0 20px;
	}
#top div#right div#bnr_sps{
	margin:28px 0 0 28px;
       }

#top div#right div#bnr_sps div.bnr{
	width:350px;
	height:120px;
	margin:0 0 20px 0;
	}
#top div#right div#bnr_sps div.bnr p{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
#top div#right div#bnr_sps div.bnr p a{
	width:346px;
	height:120px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-indent:8px;
	}
#top div#right div#bnr_sps div.bnr p a span{
display:block;
padding:94px 2px 0 2px;
	}	
#top div#right div#bnr_sps p a:hover{
	font-size:16px;
	}



/*************************************************その他のページ*************************************************/
#other_page{
	margin:0 10px 0 10px;
	}
#other_page h4{
	background:url(img/common/bg_h2.gif) no-repeat;
	text-indent:10px;
	font-size:18px;
	color:#333333;
	margin:20px 0 0 0;
	line-height:1.0em;
	clear:left;
	}
#other_page h5{
    background:url(img/common/icon00.gif) no-repeat;
	font-size:100%;
	line-height:1.0em;
       font-size:16px;
	margin:14px 0 0 0;
	color:#003333;
	clear:left;
    text-indent:16px;
	}	
#other_page div.typeA{
	clear:left;
	}
#other_page div.typeA p{
	margin:2px 0 0 0;
	line-height:160%;
	}
#other_page div.typeB{
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	}	
#other_page div.typeB div.left{
	float:left;
	width:375px;
	}
#other_page div.typeB div.right{
	float:left;
	width:375px;
	margin:0 0 0 20px;
	}
#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

#other_page ul{
   	padding:2px 0 0 0px;
    list-style-image:url(img/common/icon01.gif);
    line-height:16px;
	text-align:left;
	margin :0px 0 0 18px;
} 
	
#other_page ul li{
   padding:0 0px 0 0px;
   margin :0px 0 5px 5px;
   
}
#other_page div.typeC{
	margin:5px 0 10px 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeC:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeC p{
	}	
#other_page div.typeC div.left{
	float:left;
	width:375px;
	height:280px;
	border-style:solid;
    border-width:1px;
	}
#other_page div.typeC div.right{
	float:left;
	width:375px;
	height:280px;
	margin:0 0 0 10px;
	border-style:solid;
    border-width:1px;
	}

	
#other_page div.typeD{
	margin:5px 0 10px 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeD:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeD p{
	}	
#other_page div.typeD div.left{
	float:left;
	width:375px;
	height:245px;
	border-style:none;
    border-width:1px;
	}
#other_page div.typeD div.right{
	float:left;
	width:375px;
	height:245px;
	margin:0 0 0 10px;
	border-style:none;
    border-width:1px;
	}

#other_page div.typeE{
	margin:5px 0 10px 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeE:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeE p{
	}	
#other_page div.typeE div.left{
	float:left;
	width:375px;
	height:250px;
    margin:0 0 0 0px;
	border-style:none;
    border-width:1px;
	}
#other_page div.typeE div.right{
	float:left;
	width:375px;
	height:250px;
	margin:0 0 0 0px;
	border-style:none;
    border-width:1px;
	}






/*テーブルセット*/
#tbl_setA{
	margin-top: 0.2em;
    margin-bottom: 1em;
    border:#333333 solid 1px;
	border-collapse:collapse;
	text-align:center;
		}

#tbl_setA th{
	border:#333333 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
	
#tbl_setA td{
	border:#333333 solid 1px;
	padding:6px;
	}
	
/*テーブルセット2*/
#tbl_setB{
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 540px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 14px;
  
}

#tbl_setB caption {
  margin-top: 2em;
  text-align: left;
}

#tbl_setB th,
#tbl_setB td {
  padding: 8px 0px;
}

#tbl_setB th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: ;14px;
  color: #FFF;
}

#tbl_setB td {
  background: #E5EAFF;
  text-align: left;
  white-space: nowrap;
}


#tbl_setB a,
#tbl_setB a:link,
#tbl_setB a:visited,
#tbl_setB a:active {
color:#000000;
background: #E5EAFF;
}

#tbl_setB a:hover{
color:#999999;
background: #E5EAFF;
}

	
	
/******************************************************************************************************/
#p-copy{
	width:820px;
	text-align:left;

	}
#p-copy p a{
	background:url(img/common/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 0 796px;
	_margin:5px 0 0 786px;	
	}
	
/*************************************************印刷用*************************************************/

@media print{

#container{
	width:818px;
	}
}		


/*************************************************疑似イメージマップ*************************************************/

img.image{display: none;}
dl#imagemap{
	margin: 0;
	padding: 0;
	background: transparent url(img/reserch/faclities.jpg) top left no-repeat;
	width: 782px;
	height: 600px;
	position: relative;
	}
dt{margin: 0; padding: 0; position: absolute; font-size: 85%; display: none;}
dd{margin: 0; padding: 0; position: absolute;  font-size: 85%;}
dd#files{top: 143px; left: 10px;}
dd#files a{position: absolute; width: 246px; height: 334px; text-decoration: none;}
dd#files a span{display: none;}
dd#files a:hover{position: absolute; background: transparent url(img/reserch/faclities_sub01.jpg)) -8px -70px no-repeat; top: -70px; left: -8px;}
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: bold;
	position: absolute;
	border: 1px solid #BCBCBC;
	bottom: 100%;
	margin: 0;
	padding: 5px;
	width: 95%;
	}


/* スライドショー */

#slides {
	position:absolute;
	top:0px;
	left:0px;
    right: 0px;
	z-index:1;
   
}

/* スライド画面サイズ変更 ↓ */

.slides_container {
	width: 810px;
	height: 326px;
	overflow:hidden;
	position:relative;
	display:none;   
}

.slides_container a {
	width:810px;
	height:326px;
	display:block;
}

.slides_containerbox {
    width: 810px;
	height: 326px;
    background-color:rgba(255, 255, 255, 0.40);
    border-style:none;
    margin:20px 0 0 0px;
}

/*
background-color:rgba(220, 220, 220, 0.25);
*/

/*
.slides_container {
	width: 560px;
	height: 315px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:560px;
	height:315px;
	display:block;
}

/* スライド画面サイズ変更 ↑ */


.slides_container a img {
	display:block;
}

.pagination {
     margin: 0px 0px 30px 0px;
     float:right;
     width:60px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../slide/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*-------------------------------------*/


