@charset "utf-8";

/*
東京フィドルクラブ CSS
*/
/*--------------------------------------
	共通
---------------------------------------*/
body {
	color: #000;
	background: transparent url(../img/bg.gif) left top repeat;
	margin: 25px 0 25px 0;
	padding: 0;
	font-size: 100%;
}
	
.hide {
	text-indent: -9999px;
}
	
img {
	display: block;
	border: 0;
}

a {
	color: #c00;
	text-decoration: none;
}

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

ul li {
	font-size:  0.85em;
}

table, tr, td {
	background: #fff;
}

h1, h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	border-bottom: solid 1px #ccc;
}

html p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.85em;
	line-height: 1.5;
}


/* Header divisions */
#home,
#home h1 a img,
#indexHome,
#indexHome h1 a img {
	background: transparent;
}

#indexHome h1,
#home h1 {
	margin:  0;
}

#indexHome h1 {
		border-bottom: 0;
	}

#mainTitle h1 {
	font-size:  0.85em;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 0;
}
 
#contentsMenu {
	padding-left: 1em;
	font-size:  0.85em;
}


/* Basic page divisions */
#primarycontent {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
}

#primarycontent h1 {
	margin-bottom: 1.5em;
}

td.article h2 {
	font-size:  0.85em;
	border: 0;
	margin-top:2.5em;
	margin-bottom:1em;
}

td.article li {
	margin-bottom: 1em;
}

#content {
	background: #fff;
}

table#content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.news,
div.event  {
	margin-bottom:3em;
}


/* Sidebar display attributes */
#sidebar {
	padding-top: 20px;
}

#sidebar p {
	margin-top: 0.5em;
}

#sidebar img {
	margin-top: 10px;
	border: 1px solid #000;
}
	
#sidebar cite.ccLisence img {
	margin-top: 0;
	border: 0;
}
	
#sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}

td.leftArea {
	padding-left: 20px;
}

td.rightArea {
	text-align: left;
}


/* Navigation bar components */
table#nav {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table#nav td {
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table#nav td#classes a,
table#nav td#events a,
table#nav td#fiddle a,
table#nav td#about a,
table#nav td#blog a,
table#nav td#contact a {
	background: #29571E;
}

table#nav td a {
	color:  #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}
	
#nav td a:link, #nav td a:visited {
	color:  #fff;
	background: transparent;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 25px;
}

#nav td a:hover {
	color:  #fff;
	background: transparent;
}

td#home a:link img, td#home a:visited img {
	height: 75px;
}

td#home a:hover img {
	height: 75px;
}

td#indexHome a:link img, td#indexHome a:visited img {
	height: 150px;
}

td#indexHome a:hover img {
	height: 150px;
}


/* Contents Menu */
td#contentsMenu {
	background: #eee;
}


/* CC Lisence */
cite.ccLisence {
	display:block;
	top: 0;
	margin:0;
	margin-right:5px;
	padding:0;
	font-size:12px;
	font-style:normal;
}

td#mainTitle cite.ccLisence {
	text-align: right;
	right:0;
}

td#sidebar cite.ccLisence {
	margin-bottom:20px;
}

* html cite.ccLisence {bottom:-1px;}

cite.ccLisence img {
	display: inline;
	margin:0;
	vertical-align:bottom;
}

cite.ccLisence a {
	color:#000;
	text-decoration:none;
}

cite.ccLisence a:hover {
	text-decoration:underline;
	background:none;
}

	
/* classes page */
body.classes td#primarycontent h2 {
	margin-top: 2em;
	padding-left: 0.3em;
	color: #fff;
	background-color: #6D75A9;
}

body.classes td#primarycontent h3 {
	margin-top: 2em;
	padding: 0.3em;
	font-size:1.1em;
	background-color: #D5E7DE;
}

table.schedule {
	margin-bottom:1em;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	font-size:0.85em;
}

table.schedule th,
table.schedule td {
	text-align: center;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

table.schedule th {
	background-color: #ccc;
}
	
table.textbook {
	padding: 0.5em;
	border: 1px solid #ccc;
}

table.textbook,
table.textbook tr,
table.textbook tr td {
	background-color: #eee;
}

table.textbook img {
	border: 1px solid #333;
}


/* events page */
body.events td#primarycontent p.eventYear {
	padding-left: 0.3em;
	color: #fff;
	background-color: #6D75A9;
	font-size:1.1em;
}

body.events td#primarycontent p.pastEvents {
	margin-top: 2em;
	padding-left: 0.3em;
	text-align:center;
	background-color: #F9F4DF;
	font-size:1.1em;
	border-top: 3px solid #FF6600;
	border-bottom: 3px solid #FF6600;
}


/* accesories page */
table.accesoriesTable {
	margin-bottom:1em;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

table.accesoriesTable tr td {
	text-align: center;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 0.5em;
}

table.accesoriesTableSub,
table.accesoriesTableSub tr td {
	border:0;
	text-align:center;
}

table.accesoriesTableSub tr td {
	font-size:0.85em;
}

table.accesoriesTable tr td img,
table.accesoriesTableSub tr td img {
	display: inline;
}

	
/* footer */
table#footer {
	background: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

table#footer	tr,
table#footer	tr td {
	background: #eee;
	text-align: center;
}

#footer p {
	margin-top:1em;
	font-size: 11px;
	background: #eee;
	text-align: center;
}
