@charset "utf-8";

html{
	background: #fff;
}

body{
	background: url(../img/bg.gif) repeat-y top center #fff;
       -webkit-text-size-adjust: 100%;
}

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

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

div#header h1{
	float: left;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
}

div#header ul#gNavi{
	float: right;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-top: 8px;
}

div#header ul#gNavi li{
	display: block;
	float: right;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid #ccc;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif!important;
	font-size: 13px;
}

div#header ul#gNavi li a{
	font-style: normal;
	color: #333;
	text-decoration: none;
}

div#header ul#gNavi li a:hover{
	text-decoration: underline;
}

ul#gNavi{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

ul#gNavi li{
	display: block;
	float: left;
	margin-left: 30px;
}

ul#gNavi li a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

ul#gNavi li a:hover{
	text-decoration: underline;
}

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

div#footer{
	background: #000;
	margin-top: 60px;
	text-align: center;
	padding: 18px 0
}

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

table {
	width: 100%;
	border-collapse: collapse;
}
th.t_top {
    border-top: #b3b3b3 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}



/* --- 見出しエリア --- */
div.heading {
width: 600px; /* 見出しエリアの幅 */
margin-bottom: 1em;
padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
div.heading h3 {
margin: 0;
padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #196eff solid; /* 見出しの左境界線 */
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}
}