@charset "utf-8";
/* CSS Document */


/*Reset*/	
*{	
	margin:0;
	padding:0;
}
html {
overflow-y:scroll;
}
body,td,th {
	font-size: small;
	color: #000;
}
body {
	width: 630px;
	background:#ddebe6 url(../common/home_index_bg.gif) center repeat-y;
	margin-left:auto;
	margin-right:auto;
	font: 76%/1 'MS UI Gothic', 'Hiragino Kaku Gothic Pro', Osaka, serif, sans-serif, monospace;
}
hr{	
	display:none;
}	
img{	
	border:0;
}
p{	
	margin-bottom:1em;
}
/*Link*/
a{	
	color:#336699;
	text-decoration:none;
}	
a:visited{
	color:#336699;
}
a:hover{	
	color:#ff0000;
	text-decoration:underline;
}
/*text-align*/
.center{	
	margin-right:auto;
	margin-left:auto;
	text-align: center; 
}	
.left{	
	text-align: left; 
}
.right{	
	text-align: right; 
}	
sup{
	font-size:86%;
}

/*notes	*/
sup.notes{	

}
.notes{
	line-height:120%;
	font-size:86%;
}
p.notes{	
	margin:0.1em 0 0.1em 1em;
	text-indent:-1em;
}	
/*List	*/
ul, ol, dl{	
	list-style-type:none;
}
ul.list{	
	list-style-type:disc;
	margin-left:34px;
	margin-bottom:1em;
}	
ul.list li{	
	margin:2px 0;
}	
ul.list li li{	
	list-style-type:disc;
	margin-left:34px;
}	
ol.list {	
	list-style-type: decimal;
	margin-bottom:1em;
}
ol.list li{	
	margin-left:2em;
}

/*float	*/
.floatL{	
	float:left;
}	
.floatR{	
	float:right;
}
/*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 Hides from IE-mac \*/

/*breadCrumbArea*/
#breadCrumbArea a{
	text-decoration:none;
}
#breadCrumbArea a:hover{
	text-decoration:underline;
}


/*innerLink*/
.innerLink{
	padding-bottom:15px;
	text-align:right;
}
.innerLink li{
	display:inline;
	line-height:100%;
}
.innerLink li a{
	background:url(../common/icon_innerlink.gif) 2px 30% no-repeat;
	padding-left:15px;
	text-decoration:none;
	color:#336699;
}
.innerLink li a:hover{
	text-decoration:underline;
}
#index{
	width: 629px;
	margin-left:auto;
	margin-right:auto;
	padding:0;	
}
#head{
	width: 629px;
	margin:0;
	padding:0;
	background:url(../common/header_bg.jpg) no-repeat;
}
#head p{
	margin:0;
	padding:7px 0 6px 22px;
	font-size:10px;
}
#head .floatL {
	padding:0 0 5px 22px;
}
#head .floatR {
	padding:20px 22px 0 0;
}
#head .floatR input{
	margin-left:5px;
	vertical-align:middle;
}
#head .floatR input#window{
	border:solid 1px #ccc;
}
#head .floatR input#submit{
	background:url(../common/btn_search.gif) no-repeat;
	width:35px;
	height:19px;
	border:none;
	text-indent:-10000px;
}
#head-menu{
	margin:0;
	padding:5px 0px 5px 7px;
	border-top:solid 1px #d4d4d4;
	border-bottom:solid 1px #d4d4d4;
	background:url(../common/menu_bg.gif) no-repeat #eeeeee;
}
#head-menu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#head-menu ul li{
	margin:0;
	padding:0 0 0 3px;
	float:left;
}
#head-menu ul li a,
#head-menu ul li div{
	width:99px;
	height:37px;
	display:block;
	text-indent:-100000px;
	text-decoration:none;
	overflow:hidden;
}
#head-menu ul li#hmprofile a{
	background: url(../common/home_global01.gif) no-repeat;
}
#head-menu ul li#hmprofile a:hover,
#head-menu ul li#hmprofile div{
	background: url(../common/home_global01_on.gif) no-repeat;
}
#head-menu ul li#hmresearch a{
	background: url(../common/home_global02.gif) no-repeat;
}
#head-menu ul li#hmresearch a:hover,
#head-menu ul li#hmresearch div{
	background: url(../common/home_global02_on.gif) no-repeat;
}
#head-menu ul li#hmreport a{
	background: url(../common/home_global03.gif) no-repeat;
}
#head-menu ul li#hmreport a:hover,
#head-menu ul li#hmreport div{
	background: url(../common/home_global03_on.gif) no-repeat;
}
#head-menu ul li#hmactivity a{
	background: url(../common/home_global04.gif) no-repeat;
}
#head-menu ul li#hmactivity a:hover,
#head-menu ul li#hmactivity div{
	background: url(../common/home_global04_on.gif) no-repeat;
}
#head-menu ul li#hmpress a{
	background: url(../common/home_global05.gif) no-repeat;
}
#head-menu ul li#hmpress a:hover,
#head-menu ul li#hmpress div{
	background: url(../common/home_global05_on.gif) no-repeat;
}
#head-menu ul li#hmmonitor a{
	background: url(../common/home_global06.gif) no-repeat;
}
#head-menu ul li#hmmonitor a:hover,
#head-menu ul li#hmmonitor div{
	background: url(../common/home_global06_on.gif) no-repeat;
}
.main{
	width:592px;
	margin:10px 0 15px 0;
	padding:0 17px;
	line-height:150%;
}
.main .caption{	
	font-size:x-small;
}
.main p.pagetop{
	margin:1em 0;
	text-align:right;
}
.main p.pagetop a{	
	background: url(../common/icon_pagetop.gif) 0 0 no-repeat;
	padding-left:15px;
}
/*table	*/
.main table.borderTable {	
	width:100%;
	margin-bottom:1em;
	border: solid 1px #606060;
	border-collapse: collapse;
}	
.main table.borderTable caption{	
	font-weight:bold;
	text-align: left; 
}	
.main table.borderTable th, 	
.main table.borderTable td{	
	padding:3px 6px;
	border: solid 1px #606060;
	line-height: 1.3;
	vertical-align:top;
}	
.main table.borderTable th{	
	font-weight: normal;
	white-space:nowrap;
	text-align:left;
}
.main table.noBorderTable {	
	width:100%;
	margin-bottom:1em;
	border:none;
	border-collapse: collapse;
}	
.main table.noBorderTable caption{	
	font-weight: bold;
	text-align: left; 
}	
.main table.noBorderTable th, 	
.main table.noBorderTable td{	
	padding:3px 6px;
	border:none;
	line-height: 1.3;
	vertical-align:top;
}	
.main table.noBorderTable th{	
	font-weight: normal;
	text-align: left; 
	white-space:nowrap;
}
.main table.noBorderTable tr.color{
	background-color:#e6e6e6;
}
#footer{
	font-size: x-small;
	text-align:center;
	clear: both;
	margin:0;
	padding:0;
}
#f-copyright{
	background:url(../common/home_footer_bg.gif) bottom repeat-x;
	padding:10px;
}
#f-link{
	background:#7d7d7d;
	padding:5px;
}
#f-link a{
	text-decoration: none;
	color: #fff;
}
#f-link ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#f-link li{
	margin: 0px 0px 0px 10px;
	padding:  0px 0px 0px 11px;
	display: inline;
	background: url(../common/icon_arrow03pb_footer.gif) 0 1px no-repeat;
}