@charset "UTF-8";

#mainLeft{
	position:relative;
	margin-top:10px;
	margin-bottom:40px;
	float:left;
	width:650px;
	background-color:#FFFFFF;
}

.textFix{
	display:none;
}

#content_title{
	position:relative;
	width:640px;
	height:50px;
}

#content{
	position:relative;
	width:640px;
	height:1324px;
	background-image:url(../img/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#content h1{
	position:relative;
	width:640px;
	height:100px;
}

#content h2{
	position:relative;
	width:640px;
	height:90px;
}

#contComment{
	position:relative;
	margin-left:45px;
	margin-top:30px;
	/*padding-top:30px;*/
	width:550px;
	height:auto;
	color:#525252;
	line-height:1.3;
	font-size:100%;
	text-align:left;
}

#contMovie{
	position:relative;
	width:442px;
	height:384px;
	margin:50px 99px 10px 99px;
}

#iconSet{
	position:relative;
	display:block;
	width:640px;
	height:356px;
	margin:0 auto;
}

ul#iconSet li{
	float:left;
	margin:0 7px;
	width:146px;
	height:178px;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline;
}

ul#iconSet li a{
	display:block;
	width:146px;
	height:178px;
}

#photo01 a{
	background-image:url(../img/thum01.jpg);
}
	
#photo02 a{
	background-image:url(../img/thum02.jpg);
}
	
#photo03 a{
	background-image:url(../img/thum03.jpg);
}

#photo04 a{
	background-image:url(../img/thum04.jpg);
}

#photo05 a{
	background-image:url(../img/thum05.jpg);
}

#photo06 a{
	background-image:url(../img/thum06.jpg);
}

#photo07 a{
	background-image:url(../img/thum07.jpg);
}

#photo08 a{
	background-image:url(../img/thum08.jpg);
}

#backnumber{
	position:relative;
	margin:0 auto;	
	width:640px;
	height:195px;
}			
	
#contFooter{
	position:relative;
	padding:10px;
	background-color:#41048d;
	font-size:75%;
	color:#FFFFFF;
	text-align:center;
}

#contFooter p{
	line-height:1.2;
}

