/* CSS Document */

body {
	background-color: #fffaf0;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#cibox { border:1px solid #dede7e; width: 134px; height: auto; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px }
#bdbox { border:1px solid #dede7e; width: 174px; height: auto; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px }
#infobox { border:1px solid #dede7e; width: 272px; height: 93px; padding: 5px 3px 5px 3px; margin: 0px 0px 0px 0px }
#movebox { border:1px solid #dede7e; width: 442px; height: 207px; padding: 5px 3px 5px 3px; margin: 0px 0px 0px 0px }

.copylight { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999 }
.c12 { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-size: 12px }
.c11 { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; font-size: 11px }


/* ポイント
────────────────────────────────────*/
.point {
	float: left;
	height: 20px;
	margin-left: 10px;
	padding-left: 20px;
	color: #333333;
	background: url(../imags/icn_point.gif) no-repeat 0 0px;
	}


/* clearfix
────────────────────────────────────*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */