@charset "UTF-8";

/* -----------------------------------------------
Bunka Fashion College
Version: April 2008


compatibility

Full:
IE 6,7; Firefox 1.5, 2.0; Safari 2.0;

not-usable:
IE 5, 5.5; Mac IE;
----------------------------------------------- */



/************************** lifelong */

p.textphoto-leftbox {
	float: left;
	width: 255px;
	margin-bottom: 0px;
}

p.lifelong {
	margin-top: 30px;
	margin-bottom: 0px;
}

div.lifelong-box {
	border: #E1E6E1 3px solid;
	padding: 17px;
	margin-top: 30px;
}

div.lifelong-box p {
	margin-top: 11px;
	margin-bottom: 30px;
}

div.lifelong-box p a {
	letter-spacing: 0;
}

div.lifelong-box p.ma-none {
	margin-top: 0px;
	margin-bottom: 0px;
}


/************************** privacy */

p.privacy {
	width: 460px;
}

p.privacy-bottom {
	width: 350px;
	padding-top: 13px;
	background: url(../../common/img/img_dotline_single.gif) repeat-x top;
	margin-bottom: 0px;
	letter-spacing: 0;
}


/************************** Sitemap */


div#sitemap-box {
	padding-top: 12px;
	background: url(../../common/img/img_dotline_single.gif) repeat-x top;
}
	
ul.sitemap {
	background: url(../../common/img/img_dotline_single.gif) repeat-x bottom;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

ul.sitemap li{
	margin-bottom: 8px;
}

ul.sitemap li.last{
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: none;
}

ul.sitemap li a{
	background: url(../img/img_btnmark.gif) no-repeat 0% 50%;
	padding-left: 14px;
}

ul.level2 {
	font-size: 100%;
	margin-top: 12px;
	padding-left: 11px;
}

ul.level2 li{
	padding-bottom: 0px;
	margin-bottom: 8px;
	background: none;
}

ul.level2 li.level2-last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.level2 li a ,
ul.level2 li.level2-last a{
	background: url(../img/img_btnmark_level2.gif) no-repeat 0% 50%;
	padding-left: 14px;
}

ul.level3 {
	font-size: 100%;
	margin-top: 8px;
	padding-left: 12px;
}

ul.level3 li{
	padding-bottom: 0px;
	margin-bottom: 8px;
	background: none;
}

ul.level3 li a {
	background: url(../img/img_btnmark_level3.gif) no-repeat 0% 50%;
	padding-left: 14px;
}

ul.level3 li.level3-last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


ul.level2 li.level2-last ul.level3 {
	font-size: 100%;
	margin-top: 8px;
	padding-left: 12px;
}

ul.level2 li.level2-last ul.level3 li{
	padding-bottom: 0px;
	margin-bottom: 8px;
	background: none;
}

ul.level2 li.level2-last ul.level3 li a {
	background: url(../img/img_btnmark_level3.gif) no-repeat 0% 50%;
	padding-left: 14px;
}

ul.level2 li.level2-last ul.level3 li.level3-last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}



/************************** Link */

h2.link {
	background: none;
	padding-left: 0px;
	padding-bottom: 8px;
	margin-bottom: 25px;
	margin-top: 40px;
	border-bottom: 3px #E1E6E1 solid;
}

div.link-wrapper {
	margin-bottom: 25px;
}

div.link-wrapper-last {
	margin-bottom: 0px;
}

div.link-leftbox {
	float: left;
	width: 238px;
}

div.link-rightbox {
	float: right;
	width: 238px;
	margin-left: 35px;
}

p.link {
	padding-bottom: 8px;
	margin-bottom: 8px;
	letter-spacing: 0;
	background: url(../../common/img/img_dotline_single.gif) repeat-x bottom;
}

p.link-description  {
	letter-spacing: 0;
	margin-bottom: 0px;
	font-size: 85%;
}



/************************** for IE6 Hack */

* html ul.sitemap li a{
	background: url(../img/img_btnmark.gif) no-repeat 0% 20%;
	padding-left: 14px;
}

* html ul.level2 li a ,
* html ul.level2 li.level2-last a{
	background: url(../img/img_btnmark_level2.gif) no-repeat 0% 30%;
	padding-left: 14px;
}

* html ul.level3 li a {
	background: url(../img/img_btnmark_level3.gif) no-repeat 0% 40%;
	padding-left: 14px;
}

* html ul.level2 li.level2-last ul.level3 li a {
	background: url(../img/img_btnmark_level3.gif) no-repeat 0% 40%;
	padding-left: 14px;
}




/************************** for IE7 Hack */

*:first-child+html ul.sitemap li a{
	background: url(../img/img_btnmark.gif) no-repeat 0% 30%;
	padding-left: 14px;
}

*:first-child+html ul.level2 li a ,
*:first-child+html ul.level2 li.level2-last a{
	background: url(../img/img_btnmark_level2.gif) no-repeat 0% 30%;
	padding-left: 14px;
	font-size: 92%;
}

*:first-child+html ul.level3 li a {
	background: url(../img/img_btnmark_level3.gif) no-repeat 0% 40%;
	padding-left: 14px;
	font-size: 92%;
}

*:first-child+html ul.level2 li.level2-last ul.level3 li a {
	background: url(../img/img_btnmark_level3.gif) no-repeat 0% 40%;
	padding-left: 14px;
}