body {
	background-image: url(../img/back.gif);
	background-position: center;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border-style: none;
}
#container {
	background-image: url(../img/back_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	background-color: #fff;
	width: 930px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
}
#header p {
	float: right;
	padding: 10px 30px 10px 0px;
	margin: 0px auto 0px auto;
}
#contents {
	padding: 0px 10px 0px 10px;
}


#main {
	width: 700px;
	height: 338px;
	float: left;
	position: relative;
}
.zukan{
    position: absolute;
    top: 17px;
    left: 57px;
    width: 225px;
}
.nori-img{
    position: absolute;
    top: 23px;
    left: 30px;
    width: 315px;
}
.mv-text{
	position: absolute;
    right: 23px;
    top: 61px;
    font-weight: 400;
    font-size: 16.5px;
}
.mv-link{
    position: absolute;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 315px;
    text-align: center;
    height: 50px;
    left: auto;
    bottom: 50px;
    right: 40px;
}
.mv-link a{
    background-color: #fff;
    background-color: #4b9bff;
    border-radius: 30px;
	color: #fff;
	font-weight: bold;
	padding: 16px 0;
	font-size: 20px;
	width: 100%;
	transition: 0.4s;
}
.mv-link a:hover{
	opacity: 0.7;
}

#news2 {
	background-color: #fff;
	width: 690px;
	float: right;
	margin: -4px 0px 30px 0px;
	border-right: 5px solid #f0b200;
	border-bottom: 5px solid #f0b200;
	border-left: 5px solid #f0b200;
}
#news2 ul {
	margin: 20px 30px 20px 20px;
}
#news2 li {
	font-size: 90%;
	line-height: 200%;
	list-style-type: none;
	list-style-image: url(../img/point_news.gif);
}

#news2 p{
	margin-bottom: 20px;
}
#news_nori {
	text-align: left;
	background-image: url(../img/top_news_nori.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 400px;
	float: right;
}
#news_nori ul {
	margin: 80px 30px 0px 0px;
}
#news_nori li {
	font-size: 90%;
	line-height: 180%;
	list-style-type: none;
}
#more {
	font-size: 90%;
	text-align: right;
	margin: 20px 30px 0px 0px;
}
#info {
	width: 700px;
	float: right;
	clear: both;
}
#info ul {
	line-height: 200%;
}
#info li {
	font-size: 80%;
	color: #666;
	float: right;
	margin: 0px 0px 0px 40px;
	list-style-type: none;
	list-style-image: url(../img/point_info.gif);
}
#info a:link {
	color: #666;
	text-decoration: none;
}
#info a:visited {
	color: #666;
	text-decoration: none;
}
#info a:hover {
	color: #00f;
	text-decoration: underline;
}
#info a:active {
	color: #00f;
	text-decoration: none;
}
#footer {
	font-size: 80%;
	color: #666;
	text-align: right;
	clear: both;
	padding: 10px 0px 20px 0px;
}


@media print {
body {
	background-image:none;
}
#container {
	background-image:none;
}
#menu {
	display: none;
}
#tab {
	margin-left: 210px
}
#main {
	float: right;
}
#info {
	display: none;
}
}
