@charset "utf-8";

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #DFDFDF url(../images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family:Meiryo, "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #7F7D7D;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	font-size: 10px;
	color: #525252;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 22px;
	font-weight: bold;
	color: #3D3D3D;
}

.text4 {
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #AFAFAF
}

.text5 {
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
}

.text6 {
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 129px;
	padding: 0px 10px 0px 12px;
	background: url(../images/homepage21.gif) repeat-y left top;
}

.list1 .first {
	padding-left: 0px;
	background: none;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

.list2 li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0px;
	background: none;
}

.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list3 li {
	display: block;
	height: 31px;
	padding: 5px 0px 0px 10px;
	line-height: normal;
}

.list4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list4 li {
	display: block;
	padding: 5px 1px;
	background: url(../images/homepage24.gif) repeat-x left top;
}

.list4 a {
	text-decoration: none;
	color: #7F7D7D;
}

.list4 a:hover {
	text-decoration: underline;
}

.list4 .first {
	background-image: url(../images/spacer.gif);
}

/** LINKS */

a {
	color: #FF6600;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #5B5B5B;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	color: #7F7D7D;
}

.link2:hover {
	text-decoration: underline;
}

.link3 {
	display: block;
	height: 27px;
	padding: 5px 0px 0px 10px;
	background: url(../images/homepage12.jpg) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A3A2A2;
}

.style1 a {
	color: #A3A2A2;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(../images/homepage02.jpg) repeat-y left top; }
.bg2  { background: url(../images/homepage05.jpg) no-repeat left top; }
.bg3  { background: url(../images/homepage08.jpg) no-repeat left top; }
.bg4  { background: url(../images/subpage1_02.gif) no-repeat left top; }
.bg5  { background: url(../images/homepage09.jpg) repeat-x left top; }
.bg6  { background: url(../images/homepage14.jpg) repeat-y left top; }
.bg7  { background: url(../images/homepage15.jpg) repeat-x left top; }
.bg8  { background: url(../images/homepage17.jpg) no-repeat left top; }
.bg9  { background: url(../images/homepage22.gif) repeat-x left top; }
.bg10 { background: url(../images/homepage23.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/*addon*/

/* submenu */
#fnavi3 ul {
	text-align: center;
}

#fnavi3 {
	width: 1000px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 15px;
	}

#fnavi3 li {
	display:inline;
	padding-left:10px;
	padding-right:5px;
	border-left:1px solid #000000;
}

#fnavi3 li.first {
border-left:none;
}

/*teigi*/
.serviceList {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.serviceList dt {
	position: relative;
	width: 280px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 150px;
	font-weight: bold;
	border-top: 1px dotted #ACACAC;
	height: auto;
}

.serviceList dt.firstChild,
.serviceList dt:first-child {
	border-top: 0;
	padding-top: 0;
}

.serviceList dt a {
	padding-left: 15px;
	background-image: url(../images/mark_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.serviceList dt img {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 2px;
	width: 140;
	height: 105;
}

.serviceList dt.firstChild img,
.serviceList dt:first-child img {
	top: 0;
}

.serviceList dd {
	margin-bottom: 20px;
	padding-left: 125px;
	height: 100px;
}

.serviceList > dd {
	min-height: 100px;
	height: auto;
}

/* color */
.text7 {
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	line-height: 14px;
	text-align: justify;
}

.text8 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	text-align: justify;
}
/* pic */
.img3 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img4 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
/* p */
.style2 {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	padding-top: 5px;
}

/* table */
dl.table {
	margin: 10px;
	border-right: 1px solid #F5B847;
	border-bottom: 1px solid #F5B847;
	border-left: 1px solid #F5B847;
	background-color: #FE6A14;
}
dl.table dt {
	margin: 0;
	padding: 5px 0;
	width: 130px;
	float: left;
	clear: both;
	text-indent: 10px;
	border-top: 1px solid #F5B847;
	color: #FFFFFF;
}
dl.table dd {
	margin: 0 0 0 130px;
	padding: 5px 10px;
	border-top: 1px solid #F5B847;
	border-left: 1px solid #F5B847;
	background-color: #fff;
}

/* girlslist*/

#col-news5 .dateline5,
#col-news5 .dateline5 .lbl{
	width:612px;
	margin:0;
	display:inline-table;
	text-align:left;
	/* \*/ display: block; /* */
}
#col-news5 .dateline5{
	width: 612px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#col-news5 .dateline5 .lbl{
	margin:0;
	font-size:10px;
}
#col-news5 .dateline5 .lbl strong{
	display:block;
	width:84px;
	height:11px;
	margin:0 3px 0 0;
	padding:0;
	background:url(file:///C|/Users/Vostro200/Desktop/images/lbl_ifr_shukkin.gif) left top no-repeat;
	float:left;
}
#col-news5 .dateline5 .lbl strong span{
	display:block;
	text-indent:-9000px;
}
#col-news5 .dateline5 .lbl .lbldate{
	margin:0;
	padding:0;
	display:block;
}
.dateline5 .thumb5{
	width:200px;
	margin:0;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumb5 .thumb-inner{
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #ff6600;
}
.thumb5 .thumb-inner .tcatch{
	display:block;
	width:130px;
	height:48px;
}
.thumb5 .thumb-inner .tcatch p {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	color:#f0027e;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
}
.thumb5 .thumb-inner .img{
	text-align:center;
	padding-top: 10px;
}
.thumb5 .thumb-inner .tname{
	margin-top:2px;
	font-weight:normal;
	text-align:center;
	font-size: 12px;
	line-height: normal;
}
.thumb5 .thumb-inner .ttbwh{
	text-align:center;
	margin-bottom:7px;
	color: #999999;
}

#col-news5 .dateline5:after,
#col-news5 .dateline5 .lbl:after{
	content:"end-div";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* shoplist*/

#col-news4 .dateline4,
#col-news4 .dateline4 .lbl{
	width:612px;
	margin:0;
	display:inline-table;
	text-align:left;
	/* \*/ display: block; /* */
}
#col-news4 .dateline4{
	width: 612px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#col-news4 .dateline4 .lbl{
	margin:0;
	font-size:10px;
}
#col-news4 .dateline4 .lbl strong{
	display:block;
	width:84px;
	height:11px;
	margin:0 3px 0 0;
	padding:0;
	background:url(file:///C|/Users/Vostro200/Desktop/images/lbl_ifr_shukkin.gif) left top no-repeat;
	float:left;
}
#col-news4 .dateline4 .lbl strong span{
	display:block;
	text-indent:-9000px;
}
#col-news4 .dateline4 .lbl .lbldate{
	margin:0;
	padding:0;
	display:block;
}
.dateline4 .thumb4{
	width:300px;
	margin:0;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumb4 .thumb-inner{
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #FF3399;
}
.thumb4 .thumb-inner .tcatch{
	display:block;
	width:130px;
	height:48px;
}
.thumb4 .thumb-inner .tcatch p {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	color:#f0027e;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 10px;
}
.thumb4 .thumb-inner .img{
	text-align:center;
	padding-top: 10px;
}
.thumb4 .thumb-inner .tname{
	margin-top:2px;
	font-weight:normal;
	text-align:center;
	font-size: 12px;
	line-height: normal;
}
.thumb4 .thumb-inner .ttbwh{
	text-align:center;
	margin-bottom:7px;
	color: #999999;
}

#col-news4 .dateline4:after,
#col-news4 .dateline4 .lbl:after{
	content:"end-div";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/*tabletext*/
table.table010 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 431px;
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 th,
table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table010 th {
	background: #E6E6E6;
	text-align: left;
	white-space: nowrap;
	color: #666;
}

table.table010 td.course {
	text-align: left;
	font-weight: normal;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}

/* mouse */
p.Reg a{
	display : block;
	width : 300px;
	padding-top : 60px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : left top;
}

p.Reg a:link{
	background-image : url(../images/print_link.gif);
}

p.Reg a:visited{
 background-image : url(../images/print_visited.gif) ;
}

p.Reg a:hover{
	background-image : url(../images/print_hover.gif);
}

p.Reg a:active{
 background-image : url(../images/print_hover.gif) ;
}

/* back */
#back {
	text-align: right;
	margin-right: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* scrollbar */
html {
overflow-x: hidden;
}

