@charset 'Shift_JIS';

/* 
------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background-color:#000000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	line-height: 140%;
}

img {
	border: none;
}


/* align
------------------------------------------------------------------*/
.right {
	text-align: right;
}

.center{
text-align:center;
vertical-align:middle;
margin:auto;
}

table{
width:100%;
height:100%;
pading:0;
text-align:center;
margin:auto 0 auto 0;
padding:auto 0 auto 0;
background-color:#000000;
}

table tr td{
vertical-align:middle;
margin:auto 0 auto 0;
padding:auto 0 auto 0;
background-color:#000000;
}

/* link
------------------------------------------------------------------*/
a {
	color: #0099CC;
}
a:hover {
	color: #FF9900;
}


/* txt
------------------------------------------------------------------*/
.smallTxt {
	font-size: 90%;
	line-height: 140%;
}


/* header, navi, search
------------------------------------------------------------------*/
#header {
	width: 780px;
	margin-top: 11px;

}

/* content
------------------------------------------------------------------*/
#content {
	color: #ffffff;
}


