﻿@charset	"UTF-8";
/*
---------------------------------------------------------------------
	page body warpper
	margin: 15px 15px 150px 45px = width: 650px + padding: 5px; = 720px
	margin: 15px 35px 150px 65px = width: 610px + padding: 5px; = 720px
---------------------------------------------------------------------
*/
#mainBodyMargin {
	margin: 20px 10px 150px 15px;
	background-color: white;
}
#mainBodyInner {
	width: 685px /*610px*/;
	color: black;
	text-align: left;
	padding: 5px;
}
/*
---------------------------------------------------------------------
	form(fomInqMultiple)
---------------------------------------------------------------------
*/
#frmMult {
	margin: 0;
	padding: 0;
}
/*
---------------------------------------------------------------------
	Search Top & Bottom Caption
---------------------------------------------------------------------
*/
.lokHeader {
	margin: 0 0 15px 0;
	height: 36px;
	text-align: right;
	padding-right: 10px;
}
/*
---------------------------------------------------------------------
	検索タイプ表示
---------------------------------------------------------------------
*/
.lookupTitle {
	height: 36px;
	margin: 20px 0 20px 0;
	background-image: url('../images/common/titleback301.gif');
	background-repeat: no-repeat;
	clear: both;
}
.lookupTitle .spanL {
	font-size: 16px;
	line-height: 46px;
	color: #004D8A;
	font-weight: bold;
}
.lookupTitle .spanLh {
	font-size: 16px;
	line-height: 46px;
	color: #5694C7;
	font-weight: bold;
}
.lookupTitle .spanLa {
	font-size: 16px;
	line-height: 46px;
	color: #479C47/*#0064B5*/;
	font-weight: bold;
}
.lookupTitle .spanLe {
	font-size: 16px;
	line-height: 46px;
	color: #C86F6F;
	font-weight: bold;
}
.lookupTitle .spanS {
	margin-left: 60px;
	font-size: 12px;
	line-height: 46px;
	color: #0064B5;
	font-weight: bold;
}
/*--------------------------------------*/
.lookListTop {
	width: 685px;
	height: 30px;
}
.lokLink-1 {
	text-align: right;
	width: 270px;
	float: right;
	height: 30px;
}
.lokLink-1 input {
	height: 30px;
	font-size: 12px;
}
/*---------------------------*/
.lookupType {
	height: 20px;
	width: 415px;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	float: left;
	padding-top: 10px;
}
.lookupType span {
	margin-left: 4px;
}
.lookupPstyle1 {
	font-size: 12px;
	margin: 0 0 2px 0;
}
.lookupPstyle2 {
	font-size: 12px;
	font-weight: bold;
	color: navy;
	margin: 30px 0 0 0;
}
/*
---------------------------------------------------------------------
	生成テーブル
---------------------------------------------------------------------
*/
.trL {
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.trT {
	height: 30px;
}
.trT td {
	text-align: center;
}
/*	タイトル
-======================================-*/
.tdTC1 {
	color: white;
	width: 55px;
	line-height: 120%;
	font-size: 11px;
}
.tdTC2 {
	width: 154px;
	color: white;
}
.tdTC3 {
	width: 60px;
	color: white;
	line-height: 120%;
	font-size: 11px;
}
.tdTC4Anon {
	display: none;
}
.tdTC4 {
	width: 160px;
	color: white;
}
.tdTC4 img {
	border: 0;
	height: 15px;
	width: 66px;
	margin-left: 4px;
	vertical-align: middle;
	cursor: pointer;
}
.tdTC5 {
	width: 223px;
	color: white;
}
.tdTC6 {
	width: 26px;
	color: white;
}
/*	リスト
-======================================-*/
.tdC1 {
	width: 55px;
}
.tdC1 span {
	font-size: 10px;
	line-height: 120%;
	color: #3333FF;
}
.tdC2 {
	width: 154px;
}
.tdC2 a img {
	border: 0;
	width: 150px;
	height: 100px;
}
.tdC3 {
	width: 60px;
	color: red;
	line-height: 120%;
}
.tdC3Y {
	background-color: #CCFFCC /*#FFFFCE*/;
}
/*
.tdC3 span {
	background-color: yellow;
}
*/
.tdC4 {
	width: 160px;
}
.tdC4 span {
	color: red;
	font-weight: bold;
	font-size: 12px;
}
.tdC4Anon {
	display: none;
}
.tdC5 {
	width: 223px;
	text-align: left;
	padding-left: 8px;
	line-height: 140%;
}
.tdC6 {
	width: 26px;
}
.tdC6 a span {
	color: blue;
}
.tarDiv {
	width: 685px;
	margin: 0 auto;
	background-color: #663300;
	font-size : 11px;
	color: black;
	height: auto;
	clear: both;
}
/*
---------------------------------------------------------------------
	スクロールバック
---------------------------------------------------------------------
*/
#lupForm {
	text-align: right;
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}
#lupForm input {
	font-size: 10px;
}
