﻿

html{height:100%;}

body {
    font-size:12px;
    height:100%;
}

a.mp:link { color:blue;text-decoration: none;}
a.mp:visited { color:blue;text-decoration: none; }
a.mp:hover { color:blue;text-decoration: underline; }
a.mp:active { color:blue;}

/* ***********:レベル0 Menuコントロールスタイル************** */
#menu0{ /* nothing in here right now */}
#menu0 .Item{    /* CSS class for non-selected Menu Item */    
     /*background: url(image/menu_back1.gif) no-repeat; */
    font-size:16px;
    background: url(image/MenuBar0.jpg) no-repeat;
    
    /*color:Gray; */
    text-align: center;

    font-weight: bold;
    vertical-align: bottom;
    height:31px;
   line-height : 30px;
    /*margin-top: 10px;*/
    margin:0px 0px 0px 0px;
}

/* #menu .ItemSelected, */
#menu0 .ItemSelected, #menu0 .ItemHover
{
    /* CSS class for hovering and selected Menu Item     ... which can be split up, of course! */
    background-position: url(image/MenuBar0_sel.png) no-repeat;
    font-size: 17px;
    background: url(image/MenuBar0_sel.png) no-repeat;
    color: #7296DA;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    height: 31px;
    line-height: 30px; /*text-decoration: underline;*/
    margin: 0px 0px 0px 0px; /*margin-top: 10px;*/
}/* CSS classes for standard Links, only valid inside the #menu DIV */

#menu0 a, #menu0 a:visited{
    
    background: transparent ! important;
    display: block;
}#menu0 a:hover, #menu0 a:active, #menu0 a:focus{
    background: transparent ! important;
    display: block;
}



/* **********レベル1 Menuコントロールスタイル************** */
#menu1{ /* nothing in here right now */}
#menu1 .Item{    /* CSS class for non-selected Menu Item */    
     /*background: url(image/menu_back1.gif) no-repeat; */
    
    background: url(image/MenuBar1.gif) no-repeat;
    
    
    /*color:Gray; */
    text-align: center;

    font-weight: bold;
    vertical-align: bottom;
    height:31px;
   line-height : 30px;
    /*margin-top: 10px;*/
    margin:0px 0px 0px 0px;
}


/* #menu .ItemSelected, */
#menu1 .ItemSelected,#menu1 .ItemHover{    /* CSS class for hovering and selected Menu Item     ... which can be split up, of course! */   
    background: url(image/MenuBar1_sel.gif) no-repeat;
    font-size:13px;
    
    color:#99CCFF;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    height:31px;
    line-height : 30px;
    /*text-decoration: underline;*/
    margin:0px 0px 0px 0px;
    /*margin-top: 10px;*/
    }/* CSS classes for standard Links, only valid inside the #menu DIV */

#menu1 a, #menu1 a:visited{
    
    background: transparent ! important;
    display: block;
}#menu1 a:hover, #menu1 a:active, #menu1 a:focus{
    background: transparent ! important;
    display: block;
}



.button1{
    background: url(image/button1.jpg) no-repeat;
  
    text-align: center;
    font-weight: bold;
    font-size:11px;
    width:88px;
    height:31px;
    line-height : 30px;
    text-decoration: none; 
    /*margin-top: 10px;*/
}

.button1_120{
    background: url(image/button1_120.jpg) no-repeat;
   
    text-align: center;
    font-weight: bold;
    font-size:11px;
    width:120px;
    height:31px;
    line-height : 30px;
    text-decoration: none; 
    /*margin-top: 10px;*/
}

.button2{
    background: url(image/button2.png) no-repeat;
  
    text-align: center;
    font-weight: bold;
    font-size:14px;
    /*width:150px;
    height:50px;*/
    line-height : 40px;
    text-decoration: none; 
    /*margin-top: 10px;*/
}


.button1 a:hover{
    background: url(image/button1.jpg) no-repeat;
    text-align: center;
    font-weight: bold;
    font-size:11px;
    width:88px;
    height:31px;
    line-height : 30px;
    text-decoration:underline; 
    /*margin-top: 10px;*/
}





div.header {
    text-align: left;    
}

.h0 {
    font-size:35px;
    font-weight:bold;
}
a.h0:link { color:Black;text-decoration: none; }
a.h0:visited { color:Black;text-decoration: none; }
a.h0:hover { color:Black;text-decoration: underline; }
a.h0:active { color:Black; }


h1 {
    font-size:11px;
   
}

h2 {
    font-size:20px;
    text-align:left;
    margin: 0px 0px 10px;
    padding : 5px;
    border-top:solid 1px #000066;
    border-bottom:solid 1px #000066;
    border-left-style:none;
    border-right:none;
}
body > div.contents2{height: auto;}

div.contents2 {
    margin-left : auto; margin-right : auto;text-align:center;margin-top : 5px;
    font-size:14px;
    width:900px;
   height:100%; min-height: 100%;
   
    /*border:solid 2px green;*/
}



h3
{
	font-size: 16px;
	text-align: left;
	margin: 20px 0px 20px;
	padding: 5px;
	border-top: none;
	border-bottom: dotted 1px #000066;
	border-left: solid 3px #000066;
	border-right: none;
	border-top-color: inherit;
	border-right-color: inherit;
	border-bottom-color: #ADC3F7;
	border-left-color: #ADC3F7;
}


h4
{
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    margin: 0px 0px 5px 5px;
    padding: 5px;
    border-bottom:1px dotted #B0C5FF;
    border-top-color: inherit;
    border-right-color: inherit;
    border-left-color: inherit;
	width: 527px;
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;
	border-top-style: none;
	border-top-width: medium;
}


div.contents3 {
    margin-top :  10px; margin-bottom : 20px;
    margin-left : 20px; margin-right : auto;
    text-align:left;
    font-size:14px;
    /*height: auto;*/
   /*border:solid 1px red;*/
   
}






th, td {
}



table.border-collapse
{
	border: 1px solid #808080;
	border-collapse: collapse;
	text-align: left;
}


/*table.border-collapse td
{
	border: 1px solid #C0C0C0;
}
*/

td.tdsolid {border: solid 1px}


.grid1
{
    width: 155px;
    height: 130px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-right-color: #DCE1F5;

}


.gridView_News_left {
    font-size:13px;
    text-align:left;
    float:left;
    width:60px;
    margin:5px 0px 5px 3px;
}

.gridView_News_right {
    font-size:12px;
    text-align:left;
    float:right;
    width:510px;
    margin:5px 3px 0px 0px;
    line-height:1.3em;
    /*border-bottom:solid 1px #DCE1F5;*/
}




.Border1{
    border: 1px solid #ADC3F7;
}

.Bgcolor1{
    background-color: #EFF3FF;
}

.text-align-center
{
    border:solid 1px;
    text-align: center;

    
}


.div_float_left 
{
  	float:left;
  	margin-right:30px;
}	

.div_float_left0
{
  	float:left;
  	margin:0px 0px 0px 5px;
  	text-align:left;
}	




.margin0
{
  	margin:0px 0px 0px 0px;
  	padding:0px 0px 0px 0px;
}	


/* FireFox用 */
.tableCenter {
margin:auto;

}


