/*Plus Photo Plus gallery サイト全般的なの設定*/
* {
	margin: 0px;
	padding: 0px;
}

	/* hide from ie on mac \*/

html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #222222;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: hidden;
} 

.sFont {
	font-size: 9pt;
	line-height: 1.5em;
}
	
/*親ボックスclear---------------------------------------------*/

/*モダンブラウザー用*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*IE7・MacIE用*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/*IE6以前*/
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
	



#pBox {
	height: 94%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

	

#flashcontent {
	height: 100%;
}

	/* end hide */



body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1b1b1b;
	color:#ffffff;
	font-family:sans-serif;
	font-size:10px;
	text-align: center;
	}

	

a {
	color:#FFFF00;
	font-size: 9pt;
	text-decoration: none;
	}
	
.full850Box {
	text-align: center;
	height: 6%;
	width: 90%;
	margin: 0 auto;
	background-color: #000000;
	}
	
#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	}
	
.halfBox {
	text-align: center;
	float: left;
	width: 100px;
	margin-right: 20px;
	border: 1px solid #999999;
	}

.halfBox2 {
	text-align: right;
	float: right;
	}
