@charset='shift_jis';
/* CSS Document */



/* リンク */


a img { border:0; }

a:focus{
outline:none;
} 

a:link {
	color: #2e55e3;
   text-decoration:none;
}
a:visited {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #2e55e3;
	text-decoration:underline;
}
a:active {
   color:#666;
}

/*---------------------------*/

#f_menu a:link {
	color: #676767;
	text-decoration:none;
}
#f_menu a:visited {
	color: #333333;
	text-decoration:none;
}
#f_menu a:hover {
	color: #676767;
	text-decoration:underline;
}
#f_menu a:active {
	color:#CCCCCC;
}

/*---------------------------*/





/* font-change */


------------------

#fontswitch {
     width: 240px;
     height: 70px;
}

#fontswitch h1 {
     width: 190px;
     font: 18px arial, sans-serif;
     padding: 5px 0 7px 6px;
}

#fontswitch li {
     float: left;
     list-style-type: none;
}

#fontswitch li a {
     width: 59px;
     height: 14px;
     display: block;
     color: #666;
     font: normal 12px arial, sans-serif;
     text-align: center;
     text-decoration: none;
     background:#fff url("./images/button-1.gif") no-repeat;
     margin-left: 5px;
     padding: 4px 0;
}

#fontswitch li a:active {
     height: 12px;
     color: #000;
     background: transparent url("./images/button-2.gif") no-repeat ;
     padding: 5px 0px 5px 0px;
     outline: none;
}

#fontswitch li a:visited {outline: none;}


/*---------------------------*/





/* マージン */
 
/*---マージントップ------------------------*/
 
.mt_05 {
 margin-top:05px;
 }
 
.mt_10 {
 margin-top:10px;
 }
 
.mt_15 {
 margin-top:15px;
 }
 
.mt_20 {
 margin-top:20px;
 }
.mt_25 {
 margin-top:25px;
 }
 
.mt_30 {
 margin-top:30px;
 }
 
.mt_35 {
 margin-top:35px;
 }
 
.mt_40 {
 margin-top:40px;
 }
 
.mt_45 {
 margin-top:45px;
 }
 
.mt_50 {
 margin-top:50px;
 }
 
.mt_55 {
 margin-top:55px;
 }
 
 
/*--マージン右-------------------------*/

.mr_05 {
 margin-right:05px;
 }
 
.mr_10 {
 margin-right:10px;
 }
 
.mr_15 {
 margin-right:15px;
 }
 
.mr_20 {
 margin-right:20px;
 }
 
/*--マージン下-------------------------*/
 

.mb_05 {
 margin-bottom:5px;
 }
 
.mb_10 {
 margin-bottom:10px;
 }
 
.mb_15 {
 margin-bottom:15px;
 }
 
.mb_20 {
 margin-bottom:20px;
 }
  
.mb_25 {
 margin-bottom:25px;
 }
 
.mb_30 {
 margin-bottom:30px;
 }
  
.mb_35 {
 margin-bottom:35px;
 }
 
.mb_40 {
 margin-bottom:40px;
 }
 
.mb_45 {
 margin-bottom:45px;
 }
 
.mb_50 {
 margin-bottom:50px;
 }
 
 
.mb_55 {
 margin-bottom:55px;
 }
 

/*--マージン左-------------------------*/
 
.ml_05 {
 margin-left:05px;
 } 
 
.ml_10 {
 margin-left:10px;
 }
 
.ml_15 {
 margin-left:15px;
 }
 
.ml_20 {
 margin-left:20px;
 }
  
.ml_25 {
 margin-left:25px;
 }
 
.ml_30 {
 margin-left:30px;
 }
  
.ml_35 {
 margin-left:35px;
 }
 
.ml_40 {
 margin-left:40px;
 }
  
.ml_45 {
 margin-left:45px;
 }
 
.ml_50 {
 margin-left:50px;
 }  
 
.ml_55 {
 margin-left:55px;
 }
 
.ml_60 {
 margin-left:60px;
 }
 
.ml_65 {
 margin-left:65px;
 }
 
.ml_70 {
 margin-left:70px;
 }
 
.ml_75 {
 margin-left:75px;
 }
 
/*---------------------------*/





/* テキスト装飾関係 */

.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}

/*---------------------------*/

.txt_085 {
	font-size: 85%;
}

.txt_100 {
	font-size: 100%;
}

.txt_125 {
	font-size: 125%;
}

/*---------------------------*/

.txt_blue_strong {
	font-weight: bold;
	color: #2e55e3;
}
.txt_blue_normal {
	font-weight: normal;
	color: #2e55e3;
}
.txt_orange_strong {
	font-weight: bold;
	color: #FF6600;
}
.txt_orange_normal {
	font-weight: normal;
	color: #FF6600;
}

.txt_yellow_strong {
	font-weight: bold;
	color: #f8ea48;
}
.txt_yellow_normal {
	font-weight: normal;
	color: #f8ea48;
}
.txt_red_strong {
	font-weight: bold;
	color: #CC0000;
}
.txt_red_normal {
	font-weight: normal;
	color: #CC0000;
}

.txt_green_strong {
	font-weight: bold;
	color: #489328;
}
.txt_green_normal {
	font-weight: normal;
	color: #489328;
}
