@charset "utf-8";
/* CSS Document */

#container {
	width:1020px;
	height:800px;
	background-color:#333;
	padding:5px;
	margin-left:10%;
	

}
#content  {
	width:1000px;
	height:780px;
	background-color:#C9C;
	margin-left:10px;
	margin-top:10px;

}

#pc  {
	width:300px;
	height:75px;
	text-align:center;
	margin-left:45px;
	margin-top:15px;
	padding-top:7px;
	
}

#ybd{
	width:300px;
	height:50px;
	float: right;
	margin-right: 300px;
	margin-top:120px;
}

#pet{
	width:300px;
	height:50px;
	float: right;
	margin-right: 300px;
	margin-top: 10px;
	
	
	
}

h1{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
		font-size:28px;
	color:darkblue;
	font-style:italic;
		
	
}

h2{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
		font-size:24px;
	color: darkturquoise;
		
	
}
a:link {
    color:darkblue;
    background-color: transparent;
    text-decoration:underline;
}

a:visited {
    color: darkblue;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color:cornsilk;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color:darkblue;
    background-color: transparent;
    text-decoration: underline;
}




	