/* ページ共通 */
BODY{
	background-color:#FFFFFF;
	color:#333333;
	margin-top: 0;
	margin-left: 3;
	text-align:center;
	border-style: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: x-small;
}
TD{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: x-small;
}


/* ページ共通 */

.sml{
	font-size: small;
}
.xsml{
	font-size: x-small;
}
.xxsml{
	font-size: xx-small;
}
.lrg{
	font-size: large;
}
.xlrg{
	font-size: x-large;
}
.xxlrg{
	font-size: xx-large;
}

/* リンク色 */
A:link {
	color: #0000ff;
	text-decoration: underline;
}
A:visited {
	color: #3366ff
}
A:hover {
	
}
A:active {
	color: #ff0000
}
A.hidden {
	text-decoration: none;
}
A.hidden:visited {
	
}
A.hidden:hover {
	color: #ff6600;
	text-decoration: underline;
}
A.hidden:active {
	
}

/* navi */
DIV.navi{
	text-align:right;
	border-color:#f2006C;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:3em;
	margin-right:10px;
	margin-left:10px;

}


/* ともしびOnlineについて（右上） */
DIV.about1{
	width:160px;
	text-align:left;
	color:#555555;
	border-color:#ffccbb;
	border-top-style:double;
	border-bottom-style:double;
	border-left-style:double;
	border-right-style:double;
	font-size: xx-small;
	padding:10px;
}

DIV.about2{
	color:#000000;
	font-size: x-small;
	border-color:#ffccbb;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
/*	margin:5px;*/
	padding:10px;
}

/* 来訪者数（左上） */
TABLE.cnt{
	border-color:#999999;
	font-size: x-small;
}

/* バナーの案内・リンク（左下・右下） */
TD.link{
	background-color:#eeeeee;
	color:#000000;
	font-size: x-small;
	text-align:center;
	vertical-align:top;
	border-color:#cccccc;
	border-style:solid;
	border-width:2px;
	margin:5px;
	padding:5px;
}

