/*スクロールバーの設定*/

body,html{
	scrollbar-base-color:white;
	scrollbar-face-color:white;
	scrollbar-track-color:white;
	scrollbar-arrow-color:#efefef;
	scrollbar-highlight-color:lightgrey;
	scrollbar-shadow-color:lightgrey;
	scrollbar-darkshadow-color:white;}


/*リンクの設定*/

/*通常の色*/
a:link{
	color:white;}
/*アクセス済みの色*/
a:visited{
	color:white;}
/*ポイントしたときの色*/
a:hover{
	color:red;}
/*クリックした瞬間の色*/
a:active{
	color:red;}
/*ポイント時のアクション*/
a{
	text-decoration: none;}

BODY{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	color:#666666;
	background-color:white;
	font-size:10pt;}
table{
	font-size:10pt;}

/*コピーライト*/
.copy{
	background-color:#cfcfcf;
	text-align:center;
	color:#666666;
	height:20px;}

/*下部テキストリンク*/
.textlink a{
	color:orange;}
.textlink a:visited{
	color:orangered;}
.textlink a:hover{
	color:red;}
.textlink a:active{
	color:red;}
.textlink a{
	text-decoration: none;}

/*枠線内テキストリンク*/
.border a{
	color:orange;}
.border a:visited{
	color:orangered;}
.border a:hover{
	color:red;}
.border a:active{
	color:red;}
.border a{
	text-decoration: none;}


.text{
	background-image:url(sozai/back_text.gif);}
.text a{
	color:red;
	font-weight: bold;}
.text a:visited{
	color:orangered;}
.text a:hover{
	color:red;}
.text a:active{
	color:red;}
.text a{
	text-decoration: none;}
.lleft{
	background-image : url(sozai/line_left.gif);
	width:10px;
	background-repeat:repeat-y;}
.lright{
	background-image : url(sozai/line_right.gif);
	width:10pt;
	background-repeat:repeat-y;}
.menu{
	background-image : url(sozai/back_menu.gif);
	height:48px;
	width:557px;
	background-repeat:no-repeat;}
.menuline{
	color:white;
	text-align:center;
	width:10px;}
.size{
	font-size:6pt;
	background-color:white;}
.border{
	border:#666666 solid 1px;}


/*背景色の設定*/
.gray{
	background-color:gray;}
.lightgrey{
	background-color:lightgrey;}
.gold{
	background-color:gold;}
.white{
	background-color:white;}
.pink{
	background-color:pink;}
.dark{
	background-color:#444444;
	.color:white;}


/*文字色*/
.twhite{
	color:white;}

.top_right{
	font-size:12px;
}

.font_td{
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
        text-align: justify;
        text-justify:inter-ideograph;
	line-height:130%;
}

.midashi{
	font-size:17px;
	color:#FF8E15;
	font-weight:bold;
}
.new{
	text-align:left;
	margin:3px 0px 3px 0px;
	padding:0px 0px 0px 5px;
}
.mecatoro{
	color:white;
	text-align: justify; 
	text-justify: distribute; 
	letter-spacing:-1px;
	line-height:120%;
}