@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	color: #FFFFFF;
}
#photo1 img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#wrrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#header {
	height: 200px;
	width: 710px;
	border: 1px solid #FFFFFF;
	margin-left: 20px;
}
#header h2 {
	margin-top: 20px;
	margin-left: 515px;
}
#header h4 {
	margin-top: -25px;
	margin-left: 5px;
}
#menu {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 200px;

}
#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-size: 100%;
	color: #00CCFF;
	text-decoration: none;
}

#menu li {
	float: left;
	padding-right: 20px;
	display: block;
}
#main {
	clear: left;
	height: auto;
	text-align: left;
	margin-top: 50px;
}
#main #bluebar {
	margin: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #000099;
	padding-left: 3px;
}

#main h3 {
	font-size: 120%;
	background-image: url(../images/profile_mark.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 40px;
	margin-left: 170px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#main h4 {
	font-size: 110%;
	color: #000099;
}
#main a {
	color: #FFFFFF;
}
#photo1 {
	height: 100%;
	width: 710px;
	margin-left: 20px;
	border: 1px solid #CCFFCC;
	margin-bottom: 15px;
}
#photo1 p {
	padding: 10px;
	font-size: 85%;
	line-height: 150%;
}


#movie1 {
	height: 100%;
	width: 710px;
	margin-left: 20px;
	border: 1px solid #CCFFCC;
	margin-bottom: 15px;
}
#movie1 img {
	margin: 10px;
	float: left;
}
#movie1 p {
	font-size: 85%;
	line-height: 150%;
	margin: 10px;
}
#movie2 {
	height: 100%;
	width: 710px;
	margin-left: 20px;
	border: 1px solid #CCFFCC;
	margin-bottom: 15px;
}
#movie2 img {
	margin: 10px;
	float: left;
}
#movie2 p {
	font-size: 85%;
	line-height: 150%;
	margin: 10px;
}



.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
#totop {
	height: 30px;
}
#totop a {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 2em;
}
#totop p {
	background-repeat: no-repeat;
	background-position: 600px;
	padding-left: 600px;
	line-height: 2em;
	height: 30px;
}
#footer {
	height: 15px;
}
#footer p {
	font-size: 0.9em;
	line-height: 1.7em;
	color: #FFFFFF;
	text-align: center;
}



.clearfix {display:block;}
