/*────────────────────
　【共通】
　────────────────────*/
.backg {
	background-color: #DDDDDD;
	background-repeat: repeat;
	margin: 0px;
}
.shadow1 {
	background-image: url(../img/shadow01_1.gif);
	background-repeat: repeat-y;
}
.shadow2 {
	background-image: url(../img/shadow02_1.gif);
	background-repeat: repeat-y;
}
.under-bg {
	background-image: url(../img/under_bn.gif);
	background-repeat: no-repeat;
}
.font-g1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.font-g2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	line-height: 1.5em;

}
.font-g2 a, a:visited {
	font-size: 13px;
	color: #EE6693;
	font-weight: normal;
	text-decoration: underline;
}
.font-g2 a:hover {
	font-size: 13px;
	color: F9C1D3;
	font-weight: normal;
	text-decoration: underline;
}
.font-g3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.font-g3 h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #486D94;
}
.font-gw1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	font-weight: bold;
	color: #82A0C1;
}
.font-w01 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px 0px;

}
.counter {
	font-size: 12px;
	color: #aaa;
}
/*────────────────────
　【コンテンツ内】
　────────────────────*/
.a1:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.a1:visited {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
.a1:hover {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
    color: #999999;
}
.a1:active {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
   color: #999999;
} 
.font-g4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}
/*────────────────────
　【テーブル内】
　────────────────────*/
.shad-td1 {
	background-image: url(../img/shad_td1.gif);
	background-repeat: repeat-x;
}
.shad-td2 {
	background-image: url(../img/shad_td2.gif);
	background-repeat: repeat-x;
}

.shad-td3 {
	background-image: url(../img/shad_td3.gif);
	background-repeat: repeat-x;
}
.shad-td4 {
	background-image: url(../img/shad_td4.gif);
	background-repeat: repeat-x;
}
.shad-td6 {
	background-image: url(../img/shad_td6.gif);
	background-repeat: repeat-y;
}
.tensen01 {
	background-image: url(../img/tensen01.gif);
	background-repeat: repeat-x;
}

/*────────────────────
　【インフォメーション専用】
　────────────────────*/

td.info {
	padding: 10px 5px;
	color: #333;
	font-size: 12px;
	border-bottom: 1px dotted #959595;
}