/*
Theme Name: ビジュアル版
Description: Tokyo-db Visual versions.
Version: 1.0
Author: DOD
*/

/* Changelog:
	0.1: Released 2009/10/01.
	0.2: CSSの分解。レイアウト用CSS作成。
	0.3: レイアウト用CSS完成。
*/

/* structure */
@import url("structure.css");

/* header */
@import url("header.css");

/* footer */
@import url("footer.css");

/* fonts.css */
@import url("fonts.css");

/* menu.css */
@import url("menu.css");

/* calendar.css */
@import url("calendar.css");


/* 画像部分？ */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {

	text-align: center;
	background-color: #fff;
	padding-top: 3px;
	margin:0.3em 0.3em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.ClearAllClass  {
clear : both;
display : block;
height : 7px;
width : 7px;
} 

.FloatClear  {
clear : both;
} 

.feedback {
	clear: both;
	margin-bottom: 4em;
}

.table1 {
	border: 1px solid #666;
	border-collapse: collapse;
}

.table1 td {
	border: 1px solid #666;
	padding: 0.3em 1em;
}


/* テキスト版用振込先を隠す */
.table-txt {
	display : none;
}

.table2 {
	border-collapse: collapse;
}

.table2 td {
	border: 1px solid #666;
	padding: 0.3em 1em;
}

/* プリントで隠すもの */
#header {
	display: none;
}

#wp-calendar {
	display : none;
}
#event-calendar {
	display : none;
}

#rap {
	background-image: none;
}
body {
	background-image: none;
}
#footer {
	background-image: none;
}
