* {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

body {
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0px;
	padding: 3px;
}	

h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin:0;
	padding:0;
}

h2 {
	background-color: #CCC;
	border:1px solid #AAA;
	font-weight: bold;
	font-size: 160%;
	margin-bottom:15px;
}

h3 {
	width:100%;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	font-weight: bold;
	font-size: 110%;
	padding-left:10px;
	line-height: 2.0em;
}
h4 {
	width:100%;
	margin:0px;
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	padding:0px;
	line-height:1.5em;
}
.content_title {
	text-align: left;
	border: 1px solid #CCC;
	background: #F9F9F9;
	padding: 5px;
}

.content_title b {
	border-left: 5px solid #C33;
	padding: 3px 10px;
}


/* 入力ボックス */
select {
	font-size: 11px;
	padding:0px;
	margin:1px;
	border:1px solid #666;
}
input {
	border:1px solid #666;
	margin:1px;
	padding:3px;
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.list_form {
	margin:0;
	padding:2px;
	width: 95%;
}
input ,select{
	vertical-align:middle;
}
label input {
	border:none;
}

textarea {
	font-size:13px;
	width:90%;
	border:1px solid #333;
	font-family: 'ＭＳ ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
form {
	margin:0;
	padding:0;
	display:inline;
}

/* ボタン */
.button {
	line-height: 30px;
	margin: 0px;
	background-color: #D4D0C8;
	border: 1px solid #999;
	padding-top: 0px 5px;
	height: 30px;
}
button {
	vertical-align: bottom;
}

/* ヘッダー */
#header {
	height:52px;
}

#header h1{
	margin: 10px;
	padding: 3px;
}

#header .header_panel {
	text-align:right;	
	padding:0;
}

#header .header_panel .login_user{
	border-bottom:1px solid #999;
	text-align:left;
	background-image: url(../img/icon_user.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:20px;
}

#wrapper {
	margin:0;
	padding:0;
}

#main_top {
	float:right;
	margin:0;
	padding:0;
}

/* グローバルナビ */
#gnavi ul{
	position:relative;
	padding:0 0 0 6px;
	margin:0 auto 0 auto;
	background:url(../img/admin/menu_bg.png) repeat-x;
	*background:url(../img/admin/menu_bg.gif) repeat-x;/* for IE browser due to png hacks */
	height:46px;
	list-style:none;
	width:98%;
}
#gnavi ul li{
	float:left;
}
#gnavi ul li a{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:42px;
	line-height:42px;
	text-align:center;
	cursor:pointer;	
}
#gnavi ul li a b{
	float:left;
	display:block;
	padding:0 18px 0 2px;
}
#gnavi ul li.current a{
	color:#fff;
	background:url(../img/admin/menu_hover_left.png) no-repeat;	
	*background:url(../img/admin/menu_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
#gnavi ul li.current a b{
	color:#fff;
	background:url(../img/admin/menu_hover_right.png) no-repeat right top;	
	*background:url(../img/admin/menu_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
#gnavi ul li a:hover{
	color:#fff;
	background:url(../img/admin/menu_hover_left.png) no-repeat;
	*background:url(../img/admin/menu_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
#gnavi ul li a:hover b{
	color:#fff;
	background:url(../img/admin/menu_hover_right.png) no-repeat right top;
	*background:url(../img/admin/menu_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}



/* フッター */
#footer {
	border-top: 1px solid #999;
	margin-top:10px;
	padding:10px;
	text-align:center;	
}

/* メイン */
#main {
	width: 90%;
	margin: 10px auto 0 auto;
}

/* パンクズナビ */
.pankuzu_navi {
	padding-left:10px;
	background-image: url(../img/pankuzu_navi.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#navi {
	width:100%;
}
#navi ul{
	list-style-type: none;
}
#navi ul li{
	float:left;
	background-image: url(../img/pankuzu_navi.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:15px;
}

/* タイトル */
.page_title {
	border-bottom:1px solid #CCC;
	border-left:10px solid #CCC;
	padding-left:10px;
	text-align:left;
	line-height:1.5em;
	font-weight: bold;	
}

/* 検索ボックス */
.search {
	width:570px;
	margin: 0 auto 0 auto;
}
.search table{
	width:100%;
}

.search_box {
	border: 1px solid #999;
	margin:5px 0px;
	padding:5px;	
	background-color: #D9D9D9;
}


/* ルビ(ふりがな) */
.ruby {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.2em;
	display: block;
}

/* ボーダー */
.border {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #999;
	height: 1px;
	margin: 5px 0;
	padding:0;
}

/* ページャー */
.pager {
	font-size:10px;
}

.pager ul{
	float:left;
	text-align: center;
	list-style-type: none;
	margin:0;
	padding:0;
}

.pager ul li{
	float:left;
	text-align:center;
	line-height:1.0em;
	padding:5px;
	margin-left:2px;
	border: 1px solid #999;
	font-weight:bold;
}

.pager ul li.first, .pager ul li.last {
	width: 75px;
}
.pager ul li a {
	font-weight: normal;
}
.pager ul li:hover {
	background-color:#FCC;
}
.pager p{
	float:right;
	margin:2px 0;
}

/* 通常メッセージ */
div.msg {
	border: 1px solid #00C;
	width: 400px;
	margin: 30px auto 30px auto;
}

/* エラーメッセージ(全体) */
div.errormsg {
	color: #C00;
	border: 1px solid #C00;
	width: 400px;
	margin: 0px auto 0px auto;
}

.error_bg {
	background-color: #FFE9E9;	
}

/* エラーメッセージ(項目単位) */
span.errormsg {
	color: #C00;
	font-weight:bold;
}

/* 例文 */
.ex {
	color:#666;
	font-size:90%;
}

/* 必須 */
.ind {
	color: #C00;
}
.ind_border {
	border:2px solid #C33;	
}

/* 並び替え */
.sort {
	font-size: 80%;
}
.sort a{
	color: #FFF;
}
.sorted {
	font-size: 80%;
	color: #900;
}

.disp_no {
	display: none;	
}

/**
 * 
 * 共通
 *
 */
table{
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px auto 10px auto;
	line-height: 1.5em;
	font-size: 100%;
	white-space: nowrap;
}

caption,th {
	text-align: left;
	font-style: normal;
	background-color: #CCC;
}
th {
	background-color: #666;
	color: #FFF;
}

td, th {
	padding:4px;
	text-align: left;
	border: 1px solid #999;
	
}

tr.edit{
	background-color: #FFEFEF;	
}

div.transfer_type {
	margin-left: 6px;	
	font-size:80%;
}

table.no_table{
	margin:10px 0 10px 0;
}
table.no_border td, table .no_border th{
	border:none;
}

/**
 *
 * フローティングウィンドウ
 *
 */
/**
 * フローティングウィンドウ共通
 */
.fw {
	margin: 10px;
	text-align: left;
}

.fw_title {
	font-size: 130%;
	font-weight: bold;
}
.fw_subtitle {
	font-size: 95%;
	margin-left:10px;
}

.fw_main {
	margin-top:10px;
	margin-left:10px;
}	

.fw_ins {
	margin-left: 40px;
}
.fw_button {
	margin-top:5px;
	text-align: center;
	font-size: 80%;
}

.fw table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px;
	width: 90%;
}

.fw caption, .fw th {
	font-style: normal;
}

.fw td, .fw th {
	padding:4px;
	border: 1px solid #666;
}

.fw ul.fw_list {
	list-style-type: none;
	text-align: left;
	margin:0;
	margin-left:10px;
	padding:0;
}

.fw ul.fw_list li:hover{
	background-color: #FCC;
}

/**
 * 管理TOP
 */
.news {
	width:45%;
	float:left;
}
.news dl {
	text-align: left;
	margin-left:10px;
}
.news dt {
	font-weight: bold;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding-left:5px;
}
.news dd {
	margin-top:5px;
	margin-left:10px;
	margin-bottom: 20px;
}

.info_navi {
	width:45%;
	float:right;
}


/**
 * カレンダ
 */
.calendar{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.calendar caption {
	text-align: center;
	background-color: #FFF;
}
.calendar th {
	text-align: center;
	width:46px;
}

.calendar td {
	padding:4px;
	width:38px;
	text-align: right;
	border: 1px solid #666;
}

.calendar td.today {
	border: 2px solid #333;
}

.bank_list {
    width: 80%;
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
}
.bank_list h3 {
    width: auto;
}
.bank_list span {
    text-align: right;
    display: block;
}