﻿td {
    font-family: "MS UI Gothic", "Osaka";
    font-size: 12px;
    line-height:14px;
    letter-spacing:1px;
    font-style: normal;
    color: #333333;
}
b {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 12px;
    line-height:14px;
    font-style: normal;
    font-weight: bold;
    color: #333333;
    }

a {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 12px;
    line-height:14px;
    color: #3366cc;
    font-style: normal;
}
a:link {
    text-decoration: underline
}
a:visited {
    text-decoration: underline
}
a:active {
    text-decoration: underline
}
a:hover {
    color: #ff7f00;
    text-decoration: underline
}

img {
    border-color: #2989c4;
}

.title {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 16px;
    line-height:18px;
    font-style: normal;
    font-weight: bold;
    color: #1294e1;
    }
.type {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 14px;
    line-height:16px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    }
.item_name {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 12px;
    line-height:14px;
    letter-spacing:1px;
    font-style: normal;
    font-weight: bold;
    color:#CC0066
    }
.attention {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 12px;
    line-height:14px;
    letter-spacing:1px;
    font-style: normal;
    font-weight: bold;
    color: orangered;
    }
.red {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
    font-size: 12px;
    line-height:14px;
    letter-spacing:1px;
    font-style: normal;
    color: orangered;
    }

.d_gray {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-style: normal;
	color: #808080;
}

.table_1 {
	border-collapse: collapse;
	border: 1px #cccccc solid;
} 
.table_1 TH { 
	border: 1px #cccccc solid;
	padding:3 6 3 6;
	background-color: #f0f0f4;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
.table_1 TD { 
	border: 1px #cccccc solid;
	padding:3 6 3 6;
}


/* お知らせ用 */
.pl2 { 
	padding-left: 2px;
}
