/*body*/
body {
	margin : 0 ;
	font-size : 13px;
	font-family : 'Courier New' monospace;
/*	background : url(../images/i-aru2.jpg) #ffffff no-repeat fixed center top;*/
}
div.outer {
	margin : 0p auto;
	padding : 50px;
	text-align : center;
	color : #555555;
	font-size : 13px;
}
.title {
	font-size : 24px;
	font-weight : bold;
	padding : 5px;
}
.comment {
	padding-top : 20px;
}

.pic_group {
	font-size : 13px;
	padding : 3px;
}

.menu {
	font-size : 15px;
	padding : 20px;
}
.about {
	padding : 20px;
}

.copyright {
	padding :20px 0px 5px;
}
/*gallery*/
.gallery{
	font-weight:bold;
	font-size:30px;
}
.gallery a{
	color : 
}
.disp_layer_off{
	display		:none;
	width		:100%;
	height		:100%;
}
.back_layer_off{
	display		:none;
	width		:100%;
	height		:100%;
	background-color:black;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
.disp_layer_on{
	display		:block;
	z-index		:2;
	position	:fixed;
	top			:0px;
	left		:0px;
	width		:100%;
	height		:100%;
	overflow	:scroll;
}
.back_layer_on{
	display		:block;
	z-index		:1;
	position	:fixed;
	top			:0px;
	left		:0px;
	background-color:black;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/*link*/
a{
	text-decoration:none;
	color:#777799;
}

a:hover { color:#aaaacc; }

/*img*/
img { border:none; }

