@charset "EUC-JP";

*	{		/* 全てのプロパティの余白とパディングをリセット */
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	width : 100% ;
	font-size: 88%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #888888;	/* 文字色 */
	background-color: #ffffff;	
}

h1 {
	height: 0px;
	width: 0px;
	overflow: hidden;
}
h2 {
	font-size: xx-large;
	margin: 8px;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px  rgba(0,0,0,0.4);
	behavior: url(/PIE.htc);
}
p.line01 {
	margin: 8px;
	padding: 0em 0em 0.5em 0em;
	color: #FFFFFF;
}
p.line02 {
	margin: 2em 0em 0em 8px;
	padding: 0em 0em 0.5em 0em;
	color: #FFFFFF;
	border-top: 0px solid #FFFFFF;			/* 上の線の太さ 形 #色 */
	border-right: 0px solid #FFFFFF;			/* 右の線の太さ 形 #色 */
	border-bottom: 1px solid #FFFFFF;		/* 下の線の太さ 形 #色 */
	border-left: 0px solid #FFFFFF;			/* 左の線の太さ 形 #色 */
}
.nolist	{
	list-style: none;
	margin: 8px;
	padding: 0em 0em 0.5em 0em;
}
.nolist-small	{
	font-size: 75%;
	list-style: none;
	margin: 8px;
	padding: 0em 0em 0.5em 0em;
}
li.yoko	{
	float: left;
	width: 12em;
	margin-right: 1em;
}


div.left01 {
	float: left;
	margin-right: 1em;
}
div.left02 {
	float: left;
	width: 31%;
	margin-right: 1em;
}
div.left03 {
	margin: 2em 0em 0em 0em;
}
div.left04 {
	float: left;
	width: 200px;
	height: 160px;
	margin: 20px;
}
div.left04-large {
	margin-top: 40px;
}
div.left05 {
	float: left;
	margin: 16px;
	height: 180px;
}


div.shadow01 {	/* 影付 twitter用 */
	margin-top: 10px;
	width: 196px;
	height: 486px;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 8px  rgba(0,0,0,0.4);　/* Firefox用 */  
	-webkit-box-shadow: 8px 8px 8px  rgba(0,0,0,0.4);　/* Safari,Google Chrome用 */
	background-color: #363636;	
	behavior: url(/PIE.htc);
}
div.shadow02 {
	float: right;
	margin: 2em 0em 0em 0em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 4px 4px 4px  rgba(0,0,0,0.4);
	behavior: url(/PIE.htc);
}
div.shadow03 {
	margin: 8px;
	padding: 0em 0em 0.5em 0em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 4px 4px 4px  rgba(0,0,0,0.4);
	behavior: url(/PIE.htc);
}
div.shadow04 {	/* menu用 */
	box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 8px  rgba(0,0,0,0.4);　/* Firefox用 */  
	-webkit-box-shadow: 8px 8px 8px  rgba(0,0,0,0.4);　/* Safari,Google Chrome用 */
	background-color: #363636;	
	behavior: url(/PIE.htc);
}

.radius01{
	margin: 4px;
	padding:4px 10px;
}
.radius02{
	margin: 64px 0px 0px 0px;
	padding:4px 10px;
}
.radius03{
	margin: 0px;
	padding:4px 10px;
}

div.section {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(bbjweb/img/road_x.jpg);
	background-repeat: repeat-x;
	background-position: 0% 90px;
	overflow: auto;
}
div.section_y {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(bbjweb/img/road_y.jpg);
	background-repeat: repeat-y;
	background-position: 100px 0%;
	overflow: auto;
}

div.section-body {
	margin: 24px 0px 0px 32px;
	line-height: 1.6;
	color: #FFFFFF;
	/* background-color: #FF0000; */
}

div.section-body-left {
	float: left;
	width: 220px;
	/* background-color: #E0FFFF; */
}

div.section-body-right {
	margin-left: 230px;
	/* background-color: #4169E1; */
}

div.section-body a {
	color: #FFFFFF;
}

div.section-body a:hover {
	text-decoration: none;
}

div#section1 {
	top: 0;
	left: 0;
	background-color: #66CC99;
}

div#section2 {
	top: 0;
	left: 100%;
	background-color: #66CCCC;
}

div#section3 {
	top: 0;
	left: 200%;
	background-color: #99CCCC;
}

div#section4 {
	top: 100%;
	left: 0;
	background-color: #b7b7e5;
}

div#section5 {
	top: 100%;
	left: 100%;
	background-color: #e5b88b;
}

div#section6 {
	top: 100%;
	left: 200%;
	background-color: #ff7fbf;
}

div#section7 {
	top: 200%;
	left: 0;
	background-color: #9999FF;
}

div#section8 {
	top: 200%;
	left: 100%;
	background-color: #00CCCC;
}

div#section9 {
	top: 200%;
	left: 200%;
	background-color: #CC99CC;
}

div#navi {
	position: fixed;
	_position: absolute;
	right: 4%;
	top: 3%;
	border: 1px solid #ffffff;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 8px  rgba(0,0,0,0.4);　/* Firefox用 */  
	-webkit-box-shadow: 8px 8px 8px  rgba(0,0,0,0.4);　/* Safari,Google Chrome用 */
	background-color: #363636;	
	behavior: url(http://www.bbj.ne.jp/PIE.htc);
}
div#navi table {
	border-collapse: collapse;
}
div#navi table td {
}

div#navi table td#navi1 {
	background-color: #66CC99;
}

div#navi table td#navi2 {
	background-color: #66CCCC;
}

div#navi table td#navi3 {
	background-color: #99CCCC;
}

div#navi table td#navi4 {
	background-color: #b7b7e5;
}

div#navi table td#navi5 {
	background-color: #e5b88b;
}

div#navi table td#navi6 {
	background-color: #ff7fbf;
}

div#navi table td#navi7 {
	background-color: #9999FF;
}

div#navi table td#navi8 {
	background-color: #00CCCC;
}

div#navi table td#navi9 {
	background-color: #CC99CC;
}

div#navi table td a {
	text-align: center;
	display: block;
	width: 3em;
	height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}

div#navi table td a:hover {
	background-color: #cccccc;
}
