@charset "UTF-8";

/*======================================
	base
=======================================*/
* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

a:link {
	color: #00597c;
}
a:visited {
	color: #7d94a4;
}
a:hover {
	color: #cd4730;
}
a img {
	border: 0;
}

ul,ol,dl {
	list-style-type: none;
}
div,p,form,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
/*
input,select,textarea,option {
	font-size: 95%;
	color: #333;
}
*/
input,select,textarea,option {
	font-size: 100%;
	color: #333;
}
input[type="submit"],
input[type="button"] {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0 3px;
}

hr {
	display: none;
}
strong {
	font-weight: bold;
	color: #f30;
}
b {
	font-weight: bold;
	color: #333;
}


/*======================================
	全体
=======================================*/
body {
	text-align: left;
	/*
	background: url(back1200x1200.png) no-repeat;
	background-position: 0 0;
	*/
	min-width: 800px;
	/* 960 + 左右余白10*2 */
	background-color: #666;
}
#gwrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}


/*======================================
	フッタ
=======================================*/
#footer {
	padding: 1em 20px 3em;
	background-color: #ddd;
	color: #999;
}
#footer ul {
	margin-bottom: 1em;
}


/*======================================
	ヘッダ
=======================================*/
#header {
	background-color: #cfc;
	padding: 1em 20px;
	color: #696;
}
#header img {
	position :absolute;
}
#header p {
	font-size: 85%;
	color: #666;
}
#header p,
#header h1
{
	margin-left: 105px;
	line-height: 1;
}

#header h1 {
	font-size: 200%;
}
#header h1 a {
	font-size: 90%;
	color: #063;
	text-decoration: none;
}
#header h1 a:hover {
	color: #f30;
}



/*======================================
	メインメニュー
=======================================*/
/*
#mainmenu {
	height: 69px;
	background: url(img/mainmenu.png) no-repeat;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}
#mainmenu a {
	display: block;
	position: absolute;
	top: 0;
	height: 69px;
	background-color: #fff;
	text-indent: -9999px;
	overflow: hidden;
}
*/


/*======================================
	ぱんくずリスト
=======================================*/
#pankuzu {
	margin: 1em 20px 0.5em;
}
#pankuzu ol {
}
#pankuzu ol li {
	background: url(img/pankuzu.gif) no-repeat left center;
	padding-left: 13px;
	margin-left: 8px;
	float: left;
}
#pankuzu ol li.first {
	background: none;
	padding-left: 0;
	margin-left: 0;
	background: url(img/home.gif) no-repeat left center;
}
#pankuzu ol li.first a {
	padding-left: 24px;
}


/*======================================
	ページタイトル
=======================================*/
h2 {
	background-color: #eee;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-top: 0.5em;
	padding: 0.3em 1em;
	line-height: 1;
}
#page_top h2,
#page_error h2 {
	display: none;
}


/*======================================
	コンテンツ
=======================================*/
#main {
	text-align: left;
	margin-bottom: 2em;
	padding: 1em 20px;
}
#main .block {
	margin-left: 20px;
	margin-bottom: 1em;
}


/*======================================
	検索ボックス
=======================================*/
div#search_box {
	padding: 1em 20px;
	background-color: #f8f8f8;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
div#search_box input.txt {
	width: 250px;
	margin-right: 0.5em;
	padding-left: 3px;
	font-size: 110%;
	font-weight: bold;
	height: 1.3em;
	vertical-align: middle;
}
div#search_box select.sel {
	margin-right: 0.5em;
	font-size: 110%;
	height: 1.5em;
	vertical-align: middle;
}
div#search_box select option {
}

/*======================================
	検索タブ
=======================================*/
div#search_tab {
	/*
	padding: 1em;
	background-color: #f8f8f8;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	*/
	height: 3em;
	/*
	background: url(img/gotoPageTop.gif) repeat-x;
	background-position: bottom;
	*/
	/*
	*/
	margin-bottom: 1.5em;
	border-bottom: solid 1px #666;
}
div#search_tab ul {
	height: 3em;
}
div#search_tab ul li {
	float: left;
	width: 10em;
	height: 3em;
	line-height: 3em;
	background-color: #eee;
	margin-left: 1em;
	text-align: center;
	/*
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	*/
}
div#search_tab ul li a {
	width: 10em;
	height: 3em;
	line-height: 3em;
	display: block;
	text-align: center;
	background-color: #999;
	color: #eee;
	font-weight: bold;
}
div#search_tab ul li a:hover {
	color: #f30;
}
div#search_tab ul li.this {
	font-weight: bold;
	/*
	*/
	border-bottom: solid 1px #eee;
}


/*======================================
	h3
=======================================*/
h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}


/*======================================
	その他
=======================================*/

/* ページの先頭へ */
p.gotoPageTop {
	clear: both;
	margin-top: 1em;
	height: 16px;
	position: relative;
}
p.gotoPageTop a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 138px;
	height: 16px;
	background: url(img/gotoPageTop.gif) no-repeat;
	background-position: 0 0;
	position: absolute;
	right: 1em;
}
p.gotoPageTop a:hover
{
	background-position: 0 -16px;
}

/* ページ分け */
div.page_controller {
	background-color: #eee;
	border: solid 1px #ccc;
	padding: 0.3em 1em 0.5em;
	height: 1.5em;
	line-height: 1.5em;
	clear: both;
	margin-bottom: 1em;
}
div.page_controller a {
	padding: 2px;
}
div.page_controller span.pageno {
	font-size: 120%;
	font-weight: bold;
	color: #090;
}
div.page_controller span.page_now {
	font-size: 120%;
	font-weight: bold;
}
div.page_controller span.page_nothing {
	color: #999;
}


/*======================================
	エラー
=======================================*/
p.error_title {
	color: #fff;
	background-color: #f30;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}
span.error_message {
	color: #f30;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
}


/*======================================
	clearfix
=======================================*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  zoom:1;
}


