/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2;
	text-decoration:none;
	}

body{
	background:#000000;
	color:#ffffff;
	}
	
div#container{
	background:#000000;
	color:#ffffff;
	width:950px;
	margin:0 auto;
	position:relative;
	text-align:center;
	}

h1{
	background:url(img/msta-pc.jpg) no-repeat;
	width:810px;
	height:710px;
	margin:0 auto;
	text-indent:-10000px;
	}
h2{
	color:#ff3399;
	font-size:16px;
	font-weight:bold;
	}
	
p.info{
	margin:10px;
	color:#cccccc;
	}

p.copy{
	margin:10px;
	}
	
address{
	position:absolute;
	top:525px;
	left:400px;
	font-weight:bold;
	font-style:normal;
	font-size:15px;
	}
	
div#pctouroku{
	position:absolute;
	top:595px;
	left:260px;
	font-weight:bold;
	font-style:normal;
	}

p.pcok{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000000;
	}