@charset "UTF-8";

/* ==================================================================================

Bunka Fashion College
Version: May 2011

================================================================================== */

/*
 * NOTE:
 * font size 100% : 13px
 *
 * TOC:
 * #wrapper
 * #wrapper/side
 * #wrapper/main
 */


body {
	background: url(../img/img_bg.gif) repeat-x 0 -26px;
}

/* wrapper ================================================================================== */


div#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
}

div#header {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0 20px;
	border-bottom: 3px solid #000;
}

div#header p#logo {
	float: left;
}

div#header p#logo img {
	margin-right: 26px;
}

div#header p.title {
	float: left;
	font-size: 138.5%; /*18px*/
	font-weight: bold;
	margin-top: 13px;
}

div#header p.link-header {
	float: right;
	text-decoration: underline;
	margin-top: 13px;
}

div#header p.link-header:hover {
	text-decoration: none;
}


div.content {
	margin-top: 55px;
}

/* content/side ================================================================================== */

div.content div.side {
	width: 270px;
	float: left;
	margin-right: 60px;
	overflow: hidden;
}

div.content div.side dl.nav {
	overflow: hidden;
}

div.content div.side dl.nav dt {
	font-weight: bold;
	padding: 1em 11px 1em;
	background-color: #f0f0f0;
	display: block;
	width: 100%;
}

div.content div.side dl.nav dt.dt-only {
	margin-bottom: 12px;
}

div.content div.side dl.nav a {
	width: 250px;
	padding-left: 1em;
	display: block;
	zoom: 1;
	position: relative;
	line-height: 1.8em;
	background-color: #fff;
	border-left: 4px solid #f0f0f0;
}

div.content div.side dl.nav a.focus {
	border-left: 4px solid #000;
}

div.content div.side dl.nav a:link,
div.content div.side dl.nav a:visited {
	color: #258bbf;
}

div.content div.side dl.nav dd {
	padding: 1em 20px 1em 0;
	font-size: 93%; /* 12px */
	border-bottom: 1px dotted #939393;
	line-height: 1.7em;
}

div.content div.side dl.nav dd.last {
	border-bottom: none;
}

div.content div.side dl.nav a.url {
	background: url(../../outline/img/icon-outside.gif) no-repeat 247px center;
}

div.content div.side dl.nav a.pdf {
	background: url(../../outline/img/icon-pdf.gif) no-repeat 243px center;
}

div.content div.side dl.nav dt.dt-only a {
	background-color: #f0f0f0;
}

div.content div.side dl.nav dt.dt-only a.pdf {
	background: url(../../outline/img/icon-pdf.gif) no-repeat 233px center;
}

/* content/main ================================================================================== */

div.content div.main {
	width: 630px;
	float: right;
}

div.content div.main a:link,
div.content div.main a:visited {
	color: #258bbf;
	text-decoration: underline;
}

div.content div.main a:hover,
div.content div.main a:focus {
	color: #258bbf;
	text-decoration: none;
}

div.content div.main p,
div.content div.main li {
	font-size: 93%;/*12px*/
	line-height: 1.8em;
}

div.content div.main p.photo {
	margin-bottom: 40px;
}

div.content div.main h2.index {
	font-size: 215.4%; /*28px*/
	font-weight: bold;
	margin-bottom: 35px;
}

div.content div.main h2 {
	font-size: 138.5%; /*18px*/
	font-weight: bold;
	margin-bottom: 55px;
}

div.content div.main h3 {
	font-size: 108%; /*14px*/
	font-weight: bold;
	margin-bottom: 46px;
}

div.content div.main h4,
div.content div.main h5 {
	font-weight: bold;
}

div.content div.main li p,
div.content div.main li li {
	padding-left: 1.2em;
	font-size: 100%;
}

div.content div.main p.index {
	font-size: 123.1%; /*16px*/
}

div.content div.main .margin-base {
	margin-bottom: 1em;
}

div.content div.main .margin-2x {
	margin-bottom: 2em;
}

div.content div.main .margin-3x {
	margin-bottom: 3em;
}

div.content div.main span.red {
	color: #f00;
}

div.content div.main table {
	width: 100%;
	margin-bottom: 2em;
	margin-top: 1em;
	border: 1px solid #000;
}

div.content div.main table.table-small {
	width: auto;
}

div.content div.main table th {
	background: #f0f3f0;
	padding: 14px;
	border: 1px solid #000;
	font-size: 93%;/*12px*/
	white-space: nowrap;
}

div.content div.main table td {
	padding: 14px;
	border: 1px solid #000;
	font-size: 93%;/*12px*/
	white-space: nowrap;
	line-height: 1.8em;
}

div.content div.main table tr.center th,
div.content div.main table tr.center td,
div.content div.main table th.center,
div.content div.main table td.center {
	text-align: center;
}

#footer {
	border-top: 1px solid #3C3C3C;
    margin-top: 76px;
    padding: 16px 0 12px 0;
}