/* ***************
**   共通事項   **
*************** */
body	{
	color:#333;
	background-color:#fff;
	margin-top:5px;
	margin-left:0px;
	font-size:13px;
	padding-left:10px;
	line-height:140%;
	}
h1	{
	display:block;
	margin:0px 0px 5px;
	padding:0px;
	text-align:left;
	}
h2	{
	margin:5px 0px 15px;
	font-weight:bold;
	font-size:16px;
	height:16px;
	color:#F60;
	}
h2 img	{
	margin-right:2px;
	}
h4	{
	font-size:14px;
	color:#f60;
	font-weight:bold;
	margin-top:13px;
	margin-bottom:3px;
	}
a,a:link,a:visited{
	color:#00d;
	background-color:transparent;
	text-decoration:underline;
	}
a:hover	{
	background-color:#33d;
	color:#fff;
	text-decoration:none;
	}
a img,img{
	border:none;
	}
h2 a,h2 a:link,h2 a:visited{ /* デフォルトリンク指定より前で定義しないこと */
	color:#f60;
	}
td,th	{
	padding:3px;
	font-size:13px;
	}
ul	{
	margin:3px 10px;
	padding-left:0px;
	list-style-type:none;
	}
li	{
	line-height:15px;
	font-size:13px;
	margin:0px 0px 0px 5px;
	padding:0px;
	}
dl	{
	margin:0px;
	}
dt	{
	margin:0px;
	}
dd	{
	margin:0px 5px 0px 15px;
	}
hr	{
	height:1px;
	margin-top:5px;
	margin-right:auto;
	margin-bottom:5px;
	margin-left:auto;
	}
address{
	margin:25px 10px 10px;
	padding-top:10px;
	padding-right:20px;
	padding-left:20px;
	text-align:center;
	border-top:1px solid #333;
	font-style:normal;
	font-size:12px;
	clear:both;
	}
address small{
	font-size:10px;
	}
#navi	{
	margin-bottom:3px;
	text-align:right;
	padding-right:20px;
	}
.red	{
	color:#f00;
	}
.orange{
	color:#f63;}
.gray{
	color:#999;
	}
.bg{
	color:#99c;
	}
.b	{
	font-weight:bold;
	}
.center td{
	text-align:center;
	}
.hr	{
	margin-top:8px;
	margin-right:auto;
	margin-bottom:8px;
	margin-left:auto;
	}
.go_top{
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	padding-right:10px;
	}
.bg_ffc	{
	background-color:#ffc;
	padding:5px;
	margin-left:20px;
	}
.comment{
	display:block;
	margin:3px 15px 3px;
	font-size:13px;
	padding:2px;
	}

/* **********
**   TOP   **
********** */
#top	{
	width:600px;
	}
#top #welcome{
	margin-bottom:7px;
	}
#top td	{
	vertical-align:top;
	padding:0px;
	}
#top #new{
	margin-left:10px;
	margin-bottom:10px;
	height:100px;
	overflow:auto;
	border-style:hidden;
	line-height:130%;
	}
#top #new dt{
	float:left;
	}
#top #new dd{
	margin-left:50px;
	}
#top #infomation{
	width:420px;
	}
#top #infomation ul{
	margin:0px;
	padding:0px;
	}
#top #infomation li{
	margin:0px;
	padding:0px;
	}
#top #topic{
	width:175;
	}
#top #topic ul{
	margin:0px;
	padding:0px;
	}
#top #topic li{
	padding-top:2px;
	padding-bottom:7px;
	padding-left:2px;
	margin-left:0px;
	margin-bottom:2px;
	background-image:url("image/top/tenten.gif");
	background-repeat:no-repeat;
	background-position:50% 100%;
	}
#top #topic li h5{
	margin:0px;
	color:#990099;
	font-size:13px;
	}
#top #topic li img{
	margin:2px 0px 0px;
	}

/* **********
**   FAQ   **
********** */
#faq	{
	width:600px;
	}
#faq h3	{
	font-size:14px;
	padding:5px 6px 3px;
	margin:0px 0px 5px 0px;
	background-color:#ccc;
	}
#faq dl	{
	margin-bottom:15px;
	}
#faq dt	{
	padding:2px 5px;
	border:1px solid #ccc;
	margin-top:10px;
	background-color:#eee;
	}
#faq dd	{
	margin-top:3px;
	padding-left:10px;
	}
#faq dd h5{
	font-size:13px;
	color:#333;
	margin:0px;
	text-indent:-8px;
	font-weight:normal;
	}
#faq dd b{
	color:#e00;
	font-weight:normal;
	}

/* ******************
**   CIRCLE LIST   **
****************** */
#list	{
	width:600px;
	}
#list h2{
	padding-left:23px;
	background-image:url("image/c_point.gif");
	background-position:5px 0px;
	background-repeat:no-repeat;
	}
#list h3{
	margin:0px 0px 13px;
	padding:6px;
	font-size:14px;
	background-color:#333;
	color:#fff;
	text-align:left;
	display:block;
	width:600px;
	}
#list table{
	width:600px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:0px;
	margin-bottom:20px;
	table-layout:fixed;
	}
#list caption{
	text-align:left;
	padding:3px 12px;
	background-color:#ccc;
	font-size:12px;
	font-weight:bold;
	}
#list th{
	background-color:#eee;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	}
#list td{
	font-size:12px;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:10px;
	}
#list b	{
	background-color:#ff0;
	font-weight:bold;
	}
#list pre{
	font-size:14px;
	}
#list #navi{
	width:600px;
	}
#list ul.list{
	margin-left:30px;
	list-style-type:disc;
	}
#list .name{
	width:35%;
	}
#list .genre{
	width:30%;
	}
#list .bg0{ /* 行背景色１ */
	background-color:#fff;
	}
#list .bg1{ /* 行背景色２ */
	background-color:#f3f3f3;
	}
#list .i{ /* 委託参加の文字色 */
	color:black;
	}
#list .d{ /* 一日開催時の直接参加の文字色 */
	color:red;
	}
#list .d1{ /* 二日間開催時一日目直接参加の文字色 */
	color:blue;
	}
#list .d2{ /* 二日間開催時二日目直接参加の文字色 */
	color:red;
	}

/* **********
**   BBS   **
********** */
#bbs	{
	width:600px;
	}
#bbs ul	{
	margin-left:20px;
	list-style-type:disc;
	}

/* ***********
**   募集   **
*********** */
#bosyu	{
	width:600px;
	}
#bosyu ul{
	margin-bottom:15px;
	}
#bosyu li{
	padding-left:1em;
	text-indent:-1em;
	}
#bosyu dl{
	margin-left:15px;
	}

/* *************************
**   会場アクセスマップ   **
************************* */
#access	{
	width:600px;
	}
#access .t_box{
	margin-left:20px;
	}
#access ul{
	margin-left:5px;
	}
#acces ul#menu_list{
	text-align:center;
	}
#access #menu_list li{
	display:inline;padding:0px 8px;
	}

/* ***********
**   LINK   **
************ */
#link	{
	width:600px;
	}
#link ul#kigyou{
	margin-top:15px;
	margin-left:55px;
	margin-bottom:15px;
	list-style-type:none;
	}
#link ul#kigyou li{
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:230px;
	height:59px;
	float:left;
	padding:3px 0px;
	margin-right:10px;
	margin-bottom:6px;
	}
#link ul#kigyou li img{
	display:block;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
	}

/* ***************************
**   イベントスケジュール   **
*************************** */
#schedule{
	width:600px;
	}
#schedule table{
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	}
#schedule caption{
	padding:6px;
	font-size:14px;
	font-weight:bold;
	background-color:#333;
	text-align:left;
	color:#fff;
	}
#schedule th{
	background-color:#ccc;
	font-weight:normal;
	width:20%;
	text-align:center;
	white-space:nowrap;
	border-bottom:1px solid #999;
	}
#schedule td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding-left:5px;
	}

/* *************************
**   申込書ダウンロード   **
************************* */
#download{
	width:600px;
        line-height:150%;
	}
#download h2{
	padding-left:23px;
	background-image:url("image/c_point.gif");
	background-position:5px 0px;
	background-repeat:no-repeat;
	}
#download ul{
	margin-left:20px;
	list-style-type:disc;	
	}
#download .rei{
	text-align:right;
	padding-right:15px;
	}

/* ***********************
**   イベントレポート   **
*********************** */
#report	{
	width:600px;
	}
#report h2{
	padding-left:23px;
	background-image:url("image/c_point.gif");
	background-position:5px 0px;
	background-repeat:no-repeat;
	}
#report td{
	padding:0px;
	}
#report ul{
	margin-left:20px;
	list-style:disc;
	}

/* ***********
**   what   **
************ */
#what	{
	width:600px;
	}
#what #welcome{
	margin-bottom:8px;
	}

/* ***********
**   online   **
************ */
#online {
	margin-left:20px;
}
#online dt{
	color:#FFF;
	font-weight:bold;
	padding:7px 13px;
	background-color:#666;
	margin-top:15px;
    margin-bottom:7px;
		
}
#online dd{
	text-indent: -1em;
	line-height: 1.6em;
	padding-left:15px;  

}
#online ul{
	padding-left:0px;
	} 
#online li{
	line-height: 1.6em;  
}
#onlinefaq dt{
	padding:7px 13px;
	border:1px solid #ccc;
    margin-bottom:7px;
	background-color:#eee;
	font-weight:bold;
}
#onlinefaq dd{
	line-height: 1.6em;
	padding-left:15px; 
}
#onlineform dt{
	color:#FFF;
	font-weight:bold;
		padding:2px 5px;
	background-color:#666;
	margin-top:5px;
	}
#onlineform dd{
	line-height: 1.5em;
	}
span.a1{
color:#CC0000;
font-weight:bold;
}

dd.a2{
color:#993333;
}

span.a3{
color:#990000;
font-weight:bold;
}
span.a4{
font-size:130%;
font-weight:bold;
}

/* ***********
**   プライバシーポリシー   **
************ */
#pp	{
	width:600px;
	}
#pp h3	{
	font-size:14px;
	padding:5px 6px 3px;
	margin:0px 0px 5px 0px;
	background-color:#ccc;<br>
	}
#pp dt	{
	padding:2px 5px;
	border:1px solid #ccc;
	margin-top:10px;
	background-color:#eee;
	}
#pp dd	{
	margin-top:3px;
	padding-left:10px;
	line-height: 1.6em;
	}
	/* **********
**  プチオンリー  **
********** */
#ponly	{
	width:600px;
	}
#ponly h3	{
	font-size:14px;
	padding:5px 6px 3px;
	margin:0px 0px 5px 0px;
	background-color:#ccc;
	}
#ponly dl	{
	margin-bottom:15px;
	line-height:180%;
	}
#ponly dt	{
	padding:2px 5px;
	border:1px solid #ccc;
	margin-top:10px;
	background-color:#eee;
	}
#ponly dd	{
	margin-top:3px;
	padding-left:10px;
	text-indent: -1em;
	}
#ponly dd h5{
	font-size:13px;
	color:#333;
	margin:0px;
	text-indent:-8px;
	font-weight:normal;
	}
#ponly dd b{
	color:#e00;
	font-weight:normal;
	}
#plink table{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.8;
}
#plink td {
  border: 1px solid #ccc;
}


/* ***********
**   文章   **
************ */
#bunsyo {
	line-height: 1.5; 
	}
#bunsyo td,th	{
	padding:5px;
	line-height: 1.5;
	}
#bunsyo dt{
	background-color:#EEEEEE;
	font-weight:bold;
}
#bunsyo dd{
	text-indent: -1em;
	margin:0px 5px 0px 30px;
}