@charset "utf-8";

/* import
---------------------------------------- */
@import url("../../shared/css/reset.css");
@import url("../../shared/css/common.css");

body {
	width:100%;
}

/* #content
---------------------------------------- */
#content {
}

/* live_report
---------------------------------------- */
#magazine {
	width:100%;
	background-image:url(../img/magazine_bg.gif);
	padding-top:45px;
	text-align:center;
}
#magazine_inner {
	width:960px;
	margin:0 auto;
}
#magazine h2 {
	background-image:url(../img/magazine_ti.gif);
	width:930px;
	height:35px;
	text-indent:-9999px;
	margin:0 auto 48px;
}

.info_txt {
	width:760px;
	margin:20px auto 50px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.info_txt ul {
	text-align:left;
	font-size:14px;
}
.info_txt ul li {
	background-image:url(../img/magazine_ar.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:27px;
	margin-bottom:8px;
}

.main {
	width:760px;
	margin:20px auto 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.main h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	text-align:left;
}
.main p {
	font-size:14px;
	margin-bottom:40px;
	text-align:left;
}
.main p a {
	background-color:#ffe556;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	display:block;
	width:390px;
	margin:0 auto 50px;
	padding:15px;
}
.att ul {
	width:760px;
	margin:0 auto 20px;
	text-align:left;
}
.att ul li {
	margin-bottom:5px;
	font-size:11px;
	color:#666;
}

