@charset "Shift_JIS";


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

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


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

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

a#selected {
	color:#6495ed;
}

h1	{
	color:#6495ed;
}


.article a {
	color: #6495ed;
}

.article h2	{
	border-color:#6495ed;
}

td a {
	font-size:11px;
}



.blog-title {
	text-align: left;
}

.blog-date {
	width:10em;
	font-family: arial, helvetica, sans-serif;
	color: #777;
	font-weight:normal;
	font-size:10px;
	position:absolute;
	right:5px;
	text-align:right;
}


td.date  {
	padding-bottom:4px;
	font-size:12px;
	white-space: nowrap;
	vertical-align:top;
}
td.title  {
	padding-bottom:4px;
	font-size:12px;
	padding-left:6px;
	white-space: nowrap;
	vertical-align:top;
}
td.note  {
	padding-bottom:4px;
	font-size:12px;
	padding-left:6px;
}

