@charset "utf-8"; 

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

/*青色ロゴを使うか白いロゴを使うか*/
#logo_white{
display: none;
}
#logo_blue{

}


#head-text{
font-weight: bold;
}
.header_top{
font-size: 16px;
color: #b23e52;/*上部タイトルカラー*/
}
h1{
font-size: 24px;
color: #5a3327;/*下部タイトルカラー*/
}
.large_txt{
font-size: 32px;
}

/*menu*/

.menu td{/*メニューバー*/
font-size: 13px;
}
.active{/*メニューボタン（今いるページ）*/
background-color: #b23e52;/*背景*/
border-color: #b23e52;/*ボーダー色*/
}
/**/
.menu_style{/*メニューボタン背景（通常）*/
background-color: #fff;/*背景*/
border-color: #b23e52;/*ボーダー色*/
}
.active a{/*メニューボタン（今いるページ）テキスト*/
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: white;/*テキスト色*/
}
.menu_style a{/*メニューボタン（通常）テキスト*/
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #b23e52;/*テキスト色*/
}
.menu_style a:hover{/*メニューボタンテキスト オンマウス*/

 width: 100%; /* Theoretically for IE 8 & 9 (more valid) */ 
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
 filter: alpha(opacity=80); 
 -moz-opacity:0.8; 
 -khtml-opacity: 0.8; 
 opacity: 0.8; 
 
}
#main_img{
border-style: solid;
border-color: #b23e52;/*ボーダー色*/
}

/*メイン画像下部概要文*/
#bottom{
border-style: solid;
background-color: #fff;/*背景*/
border-color: #b23e52;/*ボーダー色*/
border-top: none;
}
#bottom span ,#bottom div{
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.bottom_text_top{/*上部*/
color: #5a3327;/*テキスト色*/
font-size: smaller;
font-weight: bold;
line-height: 1.5em;
}
.bottom_text_bot{/*下部*/
color: #b23e52;/*テキスト色*/
font-size: larger;
font-weight: bold;
}
.pdf_text{/*PDFイメージ横*/
color: #5a3327;
font-weight: bold;
line-height: 1.5em;
}

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

.footer_text{
font-size: 13px;
color: #5a3327;/*テキスト色*/
font-family: Arial, Helvetica, sans-serif;
}


