/*基本文字色*/

.red {color: Red;}
.green {color: Green;}
.blue {color: Blue;}
.pink {color: #FF1493;}
.orange {color: #FF3300;}
.gold {color: #CC9900;}


.red_s {color: Red; font-size:80%;}
.green_s {color: Green; font-size:80%;}
.blue_s {color: Blue; font-size:80%;}
.pink_s {color: #FF1493;	font-size:80%;}
.orange_s {color: #FF3300; font-size:80%;}
.gold_s {color: #CC9900; font-size:80%;}

.red_b {color: Red; font-size:140%;line-height:140%;}
.green_b {color: Green;	font-size:140%;	line-height:140%}
.blue_b {color: Blue;font-size:140%;	line-height:140%}
.pink_b {color: #FF1493;font-size:140%;line-height:140%}
.orange_b {color: #FF3300;font-size:140%;line-height:140%}
.gold_b {color: #CC9900;font-size:140%;line-height:140%}



#detail {
font-family:"｣ﾍ｣ﾓ ･ｴ･ｷ･ﾃ･ｯ", "Osaka｡ﾝﾅ";
font-size:80%;
color:#333333;
width: 520px;
height: auto;
border: 2px solid #D7E7CD;
padding: 15px;
background: url("/img/news/emblem.gif") right bottom no-repeat;
}
#detail .title {
color: #CC0000;
font-weight: bold;
font-size: 160%;
}
#detail .text p{
line-height: 1.4em;
font-size:100%;
margin-top: 1em;
margin-bottom: 1em;
}


#detail table{

border: 1px solid #518F2E;
border-collapse:collapse;
}
#detail td,#detail th{
padding: 5px;
border: 1px solid #518F2E;
color: #333333;
text-align:left;
}
#detail th {
	background: #D7E7CE;
	font-weight: normal;
}