@charset "utf-8";


div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}

div#wrapBg{
	border-top: 1px solid #ccc;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header h1{
	font-weight: bold;
	float: left;
	width: 300px;
	padding: 26px 0 0 23px;
	font-size: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #504F4F;
}

div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul#gNavi li{
	display: block;
	float: right;
	border-left: 1px solid #dedede;
}

ul#gNavi li.firstItem{
	border-right: 1px solid #dedede;
}
ul#gNavi li img{
	vertical-align: bottom;
}

ul#gNavi li.lastItem{
	margin-left: 0;
}

/* --- 表全体 --- */
/* --- 表全体 --- */
table.exe {
	
	width: 600px; /* 大枠の境界線 */
	border-collapse: collapse;
font-size: 80%
	margin-bottom: 30px; /* 表の下マージン */
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* --- セル --- */
table.exe td {
	/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
	padding: 0px 8px; /* セルのパディング（上下、左右） */
	border-style: none;
}

p.return{
	text-align:right
}

div#header ul#gNavi li a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 30px 13px;
}

div#header ul#gNavi li a:hover{
	background: url(../img/bg_gnavi.gif) repeat-x bottom left;
}

div#footer{
	border-top: 1px #dedede solid;
	margin-top: 45px;
	text-align: center;
}

div#footer p#copyright{
	text-align: center;
	padding: 10px;
	color: #000;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
