@charset"Shift_JIS";
/*ボディー指定*/
body { 
	margin:0px 0px 0px 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*テキスト指定*/
.text-large { font-size: 87%;color: #444444}
.text-std { font-size: 73%;color: #444444}
.text-small { font-size: 73%;color: #444444}
.text-small-white { font-size: 67%;color: #FFFFFF}


.bold {font-weight: bold}

.text-title-ArticleBlue{ font-size: 100%;line-height: 150%;color: #336699;font-weight: bold}
.text-title1-ArticleBlue{ font-size: 87%;line-height: 150%;color: #336699;font-weight: bold}
.text-large-ArticleBlue{ font-size: 87%;line-height: 150%;color: #336699}
.text-std-Article { font-size: 73%;line-height: 150%;color: #444444}

/*テーブル指定*/
.table_withborder{
	border: #999999 1px solid;
	border-collapse: collapse;
	padding: 1px 1px 1px 1px;
}
.cell_content{
	border: #999999 1px solid;
	background-color:#FFFFFF;
	padding: 5px 4px 5px 4px;
	font-size: 67%;
	color: #444444
}
.cell_title{
	border: #999999 1px solid;
	background-color: #dae1f9;
	padding: 5px 4px 5px 4px;
	font-size: 67%;
	color: #444444
}

/*リンク指定*/
a:link { color:#08427c; text-decoration: underline}
a:visited { color:#551a8b; text-decoration: underline}
a:active { color:#2a68a6; text-decoration: underline}
a:hover { color:#FF8800; text-decoration: underline}
 
a.white { color: #FFFFFF; text-decoration: none}
a.white:link { color: #FFFFFF; text-decoration: none}
a.white:visited { color: #FFFFFF; text-decoration: none}
a.white:active { color:#FF3300; text-decoration: underline}
a.white:hover { color: #FF8800; text-decoration: underline}
 
a.swhite { font-size: 70% ;color: #FFFFFF; text-decoration: none}
a.swhite:link { font-size: 70% ;color: #FFFFFF; text-decoration: none}
a.swhite:visited { font-size: 70% ;color: #FFFFFF; text-decoration: none}
a.swhite:active { font-size: 70% ;color:#FFFF99; text-decoration: underline}
a.swhite:hover { font-size: 70% ;color: #FF8800; text-decoration: underline}
 
a.black { color: #000000; text-decoration: none}
a.black:link { color: #000000; text-decoration: none}
a.black:visited { color: #000000; text-decoration: none}
a.black:hover { color: #000000; text-decoration: underline}




 
img {border-width: 0;}

