/*リンク変更----------------------------------------*/
A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:active {text-decoration:none;}
A:hover {color:#993333; text-decoration:underline;}


/*BODYの変更----------------------------------------*/
BODY {
	SCROLLBAR-FACE-COLOR: #C2CCD6; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #93A5B7; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}


/*線の変更----------------------------------------*/

.dothr {
color : #666666; 
border-width : 1px; 
border-style : dotted; 
}
.hrten {
color : #666666; 
border-width : 1px; 
border-style : dotted; 
}

/*テキストの変更----------------------------------------*/

.topics {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px; 
}
.topicstitle {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px; 
}
.topicswhite {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	color:#FFFFFF; 
}
.topics14 {
	font-size: 14px;
	line-height: 21px;
}
.topics14title {
	font-size: 14px;
	line-height: 28px;
}
.topics16title {
	font-size: 16px;
	line-height: 30px;
}
.topics18 {
	font-size: 18px;
	line-height: 24px;
}
.topics18title {
	font-size: 18px;
	line-height: 32px;
}
.read12 {
	font-size: 12px;
	line-height: 16px;
}
.read10 {
	font-size: 10px;
	line-height: 14px;
}
.12size {
	font-size: 12px;
}

.10size {
	font-size: 10px;
}

/*フレームの変更----------------------------------------*/

.frameline {
	border: 1px solid #999999;
}
.frameline1 {
	border: 1px solid #333333;
}
.frameline2 {
	border-top: 0px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px none #999999;
	border-left: 1px solid #999999;
}
.copyright {
	font-size: 12px;
}
.frameline1a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/*メールフォーム----------------------------------------*/
.mailform{
	font-size: 10pt;
	color: #999999;
	background-color: #FFFFFF;
	border: 1 solid #cccccc;
}
.checkbox{
	font-size: 4px;
	border: 0px;
}

.onfocus{border-color:#666666;
}
.onblur{border-color:#cccccc;}


/*
onFocus="this.style.borderColor='#EBA38F'" onBlur="this.style.borderColor='#cccccc'"
/*


/*画像の回り込み----------------------------------------*/
/*img.tr {
	float: right;
	border: none;
	margin-right:4px;
	margin-top:4px;
	vertical-align:top;
	}*/
img.tr {
	float: right;
	border: none;
	margin-left:4px;
	vertical-align:top;
	}
img.tl {
	float: left;
	border: none;
	margin-right:4px;
	vertical-align:top;
	}
img.br {
	float: right;
	border: none;
	margin-left:4px;
	vertical-align:bottom;
	}
img.bl {
	float: left;
	border: none;
	margin-right:4px;
	vertical-align:bottom;
	}


/*マージン----------------------------------------*/

margin.tb8 {
	border: none;
	margin-top:8px;
	margin-bottom:8px;

	}
margint.b10 {
	border: none;
	margin-top:10px;
	margin-bottom:10px;
	}
