/*
 * Common Cascading Style Sheet
 * 
 * produced by: t.sakai
 * create date: 2000/08/24
 * How to use:  add the follows on your html file header
 * <link type="text/css" rel="stylesheet" href="general.css">
 *
 * History:
 *   date      # version  #  update by  #  comments
 * 2000/08/24     1.00       t.sakai       created  
 *
 */

/* ボディ */
BODY{
	background-color:#ffffff;
	color:		#000000;
	font-size:	12pt;
}
/* リンク */
A{
	text-decoration:	underline;
}
A:Link{
	color:			#00f;
}
A:Active{
	color:			#00f;
}
A:Hover{
	color:			#f00;
	text-decoration:	none;
	background-color:	#fdd;
}

/* 下線 */
DIV.underline {
	text-decoration:underline;
}

/* 取り消し線 */
DIV.lthrough {
	text-decoration:line-through;
}

/* タイトル */
div.title{
	font-weight:	700;
	text-align:	center;
	font-size:	13pt;
	color:		#336699;
	line-height:	24pt;
}
H1.maintitle{
	text-align:	center;
	font-size:	24pt;
	font-weight:	900;
	color:		#cfc;
	background-color:#090;
	margin:		0px;
	padding:	2px;
	border-width:	0 0 0 30px;
	border:		10px ridge #0c0;
}
H2.maintitle{
	font-weight:	700;
	font-size:	18pt;
	color:		#0000cc;
	margin:		10px 0 10px 0px;
	padding:	5px 0 5px 5px;
	border-width:	0 0 0 30px;
	border-style:	solid;
	border-color:	#6666ff;
}
H3.subtitle{
	color:			#cc6600;
	font-weight:		bold;
	font-size:		16pt;
	padding:		0 0 0 5pt;
	border-style:		solid;
	border-width:		0 0 0 18pt;
	border-color:		#ff0000;
}
