/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
	font-family: "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	-webkit-text-size-adjust:110%;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	clear: both;
	text-align: center;
	background-color: #fffde5;
	margin: 0px;
	padding: 5px;
	}
#header {
	background-image: url(../img/header.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	}
#header .left {
	float: left;
	}
#header .right {
	float: right;
	}
#header .right #home {
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 60px;
	display: block;
	}
#header .right #home a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	}
#wrap {
	padding: 0px;
	margin: 0px;
}


.title {
	margin: 0px;
	height: 25px;
	background-image: linear-gradient(top, rgb(167, 90, 130), rgb(82, 14, 49));
	background-image: -moz-linear-gradient(top, rgb(167, 90, 130), rgb(82, 14, 49));
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#520e31),
                  to(#a75a82));
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	}
.title .name {
	margin: 0px;
	padding: 0px;
	float: left;
	}
.title .prf-sch {
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: right;
	}
section, nav {
	margin: 0em;
	padding: 0px;
}

nav ul {
    list-style:none;
	background-image: linear-gradient(top, rgb(227, 227, 215), rgb(250, 249, 236));
	background-image: -moz-linear-gradient(top, rgb(227, 227, 215), rgb(250, 249, 236));
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#e3e3d7),
                  to(#faf9ec));
}
nav ul li {
	padding: 0px;
	float: left;
	height: 40px;
	width: 50%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
}
nav ul li a {
	display: block;
	height:40px;
	font-weight: bold;
	padding: 0px;
	}
nav ul li#home {
	background-image: url(../img/btn/home_ico.png);
	background-repeat: no-repeat;
	}
nav ul li#hitoduma {
	background-image: url(../img/btn/hitoduma_ico.png);
	background-repeat: no-repeat;
	}
nav ul li#sch {
	background-image: url(../img/btn/sch_ico.png);
	background-repeat: no-repeat;
	}
nav ul li#sys {
	background-image: url(../img/btn/sys_ico.png);
	background-repeat: no-repeat;
	}
nav ul li#price {
	background-image: url(../img/btn/price_ico.png);
	background-repeat: no-repeat;
	}
nav ul li#recruit {
	background-image: url(../img/btn/rec_ico.png);
	background-repeat: no-repeat;
	}
nav ul li#bbs {
	background-image: url(../img/btn/bbs_ico.png);
	background-repeat: no-repeat;
	}
nav ul li#mailmag {
	background-image: url(../img/btn/mailmag_ico.png);
	background-repeat: no-repeat;
	}
p {
    margin-bottom: 1em;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#cont01 {
	margin: 0px;
	padding: 0px;	
	}
#cont01 .ninsho {
	padding: 0px;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	}
#cont01 .ninsho li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	}
#cont01 .ninsho .enter {
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#53102e), to(#995977));
	background: -moz-linear-gradient(top, #995977, #53102e);
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 27px;
	border: 1px solid #999999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#cont01 .ninsho .enter a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 27px;
	}
#cont01 .ninsho .leave {
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#53102e), to(#995977));
	background: -moz-linear-gradient(top, #995977, #53102e);
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 27px;
	border: 1px solid #999999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
#cont01 .ninsho .leave a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
#cont01 .ninsho .mark {
	background-image: url(../img/18kin.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 67px;
	background-position: center center;
	}
#cont01 .text-box {
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	overflow: -webkit-marquee;
	display: -wap-marquee;
	-wap-marquee-loop: infinite;
	white-space: nowrap;
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#7a6559));
	background: -moz-linear-gradient(top, #7a6559, #222222);
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
	}
#cont01 .topimg {
	background-image: url(../img/top_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 5px;
	clear: both;
	font-size: 100%;
	color: #333333;
	}
#cont01 .topimg .left {
	margin: 0px;
	padding: 0px;
	float: left;
	}
#cont01 .topimg .right {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 80%;
	}
#cont01 .photobbs {
	margin: 0px;
	padding: 10px;
	font-size: 85%;
}
#cont01 .photobbs .p-title {
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcd1), to(#fadce9));
	background: -moz-linear-gradient(top, #fffcd1, #fadce9);
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFFFFF;
	}
#cont01 .photobbs .btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#595757), to(#000000));
	background: -moz-linear-gradient(top, #595757, #000000);
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-radius:5px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	}
#cont01 .photobbs .btn a {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	}
/* #######################################CONT01 END############################################# */
#cont02 {
	margin: 0px;
	padding: 0px;
	}
#cont02 .box01 {
	margin: 0px;
	text-decoration: none;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	}
#cont02 .box01 ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	}
#cont02 .box01 ul li {
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	}
#cont02 .box01 ul li img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#cont02 .box02 {
	margin: 0px;
	text-decoration: none;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #fc7a9d;
	margin: 10px;
	padding: 10px;
	}
#cont02 .box03 {
	margin: 0px;
	text-decoration: none;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #fadce9;
	margin: 10px;
	padding: 10px;
	}
#cont02 #girls {
	margin: 0px;
	padding: 0px;
	}
#cont02 #girls ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#cont02 #girls ul li {
	display: block;
	margin: 0px;
	padding: 5px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-image: linear-gradient(top, rgb(224, 221, 182), rgb(176, 174, 152));
	background-image: -moz-linear-gradient(top, rgb(224, 221, 182), rgb(176, 174, 152));
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#b0ae98),
                  to(#e0ddb6));
	}
#cont02 #girls ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#cont02 #girls ul li .img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 5px #666; /* Safari and Chrome */
	}
#cont02 #girls ul li .name {
	font-weight: bold;
	color: #660000;
	}
#cont02 #girls ul li .type {
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#cont02 #girls ul li .type ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#cont02 #girls .type1 {
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	height: 60px;
	width: 60px;
	}
#cont02 #girls ul li .type ul li.type2 {
	margin: 2px;
	padding: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	}
#cont02 #girls ul li .comment {
	padding: 2px;
	clear: both;
	border: 1px solid #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #ccc);
	-webkit-box-shadow: 2px 2px 5px #666; /* Safari and Chrome */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	}
#cont02 #day {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	}
#cont02 #day ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#cont02 #day ul li {
	float: left;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	background-image: linear-gradient(top, rgb(204, 204, 204), rgb(220, 221, 221));
	background-image: -moz-linear-gradient(top, rgb(204, 204, 204), rgb(220, 221, 221));
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#dcdddd),
                  to(#cccccc));
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
#cont02 #day ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	}
#cont02 #sch {
	margin: 0px;
	padding: 0px;
	}
#cont02 #sch ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#cont02 #sch ul li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-image: linear-gradient(top, rgb(224, 221, 182), rgb(176, 174, 152));
	background-image: -moz-linear-gradient(top, rgb(224, 221, 182), rgb(176, 174, 152));
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#b0ae98),
                  to(#e0ddb6));
	float: left;
	width: 33%;
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	}
#cont02 #sch ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#cont02 #sch ul li .img {
	padding: 0px;
	margin: 0px;
	height: 200px;
	width: 150px;
	}
#cont02 #sch ul li .text {
	text-align: left;
	padding: 2px;
	font-size: 100%;
	}
#cont02 #sch ul li .name {
	color: #660000;
	font-weight: bold;
	}
#cont02 #sch ul li .size {
	font-size: 70%;
	}
#cont02 #sch ul li .time {
	font-weight: bold;
	color: #000000;
	}
#cont02 .system {
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	}
#cont02 .system ol {
	list-style-position: inside;
	list-style-type: decimal;
	}
#cont02 .system li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#cont02 .system h4 {
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	}
#cont02 .system li .chushaku {
	color: #FF0000;
	clear: both;
	font-size: 85%;
	}
#cont02 .system　table {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
#cont02 .system th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
	background-color: #7d7d7d;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
#cont02 .system td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
#cont02 .recruit {
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	}
#cont02 .recruit table {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
#cont02 .recruit table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFCCFF;
	border-bottom-color: #FF99FF;
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
	background-color: #f68fe6;
	white-space: nowrap;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCCFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF99FF;
	}
#cont02 .recruit td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCCFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCCFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF99FF;
	}
#cont02 #bbs {
	margin: 0px;
	padding: 0px;
	}
#cont02 .bbs-box {
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #ffffff;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	}
#cont02 .p-title {
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcd1), to(#fadce9));
	background: -moz-linear-gradient(top, #fffcd1, #fadce9);
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFFFFF;
	}
#cont02 .mag {
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#cont02 .mag .ent-btn {
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#595757), to(#000000));
	background: -moz-linear-gradient(top, #595757, #000000);
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 27px;
	border: 1px solid #999999;
	margin: 5px;
	padding: 2px;
	}
#cont02 .mag .ent-btn a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 27px;
	}
/* ########################################## cont03 #########################################*/
#cont03 {
	margin: 0px;
	padding: 10px;
	background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#f7d1ef),
                  to(#fbebf2));
	}
#cont03 .reserve {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/girls/reserve_btn.png);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	height: 30px;
	width: 100%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	background-position: center center;
	}
#cont03 .reserve a {
	color: #FFFFFF;
	display: block;
	height: 30px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	}
#cont03 .prf {
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	border: 1px solid #CCCCCC;
	}
#cont03 .prf .telop {
	-webkit-border-radius:2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#333333));
	background: -moz-linear-gradient(top, #616161, #333333);
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
	overflow: -webkit-marquee;
	display: -wap-marquee;
	-wap-marquee-loop: infinite;
	white-space: nowrap;
	width: 100%;
	padding: 0px;
	}
#cont03 .prf h3 {
	color: #660000;
	}
#cont03 .prf th {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	text-align: left;
	}
#cont03 .prf td {
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
footer {
	margin: 0px;
	padding: 5px;
	clear: both;
	}
footer p {
	text-align: center;
	}
footer address {
	text-align: center;
	font-size: 75%;
	}
