@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

header, article, div#footer, article, aside, time ,nav {
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
}

a:link {
	color: #cb053a;
	text-decoration: none;
}

a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #cb053a;
	text-decoration: underline;
}

a:active {
	color: #cb053a;
}

body {
	width: 100%;
	text-align: center;
	background: url(../img/bg.jpg) no-repeat top #ffffff;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color: #444444;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

body.application div#wrapper {
	width: 580px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------

header

------------------------------------------*/

div#header {
	width: 800px;
	border-bottom: 5px #C10005 solid;
}

body.application div#header {
	width: 580px;
	border-bottom: 5px #C10005 solid;
}

div#header div#logo {
	width: 300px;
	text-align: left;
	margin: 10px 0 0 5px;
}

div#header div#logo p {
	color: #999999;
}


ul#hNav {
	position: absolute;
	top: 70px;
	margin: 0 0 0 500px;
	font-size: 80%;
}

ul#hNav li {
	display: inline;
	list-style: none;
	background: url(../img/arrow_g.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 5px 0 0;
}

ul#hNav li a {
	color: #999999;
}



/* ------------------------------------------

globalNav

------------------------------------------*/

ul#gNav {
	clear: both;
	width: 800;
	height: 60px;
	padding: 0 0 0 10px;
}

ul#gNav li {
	display: inline;
	list-style: none;
}




/* ------------------------------------------

localNav

------------------------------------------*/

div#lnavArea{
	width: 180px;
	float: right;
	padding: 0 10px 0 0;
	_padding: 0 0px 0 0;
}

ul#lNav {
	margin: 5px 0 0 10px;
}

ul#lNav li {
	width: 180px;
	line-height: 170%;
	list-style: none;
	padding: 0 0 0 15px;
	background: url(../img/arrow_b_2.gif) no-repeat left top;
}

ul#lNav li ul {
	margin: 0 0 10px 0;
}

ul#lNav li ul li {
	width: 170px;
	font-size: 80%;
	line-height: 150%;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	background: url(../img/arrow_b.gif) no-repeat left center;
}

ul#lNav li a {
	color: #000066;
}

ul#lNav li a:visited {
	color: #666666;
	text-decoration: none;
}

body.mainPage ul#lNav li {
	width: 155px;
	line-height: 120%;
	list-style: none;
	padding: 0px 0 10px 15px;
	margin: 10px 0 0 0;
	background: url(../img/arrow_b_2.gif) no-repeat left top;
	border-bottom: 1px solid #cccccc;
}

body.mainPage ul#lNav li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

body.mainPage ul#lNav li a:hover {
	color: #C10005;
	text-decoration: underline;
}

div#lnavArea h3 {
	width: 180px;
}

body.independentPage div#lnavArea h3{
	font-size: 100%;
	color: #ffffff;
	font-weight: normal;
	width: 180px;
	height: 39px;
	background: url(../img/bg_lnav.jpg) no-repeat;
}

body.mainPage div#lnavArea h3 a {
	padding: 0;
}

body.mainPage div#lnavArea h3 a:hover {
	padding: 0;
}


div#lnavArea h3 a {
	color: #ffffff;
	width: 145px;
	height: 29px;
	_width: 180px;
	_height: 39px;
	display: block;
	text-decoration: none;
	padding: 10px 0 0 35px;
}

div#lnavArea h3 a:hover {
	color: #ffffff;
	text-decoration: none;
	width: 145px;
	height: 29px;
	_width: 180px;
	_height: 39px;
	padding: 10px 0 0 35px;
}



/* ------------------------------------------

bannerArea

------------------------------------------*/

ul#bnr {
	margin: 10px 0 10px 0;
	list-style: none;
}



/* ------------------------------------------

otherNav

------------------------------------------*/

ul#oNav {
	font-size: 100%;
	line-height: 150%;
	margin: 0 0 20px 30px;
	list-style: circle;
} 

ul#oNav li a {
	color: #495710;

} 

/* ------------------------------------------

nextNav

------------------------------------------*/
body.independentPage div#main ul#next {
	text-align: center;
	margin: 25px auto 0 auto;
}

body.independentPage div#main ul#next li{
	list-style-type: none;
}

body.independentPage div#main ul#next li img {
	padding: 0 10px 0 0;
}




/* ------------------------------------------

eachIndexMenu

------------------------------------------*/

body.index div.eachIndexMenu {
	float: left;
	overflow:visible;
	width: 250px;
	min-height: 130px; 
	height: auto !important;  
	_height: 130px;
	margin: 10px 15px 10px 10px;
	_margin: 10px 10px 10px 10px;
	padding: 5px;
	text-align: left;
	border: 1px solid #cccccc;
	display: block;
	line-height: 130%;
}

body.index div#contents div#main div.eachIndexMenu p.readMore {
	text-align: right;
	margin: 0;
	padding: 0;
}

body.index div#main div.eachIndexMenu h3 {
	width: 245px;
	background: url(../img/icon_r.jpg) no-repeat left center;
	padding: 5px 0;
	margin: 0 0 2px 10px;
	font-size: 100%;
}

body.index div#main div.eachIndexMenu h3 a {
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #333333;
}

body.index div#main div.eachIndexMenu p {
	width: auto;
	color: #333333;
}

body.index div#contents div#main div.eachIndexMenu ul {
	width: auto;
	list-style-position: outside;
	list-style-type: none;
	font-size: 100%;
	list-style-image: url(../img/list_mark.gif);
	padding: 10px 0 0 10px;
	margin: 0 0 0 10px;
	border-top: 1px solid #CBC0BE;
}

body.index div#contents div#main div.eachIndexMenu ul li {
	line-height: 110%;
	margin: 0 0 5px 0;
	font-size: 80%;
}

body.index div#contents div#main div.eachIndexMenu li a {
	list-style: none;
	line-height: 110%;
	margin: 0 0 0 -5px;
}

body.index div#contents div#main div.eachIndexMenu ul li a {
	text-decoration: none;
	color: #993300;
}

body.index div#contents div#main div.eachIndexMenu a:hover {
	text-decoration: underline;
	color: #993300;
}


/* ------------------------------------------

mainPage

------------------------------------------*/

div#intro {
	width: 780px;
	margin: 0 0 0 10px;
}

div#intro h2 {
	width: 580px;
	float: left;
}

div#intro ul#topBtn {
	width: 197px;
	float: left;
}

div#intro ul#topBtn li {
	list-style: none;
}


ul#cardNav {
	clear: both;
	width: 800px;
	padding: 10px 0 0 10px;
}

ul#cardNav li {
	float: left;
	list-style: none;
	height: 265px;
}

ul#cardNav li a:hover {
	color: #333333;
}

ul#cardNav li#srvc001 {
	width: 165px;
}

ul#cardNav li#srvc002,
ul#cardNav li#srvc003 {
	width: 164px;
}

ul#cardNav li#srvc004 {
	width: 159px;
}

ul#cardNav li#srvc001 div,
ul#cardNav li#srvc002 div a,
ul#cardNav li#srvc003 div a,
ul#cardNav li#srvc004 div a {
	width: 130px;
	color: #333333;
	line-height: 130%;
	position: relative;
	top: 60px;
	margin: 0 0 0 20px;
}

ul#cardNav li#srvc001 div a img.inner {
	margin: 0 0 0 -8px;
}

ul#cardNav li#srvc001 a {
}

ul#cardNav li#srvc002 a,
ul#cardNav li#srvc003 a{
	width: 164px;
	height: 180px;
	display: block;
}

ul#cardNav li#srvc004 a {
	width: 159px;
	height: 180px;
	display: block;
}


ul#cardNav li#srvc001 {
	background: url(../img/srvc_001.jpg) no-repeat;
}

ul#cardNav li#srvc002 {
	background: url(../img/srvc_002.jpg) no-repeat;
}

ul#cardNav li#srvc003 {
	background: url(../img/srvc_003.jpg) no-repeat;
}

ul#cardNav li#srvc004 {
	background: url(../img/srvc_004.jpg) no-repeat;
}




body.mainPage div#contents {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

body.mainPage div#main {
	float: left;
	width: 580px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
}

body.mainPage dl#news {
	width: 580px;
	margin: 10px 0 0 10px;
	padding: 0 0 50px 0;
	line-height: 120%;
}

body.mainPage dl#news dt {
	float: left;
	width: 20%;
	color: #cb053a;
	margin: 0 0 10px 0;
}

body.mainPage dl#news dd {
	float: left;
	width: 75%;
	margin: 0 0 10px 10px;
}

body.mainPage p#more a {
	clear: both;
	padding: 3px;
	margin: 10px 0 0 0;
	background: url(../img/arrow_b.gif) no-repeat left center;
}

body.mainPage p#more a span {
	padding: 0 0 0 10px;
}
	

/* ------------------------------------------

independentPage

------------------------------------------*/

body.independentPage div#contents {
	width: 800px;
	margin: 25px auto 0 auto;
}

body.independentPage div#main {
	float: left;
	width: 580px;
	padding: 0 0 15px 10px;
}

body.independentPage p#more a {
	clear: both;
	padding: 3px;
	margin: 10px 0 0 0;
	background: url(../img/arrow_b.gif) no-repeat left center;
}

body.independentPage p#more a span {
	padding: 0 0 0 10px;
}

body.independentPage p.toTop {
	clear: both;
	width: 580px;
	text-align: right;
	font-size: 80%;
}

body.independentPage p.toTop a {
	padding: 3px;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	background: url(../img/arrow_top.gif) no-repeat left center;
}

body.independentPage div#main p {
	padding: 10px 0 10px 10px;
}

body.independentPage div#main p.inside {
	padding: 10px 0 10px 20px;
}

body.independentPage div#main ul li {
	font-size: 120%;
	line-height: 150%;
	margin: 0 0 0 20px;
	list-style: circle;
}

body.independentPage div#main ol li {
	margin: 0 0 10px 30px;
}

body.independentPage div#main ul#topicPath li {
	font-size: 80%;
	margin: 0 0 15px 2px;
	list-style: none;
	float: left;
}

body.independentPage div#main h2 {
	clear: both;
	font-size: 100%;
	background: url(../img/bg_ttl.jpg) no-repeat;
	width: 525px;
	height: 30px;
	padding: 15px 0 0 55px;
}

body.independentPage div#main h3 {
	clear: both;
	font-size: 100%;
	width: 570px;
	margin: 20px 0 0 0;
	padding: 3px 0 3px 10px;
	background: url(../img/arrow_b.gif) no-repeat left center;
}

body.independentPage div#main h4 {
	clear: both;
	font-size: 100%;
	color:#EE4444;
	width: 570px;
	margin: 0px 0 -10px 10px;
	padding: 3px 0 3px 10px;
}






/* ------------------------------------------

協会概要

------------------------------------------*/

ol#outline {
	font-size: 110%;
	font-weight: bold;
	margin: 25px 0 0 10px;
}

ol#outline li {
	padding: 0 0 15px 0;
}




/* ------------------------------------------

資格と認定講座の仕組み

------------------------------------------*/

div#tr_about ul#tr_aboutNav {
	width: 580px;
}

body.independentPage div#main div#tr_about ul#tr_aboutNav li {
	float: left;
	list-style: none;
	margin: 0;
}

body.independentPage div#main div#tr_aboutInner {
	clear: both;
	width: 580px;
	margin: 0;
	padding: 0;
}

body.independentPage div#main div#tr_aboutInner p#goal {
	width: 249px;
	float: left;
	margin: 0;
	padding: 0;
}

body.independentPage div#main div#tr_aboutInner p#tr_ttl {
	width: 520px;
	margin: 0;
	padding: 40px 30px 0 30px;
	background: url(../img/ttl_tr_001.jpg) no-repeat;
}

body.independentPage div#main div#tr_aboutInner p#tri_ttl {
	width: 520px;
	margin: 0;
	padding: 40px 30px 0 30px;
	background: url(../img/ttl_tri_001.jpg) no-repeat;
}

body.independentPage div#main div#tr_aboutInner p#qualification {
	width: 331px;
	float: left;
	margin: 0;
	padding: 0;
}

body.independentPage div#main div#tr_aboutInner ul#trClass {
	clear: both;
	width: 580px;
	padding: 0;
	margin: 0;
}

body.independentPage div#main div#tr_aboutInner ul#trClass li {
	list-style: none;
	width: 580px;
	padding: 0;
	margin: 0;
}

body.independentPage div#main div#tr_aboutInner p#notes {
	width: 580px;
	height: 121px;
	background: url(../img/bg_tr.jpg) no-repeat;
	padding: 20px 0 0 15px;
}

body.independentPage div#main div#tr_aboutInner div#triBack {
	background: url(../img/bg_triBack.jpg) repeat-y;
}

body.independentPage div#main div#tr_aboutInner div#triBack p {
	padding: 10px 0 0 20px;
}

body.independentPage div#main div#tr_aboutInner div#notes2 {
	width: 580px;
	height: 121px;
	background: url(../img/bg_tr.jpg) no-repeat;
	padding: 20px 0 0 15px;
}

body.independentPage div#main div#tr_aboutInner div#notes2 p {
	width: 580px;
	text-align: center;
	padding: 10px 0;
}






/* ------------------------------------------

eco

------------------------------------------*/

body.independentPage div#main div#ecommerce h3,
body.independentPage div#main div#pp h3 {
	clear: both;
	font-size: 100%;
	width: 560px;
	margin: 30px 0 0 20px;
	padding: 3px 0 3px 10px;
	background: url(../img/arrow_b.gif) no-repeat left center;
}

body.independentPage div#main div#ecommerce p,
body.independentPage div#main div#pp p {
	margin: -5px 20px -10px 30px;
}




/* ------------------------------------------

price

------------------------------------------*/

body.independentPage div#main div#price h3#tr {
	clear: both;
	font-size: 100%;
	width: 580px;
	margin: 0;
	padding: 0;
	background: none;
}

body.independentPage div#main div#price h3#tri {
	clear: both;
	font-size: 100%;
	width: 580px;
	margin: 40px 0 0 0;
	padding: 0;
	background: none;
}


body.independentPage div#main div#price h4 {
	clear: both;
	font-size: 110%;
	width: 540px;
	height: 24px;
	margin: 10px 0 0 20px;
	padding: 5px 0 0 20px;
	background: none;
}

body.independentPage div#main div#price p {
	margin: 0 0 -10px 30px;
}

body.independentPage div#main div#price h4#oneday {
	color: #666666;
	background: url(../img/icon_tarot_005.jpg) no-repeat left center;
}

body.independentPage div#main div#price h4#beginner {
	color: #df7995;
	background: url(../img/icon_tarot_004.jpg) no-repeat left center;
}

body.independentPage div#main div#price h4#oneday_i {
	color: #df7995;
	background: url(../img/icon_tarot_004.jpg) no-repeat left center;
}

body.independentPage div#main div#price h4#intermediate,
body.independentPage div#main div#price h4#beginner_i {
	color: #e84b76;
	background: url(../img/icon_tarot_003.jpg) no-repeat left center;
}

body.independentPage div#main div#price h4#advanced,
body.independentPage div#main div#price h4#intermediate_i {
	color: #ee1b55;
	background: url(../img/icon_tarot_002.jpg) no-repeat left center;
}

body.independentPage div#main div#price h4#advanced_i {
	color: #bf0003;
	background: url(../img/icon_tarot_001.jpg) no-repeat left center;
}



/* ------------------------------------------

講座

------------------------------------------*/

body.independentPage div#main div#lectures {
	background: url(../img/bg_tarot.jpg) no-repeat top right;
}

body.independentPage div#main div#lectures ul {
	font-size: 80%;
	width: 520px;
	margin: 0px 0 20px 30px;
	padding: 0 0 0 30px;
	list-style: outside;
}

body.independentPage div#main div#lectures ul li {
	margin: 5px 0 0 0;
}

body.independentPage div#main div#lectures h2 {
	clear: both;
	font-size: 110%;
	width: 540px;
	height: 24px;
	margin: 10px 0 0 10px;
	padding: 5px 0 0 30px;
	background: none;
}

body.independentPage div#contents div#main div#lectures h3 {
	clear: both;
	font-size: 100%;
	color: #666666;
	width: 540px;
	margin: 30px 0 0 40px;
	background: none;
	border-left: 5px solid #cccccc;
}

body.independentPage div#contents div#main div#lectures h3#open {
	clear: both;
	font-size: 100%;
	color: #bf0003;
	width: 540px;
	height: 33px;
	margin: 10px 0 0 20px;
	padding: 15px 0 0 50px;
	background: none;
	border-left:  none;
	background: url(../img/arrow_cards.jpg) no-repeat left;
}

body.independentPage div#main div#lectures h4 {
	clear: both;
	font-size: 100%;
	width: 530px;
	margin: 0px 0 0 30px;
	padding: 3px 0 3px 10px;
	background: url(../img/arrow_b.gif) no-repeat left center;
}


body.independentPage div#main div#lectures p {
	margin: 0 0 0 30px;
}

body.independentPage div#main div#lectures div#classOpen {
	width: 520px;
	border-bottom: 1px dotted #cccccc;
	padding; 0 0 10px 0;
	margin: 0 0 0 30px;
}

body.independentPage div#main div#lectures div#classOpen p {
	margin: -5px 0 0 30px;
}

body.independentPage div#main div#lectures div#classOpen ul {
	margin: -5px 0 10px 20px;
}

body.independentPage div#main div#lectures h2#oneday {
	color: #666666;
	background: url(../img/icon_tarot_005_m.jpg) no-repeat left center;
}

body.independentPage div#main div#lectures h2#beginner {
	color: #df7995;
	background: url(../img/icon_tarot_004_m.jpg) no-repeat left center;
	margin: 40px 0 0 20px;
}

body.independentPage div#main div#lectures h2#oneday_i {
	color: #df7995;
	background: url(../img/icon_tarot_004_m.jpg) no-repeat left center;
}

body.independentPage div#main div#lectures h2#intermediate,
body.independentPage div#main div#lectures h2#beginner_i {
	color: #e84b76;
	background: url(../img/icon_tarot_003_m.jpg) no-repeat left center;
	margin: 40px 0 0 20px;
}

body.independentPage div#main div#lectures h2#advanced,
body.independentPage div#main div#lectures h2#intermediate_i {
	color: #ee1b55;
	background: url(../img/icon_tarot_002_m.jpg) no-repeat left center;
	margin: 40px 0 0 20px;
}

body.independentPage div#main div#lectures h2#advanced_i {
	color: #bf0003;
	background: url(../img/icon_tarot_001_m.jpg) no-repeat left center;
	margin: 40px 0 0 20px;
}





/* ------------------------------------------

profile

------------------------------------------*/

body.independentPage dl#profile {
	width: 550px;
	margin: 30px 0 20px 20px;
	padding: 0 0 30px 0;
	line-height: 120%;
}

body.independentPage dl#profile dt {
	float: left;
	width: 20%;
	margin: 0 0 20px 0;
}

body.independentPage dl#profile dd {
	float: left;
	width: 75%;
	margin: 0 0 20px 10px;
}


/* ------------------------------------------

pp

------------------------------------------*/

body.independentPage dl#pp {
	width: 550px;
	margin: 10px 0 0 0;
	padding: 0 0 30px 0;
	line-height: 140%;
}

body.independentPage dl#pp dt {
	color: #603813;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
}

body.independentPage dl#pp dd {
	margin: 0 0 10px 10px;
}

body.independentPage dl#pp p {
	margin: 0 0 10px 0;
	padding: 0;
}


/* ------------------------------------------

contact

------------------------------------------*/

body.independentPage dl.contact {
	clear: both;
	width: 570px;
	margin: 10px 0 0 0;
	padding: 0 0 30px 10px;
	line-height: 120%;
}

body.independentPage dl.contact dt {
	float: left;
	width: 25%;
	color: #444444;
	margin: 0 0 10px 0;
}

body.independentPage dl.contact dd {
	float: left;
	width: 70%;
	margin: 0 0 10px 0;
}

body.independentPage dl.contact dd input {
	height: 20px;
	border: 1px solid #cccccc;
}

body.independentPage dl.contact dd textarea {
	border: 1px solid #cccccc;
}

.required {
	color:#FF3300;
}

.black {
	display: none;
}

p.error {
	width: 100%;
	background: #FFE980;
}

label { 
	cursor: pointer;
}




/* ------------------------------------------

about

------------------------------------------*/

body.independentPage div.about p {
	line-height: 170%;
}



/* ------------------------------------------

member_fee

------------------------------------------*/

body.independentPage div#contents div#main div#membersArea01,
body.independentPage div#contents div#main div#membersArea02 {
	float: left;
	width: 183px;
	margin: 0 10px 30px 0;
}

body.independentPage div#contents div#main div#membersArea03 {
	float: left;
	width: 183px;
	margin: 0 0 30px 0;
}


body.independentPage div#contents div#main div#membersArea01 p,
body.independentPage div#contents div#main div#membersArea02 p,
body.independentPage div#contents div#main div#membersArea03 p {
	width: 165px;
	margin: 0;
	padding: 10px 5px 0 10px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}




/* ------------------------------------------

div#footer

------------------------------------------*/

div#footer {
	clear: both;
	width: 800px;
	background: url(../img/footer.jpg) no-repeat bottom #ffffff;
	border-top: #cccccc 1px solid;
	padding: 10px 0 80px 0;
}

body.application div#footer {
	clear: both;
	width: 580px;
	background: url(../img/footer.jpg) no-repeat bottom #ffffff;
	border-top: #cccccc 1px solid;
	padding: 10px 0 80px 0;
}

div#footer ul.footerNav {
	float: left;
	width: 180px;
	min-height: 100px;
	padding: 10px 0 0 10px;
}

div#footer ul.footerNav li.fn_first {
	background: url(../img/icon_r.jpg) no-repeat left center;
	padding: 0 0 0 18px;
	list-style: none;
	font-weight: bold;
}

div#footer ul.footerNav li {
	background: url(../img/icon_g.jpg) no-repeat left center;
	padding: 0 0 0 18px;
	list-style: none;
	font-weight: normal;
}

div#footer ul.footerNav li a {
	color: #666666;
}

div#footer div.inner {
	clear: both;
	width: 800px;
	margin: 5px auto 0 auto;
}

body.application div#footer div.inner {
	clear: both;
	width: 580px;
	margin: 5px auto 0 auto;
}

p#copyright {
	color: #cb053a;
	text-align: center;
	font-style: none;
	font-size: 80%;
	line-height: 130%;
}

/* ------------------------------------------

course

------------------------------------------*/

body.independentPage div#contents div#main div.all {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-top: 5px #cccccc solid;
	width: 560px;
	height: 100%;
	margin: 0 0 20px 10px;
	padding: 0 0 10px 0;
}

body.independentPage div#contents div#main div#lectures div.all div.listTitle h3 {
	padding: 10px 0 0 5px;
	margin: 0;
	border: none;
	font-size: 110%;
}

body.independentPage div#contents div#main div#lectures div.all {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-top: 5px #cccccc solid;
	width: 540px;
	height: 100%;
	margin: 20px 0 20px 20px;
	padding: 0 0 10px 0;
}


body.independentPage div#contents div#main div.all p {
	padding: 5px 0 5px 5px;
	margin: 0;
}

body.independentPage div#contents div#main p#exp {
	padding: 5px 0 30px 10px;
	margin: 0;
}

.listTitle {
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0 10px 0;
}

.priceList {
}

ul.date {
	font-size: 80%;
}

body.independentPage div#contents div#main div#lectures div.all ul.date {
	font-size: 80%;
	padding: 0;
	margin: 0 0 0 10px;
}

.left {
	float: left;
	width: 290px;
	padding: 0 15px 0 10px;
	margin: 0 10px 0 0;
}

body.independentPage div#contents div#main div#lectures div.all .left {
	float: left;
	width: 270px;
	padding: 0 15px 0 10px;
	margin: 0 10px 0 0;
}

.left2 {
	float: left;
	width: 220px;
	margin: 10px 0 0 0;
	border: solid 1px #cccccc;
}

.bg_pink {
	background: #FFE1E1;
}

.padl10 {
	padding: 0 0 0 10px;
}

.price {
	width: 220px;
	padding: 0;
	margin: 0;
}

.pad15 {
	padding: 15px;
}

.borderB {
	border-bottom: 1px #cccccc solid;
	padding: 0 0 5px 0;
}



/* ------------------------------------------

member

------------------------------------------*/
body.independentPage .member {
	margin: 20px;
}
body.independentPage .member .member_img {
	float: left;
	height: 90px;
}

body.independentPage .member .member_prof {
	float: left;
	margin: 0 0 0 10px;
}

body.independentPage .member .member_prof p {
	width: 430px;
}

/* ------------------------------------------

kiyaku

------------------------------------------*/

body.independentPage div#contents div#main div#kiyaku ul {
	font-size: 80%;
	margin: 20px 0 20px 20px;
}

body.independentPage div#contents div#main div#kiyaku ol {
	margin: 20px 0 0 20px;
}

body.independentPage div#contents div#main div#kiyaku ol ul {
	margin: 20px 0 20px -20px;
}

/* ------------------------------------------

style

------------------------------------------*/

body.independentPage div#main ul#topicPath li {
	font-size: 80%;
	margin: 0 0 15px 10px;
	list-style: none;
	float: left;
}

div.bgTarot {
	background: url(../img/bg_tarot.jpg) no-repeat bottom right;
}

.textS {
	font-size: 80%;
	line-height: 100%;
}

.textM {
	font-size: 120%;
	line-height: 130%;
}

.red {
	color: #cb053a;
}

.yellow {
	color: #b38f22;
}

.attention {
	font-weight: bold;
}

.delete {
	text-decoration: line-through;
}

.imageL {
	float: left;
	padding: 0 10px 0 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}