/* 基本領域 */
/* ===========================================================================*/

body {
	margin: 0px;
}
img {
	border: 0pt;
}

a:link {
	color: #FF00FF;
	text-decoration: underline
}

a:visited  {
	color: #FF00FF;
	text-decoration: underline
}

a:hover  {
	color: #FF00FF;
	text-decoration: none
}

a:active  {
	color: #FF00FF;
	text-decoration: underline;
	text-align: center;
}

/* 基本フロア */
/* ===========================================================================*/

#container {
	width: 1100px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(../../img/photoBg.gif);
}

#contents{
	width: 1000px;
	height: 580px;
	width: 830px;
	margin: 0px;
	padding: 10px;
	position: relative;
	float: left;
}

#photo {
	width: 360px;
	height: 480px;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0px;
	overflow-y: hidden;
}

.Sphoto {
	width: 280px;
	height: auto;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Sphoto img {
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 60px;
	height: 80px;
}

#text {
	width: 425px;
	height: 160px;
	float: left;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
	color: #FFF;
	font-size: 100%;
	line-height: 160%;
	margin-left: 40px;
	margin-top: 200px;

}

#other {
	width: 280px;
	height: auto;
	float: left;
	display: block;
	margin-left: 40px;
	margin-top: 20px;

}

p {
	color: #FFFFFF;
	font-size: 100%;
	margin: 0px;
}

.Title {
	color: #FFFFFF;
	font-size: 90%;
	display: block;
	font-weight: bold;
	padding-left: 5px;
	height: 25px;
}

.Size {
	font-size: 80%;
	display: block;
	height: 15px;
	padding-top: 5px;
	color: #FFFFFF;
}

.Comment {
	font-size: 75%;
	display: block;
	padding: 5px;
	line-height: 150%;
	overflow-y: auto;
	height: 130px;
}

.Close {
	display: block;
	width: 49px;
	height: 74px;
	position: absolute;
	left: 763px;
	top: 408px;
}

.Clear {
	clear: both;
}

#scheBox {
	display: block;
	padding-top: 10px;
	padding-left: 60px;
	padding-bottom: 10px;
	height: 65px;
	width: 780px;
	margin-top: 10px;
}

 .Sche{
	padding: 5px;
	border: 1px solid #3A0300;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: left;
	font-size: 70%;
	width: 90px;
 }
 
  .ScheY{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #000000;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 5px;
 }

#blog {
	width: 210px;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 70px;
	display: block;
	height: 450px;
	float: left;
}
