@charset "utf-8";
* {
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-style: none;
}
body {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #333333;
}
a {
  outline: 0;
}
#wrapper {
	background-color: #dddddd;
	height: 670px;
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -335px;
	margin-left: -500px;
	background-image: url(images/background-all.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	position: relative;
}
#title {
	position: absolute;
	left: 0px;
	top: 0px;
}
#title h1{
	text-indent: -9999px;
}

#centerCircle {
	position: absolute;
	top: 135px;
	left: 300px;
}
#mainField {
	position: absolute;
	left: 180px;
	top: 15px;
	height: 640px;
	width: 640px;
}
#mainField #topCircle {
	position: absolute;
	left: 267px;
	top: 0px;
	height: 106px;
	width: 106px;
}
#mainField #topCircle a {
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}
#mainField #topCircle a:hover, #mainField #topCircle .now {
	background-image: url(images/background-on.jpg);
	background-repeat: no-repeat;
	background-position: -267px 0px;
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}


#mainField  #liveCircle {
	position: absolute;
	left: 133px;
	top: 35px;
	height: 106px;
	width: 106px;
}
#mainField  #liveCircle  a {
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}
#mainField  #liveCircle  a:hover, #mainField  #liveCircle .now {
	background-image: url(images/background-on.jpg);
	background-repeat: no-repeat;
	background-position: -133px -35px;
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}
#mainField #discCircle {
	position: absolute;
	height: 105px;
	width: 106px;
	left: 35px;
	top: 133px;
}
#mainField  #discCircle  a {
	display: block;
	height: 105px;
	width: 106px;
	text-indent: -9999px;
}
#mainField  #discCircle  a:hover, #mainField  #discCircle  .now {
	background-image: url(images/background-on.jpg);
	background-repeat: no-repeat;
	background-position: -35px -133px;
	display: block;
	height: 105px;
	width: 106px;
	text-indent: -9999px;
}
#mainField #movieCircle {
	height: 106px;
	width: 106px;
	position: absolute;
	left: 0px;
	top: 267px;
}
#mainField #movieCircle a {
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}
#mainField #movieCircle a:hover, #mainField #movieCircle .now {
	background-image: url(images/background-on.jpg);
	background-repeat: no-repeat;
	background-position: 0px -267px;
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}
#mainField #linkCircle {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 35px;
	top: 401px;
}
#mainField #linkCircle a {
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}
#mainField #linkCircle a:hover, #mainField #linkCircle .now {
	background-image: url(images/background-on.jpg);
	background-repeat: no-repeat;
	background-position: -35px -401px;
	display: block;
	height: 106px;
	width: 106px;
	text-indent: -9999px;
}
#mainField #circle30 {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 401px;
	top: 35px;
	text-align: center;
	vertical-align: middle;
}
#mainField #circle60 {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 499px;
	top: 132px;
	text-align: center;
	vertical-align: middle;
}

#mainField #circle90 {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 535px;
	top: 266px;
	text-align: center;
	vertical-align: middle;
}

#mainField #circle120 {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 499px;
	top: 400px;
	text-align: center;
	vertical-align: middle;
}

#mainField #circle150 {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 401px;
	top: 497px;
	text-align: center;
	vertical-align: middle;
}

#mainField #circle180 {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 267px;
	top: 532px;
	text-align: center;
	vertical-align: middle;
}

#mainField #circle210 {
	position: absolute;
	height: 106px;
	width: 106px;
	left: 133px;
	top: 497px;
	text-align: center;
	vertical-align: middle;
}

#mainField #contentsField {
	height: 300px;
	width: 300px;
	left: 170px;
	top: 155px;
	position: absolute;
}
#mainField #contentsField h2 {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#mainField #contentsField li {
	font-size: 0.8em;
	padding-left: 40px;
	padding-top: 5px;
	list-style: disc inside;
}
#mainField #contentsField li a {
	color: #bc1869;
}
#mainField #contentsField li a:hover {
	color: #BC1869;
	text-decoration: underline;
}
#mainField #contentsField p {
	text-align: center;
}

#mainField  #contentsField  p  a  {
	font-size: 1em;
	color: #bc1869;
	text-align: center;
	font-weight: bold;
}
#mainField   #contentsField p.mail  {
	font-size: 0
.em;
	padding-left: 30px;
	font-size: 0.7em;
	text-align: left;
}
#centerImage   {
	text-align: center;
	margin: 7px 15px;
}
#rightBlock {
	height: 150px;
	width: 150px;
	position: absolute;
	left: 820px;
	top: 500px;
	background-color: #dddddd;
}
#rightBlock  #update {
	height: 150px;
	width: 150px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
#rightBlock #update dl {
	vertical-align: middle;
	padding-top: 55px;
}
#rightBlock #blog a {
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 150px;
	background-image: url(images/toblog.gif);
}
#rightBlock #blog a:hover {
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 150px;
	background-image: url(images/toblog-on.gif);
}




	#sideBar{
		position: absolute;
		width: 140px;
		height: auto;
		top: 0px;
		left:825px;
		background-image:url(images/background.gif);
		background-position:top left;
		background-repeat:repeat-y;
	}
	
	#sideBarTab{
	float:left;
	height:30px;
	width:140px;
	}
	
	#sideBarTab img{
		border:0px solid #FFFFFF;
	}
	
	#sideBarContents{
	overflow:hidden;
	width: 140px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #333333;
	}
#sideBarContents p {
	font-size: 0.7em;
}
#sideBarContents img {
	border: 2px solid #dddddd;
	text-align: center;
	margin-bottom: 5px;
}
#sideBarContents #prof-center {
	margin-top: 5px;
	margin-bottom: 5px;
}


#sideBarBottom { 
	position: absolute; 
	bottom: 0px; 
	left: 20px; 
	}
#sideBarTabBottom { 
	width:140px; 
	height:30px;  
	display:block; 
	}
#sideBarContentsBottom {
	width:170px;
	height: 250px;
	overflow:hidden;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat-x;
}
#discPage #circle30 a {
	background-image: url(images/30-disc.jpg);
	display: block;
	height: 106px;
	width: 106px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#discPage #circle60 a {
	background-image: url(images/60-disc.jpg);
	display: block;
	height: 106px;
	width: 106px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-top: 1px;
}
#discPage #circle90 a {
	background-image: url(images/90-disc.jpg);
	display: block;
	height: 106px;
	width: 106px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}



#discPage #contentsField h2 img {

}
#discPage #contentsField p {
	font-size: 0.8em;
}
#discPage #contentsField ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
#discPage #contentsField li {
	font-size: 0.75em;
	padding: 0px 0px 0px 110px;
	list-style: decimal inside;
}
#discPage #contentsField a {
	font-size: 0.9em;
	color: #bc1869;
	font-weight: bold;
}
#discPage #contentsField a:hover {
	font-size: 0.9em;
	color: #bc1869;
	font-weight: bold;
	text-decoration: underline;
}
#livePage #contentsField h2 {
	font-size: 1.0em;
}
#livePage #contentsField p {
	font-size: 0
.em;
	padding-left: 30px;
	line-height: 1.3em;
	font-size: 0.8em;
	text-align: left;
}

#livePage #circle30 a, #livePage #circle60 a, #livePage #circle90 a, #livePage #circle120 a, #livePage #circle150 a, #livePage #circle180 a , #livePage #circle210 a   {
	font-size: 0.74em;
	font-weight: bold;
	padding-top: 34px;
}
#livePage #circle30 a:hover, #livePage #circle60 a:hover, #livePage #circle90 a:hover, #livePage #circle120 a:hover, #livePage #circle150 a:hover, #livePage #circle180 a:hover, #livePage #circle210 a:hover {
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 34px;
}

#linkPage #circle30 a, #linkPage #circle60 a, #linkPage #circle90 a, #linkPage #circle120 a {
	font-size: 1.3em;
	padding-top: 40px;
	font-weight: bold;
}
#linkPage #contentsField h2 {
	font-size: 1.2em;
}
#linkPage #contentsField li {
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	margin-top: 3px;
}
#moviePage #circle30 a, #moviePage #circle60 a, #moviePage #circle90 a, #moviePage #circle120 a {
	font-size: 0.74em;
	font-weight: bold;
	padding-top: 34px;
}

#moviePage #contentsField {
	text-align: center;
	padding-top: 35px;
}
#moviePage #contentsField h2 {
	font-size: 0.8em;
	font-weight: bold;
}
#moviePage #contentsField a {
	color: #bc1869;
}
#moviePage #contentsField a:hover {
	color: #bc1869;
	text-decoration: underline;
}

#moviePage #contentsField p {
	font-size: 0.8em;
}
#postpage  #contentsField  {
	font-size: 0.8em;
	padding-left: 20px;
}






#footer {
	height: 30px;
	width: 1000px;
	top: 640px;
	position: absolute;
	line-height: 30px;
}



#footer address {
	float: right;
	font-size: 0.6em;
	color: #dddddd;
	font-style: normal;
	padding-top: 26px;
	padding-right: 5px;
}
#postpage    #contentsField  textarea, #postpage #contentsField input {
	color: #000000;
}

