@charset "Shift_JIS";


/*
==============================
	ナビバーの下方に表示する絵
==============================
*/

.nav   {
	background-image:url(./gsmall_image.jpg);
}
.nav-footer   {
	background-image:url(./gsmall_image.jpg);
}



/*
==============================
	ページタイトルのデザイン
==============================
*/

.gzone-title   {
	background:
		url(./gsmall_title.jpg)
		no-repeat
		right;
}

a#selected {
	color:#5ab85a;
}


h1	{
	color:#5ab85a;
}

.article h2	{
	border-color:#5ab85a;
}

.article h3	{
 	padding-left:13px;
	background:
		url(./gsmall_h3.gif)
		no-repeat
		left;
}

.article a {
	color: #5ab85a;
}

.pagelink {
	border:solid 1px #5ab85a;
	background-color:#eee;
	margin:1px 1px;
	padding:1px 3px;
}

div.queryBox {
	border:solid 1px #5ab85a;
	margin:5px 15px 15px 15px;
	padding:3px;
	background-color:#eee;
}

/*
==============================
	出版情報
==============================
*/

table.pub-list {
	border-collapse: separate;
	border-spacing:5px;
	border: none;
}
.pub-list td {
	width:150px;
}

table.pub-item {
	width:150px;
	border-spacing:0px;
	border: none;
}

.pub-item th {
	background-color:#5ab85a;
	width:150px;
	height:37px;
	padding:2px;
	font-family:sun-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}
.pub-item td {
	width:150px;
	padding:0px;
	text-align:left;
	vertical-align:top;
}

tr.pub-img {
	height:200px;
}
.pub-img td,img{
/*	width:150px; */
	text-align:center;
	margin:0;
}

.pub-item td,.pub-item li,.pub-item a {
	font-family:serif;
	font-size:11px;
}


