/*************************************************************************
*　　　　　　　　　サイト内全ファイル基本スタイル　　　　　　　　　　　　*
*　関連ファイル　 ：全ドキュメントファイル　　　　　　　　　　　　　　　 *
*　作成者　　　　 ：hijiri　　　　　　　　　　　　　　　　　　　　　　　 *
*　e-mail　　　　 ：web_company@hotmail.com　　　　　　　　　　　　　　　*
*　URI　　　　　　：http://www5.plala.or.jp/hijiri_t/index.html　　　　　*
*　備考　　　　　 ：こんな物でも良ければご自由にお使いください。　　　　 *
*************************************************************************/

body{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma, "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 0.95em;
	text-align: left;
	margin: 2%;
}

a{
	text-decoration: underline;
}

a:link{
	color: #483d8b;
	background-color: transparent;
}

a:visited{
	color: #483d8b;
	background-color: transparent;
}

a:active{
	color: #ff0000;
	background-color: transparent;
}

a:hover{
	color: #ff1493;
	background-color: transparent;
}

hr{
	border-color: #000000;
	border-style: solid none none none;
	border-width: 2px;
	margin: 0;
}

hr.hide{
	visibility: hidden;
}

address{
	font-family: "Comic Sans MS", Tahoma, "MS UI Gothic", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-indent: 0;
	text-align: right;
	margin: 0;
}

#copyright{
	font-family: "Comic Sans MS", Tahoma, "MS UI Gothic", Arial, sans-serif;
	font-size: 8pt;
	text-indent: 0;
	text-align: right;
	margin: 0;
}

