body {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0031a1;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 12px;
}

a,a:visited,a:active {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/*コンテンツ設定----------------------------*/
#container {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
}
#header {
	width: 760px;
}
#topimg {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#topnews {
	float: left;
	width: 520px;
	text-align: left;
	margin-bottom: 15px;
}
#topnews .newdata {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	margin-top: 2px;
	width: 510px;
}
#topnews .newdata a {
	color: #333333;
	text-decoration: none;
}
#topnews .newdata a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#topnews .date {
	font-size: 11px;
	color: #003399;
	background-image: url(../img/icon_arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	width: 110px;
	padding-left: 12px;
	float: left;
}
#topnews .blog-entry {
	color: #333333;
}
#caregory {
	margin: 0px;
	float: right;
	width: 240px;
	}
#contents {
	margin: 0px;
	padding: 0px;
	width: 760px;
	position: relative;
}
/*サイドメニュー設定----------------------------*/
#sidenav {
	text-align: left;
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
#sidenav .sub a {
	font-size: 12px;
	color: #666666;
	text-align: left;
	text-indent: 10px;
	background-image: url(../img/icon_arrow-gray.gif);
	background-position: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EFEFEF;
}
#sidenav .sub a:hover {
	background-color: #F6F2FF;
	background-image: url(../img/icon_arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}
#sidenav a {
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 135px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	display: block;
	background-image: url(../img/icon_arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
}
#sidenav a:hover {
	color: #003399;
	text-decoration: none;
	background-image: url(../img/icon_arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #F6F2FF;
}
#sidenav .stay {
	color: #003399;
	text-decoration: none;
	text-align: left;
	width: 135px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	display: block;
	background-image: url(../img/icon_arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #F6F2FF;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
}
#main {
	text-align: center;
	float: right;
	width: 590px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#title {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

/*-footer設定-------------------------------------------*/
.page-top {
	text-align: right;
	clear: both;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	margin-bottom: 60px;
	font-size: 10px;
	text-align: left;
	padding-top: 15px;
}
#footer .footer-link {
	text-align: left;
	float: left;
	width: 450px;
}
#footer .copyright {
	font-size: 10px;
	color: #666666;
	float: right;
}
