/****************************************************************************************************/
/* 絃友会TOPﾍﾟｰｼﾞCSS																				*/
/* 		TOPﾍﾟｰｼﾞの設定を行うｽﾀｲﾙｼｰﾄ																	*/
/****************************************************************************************************/
/****************************************************************************************************/
/* 枠線																								*/
/****************************************************************************************************/
.top_div
{
	margin: 0;
	padding: 0px 0 0px 0;
	width:800;
	height:600;
	background-position: center top;
	border-width:3px;
	border-style: solid;
	border-color: #aaaaaa #bfbfbf #d4d4d4 #e9e9e9;
}

/****************************************************************************************************/
/* ﾒﾆｭｰ(link)																						*/
/****************************************************************************************************/
/* ﾘﾝｸ1(1:未訪問､2:訪問済､3:ｸﾘｯｸ､4:ｵﾝﾏｳｽ) */
A.top_menu1:link	{font-size: 140%; text-decoration:none; color:#7f7f7f; font-weight:bold;}
A.top_menu1:visited	{font-size: 140%; text-decoration:none; color:#7f7f7f; font-weight:bold;}
A.top_menu1:active	{font-size: 140%; text-decoration:none; color:#A9A9A9; font-weight:bold;}
A.top_menu1:hover	{font-size: 140%; text-decoration:none; color:#A9A9A9; font-weight:bold;}

A.top_menu2:link	{font-size: 100%;  text-decoration:none; color:#4a4a4a;}
A.top_menu2:visited	{font-size: 100%;  text-decoration:none; color:#4a4a4a;}
A.top_menu2:active	{font-size: 100%;  text-decoration:none; color:#A9A9A9;}
A.top_menu2:hover	{font-size: 100%;  text-decoration:none; color:#A9A9A9;}

/****************************************************************************************************/
/* 更新情報(link)																					*/
/****************************************************************************************************/
/* ﾘﾝｸ1(1:未訪問､2:訪問済､3:ｸﾘｯｸ､4:ｵﾝﾏｳｽ) */
A.link_koshin:link		{font-size: 90%;  text-decoration:underline; color:#339999;}
A.link_koshin:visited	{font-size: 90%;  text-decoration:underline; color:#339999;}
A.link_koshin:active	{font-size: 90%;  text-decoration:underline; color:#33cccc;}
A.link_koshin:hover		{font-size: 90%;  text-decoration:underline; color:#33cccc;}

/****************************************************************************************************/
/* ﾒﾆｭｰ(ﾃｰﾌﾞﾙｽﾀｲﾙ)																					*/
/****************************************************************************************************/
TD.menu_line
{
	width:97%;
	border-bottom: dotted 1px #A9A9A9;
	text-align:left;
	vertical-align:top;
}

TD.menu_color1	{width:3%; background-color:#ff0080;}
TD.menu_color2	{width:3%; background-color:#0080ff;}
TD.menu_color3	{width:3%; background-color:#00ffff;}
TD.menu_color4	{width:3%; background-color:#80ff00;}
TD.menu_color5	{width:3%; background-color:#ffff00;}
TD.menu_color6	{width:3%; background-color:#ff0000;}
TD.menu_color7	{width:3%; background-color:#bfbfbf;}

/****************************************************************************************************/
/* 画像(ﾃｰﾌﾞﾙｽﾀｲﾙ)																					*/
/****************************************************************************************************/
TD.img_line
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
}

/****************************************************************************************************/
/* TOPICS																							*/
/****************************************************************************************************/
DIV.d_topics
{
	height:90%;
	width:100%;
	overflow-y: auto;
	margin: 1px;
	padding: 1px;
	border-style: dotted;
	border-width: 1px;
	border-color: #7f7f7f;
	scrollbar-face-color:#696969;
	scrollbar-arrow-color:#F5F5F5;	
}

TABLE.tb_topics	{width:90%;}

/****************************************************************************************************/
/* FONT																								*/
/****************************************************************************************************/
.copy_right		{font-size:70%;  color:#7f7f7f;}									/* CopyRight			 */
.news_dai		{font-size:100%; color:#7f7f7f; font-weight:bold;}					/* News&Topics(題)		 */
.news_naka		{font-size:90%;  color:#4a4a4a;}									/* News&Topics(中)		 */





























