@charset "euc-jp";
/*基本セレクタ*/
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	background-color: #3399CC;/*緑ならばAACCB3*/
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	display: none;
}
a {color: #1e51c8/*#B3567C*/;}
a:hover{color:#000000}
#heading a:hover{color:#000000;background-color:#e6e680}

.photo{float:right;margin-left:1em}
.born{font-size:x-small}
.ji{white-space: nowrap;}


/*コンテナ---全体*/
#container {
	width: 800px;/*776*/
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;}

/*導入領域*/
#intro {
	width: 800px;/*776*/
	height: 97px;
	margin: 0 auto;
	background-image: url(../img/bg_top_main.gif);
}
#intro h1,#intro p {
}
/*-------------------------------------------------------------*/
#heading {
	width: 760px;
	height: 77px;
	margin-left: 20px;
}
#heading h1 {
	float: left;
	width: 456px;
	height: 77px;
	background-image: url(../img/title_top_jii_j.gif);
	background-repeat: no-repeat;
}
#heading h1 span {
	display: none;
}
#heading p {
	float: left;
	font-size:small;
	text-align:right;
	width: 300px;
	height: 77px;
	margin-right:4px;
}
#heading h2 span {
	/*display: none;*/
}


/*-メニューバー-----------------------------------------------*/
#imenus0 {
	background-image:url(../img/top_menu_bg.gif);
	background-repeat:repeat-x;
	height: 20px;
	/*border-spacing:0;*/
	font-size:13px;
}


 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 147px; }/**/
#nav ul ul { left: 148px; }

/* Everything else is theming */
 
#nav {
	height: 24px;
	background-image:url(../img/top_menu_bg.gif);
	background-repeat:repeat-x;
	margin:0 20px 0 20px;
	 }
	/*background-color: #30A8C3; */
	
#nav *:hover { background-color: none; }

#nav a { 
	border-right: 1px solid #fff;
	color:#1e51c8;
	font-size: 13px;
	line-height: 120%;
	padding:6px 6px 3px 6px;
	}
	
#nav li.hover a {
	background-color: #30A8C3;
	color:#FFF
	}/**/

#nav ul { top: 24px;	font-size: 13px;
 }

#nav ul li a { background-color: #30A8C3;	font-size: 13px;color:#FFF;
 }
#nav ul li.hover > a { background-color: #5E5A5A; }

#nav ul a {
	border-bottom: 1px solid white;
	border-right: none; opacity: 0.9;
	filter: alpha(opacity=90);
	}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */




/*メインコンテンツ-------------------------------*/
#mainContent {
	width: 800px;/*776*/
	margin: 0;
	padding-top: 0px;
	min-height:500px;
	_height:500px;
}

/*---コンテンツエリア---------------------------------------*/
#Content{
	width:760px;
	margin-top:0px;
	margin-left:20px;
	font-size:small;
}

/*中央下部エリア-------------------------------------------------------------*/
#jiistyle{
	font-size:small;
	color:#333333;
	text-align:center;
	padding-bottom: 20px;
	}/*jiiの著作権表示位置*/

/*-------------------------------------------------------------------------------*/
#bottomMenu{
	font-size:small;
	color:#e6e680;
	text-align:center;
	margin-bottom:1em;
	line-height:140%;
	}
#bottomMenu a{
	color:#e6e680
	}

#bottomMenu a:hover{
	color:#000000;
	background-color:#e6e680;
	
	}

/*--------------------------------------------------------------------------*/
.goTop {
	clear:both;
	text-align:right;
	padding-top:1em;
	padding-bottom:1em;
	margin-top:1em;
	}
	
.goTop h2 span{
	font-size: small;
	font-weight:normal
	}
	
.goTop a{
	background-image: url(../img/link_mark02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	}
	
.goTop a:hover{
	color:#000000;
	background-color:#e6e680;
	}

