@charset "UTF-8";
/* アスティRUNクラブ */

/* 背景と全体 */
#pageBody {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #DADADB;
	border-top: 0px solid #000000;
	}


#container	{
	position: relative;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
		}
		
		
.infoBox	{
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
		}
		
.infoUL {
	margin: 10px 0 0 10px;
	}

.infoLI {
	list-style:none;
	}
	
	
.lessonBox	{
	position: relative;
		}
		
.lessonBoxZettai	{
	position: absolute;
	margin-top: -30px;
	margin-left: 470px;
		}
		
.Box565	{
	position: relative;
	width: 565px;
	margin-right: auto;
	margin-left: auto;
		}
		
.shop
	{
	border-bottom: 1px solid #009D96;
		}
/* ヘッダーここから */		
#header	{
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
		}
/* 見出しここ */		
.midashi_H2	{
	border-top: 2px solid #009D96;	
	border-bottom: 2px solid #009D96;
	color: #009D96;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
		
/* フッターここから */		
#footer	{
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 10px solid #009D96;
	clear: both;
		}

		
#footer:after {
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content: ".";
	font-size: 0.1em;
	}
		
#footerBox	{
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
		}
/* フッターここまで */		