@charset "UTF-8";
body	{
		color:#FFFFFF;
		font:12px "Hiragino Kaku Gothic Pro","Meiryo","ＭＳ Ｐゴシック","Osaka","arial", "helvetica", "verdana";
		margin:0px;
		padding:0px;
		line-height:1.4;
		background-color:#FFFFFF;
		*font-size:small;
		*font:x-small;
}
a img	{border:none;}
img {border:0;}
ul	{list-style: none;}
h1,h2,h3,h4,h5,form,p,ul,ol,li,div,table,thead,tbody,tfoot {
		margin:0px;
		padding:0px;
}
h1{text-align:left;}
a:link	{
		color:#000000;
		text-decoration:underline;
}
a:visited	{
		color:#000000;
		text-decoration:underline;
}
a:hover	{
		color:#000000;
		text-decoration:underline;
}
embed{
	vertical-align:bottom;
}
/* @end */
/* @group FLASH */
/*===============================================
FLASH
===============================================*/
#FLASH	{
	width:100%;
	height: 500px;
	text-align: center;
	vertical-align:bottom;
}
#FLASH a img{
	margin-top:120px;
}
/* @end */
/* @group WRAPPER */
/*===============================================
WRAPPER
===============================================*/
#WRAPPER{
	width:960px;
	height:100px;
	margin:0 auto;
	background-color:#1A1A1A;
}
/* @end */
/* @group TOPICS */
/*===============================================
TOPICS
===============================================*/
#TOPICBOX{
	width:350px;
	height:82px;
	float:left;
	margin-top:5px;
	padding-left:20px;
	padding-right:30px;
}
#TOPICBOX h2{
	font-size:108%;
}
#TOPICS{
	width: 350px;
	height: 60px;
	font-size: 100%;
	background-color:#FFFFFF;
	color:#0099CC;
	font-weight:600;
	margin-top:2px;
	padding:9px 0 0 10px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	top: 1px;
}
#TOPICS a:link	{
		color:#0099CC;
		text-decoration:none;
}
#TOPICS a:visited	{
		color:#0099CC;
		text-decoration:none;
}
#TOPICS a:hover	{
		color:#0033FF;
		text-decoration:none;
}
#TOPICS .flR{
	padding-right:10px;
}
#ABOUT{
	width:372px;
	height:70px;
	margin-top:10px;
	float:left;
	font-size:12px;
}


#SAMURAIPROJECT{
	float:left;
	margin-top:8px;
	padding-left:40px;
}

/* @end */
/*===============================================
float
===============================================*/
.flL	{ float:left; }
.flR	{ float:right; }
/*===============================================
class list
===============================================*/
.alC	{text-align:center;}
.alR	{text-align:right;}
.alL	{text-align:left;}

/*===============================================
clearfix
===============================================*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac ¥*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
/* @end */
