* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	overflow: hidden;
}
body {
	font: 12px/1.6 Arial,"メイリオ","Meirio","ＭＳ Ｐゴシック","MS PGothic","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	color: #fff;
	background: #000;
}
a { color: #fff; }
a:hover { color: #ffd4fb; text-decoration: underline; }

/* container
=========================================*/
#container {
	overflow: hidden;
	position: relative;
	width: 824px;
	height: 340px;
	background: url(../images/background.jpg) no-repeat center;
}
.content {
	position: relative;
	width: 468px;
	margin: 10px;
}
.content:after {
	content: '';
	display: block;
	clear: both;
}
.content .notice,
.content .event,
.content .itemmall {
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.content .event,
.content .itemmall {
	height: 129px;
	padding: 7px 10px;
}
.content .event h2,
.content .itemmall h2 {
	position: relative;
	width: 100%;
	height: 21px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -1000000px;
}
.content .btn_more,
.content .btn_list {
	position: absolute;
	top: 7px;
	right: 13px;
	text-indent: -100000px;
}
.content .btn_more {
	width: 50px;
	height: 20px;
	background: url(../images/btn_more.png) no-repeat;
}
.content .btn_list {
	top: 15px;
	right: 27px;
	width: 43px;
	height: 20px;
	background: url(../images/btn_list.png) no-repeat;
}
.content .btn_more a,
.content .btn_list a {
	display: block;
	width: 100%;
	height: 100%;
}

/* notice
=========================================*/
.notice {
	width: 100%;
	height: 174px;
	padding: 10px 15px;
	background-image: url(../images/bg_notice.png);
}
.notice h2 {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	color: #facd89;
}
.notice .btn_more {
	top: 17px;
	right: 25px;
}
.notice .list {
	overflow: hidden;
	position: relative;
	width: 96%;
	height: 115px;
	margin: 0 auto;
}
.notice .list li {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 23px;
}
.notice .list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.notice .list li a:after {
	content: '';
	display: block;
	clear: both;
}
.notice .list li a span {
	position: relative;
	display: inline-block;
}
.notice .list li a span.title {
	float: left;
	width: 88%;
}
.notice .list li a span.date {
	float: right;
	width: 12%;
	text-align: right;
}
.view .notice {
	width: 508px;
	height: 301px;
	background-image: url(../images/bg_view.png);
}
.view .list {
	overflow-y: scroll;
	height: 235px;
}
.view .list h3 {
	color: #ffecd0;
}
.view .list hr {
	position: relative;
	width: 98%;
	height: 1px;
	margin-left: 0;
	margin-bottom: 10px;
	background-color: #aaa;
	border: none;
}
.view .list table {
	border-collapse: collapse;
	border: 1px solid #aaa;
}
.view .list table th,
.view .list table td {
	padding: 3px;
	border: 1px solid #aaa;
}

/* event
=========================================*/
.event {
	float: left;
	width: 228px;
	background-image: url(../images/bg_event.png);
}
.event h2 {
	background-image: url(../images/title_event.png);
}
.event .bnr,
.event .nav {
	overflow: hidden;
	width: 196px;
	margin: 0 auto;
}
.event .bnr,
.itemmall .bnr {
	position: relative;
	height: 64px;
}
.event .bnr li,
.itemmall .bnr li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.event .bnr li a,
.itemmall .bnr li a {
	display: block;
	width: 100%;
	height: 100%;
}
.event .nav {
	position: relative;
	height: 10px;
	margin-top: 6px;
	text-align: center;
}
.event .nav li {
	display: inline-block;
	width: 10px;
	height: 100%;
	margin: 0 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	text-indent: -100000px;
	cursor: pointer;
}
.event .nav li.on {
	background-color: #ffbc57;
}

/* item mall
=========================================*/
.itemmall {
	float: right;
	width: 240px;
	background-image: url(../images/bg_itemmall.png);
}
.itemmall h2 {
	background-image: url(../images/title_itemmall.png);
}
.itemmall .bnr li {
	left: 5px !important;
}
.itemmall .btn {
	position: relative;
	width: 100%;
	margin-top: -3px;
	padding-left: 3px;
}
.itemmall .btn:after {
	content: '';
	display: block;
	clear: both;
}
.itemmall .btn li {
	float: left;
	position: relative;
	height: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.itemmall .btn li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* aside
=========================================*/
.aside {
	position: absolute;
	top: 265px;
	right: 9px;
	width: 290px;
	height: 41px;
}
.aside ul {
	position: relative;
	width: 100%;
	height: 100%;
}
.aside ul:after {
	content: '';
	display: block;
	clear: both;
}
.aside ul li {
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/btn_aside.png);
	text-indent: -1000000px;
}
.aside ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.aside ul li.btn_id {
	width: 188px;
	background-position: 0 0;
}
.aside ul li.btn_guide {
	width: 99px;
	background-position: -188px 0;
}

