rset "Shift_JIS";


/*　基本設定　*/


/*　全体余白・背景色設定　*/
body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

/*　リンク色設定　*/
A:link{
	TEXT-DECORATION:underline;COLOR:#0000CC
	}
A:visited{
	TEXT-DECORATION:underline;COLOR:#660066
	}
A:active{
	TEXT-DECORATION:underline;COLOR:#CC0000
	}
A:hover{
	TEXT-DECORATION:underline;COLOR:#CC0000
	}

/*　文字サイズ設定　*/
td,th{
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	}
.small {
	font-size: 70%;
	}
	
/*　文字色設定　*/
.red{
	color: #FF0000;
	}
.green{
	color: #006600;
	}
.blue{
	color: #008EB1;
	}
.white{
	color: #FFFFFF;
	}

/*　各種背景色設定　*/
.stripe{
	background-color: #78879A;
	background-image: url(../img/common/head_underline.gif);
	}
.menu{
	background-color: #85ADE9;
	background-image: url(../img/common/menu_bg.gif);
	}
.rightmenu{
	background-color: #DFD8DF;
	background-image: url(../img/common/rightmenu_bg.gif);
	}
.footer1{
	background-color: #022F95;
	}
.footer2{
	background-color: #C8C8C8;
	}
.footer3{
	background-color: #E3E3E3;
	}
.title_blue{
	background-color: #2C5D92;
	background-image: url(../img/common/title_blue_bg.gif);
	}
.title_skyblue{
	background-color: #35A6CD;
	background-image: url(../img/common/title_skyblue_bg.gif);
	}
.title_rightmenu{
	background-color: #506279;
	background-image: url(../img/common/title_rightmenu_bg.gif);
	}
.title_topics{
	background-color: #A6B207;
	background-image: url(../img/common/title_topics_bg.gif);
	}

