@charset "utf-8";

/*=================================
	INDEX PAGE
================================ */
body.index {
	font: 12px/1.2 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000;
	background-color: #e5f8f8;
	background-image: none;
}
.font12 {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
}
div.siteinfo,
div.topevent {
	margin: 20px auto;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	color: #333;
	font-size: 10px;
}
div.siteinfo {
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(../../PIE.htc);	/* IE用CSS3表示 */
	text-align: left;
	background-color: #f2ffff;
}
div.siteinfo p {
	margin: 0 0 5px 0;
	color: #00bfbf;	/* 180 100 75*/
}
div.topevent {
	background-color: #fffff2;
}
div.topevent table.elot {
	margin: 10px auto;
	padding: 0;
}
div.topevent table.elot td {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

/*=================================
	TOP PAGE
================================ */
/*=================================
	Left
================================ */
article div.left div.widget {
	margin: 5px;
	padding: 0;
	width: 204px;
}
article div.left iframe.shamail {
	margin: 0;
	padding: 45px 17px 15px 17px;
	width: 180px;
	height: 600px;
	background: url(../img/shamail.png) no-repeat left top;
}
/*=================================
	Center
================================ */
article div.center div.news,
article div.center div.training {
	margin: 5px 5px 10px 5px;
	padding: 10px;
	width: 478px;
	height: 488px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 -1px 1px rgba(204, 204, 204, 0.5);	/* #ccc */
	-webkit-box-shadow: 0 -1px 1px rgba(204, 204, 204, 0.5);
	-moz-box-shadow: 0 -1px 1px rgba(204, 204, 204, 0.5);
	behavior: url(PIE.htc);	/* IE用CSS3表示 */
}
article div.center div.today {
	margin: 5px 5px 10px 5px;
	padding: 10px;
	width: 478px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 -1px 1px rgba(204, 204, 204, 0.5);	/* #ccc */
	-webkit-box-shadow: 0 -1px 1px rgba(204, 204, 204, 0.5);
	-moz-box-shadow: 0 -1px 1px rgba(204, 204, 204, 0.5);
	behavior: url(PIE.htc);	/* IE用CSS3表示 */
}
article div.center div.news h2,
article div.center div.training h2,
article div.center div.today h2 {
	display: table-cell;	/* table風表示 */
	vertical-align: middle;	/* 縦の位置設定 */
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 30px;
	background: url(../img/title_bg1.png) no-repeat left top;
}
/* 横スクロールバナーはjcarousel.css を参照 */
/*=================================
	Right
================================ */
article div.right div.pickup {
	margin: 0 0 5px 0;
	padding: 0 25px 25px  25px;
	width: 210px;
	height: 280px;
	background: url(../img/right_bg.png) no-repeat left bottom;
	font-size: 12px;
}
/* ピックアップはflexslider.css を参照 */
article div.right div.newface {
	margin: 0 0 5px 0;
	padding: 0 15px 15px 15px;
	width: 240px;
	background: url(../img/right_bg.png) no-repeat left bottom;
}
article div.right div.maga {
	margin: 0 0 5px 0;
	padding: 0 10px 15px 10px;
	width: 240px;
	background: url(../img/right_bg.png) no-repeat left bottom;
	text-align: center;
	font-size: 12px;
}
article div.right h2 {
	margin: 0;
	padding: 32px 0 0 0;
	width: 260px;
	height: 23px;
	background: url(../img/pin1.png) no-repeat left top;
	text-align: center;
}
