A:link{color:#ABABAB;text-decoration:none;}
A:visited{color:#8C8C8C;text-decoration:none;}
A:hover{text-decoration : underline overline;color : #ABABAB;background-color : #FFE4E1}


/*--------------------------------------------------------------------------------*/
/*全体の設定*/
/*上から、背景色、背景画像、固定するかどうか、*/
/*背景を敷き詰め、文字のマージンのため枠で囲む、行間隔*/
/*--------------------------------------------------------------------------------*/
BODY{	
	background-color : #575757 ;/*背景色*/
	/* background-image:url(http://oushou.tonosama.jp/2012gwktf/css/sima_f33.gif);/*背景画像*/
	/* background-attachment:fixed;/*背景の固定*/
	/* background-repeat:repeat;/*背景の敷き詰め方*/
	border:none;/*画像の枠線：無し*/
	text-align: left /* center;/*全体の中央配置*/
	/*margin-top : 50px;margin-left :100px;/*文字のためマージンで枠を囲う*/
	line-height:110%;/*行間隔*/
	font-family : "Century Gothic", "ＭＳ ゴシック", sans-serif; /*フォント関係*/
	/*↓スクロールバー関係*/
	/*scrollbar-base-color:#FFE4E1;
	scrollbar-face-color:#FFE4E1;
	scrollbar-track-color:#BFEFFF;
	scrollbar-arrow-color:white;
	scrollbar-3dlight-color:#FFE4E1;
	scrollbar-darkshadow-color:#FFE4E1;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
        /*↑スクロールバー関係*/
}


/*--------------------------------------------------------------------------------*/
/*ヘッダー用*/
/*--------------------------------------------------------------------------------*/

#head{
	/*position:fixed; top:20px;*/
	width : 600px;
	height : 22px;
	margin-left:360px;/*表自体の配置*/
	/*margin: 0 auto;/*表自体の中央配置*/
	border:none;/*画像の枠線：無し*/
	background:#ffffff /*url(http://oushou.tonosama.jp/2012gwktf/img/top_03.jpg) no-repeat; */
	/*background-position:50% 10px;/*画像位置*/
	font-size : 14px;color:#ABABAB;/*メニュー文字　フォント・色*/
	text-align: center;/*メニュー文字　中央配置*/

}
/* トップ画部分 */
#hyousi{
	position:fixed; top:20px;
	width : 340px;
	height : 482px;
	margin-left:10px;

}
/*--------------------------------------------------------------------------------*/
/*コンテンツ用*/
/*--------------------------------------------------------------------------------*/

#contents{
	overflow: auto;
	width : 600px;
	height : 460px;
	margin-left:360px;/*表自体の配置*/
	/*margin: 0 auto;/*表自体の中央配置*/
	background-color:#FFFFFF;
	border: 1px solid #ffffff;
	font-size : 12px;color:#575757;
	text-align: left;/*文字は左へ*/
}

/*--------------------------------------------------------------------------------*/
/*フォント関係*/
/*--------------------------------------------------------------------------------*/
.F10{font-size : 10px;color:#575757;}
.F12{font-size : 12px;color:#575757;}
.F14{font-size : 14px;color:#575757;}
.F16{font-size : 16px;color:#575757;}
.F18{font-size : 18px;color:#575757;}

.F14red{font-size : 14px;color:#8B1A1A; font-weight:bold;}/*赤系強調文字*/

.KOSSORI10{font-size : 10px;color:#FFFFFF;}
.KOSSORI12{font-size : 12px;color:#FFFFFF;}
/*こっそり文字　色は背景色にあわせる！*/

/*--------------------------------------------------------------------------------*/
/*段落用*/
/*Ta：更新内容、Tb：その他メモ用*/
/*--------------------------------------------------------------------------------*/

.Ta{border:none;margin-left:20px;}
.Tb{border:none;margin-left:30px;}


/*--------------------------------------------------------------------------------*/
/*執筆者用テーブル　フォントは.F12に合わせる*/
/*--------------------------------------------------------------------------------*/
.Tc{border:none;width="70" height="100";font-size : 12px;color:#575757;}
.Td{border:none;width="250" height="100";font-size : 12px;color:#575757;}


/*--------------------------------------------------------------------------------*/
/*概要用　フォントは.F12に合わせる*/
/*--------------------------------------------------------------------------------*/

.Te{border:none;width="50%" ;font-size : 12px;color:#575757; vertical-align:top;}

/*--------------------------------------------------------------------------------*/
/* メニュー見出し用 */
/*--------------------------------------------------------------------------------*/
.title1 {
color:#87CEFA;/* 色 */
padding:5px 0px 5px 10px;/* 余白■ */
border-top:1px solid #000000;
border-bottom:1px solid #000000;
background:#333333;/* 背景色指定 */
}
