@charset "UTF-8";

/*
___________________________________________________________________

	Update  : 2010/01/19
___________________________________________________________________ */


/* ▼ 全体のレイアウト設定 ▼ */

body { 
	background-color: #e9e9d0;
	text-align: center;			/* IE5.5以前でcontainerを中央配置する為 */
	margin: 0 0 0 0;			/* 上 右 下 左 のマージン */
	padding: 0;
	font-family: Verdana, Helvetica, 'MS Pゴシック', Osaka, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 1.5;
	}

#container {
	background-color: #fff;
	width: 750px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;		/* containerを中央配置する為 */
	margin-left: auto;		/* containerを中央配置する為 */
	text-align: left;		/* body の text-align:center を無効にする為 */
	padding: 0;
	background-image:url("/img/con_bk.gif");
	}

#header {
	margin: 0;
	padding: 0;
	}

#main {
	width: 555px;
	padding: 0 0 15px 0;
	float: right;
	overflow: hidden;
	}

#side {
	width: 195px;
	padding: 0 0 15px 0;
	float: left;
	overflow: hidden;
	}

#footer {
	width: 750px;
	clear: both;
	background-image:url("/img/foot_bk.gif");
	background-repeat:no-repeat;
	font-size: 13px;
	background-color: #fff;
	}


#main2 {
	padding: 20px 70px 10px 70px;
	background-color: #fff;
	}

#main2 h2 {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	}

#main2 h3 {
	margin: 30px 0 5px 0;
	padding: 1px 5px 1px 5px;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	border-left: 20px solid #f80;
	background-color:#f6f6e6;
	}



/* ▼ リンク設定 ▼ */

a:link		{
	color: #555;
	text-decoration: underline;
	}
a:visited	{
	color: #555;
	text-decoration: underline;
	}
a:active	{
	color: #888;
	text-decoration: underline;
	}
a:hover		{
	color: #88f;
	text-decoration: underline;
	}


/* ▼ 全体共通設定 ▼ */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	}

hr {
	display: none;
	}

img	{
	border: none;
	}


/* ▼ ヘッダ ▼ */ 

#sitedesc {
	display: none;
	}


/* ▼ トップページメイン ▼ */ 

#topmain table {
	width: 510px;
	margin: 5px 5px 5px 20px;
	}

#topmain ul {
	margin: 5px 5px 20px 15px;
	list-style-image: url("/img/dot.gif");
	}

#topnews {
	margin: 0 10px 0 10px;
	}

#topnews table {
	width: 510px;
	}

#topnews p {
	margin: 0;
	padding: 0;
	}

#topseminar {
	margin: 0 15px 0 15px;
	}

#topseminar h3 {
	margin-top: 25px;
	padding: 2px 10px;
	font-size: 120%;
	background-color:#f6f6e6;
	border-top: 1px solid #fa0;
	border-bottom: 1px solid #fa0;
	color: #f90;
	}

#topseminar table {
	width: 510px;
	}

#topseminar strong {
	font-size: 120%;
	color: #444;
	}


#recbooks {
	margin: 0;
	padding: 0;
	}

#recbooks p {
	text-align: center;
	}

#dl_bt {
	text-align: center;
	}


/* ▼ 左サイド ▼ */ 

#side h2 {
	display: none;
	}

#side p {
	margin: 0;
	padding: 5px 10px;
	}

#mg img {
	margin: 0;
	padding: 0;
	display: block;
	}

#mg form {
	width: 194px;
	margin: 0;
	padding: 0 5px 10px 5px;
	background-image:url("/img/mm_bk.gif");
	}

#mg input.tarea {
	margin: 0 0 0 10px;
	padding: 0;
	border: 1px solid #ddd;
	}	

#mg input.mmbt {
	border-right: 1px solid #f60;
	border-bottom: 1px solid #f60;
	background-color: #f80;
	color: #FFF;
	margin: 0 3px 0 5px;
	padding: 2px 0 0 0;
	}


/* ▼ メインコンテンツ ▼ */ 

#contents {
	padding: 20px;
	}

#contents h2 {
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	}

#contents h3 {
	margin: 30px 0 5px 0;
	padding: 1px 5px 1px 5px;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	border-left: 20px solid #f80;
	background-color:#f6f6e6;
	}

#gad {
	margin: 30px 0;
	}

#elist {
	list-style-image: url("/img/dot.gif");
	}

#navilist {
	margin: 10px 5px 15px 30px;
	list-style-image: url("/img/dot.gif");
	}

table.navitbl {
	margin-left: 25px;
	}

.fl {
	float: left;
	padding: 0 10px 10px 0;
	}

.fr {
	float: right;
	padding: 0 0 10px 10px;
	}

.fc {
	clear: both;
	}

.red {
	color: #e00;
	}

.txtr {
	text-align: right;
	}

.newsdate {
	color: #f80;
	}

.small {
	font-size: 80%;
	}


/* ▼ フッタ ▼ */ 

#footer table {
	padding: 15px 10px 15px 15px;
	}

#copyright {
	font-size: 10px;
	text-align: center;
	color: #666;
	margin-bottom: 20px;
	}

#footer a {
	color: #333;
	text-decoration: none;
	}

#flink {
	display: none;
	}
