﻿@charset "utf-8";

/* base */
* {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	font-variant: inherit;
	line-height:150%;
	background-color: #000000;

	width: 100%;
	height: 100%;

	/* for IE6 */
	text-align: center;
}
/* /base */

p.photoviewer {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	font-size: 90%;
	color: #FFFFFF;
	line-height:150%;
	}
a:hover {
	font-size: 90%;
	color: #FFFFFF;
	line-height:150%;
	}
a:active {
	font-size: 90%;
	color: #FFFFFF;
	line-height:150%;
	}
a:visited {
	font-size: 90%;
	color: #FFFFFF;
	line-height:150%;
	}