/* ページ全体に関する設定 */

a:link {
	color:#0000ff;
}

a:hover {
	color: #ff3333;
	background-color: #ffffcc;
}

body {
	font-size: 80%;
	color: #333333;
	line-height: 150%;
}

td {
	padding:2px;
	margin:0px;
	line-height: 150%;
	font-size: 90%;
}

#mituke {
	padding:0px;
	margin:0px;
	border: solid 1px #999;
}

/* 見出しに関する設定 */

h1 {
	font-size: 14px;
	line-height: 150%;
	color:#666666;
	font-weight:400;
	margin: 4px;
}

h2 {
	font-size: 22px;
	line-height: 150%;
	background-color: #6666ff;
	color:#fff;
	font-weight:bold;
	margin: 4px;
	text-align: center;
}

h3 {
	font-size: 16px;
	line-height: 150%;
	color:#6666ff;
	font-weight:550;
	margin: 4px;
}

#kyotyo {
	font-size: 90%;
	color: #333333;
	background-color: #ffcc33;
	border: 1px solid #999999;
	padding: 2px;
}

#annai {
	border:1px solid #999;
	margin: 0px 3px 0px 0px;
	padding: 5px 5px 5px 5px;
}

/*--サイドナビ--*/

#navi {
	font-size: 15px;
	line-height: 170%;
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style:none;	
	color: #333;
}

#navi li {
	background-color: #fff;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	border: 2px outset #00ccff;
	text-align: center;
	width: 310px;
	height:30px;
}

#navi a{
	color: #333;
	background-color: #ccffff;
	display:block;
	width: 310px;
	height:30px;
	text-decoration:none;
}

#navi a:hover {
	color: #fff;
	background-color: #0066ff;
	text-decoration:none;
}

