@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extension/init/std.css";
/*@import "extension/init/strict.css";*/
@import "extension/util.css";
@import "extension/accessibility.css";
@import "extension/noscript.css";
@import "extension/fnav/normal.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
	body {
		background: #0f1220 url(../imgs/bg-header.gif) no-repeat 50% 0;
	}
	body.pop {
		background: #0f1220;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px; 
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		text-decoration: none;
	}
	a:link,
	a:visited {
		color: #999999;
		text-decoration: underline;
	}
	a:hover,
	a:active {}{
		color: #c1b480;
		text-decoration: none;
	}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		position: relative;
		width: 940px;
		text-align: right;
	}
	h3 {
		clear: both;
	}
	.title {
		margin-bottom: 15px;
	}
	.lifeinfo .title,
	.section .box .title,
	.section .box02 .title,
	.section .box03 .title,
	.section .box04 .title {
		margin-bottom: 10px;
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/* snav */
	.sNav {
		margin-left: auto;
		margin-right: auto;
	}
	.sNav li {
		float: left;
	}
	.sNav li img {
		vertical-align: top;
	}

/**
 * 4. Layout
 */
/* header */
	body #gHeader {
		position: relative;
		width: 926px;
		margin: 0 auto;
		padding: 10px 0 7px 14px;
	}

	#gNav {
		background: url(../imgs/bg-nav.gif) repeat-x 0 0;
		height: 45px;
	}
	#gNavList {
		width: 940px;
		margin: 0 auto;
	}
	#gNavList li {
		float: left;
	}
	#gNavList img {
		vertical-align: top;
	}

	#hNav {
		position: absolute;
		top: 0;
		right: 10px;
	}
	#hNavList li {
		float: left;
	}
	#hNavList img {
		vertical-align: top;
	}

	#hText {
		position: absolute;
		top: 10px;
		left: 153px;
		color: #999999;
		font-size: 10px;
		line-height: 14px;
	}

/* main */
	body #container {
		width: 940px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	#mainContent {
		background: #ffffff;
		position:relative;
	}

	#bcl {
		position: absolute;
		top: 35px;
		left: 0;
		font-size: 10px;
		line-height: 12px;
	}
	#bcl li {
		float: left;
		margin-right: 8px;
	}
	#bcl li a {
		color: #999999;
		background: url(../imgs/bg-bcl.gif) no-repeat 100% 50%;
		padding-right: 12px;
	}
	#bcl strong {
		color: #c1b480;
	}

	.section {
		clear: both;
		width: 880px;
		margin-left: auto;
		margin-right: auto;
	}

/* footer */
	body #gFooter {
		background: url(../imgs/bg-footer.gif) repeat-x 0 0;
		margin-top: 20px;
		padding: 30px 0 20px;
		border-bottom: 1px #cdcdcd solid;
	}
	#fContact {
		position: relative;
		width: 920px;
		margin: 0 auto;
		background: #16192e;
		border: 1px #606372 solid;
		padding: 9px;
	}
	#fContact address {
		text-indent: -99999px;
		background: url(../imgs/bg-contact.gif) no-repeat 0 0;
		width: 920px;
		height: 70px;
	}
	#fContact ul {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#fContact li {
		float: left;
		margin-left: 10px;
	}
	#fContact img {
		vertical-align: top;
	}

	#ftrArea {
		position: relative;
		width: 940px;
		height: 33px;
		margin: 0 auto;
		padding: 14px 0 20px;
	}
	#ftrArea li {
		display: block;
		float: left;
		list-style-type: none;
		font-size: 10px;
		line-height: 20px;
		color: #ffffff;
	}
	#ftrArea li a,
	#ftrArea li a:hover {
			color: #ffffff;
			text-decoration: none;
	}
	/* logo */
	#ftrArea #logo01 a {
		position: absolute;
		top: 19px;
		left: 503px;
		text-indent: -9999px;
		background: url(../imgs/ftr-logo01.gif) no-repeat left top;
		width: 106px;
		height: 27px;
	}
	#ftrArea #logo02 a {
		position: absolute;
		top: 19px;
		left: 639px;
		text-indent: -9999px;
		background: url(../imgs/ftr-logo02.gif) no-repeat left top;
		width: 156px;
		height: 33px;
	}
	#ftrArea #logo03 a {
		position: absolute;
		top: 19px;
		left: 826px;
		text-indent: -9999px;
		background: url(../imgs/ftr-logo03.gif) no-repeat left top;
		width: 113px;
		height: 27px;
	}
	/* copyright */
	#ftrArea #copyright {
		position: absolute;
		top: 45px;
		left: 0;
		font-style: normal;
		background: url(../imgs/bg-copyright.gif) no-repeat left top;
		width: 407px;
		height: 7px;
		text-indent: -9999px;
	}

/* pop */
	body.pop #gHeader {
		width: 650px;
		padding: 0;
	}
	body.pop #container {
		width: 650px;
	}
	.pop #fContact {
		position: relative;
		width: 630px;
		margin: 0 auto;
		background: #16192e;
		border: 1px #606372 solid;
		padding: 9px;
	}
	.pop #fContact address {
		text-indent: -99999px;
		background: url(../imgs/bg-contact.gif) no-repeat 0 0;
		width: 630px;
		height: 70px;
	}

/**
 * 5. EachPageStyle
 */
/* index */
	#index #gFooter {
	padding-top: 10px;
	margin-top: 0;
	}
	#index #container {
		width: 900px;
	}
	#index #mainContent {
		background: transparent;
		margin-bottom: 20px;
	}
	#index #infoArea {
		float: left;
		width: 520px;
	}
	#index #flashContent {
		height: 521px;
	}
	#flashAreaTxt {
		padding-top: 150px;
	}
	#flashAreaTxt h1 {
		font-weight: bold;
		font-size: 14px;
	}
	/* feedArea */
	#feedArea {
		margin-left: 0px;
		border: 1px solid #d0d0d0;
		padding: 19px;
		padding-bottom: 0;
		width: 480px;
		height: 213px;
		overflow: auto;
		overflow-x: hidden;
		background-color: #f5f5f5;
		zoom: 1;
	}
	#feedArea #feedAreaIn {
		width: 460px;
		height: 300px;
	}
	#feedArea li {
		border-bottom: 1px dashed #b8b8b8;
		padding-bottom: 15px;
		margin-bottom: 15px;
		color: #666666;
		background: transparent url(../imgs/blt-01.gif) no-repeat 0 0;
		padding-left: 10px;
		zoom: 1;
	}
	#feedArea li:after {
		content:".";
		display: block;
		height:0px;
		clear:both;
		line-height:0;
		visibility:hidden;
	}
	#feedArea li span {
		display: block;
	}
	#feedArea li span {
		width: 350px;
	}
	#feedArea li a {
		color: #9e7b2b;
		text-decoration: none;
	}
	#feedArea li a:hover {
		color: #666666;
		text-decoration: underline;
	}

/* bostonheart */
	#bostonheart .sNav {
		width: 654px;
	}

/* equipment */
	#equipment .sNav {
		width: 434px;
	}

	#equipment .box {
		background: #f7f3dc;
		padding: 15px;
		width: 400px;
		text-align: left;
	}
	#equipment .box02 {
		background: #f7f3dc;
		padding: 15px;
		width: 175px;
		text-align: left;
	}
	#equipment .box03 {
		background: #f7f3dc;
		padding: 15px;
		width: 625px;
		text-align: left;
	}
	#equipment .box04 {
		background: #f7f3dc;
		padding: 15px;
		width: 850px;
		text-align: left;
	}

/* location */
	.lifeinfoBox {
		background: transparent url(../../location/imgs/bg-lifeinfo.gif) repeat left top;
	}
	.lifeinfoBox02 {
		background: transparent url(../../location/imgs/bg-lifeinfo.gif) repeat-x left bottom;
	}
	.lifeinfoBox span,
	.lifeinfoBox02 span,
	.lifeinfoBox table,
	.lifeinfoBox02 table {
		background: #ffffff;
	}
	.lifeinfoBox .detail,
	.lifeinfoBox02 .detail {
		padding-left: 2px;
	}
	.lifeinfoBox .meters,
	.lifeinfoBox02 .meters {
		width: 4em;
	}
	.lifeinfoBox .minutes,
	.lifeinfoBox02 .minutes {
		width: 3.5em;
	}
	.win .lifeinfoBox .meters,
	.win .lifeinfoBox02 .meters {
		width: 3em;
	}
	.win .lifeinfoBox .minutes,
	.win .lifeinfoBox02 .minutes {
		width: 2.5em;
	}

/* map */
	.pop #map #mainContent,
	.pop #privacy #mainContent {
		padding: 30px 20px;
	}
