@charset "utf-8";
/* formatting style
-----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	line-height: 1.6;
	color: #333333;
	font-size: 98%;
	font-weight: normal;
}



body {
	font-family: sans-serif;
	color: #333333;
	background-color: #6dbfab;
	background-attachment: fixed;
	background-image: url(../images/002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

hr {
	display: none;
}
strong {
	font-weight:normal;
	color:#333333;
}
em {
	color:#FF3366;
	}
b {
	font-size: 120%;
	font-weight: bold;
	color: #0099CC;
}

/* link style
-----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
h2 {
	font-family: sans-serif;
	font-size: 120%;
	color: #FF9900;
	background-image: url(../images/orangeSquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.5em;
}
h3 {
	font-family: sans-serif;
	font-size: 110%;
	color: #669900;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #669900;
	border-left: 5px solid #669900;
	text-indent: 1em;
	margin-top: 5px;
	clear: both;
}


/* basic layout
-----------------------------------------*/
#wrapper {
	margin: 0px auto;
	position: absolute;
	display: block;
	width: 861px;
	top: 0px;
	background-color: #FFFFFF;
	left: 120px;
}
#main {
	zoom:100%;
	padding:15px 0px;
	width: 525px;
	margin: 0px 0px 20px;
	float: left;
	z-index: 3;
}

#side {
	width: 220px;
	float: left;
	padding: 15px;
	margin-bottom: 20px;
	z-index: 2;
	text-align: center;
}
#side p {
	font-size: 1.0em;
}

#side h2 {
	background-image: none;
	text-indent: 0px;
	color: #336699;
}

#side #time {
	background-image: url(../images/sideIllust.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 55px;
	padding-left: 0px;
	padding-right: 0px;
	height: 240px;
}
#side #time h2 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	background-image: none;
}
#side #time p {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 19px;
}




#footer {
	padding: 60px 15px 15px;
	color: #FFFFFF;
	width: 830px;
	display: block;
	clear: both;
	background-image: url(../images/footer.gif);
	height: 60px;
	background-repeat: no-repeat;
	bottom: 0px;
	background-color: #FFFFFF;
	border-bottom: 10px solid #009900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	z-index: 1;
}
#footer address {
	text-align: center;
}
/* header styles
-----------------------------------------*/
#header {
	height: 376px;
	position: relative;
	display: block;
	width: 861px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-position: left top;
	z-index: 4;
}
#header h1 img {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 496px;
	border-style: none;
	left: 4px;
	top: 12px;
	position: absolute;
}
#header  h2#hide {
	text-indent: -10000px;
	background-image: none;
	list-style: url(none) none;
}

#header img#photo {
	height: 255px;
	width: 390px;
	border-style: none;
	position: absolute;
	left: 67px;
	top: 95px;
}
#header img#address {
	height: 285px;
	width: 302px;
	border-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
}



#header ul li {
	list-style: none;
	float: left;
}
#main #img {
	background-image: url(images/soc.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main h2 {
	margin-bottom: 15px;
	clear: both;
}

#main p {
	margin-bottom: 1em;
}
#main img.right {
	float: right;
	margin-left: 15px;
}
#main img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#main ul {
	margin-bottom: 1em;
	list-style: inside;
}
#main img.clear {
	clear: left;
	float: left;
}
#main img.waku {
	border: 1px solid #666666;
}



#main ul li {
	text-align: left;
	list-style: outside;
}
#main  ol li {
	list-style: inside;
	color: #6699CC;
	font-weight: bold;
	clear: both;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	color: #99CC99;
}
#main dl#train dt {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding-left: 15px;
	width: 13em;
}

#main dl dd {
	margin: 0px 0px 10px 6em;
}
#main #img img {
	margin-top: 60px;
}
#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}


/* footer styles
-----------------------------------------*/
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	color: #006699;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
/* table
-----------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: center;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#main td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
/* Only for the Top page
-----------------------------------------*/
#main ul#top_ul {
	background-image: url(images/ILB02001.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* Ticket
-----------------------------------------*/
#main #coupon {
	padding: 3px;
	border: 1px solid #666666;
	background-image: url(images/coupon.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	width: 500px;
	background-color: #fce8fa;
}
#main #coupon p.title {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

#main #coupon p.red {
	color: #FF0000;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#main p.center {
	text-align: center;
}

#main #coupon p.grayobi {
	background-color: #FF0000;
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #FFFFFF;
}

#main #coupon p.comment {
	font-size: 90%;
}




#main  #coupon  hr.hr {
	display: block;
	margin-bottom: 5px;
}



#main p.page {
	font-size: 120%;
	text-align: center;
	clear: both;
}

#main.coupon  {
	background-color: #FFFFFF;
	float: none;
}
/* Chiropractic News Each
-----------------------------------------*/
#main #shourei {
	width: 382px;
	float: right;
	background-color: #FFFFCC;
	padding: 5px;
	margin: 0px 0px 10px auto;
}
#main #shourei p.intro {
	color: #6699CC;
}
#main #shourei p.q {
	background-image: url(images/019.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 30px;
}
#main #shourei p.a {
	background-image: url(images/020.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
}
#main #square {
	padding: 1em;
	border: 1px dotted #666666;
	margin-bottom: 20px;
	width: auto;
}
#main #square ul li {
	font-weight: normal;
	color: #333333;
	clear: none;
}
#main #square ol li {
	font-weight: normal;
	color: #333333;
	list-style: decimal outside;
	display: block;
	text-align: left;
	vertical-align: baseline;
	margin-left: 1em;
}
#main #checkbox {
	display: block;
	float: left;
	width: 50%;
}
#main ol li.normal {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	display: list-item;
	list-style: decimal outside;
}
.yellowback {
	background-color: #eafcf3;
	display: block;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #79c8a2;
	border-right: 1px solid #79c8a2;
	border-bottom: 1px solid #79c8a2;
	border-left: 1px solid #79c8a2;
}
body.coupon  {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	width: 500px;
}
#main h1 img {
	margin-bottom: 20px;
}
#main #greenWaku {
	border: 2px solid #FFFF66;
	background-color: #ffffcd;
	padding: 5px;
}
#main #greenWaku h2 {
	text-align: left;
	text-indent: 2em;
}
#main #greenWaku p {
	font-family: sans-serif;
	font-size: 110%;
}
#main  #kanjya {
	background-color: #CCFFFF;
	margin: 15px;
	padding: 15px;
	border: 1px solid #00CCFF;
	background-image: url(../images/image.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}
