@charset "UTF-8";

/* BBS
##################################### */

h2#h2-bbs {
	width: 675px; height: 40px;
	background: url(../bbs/img/h2_bbs.gif) no-repeat;
	text-indent: -9999px;
}

div#box-bbs {
	padding-bottom: 20px;
	width: 675px;
	background: #fff;
}
	div#box-bbs h3 {
		margin: 0 auto 20px auto;
		padding-top: 20px;
		width: 275px; height: 25px;
		background: url(../bbs/img/h3.gif) bottom no-repeat;
		text-indent: -9999px;
	}
	ul#list-note {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
		ul#list-note li {
			padding-left: 12px;
			background: url(../bbs/img/icon_list_note.gif) left no-repeat;
		}
	div#box-bbs iframe {
		margin-left: 20px;
	}
	div#box-program {
		margin-left: 20px;
		width: 633px;
		border: 1px solid #ddd;
		font-size: 100%;
	}
		div#box-program ul#list-program-left {
			float: left;
			margin: 15px 0 15px 20px;
		}
			div#box-program ul#list-program-left li {
				display: block;
				margin-bottom: 10px;
				padding-left: 10px;
				width: 276px;
				background: url(../bbs/img/icon_list_program.gif) left no-repeat;
			}
		div#box-program ul#list-program-right {
			float: right;
			margin: 15px 20px 15px 0;
		}
			div#box-program ul#list-program-right li {
				display: block;
				margin-bottom: 10px;
				padding-left: 10px;
				width: 276px;
				background: url(../bbs/img/icon_list_program.gif) left no-repeat;
			}
		div#box-program-bottom {
			clear: both;
		}


