@charset "utf-8"; 

#logo_white{

}
#logo_blue{
display: none;
}


/*====================================================================*/

body{/*全体背景*/
background-color: #333;
}

.header_top{
color: #aaa;/*上部タイトルカラー*/
}
h1{
color: #fff;/*下部タイトルカラー*/
}


/*メニューバー*/

.active{/*メニューボタン（今いるページ）*/
background-color: #555;/*背景*/
border-color: #000;/*ボーダー色*/
}
.active a{
color: #fff;/*テキスト色*/
}

.menu_style{/*メニューボタン背景（通常）*/
background-color: #fff;/*背景*/
border-color: #000;/*ボーダー色*/
}
.menu_style a{
color: #555;/*テキスト色*/
}



/*メイン画像*/
#main_img{
border-color: #555;/*ボーダー色*/
}


/*メイン画像下部概要文*/
#bottom{
background-color: #555;/*背景*/
border-color: #555;/*ボーダー色*/
}

.bottom_text_top{/*上部*/
color: #fff;/*テキスト色*/
}
.bottom_text_bot{/*下部*/
color: #FF7C00;/*テキスト色*/
}
.pdf_text{/*PDFイメージ横*/
color: #fff;/*テキスト色*/
}



/*サブページ枠色＆本文色*/
#main_contents{
background-color:#fff;/*背景色*/
border:3px solid #555;/*ボーダー色*/
color:#333;/*テキスト色*/
}
#main_contents h2.title{
border-color: #d86814;/*タイトル左側のボーダー色*/
}

.footer_text{
color: #fff;/*テキスト色*/
}



/*====================================================================*/


/*色以外（フォントサイズ等）*/
h1{
font-size: 24px;
}
.large_txt{
font-size: 32px;
}
#head-text{
font-weight: bold;
}
.header_top{
font-size: 16px;
}

.menu_style a:hover{/*メニューボタンテキスト オンマウス*/
 width: 100%; /* Theoretically for IE 8 & 9 (more valid) */ 
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
 filter: alpha(opacity=60); 
 -moz-opacity:0.6; 
 -khtml-opacity: 0.6; 
 opacity: 0.6; 
}

.active a{/*メニューボタン（今いるページ）テキスト*/
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.menu_style a{/*メニューボタン（通常）テキスト*/
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
#main_img{
border-style: solid;
}
#bottom span ,#bottom div{
font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*メイン画像下部概要文*/
#bottom{
border-style: solid;
border-top: none;
}

.bottom_text_top{/*上部*/
font-size: smaller;
font-weight: bold;
line-height: 1.5em;
}
.bottom_text_bot{/*下部*/
font-size: larger;
font-weight: bold;
}
.pdf_text{/*PDFイメージ横*/
font-weight: bold;
line-height: 1.5em;
}

.menu td{/*メニューバー*/
font-size: 13px;
}


.footer_text{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}



