body{
	margin: 0;
	padding: 0;
}

h1{
	display: none;
}
img{
	border-style: none;
}

/* header */
header{
	width: 798px;
	margin: 1px auto;
	background-color: #00ff00;
	border:1px solid #00ff00;
	font-size: 0;
	line-height: 0;
}
header img{
	margin: 0;
	padding: 0;
}
/* header nav*/
.top_link{
	clear: both;
}
.top_link h2{
	display: none;
}

/* news */
.news{
	width: 800px;
	background-color: #ffffe3;
	margin: 1px auto;
	text-align: center;
}
/* news-year-navi */
.news-year-navi{
	width: 601px;
	height: 101px;
	margin: 0 auto;
	padding: 9px 0 0;
	border-style: none;
}
.news-year-navi h2{
	display: none;
}
.news-year-navi img{
	margin-left: 7px;
	margin-right: 1px;
}
.news-year-navi iframe{
	margin: 0;
	padding: 0;
	width: 317px;
	height: 101px;
	border-style: none;
}
/* news-search */
.news-search{
	float: right;
	line-height: 1em;
}
.news-search h2{
	display: none;
}
/* news-main */
.news-main{
	width: 800px;
	background-color: #f3fdd0;
	clear: both;
	padding-top: 0;
}
.news-main h2{
	display: none;
}
.news-main h3{
	color: blue;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.35;
	text-align: center;
	clear:both;
	margin-top: 0;
	margin-bottom: 19px;
}
/* news-article */
.news-article{
	padding-top: 39px;
	clear: both;
}

/* article */
article{
	text-align: left;
	width: 679px;
	margin: 10px auto 0px;
}
article h4{
	border-style: none;
	color: red;
	font-weight: bold;
	font-size: medium;
	margin: 0 0 2px;
	padding: 0;
	line-height:1.4em;
}
article h5{
	border-style: none;
	color: darkgreen;
	font-weight: bold;
	font-size: medium;
	background-color:transparent;
	margin: 0 0 2px;
	padding: 0;
	line-height:1.2;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN';
	width:auto;
}
article h6{
	color: teal;
	font-weight: bold;
	font-size: medium;
	margin: 0 0 2px;
	padding: 0;
	line-height:1.2;
}
article p{
	margin: 0 0 16px;
	padding: 0;
	text-align: justify;
}
article hr{
	width:60%;
	margin:30px auto;
}
article b{
	font-weight: bold;
}
article p + ul{
	margin-top: -15px;
}
article ul{
	padding: 0;
	margin: 0;
}
article li{
	list-style-type: none;
	font-weight: bold;
	color: #050;
}
/* picture */
.picture-center{
	display: block;
	margin: 5px auto 10px;
}
.picture-left{
	float: left;
	margin: 5px 20px 5px 0;
}
.picture-right{
	float: right;
	margin: 5px 0 5px 20px;
}
/* figure */
figure img{
	display: block;
	margin: 0 auto 0;
}
figcaption{
	text-align: center;
	font-size: smaller;
	font-style: normal;
	line-height: 1.5;
}
/* footer */
.news footer{
	padding: 40px 20px;
	clear:both;
}
.news footer h2{
	display: none;
}
.news footer img{
	border: none;
}

/* option */
.news-note {
	margin: 0px;
	font-size: smaller;
	font-style: oblique;
}
.news-doublebox{
	border: double 4px black;
	margin: 40px 80px 0;
	padding: 20px;
}
.news-doublebox .news-article{
	width: 559px;
}

.news-dottedbox{
	border: dotted 1px black;
	margin: 40px 80px 0;
	padding: 20px;
}
.news-dottedbox .news-article{
	width: 559px;
}
.news-box{
	border: solid 1px black;
	margin: 20px 40px 0;
	padding: 20px;
}

/* Šg‘å‰æ‘œ—p */
.zoom-picture{
	cursor: zoom-in;
}
.zoom-wrapper{
	position: absolute;
	display: none;
	opacity: 0;
}
.zoom-screen{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 50%;
}
.zoom-img{
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: white;
}

