@charset "utf-8";
/* formatting style
----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(image/top/tsukushihaikei.jpg);
}
/* link styles
----------------------------------------------------*/
a img {
	border-style: none;
	color: #333333;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#header {
	background-color: #FFFFFF;
	border-bottom-color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/* basic layout
----------------------------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
	clear: both;
	border-right-style: solid;
	border-left-style: solid;
	height: auto;
}
#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#sidebar {
	float: left;
	width: 199px;
	margin-top: 5px;
	margin-left: 7px;
}
#sidebar table#navi img {
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}








#main {
	width: 415px;
	left: 202px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 1px;
	padding-top: 8px;
	margin-top: 2px;
}
#main table {
	margin-left: 12px;
}
#main table#nhk {
	border: 2px solid #00CC00;
	padding: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#main table#nhk tr td {
	padding: 5px;
}



#sidebar-r {
	float: right;
	width: 182px;
	margin-right: 7px;
	margin-top: 5px;
	margin-left: 7px;
}
#sidebar-r img {
	margin-top: 5px;
}

#footer {
	clear: both;
	color: #333333;
	margin-top: 0px;
	border-top-color: #333333;
	font-size: 80%;
}
#footer2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 100px;
}

#footer2  a:link {
	color: #333333;
	text-decoration: underline;
}
#footer2  a:visited {
	color: #333333;
}
#footer2  a:hover {
	color: #FF6600;
	text-decoration: none;
}
#form a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#form a:visited {
	color: #FFFFFF;
}

