/* リンク指定 */
A:link{color:#ffffff; text-decoration:none;}/*LINK - IE underbar*/
A:visited{color:#ffffff; text-decoration:none;}/*VLINK*/
A:active{color:#00FF00; text-decoration:none;}/*ALINK*/
A:hover{color:#00FF00; text-decoration:underline;} /*ALINK - IE rollover*/


/* リンク青 */
a.blue:link{color:#0000ff; text-decoration:none;}/*LINK - IE underbar*/
a.blue:visited{color:#0000ff; text-decoration:none;}/*VLINK*/
a.blue:active{color:#0000ff; text-decoration:none;}/*ALINK*/
a.blue:hover{color:#0000ff; text-decoration:underline;} /*ALINK - IE rollover*/

/* テキスト指定 */
.T1       { font-size: 7pt; line-height:9pt;                 }
.T2       { font-size: 8pt; line-height:10pt;                }
.T2_2     { font-size: 8pt; line-height:15pt;                }
.T3       { font-size: 9pt; line-height:12pt;                }
.T3_2     { font-size: 9pt; line-height:17pt;                }
.T4       { font-size:10pt; line-height:12pt;                }
.T4_2     { font-size:10pt; line-height:15pt;                }
.T5       { font-size:11pt; line-height:13pt;                }
.T5_2     { font-size:11pt; line-height:20pt;                }
.T6       { font-size:12pt; line-height:14pt;                }
.T6_2     { font-size:12pt; line-height:20pt;                }
.T7       { font-size:13pt; line-height:15pt;                }
.honbun   { font-size:12pt; line-height:16pt;                }
.title    { font-size:13pt; line-height:17pt;                }


/* ボックス枠線指定 */
.box_all {border-top:1px solid #8D8D8D;
          border-left:1px solid #8D8D8D;
		  border-bottom:1px solid #8D8D8D;
		  border-right:1px solid #8D8D8D;}
.box_t   {border-top:1px solid #8D8D8D;}
.box_r   {border-right:1px solid #8D8D8D;}
.box_l   {border-left:1px solid #8D8D8D;}
.box_b   {border-bottom:1px solid #8D8D8D;}
.box_rl  {border-left:1px solid #8D8D8D;
          border-right:1px solid #8D8D8D;}
.box_br  {border-right:1px solid #8D8D8D;
		  border-bottom:1px solid #8D8D8D;}
.box_bl  {border-left:1px solid #8D8D8D;
		  border-bottom:1px solid #8D8D8D;}
.box_bt  {border-top:1px solid #8D8D8D;
		  border-bottom:1px solid #8D8D8D;}
.box_tr  {border-top:1px solid #8D8D8D;
          border-right:1px solid #8D8D8D;}
.box_tl  {border-top:1px solid #8D8D8D;
          border-left:1px solid #8D8D8D;}
.box_rlb {border-right:1px solid #8D8D8D;
          border-left:1px solid #8D8D8D;
		  border-bottom:1px solid #8D8D8D;}
.box_rlt {border-right:1px solid #8D8D8D;
          border-left:1px solid #8D8D8D;
		  border-top:1px solid #8D8D8D;}
.box_rtb {border-top:1px solid #8D8D8D;
		  border-bottom:1px solid #8D8D8D;
		  border-right:1px solid #8D8D8D;}
.box_ltb {border-top:1px solid #8D8D8D;
		  border-bottom:1px solid #8D8D8D;
		  border-left:1px solid #8D8D8D;}
.gyoumu_box {border:1px solid #7296AA;
             color:#7296AA;
			 font-size:10pt;}



/* hr 指定 */
hr {border-color:#8D8D8D;}

/* news 写真枠指定 */
.news_pic {border:1px solid #4F7C95; padding:3px;}







