@charset "Shift_JIS";
/*全体
===========================================================================*/
* {
	padding: 0;
	margin: 0;
	outline: 0;
}
body {
	background: #d9eaf8 url(img/background.gif) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #666666;
	font-size: 12px;
	line-height: 1.5em
}
a {
	color: #0072cf;
	text-decoration: underline;
}
a:hover, a:visited, a:active {
	text-decoration: none;
	color: #0072cf;
}
a img {
	border: none;
}
hr {
	display: none;
}
.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}




/*コンテンツ大枠
===========================================================================*/
#midarea {
	width: 800px;
	margin: 0 auto
}
#contentsarea {
	margin: 20px 30px;
}
h3 {
	border: none;
}
h4 {
	border: none;
	margin: 0 0 15px 0;
}
/*ヘッダー
===========================================================================*/

#header {
	height: 120px;
}
h1#logo {
	background-image: none;
	float: left;
	display: inline;
	padding-top: 15px;
}
h2 {
	background-image: none;
	float: left;
	display: inline;
	margin: 2px 30px 8px 30px;
}
/*動画
===========================================================================*/

#movie {
	width: 408px;
	height: 255px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
/*コンテンツ 右
===========================================================================*/
#sidebar {
	width:302px;
	float: right;
	display: inline;
	background: url(img/sidebar.gif) repeat-y;
}
#sidebar .top {
	background: url(img/sidebar_top.gif) no-repeat;
	padding: 15px 15px 15px 15px;
}
#sidebar .top .txt {
	font-size: 14px;
	margin-top: 12px;
}
#sidebar .bottom .txt2 {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
#sidebar .bottom {
	background: url(img/sidebar_bottom.gif) no-repeat bottom;
	padding: 0 15px 20px 15px;
}
#sidebar .bottom .campaign {
	margin-top: 5px;
}
/*講師紹介
===========================================================================*/
#doctor {
	width: 740px;
	background-color: #FFF;
}
#doctortop {
	background: #fff url(img/doctor_top.gif) no-repeat;
	padding: 15px 15px 0 15px;
}
#doctorbody {
	width:740px;
	padding: 15px;
	background:url(img/bg_doctor.gif) repeat-y;
}
#left {
	width: 341px;
	background: none;
	float: left;
	display: inline;
	margin-right: 20px;
}
#left .text {
	width: 263px;
	background: none;
	float: right;
	display: inline;
	margin-bottom: 15px;
}
#left .img {
	width: 66px;
	float: left;
	display: inline;
	margin-right: 12px;
}
#left p {
	font-size: 12px;
	margin-top : 15px;
}
#doctor table {
	border: none;
	font-size: 12px;
	border-spacing: 2px;
	margin-bottom: 1em;
	width: 341px;
}
#doctor table th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#doctor table td {
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
}
.right_text {
	text-align: right;
}
#right {
	width: 351px;
	background: none;
	float: left;
	display: inline;
}
#doctorbody02 {
	width:740px;
	padding: 0 15px 5px 15px;
	background:url(img/bg_doctor.gif) repeat-y;
}
#doctorbody02 .left {
	width: 550px;
	background: none;
	float: left;
	display: inline;
}
#doctorbody02 .left p {
	font-size: 12px;
	margin-top : 15px;
}
#doctorbody02 .right {
	width: 160px;
	background: none;
	float: left;
	display: inline;
	padding: 15px;
}
#doctorbottom {
	padding: 0;
	margin: 0;
}
/*フッター
===========================================================================*/

#footer {
	background: #0072cf;
	height: 30px;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
#footer .RightArea {
	margin: 0 auto;
	width: 740px;
	text-align: right;
	padding: 5px;
}
