/*
ダイワ化成用スタイルシート
*/

/* Linkカラー設定 */

a:link {
	color		:	#0000FF;
	text-decoration	:	underline;
}

a:visited {
	color		:	#990000;
	text-decoration	:	underline;
}

a:hover {
	color		:	#FF6600;
	text-decoration	:	underline;
}

a:active {
	color		:	red;
	text-decoration	:	underline;
}

/* 基本設定 */

BODY {
	background	:	white;
}

STRONG {
	font-weight	:	bolder;
	color		:	red;
}

B {
	font-weight	:	bold;
	color		:	black;
}

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE {
	font-style	:	italic;
}

PRE, TT, CODE, KBD, SAMP {
	font-family	:	monospace;
}

PRE {
	white-space	:	pre;
}

BLOCKQUOTE {
	margin-left	:	2em;
	margine-right	:	2em;
}


/* スタイル */

.h14 {
	line-height	:	1.4em;
}

#topnews {
	text-align	:	left;
	font-size	:	small;
	padding		:	5px;
	}

.topnewslu {
	text-align	:	right;
	font-size	:	x-small;
	}

.topnewsdate {
	color		:	red;
	font-size	:	x-small;
	}

.topnewsw {
	padding-left	:	15px;
	}

