@charset "UTF-8";
body  {
	font: small "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #263e48;
	zoom: 1; /* IE7でのZOOMによるレイアウト崩れ対策 */
}

a:link {
	color: #378ea8;
}

a:visited {
	color: #5a4b1f;
}

a:hover {
	color: #4e8683;
	position:relative;
	text-decoration:none;
}

h1 {
	color: #9a0000;
	font-size: small;
	text-align: center;
}

h2 { color: #9a0000; font-size: small; font-weight: bold; line-height: 12px; margin-top: 2px; margin-bottom: 2px; padding-top: 2px; padding-bottom: 2px; }

img {
    border-style:none;
}

ul { font-size: small; line-height: 15px; list-style: none; margin-left: -20px; }

#header { text-align: left; font-size: 9px; margin: 5px; }

#container { width: 780px; margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; padding-bottom: 0; padding-left: 0; /* この設定は body エレメントの text-align: center より優先されます。 */
}

#otherInfo {
	text-align: center;
}

#mainPhoto { margin: 10px; }

#photoInfo {
	font-size: x-small;
	text-align: center;
}

#report {
	color: #9a0000;
	font-size: x-small;
	font-weight: bold;
	margin: 15px;
	text-align: center;	
}

#footer {
	font-size: x-small;
	margin: 20px;
} 

/* 再使用できる各種クラス */
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ここから下がCSSのみのポップアップ用の仕組み */
.popup {
	display: none;
	width:125%; /* とりあえずポップアップさせる文字長さによって調整 */
	position: absolute;
	top: 1em;	/*ブラウザによって初期値バラバラのため指定*/
	left: 1em;　	/*Firefoxでhoverが無効になる*/
}

a:hover .popup {
	display: block;
	background-color: #fffdee;
	padding:3px;
	color:#943533;

	border-top:#ffffff solid 10px;	/*フキダシ用*/
	border-left:#fffdee solid 5px;	/*フキダシ用*/
}



