﻿/* seminar */

.seminar_box {
	margin: 0 auto;
        padding: 0px 0px 0px 0px;

	width: 678px;

	border-width : 1px;
	border-color : #d6d6d6;
	border-style : solid;

	float: left;

	text-align: left;

	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #ffffff;
}

.seminar_title {
	margin: 0 auto;
        padding: 10px 5px 10px 5px;

	width: 668px;

	float: left;

	text-align: left;

        font-weight: bold;
	color: #794A3A;
	font-size: 15px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #f0f0f0;
}

.seminar_left {
	margin: 0 auto;
        padding: 10px 5px 10px 5px;

	width: 190px;

	float: left;

	text-align: center;

	background-color: #ffffff;
}

.seminar_right {
	margin: 0 auto;
        padding: 0px 0px 0px 0px;

	width: 478px;

	float: left;

	text-align: center;

	background-color: #ffffff;
}

.seminar_right_speaker_title {
	margin: 0 auto;
        padding: 10px 5px 10px 5px;

	width: 30px;

	float: left;

	text-align: left;

	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #ffffff;
}

.seminar_right_speaker {
	margin: 0 auto;
        padding: 10px 5px 10px 5px;

	width: 408px;

	float: left;

	text-align: left;

	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #ffffff;
}

.seminar_right_contents {
	margin: 0 auto;
        padding: 10px 5px 10px 5px;

	width: 468px;

	float: left;

	text-align: left;

	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #ffffff;
}

.seminar_right_date_place {
	margin: 0 auto;
        padding: 10px 5px 10px 5px;

	width: 468px;

	float: left;

	text-align: left;

	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #ffffff;
}

.seminar_footer {
	margin: 0 auto;
        padding: 5px 5px 5px 5px;

	width: 668px;
        height: 10px;

	float: left;

	text-align: left;

	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #ffffff;
}


/* for profile */

.profile_box {

	margin: 0 auto;
        padding: 0px 0px 0px 0px;

	width: 678px;

	border-width : 1px;
	border-color : #d6d6d6;
	border-style : solid;

	float: left;

	background-color: #ffffff;
}

.profile_text {
	margin: 0 auto;
	padding: 5px 5px 5px 5px;

	width: 530px;

	float: left;

	text-align: left;

	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Sans-Serif;

	background-color: #ffffff;
}

.profile_image {
	margin: 0 auto;
	padding: 5px 5px 5px 5px;

	width: 120px;

	float: left;

	text-align: center;

	background-color: #ffffff;
}

