﻿@charset "utf-8";

/* 初期化------------- */

body,form,fieldset,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
	margin:0px; padding:0px;
}
fieldset,img,iframe {
	border:none;
}

/* 基本設定-------------- */
.bottom-10{
	margin-bottom:10px;
}
a,a:visited {
	color:#666;
}
a:hover {
	color:#999;
}

/* clearfix------------ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* レイアウト-------------- */
html{
    height:100%;
}
body{
    height:100%;
}
body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif ;
	line-height:1.4em;
	background:url(../img/bg.gif);
	text-align:center;
}

h2 {
	font-size:20px;
	margin-top:5px;
	clear:both;
}
h3 {
	font-size:14px;
	padding:8px 15px;
}
h4 {
	font-size:14px;
	clear:both;
}
textarea{
	font-size:12px;
	line-height:1.4em;
}
#wrapper {
	width: 760px;
	min-height:100%;
	margin:0px auto;
	/*padding-bottom:30px;*/
	text-align:center;
	background-color:#FFF;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	position:relative;
}
*html #wrapper{height:100%;} /*IE6*/
#header {
	position:relative;
}
#wrapper_contents {
	width: 700px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-bottom:30px;
	padding-bottom:60px\9; /*IE8*/
	background-color:#FFF;
	text-align:center;
}
#wrapper_contents, x:-moz-any-link{	padding-bottom:60px;} /*Firefox*/
#footer{
	width:760px;
	height:auto;
	text-align:center;
	color:#eee;
	background-color:#666;
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
}
#footer p{
	margin-top:5px;
	margin-bottom:5px;
}

/* 追加--------------------------- */
#menu a img {
	float: left;
}
.message {
	margin: 20px 0px;
	padding: 10px;
	background-color:#9b0000;
	color: #fff;
	font-weight: bold;
}
.message a{
	color: #fff;
}
.disabled {
	display: none;
}

#serch_result .current {
	color:#F30;
	font-weight: bold;
}
.paging img{
	margin-bottom: -5px;
}
a.asc {
	padding-right: 8px;
	background-image: url("../img/asc.gif");
	background-repeat: no-repeat;
	background-position: right;
}
a.desc {
	padding-right: 8px;
	background-image: url("../img/desc.gif");
	background-repeat: no-repeat;
	background-position: right;
}
.error-message,.red {
	color: #9b0000;
	font-weight: bold;
	padding: 10px 0px;
}
.msg{
	padding-top: 15px;
}
#DocSearchOptionAnd,#PageSearchOptionAnd,#WorkSearchOptionAnd,#WorkSearchOptionD,#DocSearchOptionD,#PageSearchOptionD {
	margin-left: 15px;
}