@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
	background: #333;
	width: 100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	color: #666;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

#container {
	background: #FFF;
	width: 950px;
	padding: 8px 8px 35px;
	margin: 10px auto 0 ;
	text-align: left;
}

#header {
	width: 950px;
	height: 110px;
	margin-bottom: 25px;
}
#header:after {
	content: url(../imgs/spacer.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
#header { display: inline-block; } 

h1 {
	width: 160px;
	float: left;
	margin-right: 10px;
}

#gnavi {
	width: 780px;
	float: right;
	margin-top: 10px;
}

#gnavi ul {
	list-style: none;
}

#gnavi ul li {
	width: 146px;
	float: left;
	padding-right: 10px;
	height: 24px;
	overflow: hidden;
}


#contents {
	width: 950px;
}
#contents:after {
	content: url(../imgs/spacer.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
#contents { display: inline-block; } 

#snavi {
	width: 160px;
	float: left;
	margin-right: 30px;
}

#snavi ul {
	list-style: none;
	margin-top: 12px;
}

#snavi ul li {
	width: 160px;
	height: 30px;
	overflow: hidden;
}

#main {
	width: 750px;
	float: left;
	font-size: 13px;
	line-height: 21px;
}

#main p {
	margin: 16px 20px 0;
}

#main table.history {
	margin: 16px 20px 0;
	border-collapse: collapse;
}

#main table.history th {
	width: 4.5em;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

#main table.history td {
	vertical-align: top;
	text-align: left;
}

#main h4 {
	margin: 26px 16px 0;
}

#main h5 {
	margin: 31px 20px -10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#main h5 span {
	font-size: 11px;
	font-weight: normal;
	color: #b39d56;
	padding-left: 0.5em;
}

#main .photo {
	float: right;
	margin: 0 -4px 15px 16px;
}

#main #pagetoplink {
	margin: 30px 20px 0;
	background: url(../imgs/dotline.gif) repeat-x;
	padding: 11px 0 10px;
}

#main #pagetoplink a {
	background: url(../imgs/pagetop.gif) no-repeat 0 0;
	display: block;
	width: 108px;
	height: 20px;
	text-indent: -9999px;
	float: right;
}

#main #pagetoplink a:hover {
	background: url(../imgs/pagetop.gif) no-repeat 0 -20px;
	display: block;
	width: 108px;
	height: 20px;
	text-indent: -9999px;
	float: right;
}


#footer {
	background: #b39d56;
	width: 966px;
	height: 21px;
	margin: 0 auto 10px;
	font-size: 10px;
	color: #FFF;
}


a:link {
	text-decoration: none;
	color: #df6d11;
	}

a:visited {
	text-decoration: none;
	color: #df6d11;
	}

a:hover {
	color: #df6d11;
	text-decoration: underline;
	}

a:active {
	color: #df6d11;
	text-decoration: underline;
	}

