@charset "utf-8";

/**************************************************
		Reset
**************************************************/
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,"ＭＳ Ｐゴシック","MS P Gothic","Osaka",sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#FFF;
	color:#000;
}

article, aside, dialog, figure, header, footer, hgroup, nav, section {
	display:block;
}

img {
	border:0;
	vertical-align:bottom;
	-ms-interpolation-mode:bicubic;
}

ul li, ol li {
	list-style-type:none;
	list-style-position:outside;
}

table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}

caption { text-align:left; }

th, td {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

strong, em {
	font-size:inherit;
	font-weight:normal;
	font-style:normal;
}


/**************************************************
		Setting
**************************************************/
body {
	-webkit-text-size-adjust:100%;
	color:#333;
}

a { color:#1BA9FC; text-decoration:none; }
a:hover { color:#1BA9FC; text-decoration:underline; }

#bgArea {
	z-index: 1;
	position:fixed;
}

#bg_sp {
	z-index: 1;
	position:fixed;
}

#wrapper {
	background:#75BCE0 url("../img/bg_top.png") 50% 0 no-repeat;
}

#wrapper .wrapperBottom {
	background:transparent url("../img/bg_bottom.png") 50% 100% no-repeat;
}

#home #wrapper, #home .wrapperBottom {
	background:none;
}

.none {display:none;}

/* ===== Clearfix ===== */
.clearFix { display:inline-table; }
.clearFix:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:" ";
}
/* Hides from IE-mac \*/
* html .clearFix { height:1%; }
*:first-child+html .clearFix { height:1%; }
.clearFix { display:block; }
/* End hide from IE-mac */


/**************************************************
	HeaderArea
**************************************************/
#headerArea {
	margin:0 auto;
	width:900px;
	z-index:25;
}

#headerArea h1 {
	float:left;
}

#headerArea .countArea {
	float:left;
}

#headerArea .countArea #countDay {
	width:140px;
	height:78px;
	text-indent:-9999px;
}


#marathonWeek {
	width:39px;
	height:78px;
}

#headerArea .menuArea {
	margin:35px 0 8px 0;
	width:517px;
	float:right;
}

#headerArea .menuArea ul li {
	float:left;
}

#home #headerArea {
	position:absolute;
	top:0;
	padding:0;
	width:100%;
	min-width:880px;
}

#home #headerArea h1 {
	padding-left:20px;
	float:left;
}

#home #headerArea .menuArea {
	width:517px;
	margin:15px 20px 8px 0;
}


/* ========== NewsArea ========== */
#headerArea .newsArea {
	position:relative;
	clear:both;
	float:right;
	padding-bottom:2px;
	margin:-30px 20px 0 0;
	_margin:0 20px 0 0;
	*margin:0 20px 0 0;
	background:transparent url("../../img/bg_news.png") 0 100% no-repeat;
	z-index:25;
}

#headerArea .newsArea .top {
	padding-top:2px;
	background:transparent url("../../img/bg_news_top.png") 0 0 no-repeat;
}

#headerArea .newsArea .bottom {
	width:517px;
	background:transparent url("../../img/bg_news_bottom.png") 0 0 repeat-y;
}

#headerArea .newsArea dl {
	line-height:1;
}

#headerArea .newsArea .title {
	float:left;
	width:58px;
}
#headerArea .newsArea .newsList {
	float:left;
	width:436px;
}
#headerArea .newsArea li {
	line-height:0;
}
#headerArea .newsArea li.firstItem {
	display:block;
	font-size:0.7em;
	margin:1px 12px 0 12px;
	line-height:1.6;
}
#headerArea .newsArea li a {
	color:#333;
	text-decoration:none;
}
#headerArea .newsArea li a:hover {
	text-decoration:underline;
}
#headerArea .newsArea .lowerList {
	display:none;
}
#headerArea .newsArea .lowerList li {
	margin:0;
	font-size:0.7em;
	margin:0 12px 5px 12px;
	line-height:1.6;
}
#headerArea .newsArea .lowerList .listBottom {
	margin-top:5px;
}
#headerArea .newsArea .newsDay {
	display:block;
}
#headerArea .newsArea .newsTitle {
	margin:-1.6em 0 0 7em;
	display:block;
}

#headerArea .newsArea .button {
	float:left;
	width:21px;
	height:21px;
	cursor:pointer;
}

#headerArea .newsArea .down {
	text-indent:-9999px;
	background:transparent url("../../img/icon_down.png") 0 0 no-repeat;
}

#headerArea .newsArea .down:hover {
	background-position:0 -21px;
}

#headerArea .newsArea .close {
	text-indent:-9999px;
	background:transparent url("../../img/icon_close.png") 0 0 no-repeat;
}

#headerArea .newsArea .close:hover {
	background-position:0 -21px;
}

#headerArea .newsArea .block {
	display:block;
}


/**************************************************
	ContArea
**************************************************/
#contArea {
	padding-top:40px;
	margin:0 auto;
	width:900px;
	clear:both;
}

#contArea .paageTop {
	padding:300px 0 10px 0;
	text-align:right;
}

#home #contArea {
	padding-top:0;
	margin:0 auto;
	width:100%;
	min-width:880px;
	clear:both;
}


/**************************************************
	FooterArea
**************************************************/
#footerWrapper {
	background-color:#fff;
}

#footerArea {
	position:relative;
	margin:0 auto;
	width:900px;
	height:50px;
}

#footerArea .title {
	position:absolute;
	top:12px;
	left:0;
}

#footerArea .offical {
	position:absolute;
	top:14px;
	right:284px;
}

#footerArea .twitter {
	position:absolute;
	top:14px;
	right:259px;
}

#footerArea .facebook {
	position:absolute;
	top:14px;
	right:233px;
}

#footerArea .copyright {
	position:absolute;
	top:19px;
	right:0;
}

#home #footerWrapper {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:20;
}

#home #footerArea {
	width:100%;
	min-width:880px;
}

#home #footerArea .title {
	position:absolute;
	top:12px;
	left:20px;
}

#home #footerArea .offical {
	position:absolute;
	top:14px;
	right:304px;
}

#home #footerArea .twitter {
	position:absolute;
	top:14px;
	right:279px;
}

#home #footerArea .facebook {
	position:absolute;
	top:14px;
	right:253px;
}

#home #footerArea .copyright {
	position:absolute;
	top:19px;
	right:20px;
}


/**************************************************
	FlashArea
**************************************************/
#flashArea {
	height:100%;
	position:fixed;
	width:100%;
	z-index:1;
	top: 0;
	left: 0;
	margin: 0;
}

#flashArea #noFlash {
	position:relative;
	top:50%;
	_top:300px;
	padding:40px;
	margin:0 auto;
	width:400px;
	background-color:#ccc;
	font-size:0.8em;
	line-height:1.6;
	text-align:center;
}

#flashArea #noFlash a { color:#333; text-decoration:none; }
#flashArea #noFlash a:hover { color:#333; text-decoration:underline; }
