/* 全体 */
body,td {
	color: #666666;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif,verdana;
	line-height: 140%;
}

/* テキストの装飾 */
.gray10 {  font-size: 10px; color: #666666; line-height: 130%;}
.gray12 {  font-size: 12px; color: #666666; line-height: 140%;}
.gray14 {  font-size: 14px; color: #666666; line-height: 140%; font-weight: bold;}
.green10 {  font-size: 10px; color: #306f80; line-height: 130%;}
.green12 {  font-size: 12px; color: #306f80; line-height: 140%;}
.green14 {  font-size: 14px; color: #306f80; line-height: 140%; font-weight: bold;}
.orange10 {  font-size: 10px; color: #FF6600; line-height: 130%;}
.orange12 {  font-size: 12px; color: #FF6600; line-height: 140%;}
.orange14 {  font-size: 14px; color: #FF6600; line-height: 140%; font-weight: bold;}
.red10 {  font-size: 10px; color: #FF3333; line-height: 130%;}
.red12 {  font-size: 12px; color: #FF3333; line-height: 140%;}
.red14 {  font-size: 14px; color: #FF3333; line-height: 140%; font-weight: bold;}
.white10 {  font-size: 10px; color: #FFFFFF; line-height: 130%;}
.white12 {  font-size: 12px; color: #FFFFFF; line-height: 140%;}
.white14 {  font-size: 14px; color: #FFFFFF; line-height: 140%; font-weight: bold;}

.readtext {  font-size: 14px; color: #444444; line-height: 160%;}
.pic_caption {  font-size: 12px; color: #444444; line-height: 130%;}

.search_highlight  {color:#ff3300;}

/* リンク */
a:link {  color:rgb(34,65,143); text-decoration:none;}
a:visited {  color:rgb(111,25,111); text-decoration:none;}
a:hover {  color:rgb(29,89,60); text-decoration: underline;}
a:active {  color: #339999; text-decoration: underline;}

a.gray:link {  color: #555555; text-decoration: none;}
a.gray:visited {  color: #555555; text-decoration: none;}
a.gray:hover {  color: #555555; text-decoration: underline;}
a.gray:active {  color: #555555; text-decoration: none;}

a.breadcrumb:link {  color: #e97e00; text-decoration: underline;}
a.breadcrumb:visited {  color: #e97e00; text-decoration: underline;}
a.breadcrumb:hover {  color: #e97e00; text-decoration: underline;}
a.breadcrumb:active {  color: #e97e00; text-decoration: underline;}

/*図表の設定（大野追加）*/
a img#fig{
border:1px solid rgb(202,199,174);
width:300px;
}

a:hover img#fig{
border:1px solid rgb(232,68,115);
}

a:active img#fig{
border:1px solid rgb(232,68,115);
}

td.pic_caption{
font-size:14px;
font-weight:bold;
}

/*顔写真部分*/
img#face{
border:1px solid rgb(202,199,174);
width:160px;
}

/*件数表示*/
td#intro{
font-size:100%;
padding:5px 0px 10px 5px;
}

em#kensuu{
color:rgb(234,85,32);
font-style:normal;
font-weight:bold;
}

/*リンク*/
td#link{
font-size:100%;
font-weight:bold;
}

a img#link{
border:1px solid rgb(202,199,174);
width:130px;
height:50px;
}

a:hover img#link{
border:1px solid rgb(30,80,162);
}

a:active img#link{
border:1px solid rgb(30,80,162);
}

td#theme{
line-height:1.3;
padding:8px 3px 5px 8px;
font-size:90%;
}
