/* 基本　フォトページタイトル用
---------------------------------------------*/
body {
	background-color: #000000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#wrapper {
	position: relative;
	width: 860px;
	margin: 10px auto;
}


/* タイトル
---------------------------------------------*/
#logo {
	position: relative;
	width: 100%;
	margin: 0px;
	text-align: center;

}

#logo .title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	padding-top: 3px;
}
#logo .data {
	font-size: 11pt;
	line-height: 1.2;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 3px;
}
.midashi {
	vertical-align:bottom;
	font-size: 13pt;
	font-weight: bold;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ネクストリンク
---------------------------------------------*/
#hoverNav  {
	width: 100%;
}
#hoverNav a {
	position: fixed;
	top: 50%;
	width: 5em;
	z-index: 110;
	margin-top: 0.75em;
	line-height: 1.5em;
	padding: 5px;
	background: #CC3333;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
* html #hoverNav a {
	position: absolute; /* for WinIE6 */
}
#hoverNav a:hover,
#hoverNav a:focus {
	background: #F47878;
}

#prevLink {
	left: 0;
	text-align: left;
}
#nextLink {
	right: 0;
	text-align: right;
}

/* フェーズリンク
---------------------------------------------*/
#linkNav, #topNav {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li#Linktop a {
	background: #000000;
}
#linkNav a {
	position: absolute;
	width: 120px;
	z-index: 110;
	line-height: 1.5em;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	background: #CC3333;
}

#linkNav li#Link01 a {
	position: absolute;
	left: 0;
	top: 5px;
}
#linkNav li#Link02 a {
	position: absolute;
	right: 0;
	top: 5px;
}
#linkNav li#Linktop a {
	position: absolute;
	left: 370px;
	top: 5px;
}
#linkNav li a:hover,
#linkNav li a:focus {
	background: #F47878;
}	



/* 本体
---------------------------------------------*/
#content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#content img {
	margin: 10px 0;
}
#content table {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	margin: 0px auto;
}
#phaseindex {
	font-size:10pt;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-weight:bold;
}
#phaseindex a {
	width: 120px;
	z-index: 110;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
	background-color: #5B5B5B;
}
#phaseindex a:hover,
#phaseindex a:focus {
	background-color: #B2B2B2;
}	

/* フッター
---------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	padding-top: 10px;
}
#copyright {
	position: relative;
	clear: both;
	color:#333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.pagetop {
	text-align:right;
	margin-right:15px;
	padding-bottom:5px;
}