@charset "UTF-8";



/* ブラウザスタイルの初期化 */

*	{
	margin: 0;
	padding: 0;
	color: #202020;
	font-family:
		Arial,
		"ヒラギノ書ゴ Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		sans-serif;
	line-height: 1.4;
	}

th,td	{
	margin: 0;
	padding: 0;
	color: #707864;
	font-family:
		Arial,
		"ヒラギノ書ゴ Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		sans-serif;
	line-height: 1.4;
	}


/* 文書本体 */

body { background: url(/images/body-bcg.gif) left top; }


/* リンクテキスト */

a	{ text-decoration: none; }

a:link {
	color: #510000;
	}
a:visited {
	color: #510000;
	}
a:hover, a:focus, a:active {
	color: #510000;
	text-decoration: none;
	}


/* 画像 */

img { border: 0; }


/* 全体のコンテナ (div#container) */

div#container {
	width: 785px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 2px solid #D9D9D0;
	border-bottom: 2px solid #D9D9D0;
	background: #ffffff url(/images/goto_bcg.gif) left top;
	}


body#lecture div#container {
	width: 785px;
	height: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 2px solid #D9D9D0;
	border-bottom: 2px solid #D9D9D0;
	background: #ffffff url(/images/goto_bcg.gif) left top;
	}

body#lecture2 div#container {
	width: 785px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 2px solid #D9D9D0;
	border-bottom: 2px solid #D9D9D0;
	background: #ffffff url(/images/goto_bcg.gif) left top;
	}

/* ヘッダー (div#header) */

div#header {
	display: block;
	float: left;
	width: 770px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	}

div#header h1 {
	display: block;
	float: left;
	width: 250px;
	height: auto;
	margin: 0 0 0 15px;
	padding: 0;
	}


/* 本文 */
div#content {
	display: block;
	float: left;
	width: 780px;
	height: 700px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

div#content h2 {
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	font-family: HGP明朝E;
	font-weight: lighter;
	line-height: 2em;
	text-align: center;
	}

div#content h3 {
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 3px;
	border-bottom: 1px dotted #E79E24;
	font-family: HGP明朝E;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1em;
	text-align: left;
	}

div#content p {
	display: block;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	line-height: 2.2em;
	text-align: left;
	}

div#content p a {
	color: #336699;
	}

div#content p a:hover {
	color: #0D77E1;
	}

body#lecture p {
	display: block;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	line-height: 2em;
	text-align: left;
	}

div#content p.right {
	display: block;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	padding: 0;
	line-height: 1.6em;
	text-decoration: none;
	text-align: right;
	}

body#lecture2 p {
	display: block;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	}

div#content div#ad {
	display: block;
	margin: 50px 0;
	}

div#content div#ad p {
	margin-top: 10px;
	line-height: 1.6em;
	}

div#content div#ad p.right {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 100px;
	line-height: 1.6em;
	}

div#content div#date {
	display: block;
	float: right;
	width: 700px;
	margin: 30px 0;
	}

div#content div#date dl {
	display: block;
	float: left;
	width: 620px;
	margin: 0;
	pading: 5px 0;
	border: 1px solid #cccccc;
	}

div#content div#date dl dt {
	float: left;
	display: block;
	margin: 5px 0;
	width: 100px;
	height: auto;
	}

div#content div#date dl dd {
	float: left;
	display: block;
	margin: 5px 0;
	width: 500px;
	height: auto;
	text-align: left;
	}

div#content div#date dl dd p {
	width: 500px;
	}

