@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*IE6*/
* html h2 {
	padding-bottom: 40px;
}

* html #flash {
	margin:-50px auto;
}

* html div#Main h2{
	margin-bottom: -30px;
	
}

* html p.text1 {
	margin-top: 0;
	margin-bottom:10px;
}

* html div#Main div.Content{
	text-align:center;
}

/*IE6 end*/


h2{
	padding:10px;
}

.text1 {
	margin:10px;
	font-size:12px;
	line-height:1.2;
}

.text2 {
	margin:10px;
	font-size:12px;
	line-height:1.2;
	color:#009900;
	font-weight:bold;
}

table {
	margin:0 auto;
	margin-left:10px;
	margin-bottom:10px;
}

table td {
	padding:5px;
}

/*======== <a> ========*/

a.deal{ font-weight: none; }


a.deal:link{
	color:#669999;
	text-decoration:none;
}

a.deal:visited{
	color:#669999;
	text-decoration:none;
}

a.deal:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

a.deal:active{
	color:#CCCCCC;
	text-decoration:underline;
}

h3{
	margin:0 auto;
}

h3 a {
	display:block;
	width:200px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(../magazin/images/read.gif);
	background-repeat: no-repeat;
	line-height:50px;
}

h3 a:hover {
	background-position:0 -50px;
}
