/* 全体の設定 */
html{
	height: 100%;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #6699cc;
	scrollbar-highlight-color: #999;
	scrollbar-shadow-color: #999;
	scrollbar-3dlight-color: #ccc;
	scrollbar-track-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
}
body{
	height:			100%;
	margin:			0;
	padding:		0;
	border:			none;
	color:			#000000;
	font-size:		12px;
	letter-spacing:	2px;
	line-height:	19px;
	background-color:#ffffff;
	background-attachment:fixed;
}
td{
	font-size:12px;
}
a{text-decoration:none;}
a:link    {color:#65cd06;}
a:visited {color:#65cd06;}
a:active  {color:#ffd705;}
a:hover   {color:#ffd705;}

br {
	letter-spacing:normal;
}
img {
	border:none;
}

/** タイトル（JST辞書可視化ヘルプページ） **/
.title{
	font-size:			20px;
	font-weight:		bold;
	color:				#fff;
	border-bottom:		#ccc 3px double;
	text-align:			center;
	padding:			10px 0px 5px 0px;
}

/**************************************
 * メイン
 *************************************/
#container{
	align:	center;
	text-align:	center;
	width: 100%;
	position: relative;
	height: auto;
}
#main{
	width:90%;
	margin:10px auto 50px auto;
	padding-bottom:50px;
}

/**************************************
 * ヘッダー
 *************************************/
#header{
	text-align:		right;
	height:			80px;
	width:			100%;
	border-width:	0 1px;
	background:		#6699cc;
	color:			#ffffff;
	margin:			0px 0px 0px 0px;
}
#header a{text-decoration:none;}
#header a:link    {color:#ffffff;}
#header a:visited {color:#ffffff;}
#header a:active  {color:#ccff99;}
#header a:hover   {color:#ccc;}

/**************************************
 * フッター
 *************************************/
#footer{
	text-align:right;
	position:absolute;
	bottom:0px;
	width:100%;
	background:#ccc;
	color:#6699cc;
	margin:0px;
}
#footer a{color:#086bc2;text-decoration:none;}
#footer a:hover {color:#fff;text-decoration:none;}


/*	見出し	*/
h1 {
	letter-spacing:		2px;
	text-align:			left;
	font-size:			20px;
	color:				#6699cc;
	padding-top:		5px;
}

h2 {
	letter-spacing:		0;
	text-align:			left;
	font-size:			16px;
	font-weight:		bold;
	color:				#FFFFFF;
	background-color:	#65cd06;
	padding:			5px; 20px; 5px; 0px;
}

h3 {
	letter-spacing:		0;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	color:				#65cd06;
	padding:			10px 20px 10px 20px;
	margin:				0px;
}

.summary {
	text-align:			left;
	padding:			0px 20px 0px 20px;
	margin:				0px;
}

.text{
	text-align:			left;
	padding:			0px 20px 0px 40px;
	margin:				0px;
}
.text a{color:#000;text-decoration:none;}
.text a:link   {color:#086bc2;}
.text a:visited {color:#086bc2;}
.text a:active  {color:#000;}
.text a:hover   {color:#ffd705;}
