/* サイト全体 */
body{background-color:#ffffff}
h1 { font-size: small;color: #0099CC;font-weight: bold;
}
h2 { font-size: small;color: #0099CC;font-weight: bold;
}

div.navi {
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px dotted #CCCCCC;
	/* text-align: center; */
	width:100%;
	}

div.top_left {
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 3px;
	border-bottom: 1px solid #0099CC;
	width:100%;
	}

div.title {
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 3px;
	border-bottom: 1px solid #0099CC;
	width: 200px;
	}

div.category_menu {
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	width:100%;
	}

div.footer {
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	width:100%;
	}

a.navi:link { color: #006699; text-decoration: none; font-size: x-small;font-weight: bold;}
a.navi:visited { color: #006699; text-decoration: none; font-size: x-small;font-weight: bold;}
a.navi:hover { color: #006699; text-decoration: underline; font-size: x-small;font-weight: bold;}

a.navi2:link { color: #CC6600; text-decoration: none; font-size: x-small;font-weight: bold;}
a.navi2:visited { color: #CC6600; text-decoration: none; font-size: x-small;font-weight: bold;}
a.navi2:hover { color: #CC6600; text-decoration: underline; font-size: x-small;font-weight: bold;}

a.top_left:link { color: #006699; text-decoration: none; font-size: x-small;font-weight: bold;}
a.top_left:visited { color: #006699; text-decoration: none; font-size: x-small;font-weight: bold;}
a.top_left:hover { color: #006699; text-decoration: underline; font-size: x-small;font-weight: bold;}

a.footer:link { color: #333333; text-decoration: underline; font-size: x-small;}
a.footer:visited { color: #666666; text-decoration: underline; font-size: x-small;}
a.footer:hover { color: #333333; text-decoration: underline; font-size: x-small;}

a.category_menu:link { color: #996600; text-decoration: underline; font-size: x-small;}
a.category_menu:visited { color: #996600; text-decoration: underline; font-size: x-small;}
a.category_menu:hover { color: #996600; text-decoration: underline; font-size: x-small;}

a.page:link { color: #996600; text-decoration: underline; font-size: x-small;}
a.page:visited { color: #996600; text-decoration: underline; font-size: x-small;}
a.page:hover { color: #996600; text-decoration: underline; font-size: x-small;}

font.navi{ color: #CCCCCC; }
font.top_left_title{ font-size:x-small; }
font.top_left_comment{ font-size:x-small; }
font.futu{ font-size:x-small; }
font.pankuzu{ color: #666666; }
font.nowpage{ color: #CC6600; font-weight: bold; }
font.category_menu{ color: #666666;font-size: x-small; }

hr.tensen {
	color: #FFCC00;
	background-color: #FFCC00;
	height: 1px;
	border: 1px;
	border-style: dotted;
}

