@charset "utf-8";
/* CSS Document */


/*=====================================
=1 main_img
=2 read
=3 whatsnew
=====================================*/



/*=====================================
=1 main_img
=====================================*/


#main_img {
	width:900px;
	height:400px;
	padding:0;
	overflow:hidden;
	float:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
/*=====================================
=2 read
=====================================*/


#read {
	width:265px;
	height:355px;
	margin:270px 0 0 0;
	padding:70px 40px 0 65px;
	background:url(../../img/top_copy_bg.png) no-repeat left top;
 behavior: expression(IEPNGFIX.fix(this));
	position:absolute;
}
/*=====================================
=3 whatsnew
=====================================*/


#whatsnew {
	float:left;
	background-image: url(../../img/whatnew.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
}
#whatsnew a:link {
	text-decoration: none;
	color: #333333;
}
#whatsnew a:visited {
	text-decoration: none;
	color: #333333;
}
#whatsnew a:active {
	text-decoration: none;
	color: #333333;
}
#whatsnew a:hover {
	text-decoration: underline;
	color: #009900;
}
#whatsnew h2 {
	display:block;
	width:160px;
	height:40px;
	overflow:hidden;
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	padding-left: 50px;
	margin-top: 5px;
}
#whatsnew dl {
	width:480px;
	height:24px;
	margin:10px;
	clear:both;
}
#whatsnew dt {
	width:100px;
	float:left;
}
#whatsnew dd {
	width:380px;
	font-size:16px;
	float:right;
}
#photo {
	width:330px;
	height:250px;
	float:right;
	padding-top: 20px;
}
.frame {
	border-radius: 10px;
}
 @media(max-width: 600px) {

#main_img {
 width:100%;
 height: auto
}
#main_img img {
width: 100%;
}
 #whatsnew {
 width:100%;
 height: auto;
 background-image:none;
}
#whatsnew h2 {
padding-top:6px;
background-image: url(../../img/whatnew.jpg);
}
#whatsnew dl{
	width:100%;
	height:auto;
	clear:both;
}

#whatsnew dt{
	width:100%;
	height:auto;
	float:none;
	color:#605F5F;
	line-height: 1.2em
}

#whatsnew dd{
	width:100%;
	height:auto;
font-size: 14px;
line-height: 1.5;
	float:none;
}

#photo{
	width:100%;
	height:auto;}
#photo {
 width:100%;
 height: auto
}
}
