/*======== 基本設定 ========*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:1.5em;
	color:#333;
	font-size:100%;
	background:url(../images/bg.jpg);
}
h2 {
	margin:15px 0;
	vertical-align:middle;
	overflow:hidden;
	clear:both;
}
h2 img {
	float:left;
}
h2 a.goTop {
	float:right;
}
img {
	border:0;
}
a {
	color:#264463;
}
a:hover {
	text-decoration:underline;
}

/*======== 共有class ========*/
.txt10 {
	font-size:77%;
}
.txt11 {
	font-size:85%;
}
.txt12 {
	font-size:93%;
}
.txt14 {
	font-size:108%;
}
.txt16 {
	font-size:124%;
}
.txt18 {
	font-size:139%;
}
.close {
	display: none;
}

/*======== メイン ========*/
#wrap {
	width:1000px;
	margin:0 auto;
}
header {
	height:130px;
	overflow:hidden;
	clear:both;
	position:relative;
}
header h1 {
	position:absolute;
	top:32px;
}
header ol {
	position:absolute;
	right:0;
	top:10px;
}
header ol li {
	float:right;
	margin:0 0 0 10px;
}
header nav {
	position:absolute;
	right:0;
	bottom:0;
}
header nav ul li {
	float:left;
	margin:0 0 0 10px;
}
header nav ul li img {
	display:block;
}
header nav ul li a,header nav ul li span {
	display:block;
	padding:10px 10px 10px 15px;
}
header nav ul li a:hover {
	background:#fff;
	text-decoration:none;
	background:url(../images/naviBg.png) 0 12px no-repeat;
}
header nav ul li span.ct {
	background:url(../images/naviBg.png) 0 12px no-repeat;
}
#contentwrap {
	clear:both;
	overflow:hidden;
	text-align:left;
	margin:20px auto;
	text-align:left;
	border:0;
}
#content{
	border:1px solid #EFEFEF;
	padding:25px 50px 50px;
	background:#FFF;
	overflow:hidden;
	border:0;
}
footer {
	clear:both;
	z-index:1;
	padding:20px 0;
}