@charset "utf-8";
/* CSS Document */

/*///////////////////////////////////////////////////////////////////

common style.css

seach.html


///////////////////////////////////////////////////////////////////*/

/*------------------------------------------

body container line link 

------------------------------------------*/

html,body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	color:#514533;
	text-align: center;
	background-color: #ffffff;
}

#container {
	padding:0px;
	width: 800px;
	height:100%;
	min-height:100%;
	margin: 0px auto;
	text-align: center;/*for IE5*/
}

html hr {display: none;}

html img {border:0px;}

html br {margin:0px;padding:0px;}

/* line */

.dot {
	background-image: url(../img/common/dott.jpg);
	background-repeat: repeat-x;
	height: 1px;
	margin: 15px 2px 5px 2px;
}

.red {
	font-size: 7pt;
	color: #FF4040;
}

#line {
	clear: both;
	height: 1px;
	width: 800px;
	margin: 5px auto 10px auto;
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #E03537;
	margin-right: auto;
}

/* link */

a         {text-decoration:none; border:0px;}

a:link    {color:#402600;text-decoration: none;}
a:visited {color:#331404;text-decoration: none;}
a:active  {color:#DE5912;text-decoration: none;}
a:hover   {color:#DE5912;text-decoration: none;}

/*------------------------------------------

clearfix

------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
}
.clearfix {
    display: inline;
	height: 1%;
}

* html .clearfix { display: block; }

/* no ie mac */
* html .clearfix { height: 1%; }

.clearfix { display: block; }

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/*------------------------------------------

header

------------------------------------------*/

#container #header {
	width: 800px;
	text-align: left;/*for IE5*/
	background-image: url(../img/common/header_bk.jpg);
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px auto;
	text-indent: 10px;
}

#container #header p {
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

/*------------------------------------------

nav{ h1 h2 ul li}

------------------------------------------*/

#container #nav {
	width: 800px;
	background-color: #FFFFFF;
	display: block;
}

h1 {
	margin: 0px;
	float: left;
	padding: 23px 10px 20px 10px;
}

h2 {
	float: right;
	margin: 0px;
	padding: 20px 10px 10px 10px;
}

#container #nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 133px;
	float: left;
}

#container #nav ul {
	display: block;
	padding: 0px;
	width: 800px;
	margin: 0px auto;
	text-align: left;/*for IE5*/
}


/* list */

#container .list {
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #E03537;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
}

#container .list2 {
	width: 800px;
	padding-top: 10px;
	text-align: right;
	clear: both;
}




/
/* セミナー一覧 */

/* テーブル */
.seminar_list,.ivent_table {
	border-collapse: collapse;
	table-layout: fixed;
}

/* テーブル */
.seminar_list {
	width:700px;
}

.td70 {
	width: 70px;
}

.td180 {
	width: 80px;
}

.td130 {
	width: 130px;
}

/* td イベント表示のリンク設定 */
.td_event {
	background-color: #3A70BE;
	color: #ffffff;
}

.td_event a:link {
	color: white;
	text-decoration: underline;
}

.td_event a:visited {
	color: white;
	text-decoration: underline;
}

.td_event a:hover {
	color: #ff99ff;
	text-decoration: underline;
}

.td_event a:active {
	color: #ff99ff;
	text-decoration: underline;
}

/* td 月表示のリンク設定 */
.td_month {
	background-color: #da0303;
	color: #ffffff;
}

.td_month a:link {
	color: white;
	text-decoration: underline;
}

.td_month a:visited {
	color: white;
	text-decoration: underline;
}

.td_month a:hover {
	color: #ff99ff;
	text-decoration: underline;
}

.td_month a:active {
	color: #ff99ff;
	text-decoration: underline;
}

/* 業態名のリンク設定 */
.company a:link {
	color: #514533;
	text-decoration: underline;
}

.company a:visited {
	color: #514533;
	text-decoration: underline;
}

.company a:hover {
	color: #DE5912;
	text-decoration: underline;
}

.company a:active {
	color: #DE5912;
	text-decoration: underline;
}


/* tr イベント名の背景設定 */
.tr_bg {
	background-color: #E6E6E6;
	font-weight: bold;
	letter-spacing: 0.5em;
}

.td_bg {
	background-color: #E6E6E6;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-align: center;
}

/* 注釈の小文字設定 */
.tyuusyaku {
	font-size: 0.9em;
}





/*------------------------------------------

footer pageup

------------------------------------------*/

.up_text {
	margin: 10px auto 10px auto ;
	text-align: right;
}

#container #footer {
	clear: both;
	height: 50px;
	width: 800px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	line-height: 14px;
	margin: 0px;
	background-image: url(../img/common/footer.jpg);
}

#container #footer p a:active {color: #FFFFFF; text-decoration: underline;}


#container #footer p   {margin: 0px; padding-top: 8px;}
#container #footer p a { color: #FFFFFF; }
#container #footer p a:hover  {color: #FFFFFF; text-decoration: underline;}
#container #right_side .ex {border: 1px solid #0066CC;}


.topics_list {
	width: 690px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-table;
}

.topics_list_td01 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-table;
	width: 20%;
	bottom: 5px;
	text-align: center;
	height: 20px;
}

.topics_list_td02 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-table;
	bottom: 5px;
}
.navi {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.topi_more_date {
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.topi_more_info {
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}



dl {
	margin: 0px;
}
dt {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-right: 0px;
	text-align: left;
	margin-left: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
dd {
	font-size: 12px;
	padding-bottom: 14px;
	padding-right: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 10px;
	line-height: 20px;
	margin-left: 0px;
}

/* --- サイトマップエリア --- */
ul.sitemap {
width: 100%; /* サイトマップエリアの幅 */
margin: 0;
padding: 0;
font-weight: bold; /* 一旦全ての文字を太字にする */
list-style-type: none;
}

/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- 全てのリスト項目 --- */
ul.sitemap li {
	padding: 1px 0 0 10px; /* 1階層目の背景 */
	line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
width: 100%; /* コンテナの幅 */
margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
width: 49.9%; /* セクションの幅 */
float: left;
}
ul.sitemap ul.separator {
	background-image: url(../img/common/v_separator.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
	margin: 0 20px 20px 0; /* 2階層目のマージン（上右下左） */
	padding: 1px 0 10px 15px; /* 2階層目の背景 上書き */
	border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
	background-image: url(../img/common/sp_line.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}

