@charset "utf-8";

/* ============================================
	/new/index.html
============================================ */

body#new.index #mainContents {
	padding: 0 20px 0 19px;
	width: 659px;
}
body#new.index .h2Section {
	width: 659px;
	height: 50px;
	position: relative;
	margin-bottom: 35px;
}
body#new.index .h2Section h2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
body#new.index .h3Section {
	width: 640px;
	height: 45px;
	margin: 0 auto;
	position: relative;
	background: url(../images/h3_new_standard.gif) no-repeat;
}
body#new.index .h3Section h3 {
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 1;
	color:#454545;
	font-size:14px;
	font-weight:bold;
	width: 520px;
}
body#new.index .h3Section p {
	position: absolute;
	right: 18px;
	top: 19px;
	z-index: 1;
}
body#new .monthList {
	padding:65px 0 30px 10px;
	background-color: #FFFFFF;
	margin-top: -45px;
	position: relative;
}
.newListTB {
	overflow: hidden;
	margin-bottom: 3px;
}
.newListTB li {
	float: left;
	list-style: none;
}
.newListTB li.header {
	margin:0 5px 3px 0;
}
.newListTB .explanation {
	border: 1px solid #ebebeb;
	font-weight: bold;
	text-align: center;
	width: 55px;
	padding: 3px 0 2px 0;
}
.newListTB .newLink {
	width: 35px;
	text-align: center;
	padding-top: 5px;
}
.newListTB .newLink a {
	color: #cc6666;
	text-decoration: underline;
}
.newListTB .newLink a:hover {
	text-decoration: none;
}

.newText {
	width:640px;
	margin:35px auto 25px auto;
	overflow: hidden;
}
.newText p { line-height:150%; }
.newText .mt-image-none { width:640px; overflow:hidden; }

.newImage { overflow:hidden; }
.newImage p { float: left; margin-right: 18px; }

body#new .btn_toTop {
	margin: 35px 30px;
	text-align: right;
}
