@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #2c3692;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	
}
#Copyright {
	text-align: center;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	background-color: #2c3692;
}
#header-r {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	height: 96px;
	width: 525px;
}
#header-r p {
	margin: 0px;
}

#header h1 {
	margin: 0px;
	height: 163px;
	width: 334px;
	float: left;
	padding: 10px;
}
#contents {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 1060px;
}
#contents #photo-box {
	float: right;
	height: 320px;
	width: 320px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 16px;
	margin-left: 20px;
}
#contents #text-box1 {
	float: left;
	width: 510px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	height: 1010px;
	font-size: 17px;
}
#contents #text-box2 {
	float: right;
	width: 320px;
	margin-right: 20px;
	height: 300px;
	text-align: center;
}

#text-box3 {
	width: 360px;
	height: 264px;
	float: right;
	margin-top: 40px;
}
#text-box3 img {
}



#footer {
	width: 940px;
}
.sample_01{
width: 100%;
border-collapse: collapse;
}
.sample_01 th{

padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: ;
border: 1px solid #b9b9b9;
}
.sample_01 td{
padding: 6px;
background-color: ;
border: 1px solid #b9b9b9;
}
a:link {
	color: #F90;
}
a:visited {
	color: #FC0;
}
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
