@charset "utf-8";
/* CSS Document */

body{
	background-color:#333333;
}
#page-container {
	width:900px;
	height:450px;
	margin: auto;
	/*border-width:1px;
	border-style:solid;
	border-color:#999999;*/
	background-color:#333333;
}
#footer {
	width:880px;
	height:100px;
	margin: auto;
	/*border-width:1px;
	border-style:solid;
	border-color:#999999;*/
	background-color:#333333;
}
.class-photo{
	float:left;
	height:400px;
	width:450px;
	padding:10px 10px 10px 10px;
}
.class-sp{
	float:left;
	padding:180px 0px 0px 0px;
}
.logo-text-big{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#999999;
}
.logo-small-align{
	margin:-20px 0px 0px 0px;
}
.logo-text-small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
}
.logo-text-small a:link{
	color:#999999;
	text-decoration:underline;
}
.logo-text-small a:visited{
	color:#999999;
	text-decoration:underline;
}
.logo-text-small a:hover{
	color:#CC0000;
	text-decoration:none;
}
.logo-text-small a:active{
	color:#999999;
	text-decoration:underline;
}
.canon-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CC0000;
}

