/*
Theme Name: Zenkaikouren Base Theme for Multi Site
Theme URI: http://www.zenkaikouren.or.jp/
Description: Zenkaikouren Base Theme for Multi Site
Version: 1.0
Author: Zenkaikouren
Author URI: http://www.zenkaikouren.or.jp/
*/

#table_l {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#table_l td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#table_l #td_head {
	height: 86px;
	text-align: left;
	background: #99ccff;
}

#table_l #td_left {
	width: 120px;
	background: #3399ff;
}

#table_l #td_right {
}

#table_l #td_left ul {
	width: 104px;
	margin: 10px auto;
}

#table_l #td_left ul li {
	margin: 0 0 10px;
}

#contents {
	width: 700px;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#contents h2 {
	display: inline-block;
	height: 24px;
	font-size: 24px;
	margin: 0 0 20px;
	letter-spacing: 6px;
}

#contents h2 span {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #000;
	background: #3399ff;
	margin: 0 6px;
}

.main_cont{
	text-align:left;
}