@charset "Shift_JIS";

/**********************************************************

TOKYO SWIMMING CENTER
http://www.tokyo-sc.com/

for_screen.css

Copyright(C) TOKYO SWIMMING CENTER All rights reserved.


gray:#DDE9FF
red:#FC0505
green:#00AC26
blue:#0044BD

***********************************************************/


/* base layout
----------------------------------------------------------*/
body {
	background-color: #DDE9FF;
	text-align: center;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}


/* #headerArea
----------------------------------------------------------*/
#headerArea {
	position: relative;
	height: 65px;
	padding-left: 35px;
	padding-right: 35px;
	background: url(../img/header_bg.jpg) no-repeat;
}
/* logo ---------------------*/
#siteLogo a {
	position: absolute;
	left: 35px;
	top: 10px;
	display: block;
	width: 273px;
	height: 43px;
	overflow: hidden;
	background: url(../img/sitelogo.gif) no-repeat;
	text-indent: -9999px;
}
/* header navigation --------*/
#headerArea ul {
	position: absolute;
	right: 30px;
	bottom: 7px;
}
#headerArea ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
}
#headerArea ul li.last {
	border-right: none;
}
.profileArea p a,
.profileArea p a:hover,
#headerArea ul li a {
	color: #000 !important;
	text-decoration: none !important;
}
#headerArea ul li a:hover {
	color: #000 !important;
	text-decoration: underline;
}

/* #bodyArea
----------------------------------------------------------*/
#bodyArea {
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background: url(../img/body_bg.jpg) repeat-y;
}

/* #footerArea
----------------------------------------------------------*/
#footerArea {
	clear: both;
	height: 40px;
	padding-left: 35px;
	padding-right: 35px;
	background: url(../img/footer_bg.jpg) no-repeat;
}
/* copyright ----------------*/
#copyright {
	line-height: 40px;
	text-align: right;
	font-size: 90%;
}


/* index
----------------------------------------------------------*/
/* indexMainArea ---------------*/
#indexMainArea {
	margin-bottom: 10px;
	margin-top: -10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #B5B5B5;
}
#indexMainImage {
	position: relative;
	width: 580px;
}
#imageContainer {
	position: relative;
}
.indexContainer {
	width: 580px;
	height: 343px;
}
.pageContainer {
	width: 546px;
	height: 260px;
	margin-bottom: 1em;
}
.pageContainer2 {
	width: 546px;
	height: 170px;
	margin-bottom: 1em;
}
.pageContainer3 {
	width: 546px;
	height: 525px;
	margin-bottom: 1em;
}
.pageContainer4 {
	width: 546px;
	height: 1px;
	margin-bottom: 1em;
}
#imageContainer img {
	display: none;
	position: absolute;
}
#indexMainImage ul {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#indexMainImage ul li {
	float: left;
	margin-right: 10px;
}
#indexMainImage ul li a {
	display: block;
	width: 275px;
	height: 65px;
	background-image: url(../img/index_swimfit.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#indexMainImage ul li a.swimming { background-position: 0px 0px; }
#indexMainImage ul li a.fitness { background-position: 0px -65px; }

#indexMainMenu {
	float: right;
}
#indexMainMenu li {
	margin-bottom: 7px;
}
#indexMainMenu li a {
	display: block;
	width: 190px;
	height: 63px;
	background-image: url(../img/index_mainmenutsc.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#indexMainMenu li a.about { background-position: 0px 0px; }
#indexMainMenu li a.facilities { background-position: 0px -63px; }
#indexMainMenu li a.access { background-position: 0px -126px; }
#indexMainMenu li a.shuttlebus { background-position: 0px -189px; }
#indexMainMenu li a.contact { background-position: 0px -252px; }

/* indexLinkArea ---------------*/
#indexLinkArea {
	padding-bottom: 10px;
	background: url(../img/link_bg.gif) no-repeat bottom;
}
#indexLinkArea .inner {
	background: url(../img/link_inner_bg.gif) repeat-y top;
}
/* newsLink ---------------*/
#indexLinkArea #newsLink {
	float: left;
	margin-right: 10px;
	width: 285px;
	padding-top: 12px;
	background: url(../img/link_w_bg.gif) no-repeat top;
}
#indexLinkArea #newsLink h2 {
	height: 23px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 13px;
	padding-left: 10px;
	background: url(../img/news_h2_bg.jpg) no-repeat left;
	text-indent: -9999px;
	overflow: hidden;
}
#indexLinkArea #newsLink dl {
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 13px;
}
#indexLinkArea #newsLink dl dt {
	padding-left: 10px;
	padding-right: 10px;
	background: url(../img/icon_news.gif) no-repeat left;
}
#indexLinkArea #newsLink dl dd {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B5B5B5;
}
/* contetnsLink ---------------*/
#indexLinkArea #contentsLink {
	float: left;
	width: 285px;
	padding-top: 12px;
	background: url(../img/link_w_bg.gif) no-repeat top;
}
#indexLinkArea #contentsLink li {
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 13px;
}
/* bannerLink ---------------*/
#indexLinkArea #bannerLink {
	float: right;
	width: 190px;
	padding-top: 12px;
	background: url(../img/link_n_bg.gif) no-repeat top;
}
#indexLinkArea #bannerLink li {
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 13px;
}

/* mainMenuArea
----------------------------------------------------------*/
#mainMenuArea {
	width: 190px;
	margin-top: -12px;
}
#mainMenuSwimming {
	height: 149px;
	margin-bottom: 12px;
	background: url(../img/mainmenu_swimfit_bg.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#mainMenuSwimming li.title {
	width: 188px;
	height: 49px;
	margin-left: 1px;
	margin-bottom: 3px;
	background: url(../img/mainmenu_swimfit.gif) no-repeat 0 0;
}
#mainMenuSwimming li a {
	display: block;
	width: 182px;
	height: 21px;
	margin-left: 4px;
	margin-bottom: 3px;
	background-image: url(../img/mainmenu_swimfit.gif);
	background-repeat: no-repeat;
}
#mainMenuSwimming li.info a { background-position: -188px -0px; }
#mainMenuSwimming li.baby a { background-position: -188px -21px; }
#mainMenuSwimming li.kids a { background-position: -188px -42px; }
#mainMenuSwimming li.junior a { background-position: -188px -63px; }
#mainMenuFitness {
	height: 125px;
	margin-bottom: 12px;
	background: url(../img/mainmenu_swimfit_bg.gif) no-repeat 0 -149px;
	text-indent: -9999px;
	overflow: hidden;
}
#mainMenuFitness li.title {
	width: 188px;
	height: 49px;
	margin-left: 1px;
	margin-bottom: 3px;
	background: url(../img/mainmenu_swimfit.gif) no-repeat 0 -84px;
}
#mainMenuFitness li a {
	display: block;
	width: 182px;
	height: 21px;
	margin-left: 4px;
	margin-bottom: 3px;
	background-image: url(../img/mainmenu_swimfit.gif);
	background-repeat: no-repeat;
}
#mainMenuFitness li.info a { background-position: -188px -84px; }
#mainMenuFitness li.studio a { background-position: -188px -105px; }
#mainMenuFitness li.pool a { background-position: -188px -126px; }
#mainMenuTsc {
	margin-bottom: 12px;
}
#mainMenuTsc li a {
	display: block;
	width: 190px;
	height: 44px;
	margin-bottom: 3px;
	background-image: url(../img/page_mainmenutsc.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#mainMenuTsc li a.about { background-position: 0px 0px; }
#mainMenuTsc li a.facilities { background-position: 0px -44px; }
#mainMenuTsc li a.access { background-position: 0px -88px; }
#mainMenuTsc li a.shuttlebus { background-position: 0px -132px; }
#mainMenuTsc li a.contact { background-position: 0px -176px; }

#mainMenuBanner,
#mainMenuLink {
	margin-bottom: 12px;
}
#mainMenuBanner li,
#mainMenuLink li {
	margin-bottom: 6px;
}

/* contentsArea
----------------------------------------------------------*/
#pageInner {
	padding-top: 12px;
	background: url(../img/contents_title_bg.gif) no-repeat top right;
}
#contentsArea {
	float: right;
	width: 570px;
	background: url(../img/contents_bg.gif) repeat-y right;
}
#contentsArea div.inner {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	background: url(../img/contents_foot_bg.gif) no-repeat bottom;
}


/* common style
----------------------------------------------------------*/
/* title (hx) ---------------*/
#contentsArea h2 {
	clear: both;
	margin-bottom: 0px;
	padding: 5px 12px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
#contentsArea h2 span {
	margin-left: 15px;
	font-size: 85%;
}
#contentsArea h2.r { background-color: #FC0505; }
#contentsArea h2.g { background-color: #00AC26; }
#contentsArea h2.b { background-color: #0044BD; }
#contentsArea h3 {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 3px 12px;
	font-size: 110%;
	font-weight: bold;
}
#contentsArea h3.r { background: url(../img/icon_h3_r.gif) no-repeat left; color: #FC0505; border-bottom: 1px solid #FC0505; }
#contentsArea h3.g { background: url(../img/icon_h3_g.gif) no-repeat left; color: #00AC26; border-bottom: 1px solid #00AC26; }
#contentsArea h3.b { background: url(../img/icon_h3_b.gif) no-repeat left; color: #0044BD; border-bottom: 1px solid #0044BD; }
#contentsArea h4 {
	margin-left: 12px;
	margin-right: 12px;
}
/* p,ul,dl ---------------*/
#contentsArea p,
#contentsArea ul,
#contentsArea dl {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 1em;
}
#contentsArea img {
	margin-bottom: 12px;
}

/* table -----------------*/
#contentsArea table {
	width: 522px;
	margin-left: 12px;
	margin-bottom: 1em;
}
#contentsArea table tr th {
	padding: 5px 5px;
}
#contentsArea table tr td {
	padding: 5px 5px;
}
#contentsArea table.default {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
#contentsArea table.default tr th,
#contentsArea table.default tr td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.g4Table th,
.g4Table td {
	width: 25%;
	vertical-align: middle;
	text-align: center;
}
.g5Table th,
.g5Table td {
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.kidsTable th {
	width: 16%;
	vertical-align: middle;
	text-align: center;
}
.kidsTable td {
	width: 14%;
	vertical-align: middle;
	text-align: center;
}
.gTable td {
}

/* img -------------------*/
.flimg {
	float: left;
	margin-left: 0px !important;
}
.frimg {
	float: right;
	margin-right: 0px !important;
}
.fcl {
	clear: both;
}
.nomargin {
	margin: 0px !important;
}
.margintop {
	margin-top: 12px !important;
}
.rborder {
	padding: 12px;
	border: 1px solid #FC0505;
}
.bborder {
	padding: 12px;
	border: 1px solid #0044BD;
}
.photoAbout {
	float: left;
	margin-right: 15px;
}
/* icon,btn --------------*/
.linkPdf {
	line-height: 28px;
	padding-left: 35px;
	background: url(../img/icon_pdf.gif) no-repeat left;
}
a.btnDownload {
	position: relative;
	height: 1em;
	color: #000;
}
a.btnDownload:hover {
	color: #000;
}
a.btnDownload span {
	position: absolute;
	right: -70px;
	top: 0em;
	*top: 0.5em;
	display: block;
	width: 63px;
	height: 14px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -67px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}
.btnDetail {
	display: block;
	width: 98px;
	height: 17px;
	margin-top: -1.5em;
	margin-left: 11.5em;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
.btnMap a {
	display: block;
	width: 172px;
	height: 17px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -17px;
	text-indent: -9999px;
	overflow: hidden;
}

/* list ------------------*/
.spaceList li,
.spaceList dd {
	margin-bottom: 1em;
}
.spaceList dd table {
	margin-bottom: 1em !important;
}
.spaceList dd table th {
	width: 9em;
}
.spaceList dd table td {
	text-align: center;
}
.fldl dt {
	float: left;
}
.fldl dd {
	padding-left: 6.5em;
}
.squareList li,
.squareList dt {
	padding-left: 11px;
	background: url(../img/icon_square.gif) no-repeat 0 0.5em;
}
.dotList li {
	padding-left: 8px;
	background: url(../img/icon_dot.gif) no-repeat 0 0.7em;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 12px;
}
#swimfitInfoList {
}
#swimfitInfoList dt.gtitle,
#swimfitInfoList dt.btitle {
	position: relative;
	width: 380px;
	margin-left: 142px;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}
#swimfitInfoList dt.gtitle { color: #00AC26; }
#swimfitInfoList dt.btitle { color: #0044BD; }
#swimfitInfoList dt.gtitle img,
#swimfitInfoList dt.btitle img {
	float: left;
	margin-right: 12px;
}
#swimfitInfoList dd.image {
	float: left;
	margin-right: 12px;
	margin-top: -2em;
}
.glinkPdf a {
	float: right;
	display: block;
	width: 172px;
	height: 17px;
	margin-top: -17px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}
#swimfitInfoList dt.gtitle a.glink {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 98px;
	height: 17px;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: -392px 0px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}
#swimfitInfoList dt.btitle a.blink {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 98px;
	height: 17px;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: -196px 0px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}
#swimfitInfoList dd.text {
	margin-left: 142px;
	margin-bottom: 12px;
}
.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.nallowText {
	width: 300px;
}

/* contact faq
-------------------------------------------------*/
#faqList {
}
#faqList dt {
	padding-left: 50px;
	line-height: 24px;
	margin-bottom: 3px;
	background: url(../img/icon_faq.gif) no-repeat 0 0;
	border: 1px solid #FC0505;
}
#faqList dd {
	padding-left: 50px;
	line-height: 24px;
	margin-bottom: 1em;
	background: url(../img/icon_faq.gif) no-repeat 0 -24px;
}
label.error {
	margin-left: 10px;
	padding: 3px 5px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FF0000;
}

/* contact form
-------------------------------------------------*/
.formTable {
	border: 3px solid #FFDEDE !important;
}
.formTable th {
	width: 7.5em;
}
.formTable th,
.formTable td {
	line-height: 1.7em;
	border-top: 3px solid #FFDEDE !important;
	border-left: 3px solid #FFDEDE !important;
}
.formTable input {
}
.formTable td.noborder {
	border-top: none !important;
	padding-top: 0px !important;
}


/* staff profile
-------------------------------------------------*/
.profileArea {
}
.profileArea p {
	float: left;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 18px !important;
	padding-left: 12px !important;
	padding-right: 6px !important;
	text-align: center;
}
.profileArea p img {
	margin-bottom: 5px !important;
}
.profileArea p span {
	display: block;
	width: 90px;
	height: 14px;
	margin-top: 2px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: -126px -67px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}
.profileDetailArea {
	float: left;
	margin-left: -18px;
	_margin-left: 0px;
	_margin-right: -20px;
}
.profileDetailArea div {
	position: relative;
	float: left;
	width: 262px;
	height: 310px;
	margin-left: 18px;
	_margin-left: 0px;
	_margin-right: 20px;
	margin-bottom: 18px;
	border: 1px solid #000;
}
.profileDetailArea div img {
	float: left;
	margin: 12px;
}
.profileDetailArea div dl {
	margin-top: 12px;
	margin-bottom: 12px;
}
.profileDetailArea div dl dt.name {
	display: block;
	width: 33px;
	height: 16px;
	margin-bottom: 2px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: -132px -51px;
	text-indent: -9999px;
	overflow: hidden;
}
.profileDetailArea div dl dt.charge {
	display: block;
	width: 66px;
	height: 16px;
	margin-bottom: 2px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: -165px -51px;
	text-indent: -9999px;
	overflow: hidden;
}
.profileDetailArea div dl dt.Belonging {
	display: block;
	width: 34px;
	height: 16px;
	margin-bottom: 2px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: -231px -51px;
	text-indent: -9999px;
	overflow: hidden;
}
.profileDetailArea div dl dd {
	margin-bottom: 4px;
}
.profileDetailArea div p {
	clear: left;
}
.profileDetailArea div p.btn a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 66px;
	height: 16px;
	line-height: 0em;
	background-image: url(../img/icon_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -51px;
	text-indent: -9999px;
	overflow: hidden;
}


/* privacy
-------------------------------------------------*/
.credit {
	float: right;
	text-align: right;
	display: block;
	height: 40px;
	width: 13em;
	background: url(../img/credit_logo.gif) no-repeat left;
}

/* mail magazine
-------------------------------------------------*/
h4.mmFormTitle {
	margin-bottom: 5px;
}


