/*
検索画面・検索結果一覧・詳細表示画面
CSS 設定
Make for Tomoki ISHII
25 Sep 2009
*/

/* templates base.html */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/jcold_document/static/base/images/image01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Arial, 'MS ゴシック', sans-serif;
	font-size: 12px;
	color: #000000;
}

p, ul, ol {
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #9CC54F;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}


form.search input.button {
	background : url(/jcold_document/static/top/images/search-button.png) no-repeat;
	color: #333;
	border: none;
	width: 25px;
	cursor: pointer;
	height: 18px;
}

/* templates base.html 上部メニュー部分 */
/* ここから */
#header {
	width: 950px;
	height: 127px;
	margin: 0 auto;
	padding: 0px;
}

#navigation {
	width: 1050px;
	height: 51px;
	margin: 0px auto;
	padding: 0px;
}

#navigation ul {
	margin: 0px;
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	float: left;
	height: 50px;
	margin-right: 2px;
	padding: 12px 30px 0px 30px;
	background: url(/jcold_document/static/base/images/image02.jpg) no-repeat right 16px;
	text-decoration: none;
	color: #525250;
}

#navigation .first {
	padding-left: 0px;
}


#logo {
	width: 1050px;
	height: 64px;
	margin: 0 auto;
	padding-top: 12px;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 36px;
	color: #A9D540
}

#logo p {
	margin: -8px;
	padding: 0px 0px 0px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #C8C8C8;
}
/* ここまで */

/* templates base.html 検索画面全体設定 */
#content {
	padding: 0px 0px 20px 0px;
	font-family: Arial, 'MS ゴシック', sans-serif;
	font-size: 13px;
}

/* 検索画面全体幅設定 */
#page {
	width: 1050px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

/* メイン検索画面設定 */
#column1 {
	float: left;
	width: 730px;
	padding-left: 50px;
	padding-right: 20px;
}

#column1 h2 {
	padding-bottom: 6px;
	background: url(/jcold_document/static/base/images/image03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #525250;
}

/* サイドバー画面設定 */
#column2 {
	float: right;
	width: 250px;
}

#column2 h2 {
	padding-bottom: 6px;
	background: url(/jcold_document/static/base/images/image03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #525250;
}

/* フッターとの境界線 */
.separator {
	background: url(/jcold_document/static/base/images/image03.jpg) repeat-x left bottom;
}

/* 管理画面文字設定 */
.more {
	padding: 3px 10px;
	background: #474747;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
/* ここまで */
/* templates base.html END */

/*--------------------------------------------------------------------------*/

/* 各種検索画面 */
/*右サイドバー表示設定*/
#side_navigation {
	font-family: Arial, 'MS ゴシック', sans-serif;
	font-size: 13px;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

#side_navigation ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#side_navigation li {
	padding: 10px 0px;
	background: url(/jcold_document/static/base/images/image05.gif) repeat-x left top;
}

#side_navigation .first {
	background: none;
}

#side_navigation a {
	background: url(/jcold_document/static/base/images/image06.gif) no-repeat left 6px;
	margin-left: 20px;
	padding-left: 15px;
	text-decoration: none;
	color: #525252;
}

#side_navigation a:hover {
	background: url(/jcold_document/static/base/images/image07.gif) no-repeat left 6px;
	color: #9F6840;
}


/*検索フォーム表示設定*/
/*#form-search
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px;
	width: 600px;
	text-align: left;
	color: #525250;
}
*/

#content-form{
	clear:both;
	border:1px solid #3a4a3f;
	margin:5px;
	padding:10px;
	font-family: Arial, 'MS ゴシック', sans-serif;
	background: #fff;
	color: #525250;
}

#content-form th
{
	font-size: 12px;
	font-weight: normal;
	color: #525250;
	padding: 10px 5px;
}
#content-form td
{
	color: #525250;
	padding: 6px 8px;
}

/* 検索ボックス設定 */
input, textarea{
	border:1px solid #707070;
	color:#3a4a3f;
	padding:2px;
}

input:focus, textarea:focus{
	border:2px solid #6699CC;
}



/*検索checkbox表示設定*/
#field-set
{
	font-family: Arial, 'MS ゴシック', Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 1px;
	padding: 1px;
	word-spacing: 1.5em;
	width: 680px;
	text-align: left;
	line-height: 3em;
	color: #525250;
/*	letter-spacing: 10px;*/
}

#field-set th
{
	font-size: 12px;
	font-weight: normal;
	color: #525250;
	padding: 2px 2px;
}

#field-set td
{
	padding: 2px 2px;
}


/*フォーム内部設定*/
#field-set_middle_a
{
	float: left;
	font-family: Arial, 'MS ゴシック', Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px;
	padding: 10px;
	word-spacing: 1em;
	width: 185px;
	text-align: left;
	line-height: 1em;
	color: #525250;
/*	letter-spacing: 10px;*/
}





/*検索表示テーブル表示設定(list画面)*/
#hor-minimalist-b
{
	font-family: Arial, 'MS ゴシック', sans-serif;
	font-size: 11px;
	background: #fff;
	margin: 10px;
	width: 700px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

#tmk
{
	font-family: Arial, 'MS ゴシック', sans-serif;
	font-size: 13px;
	color: white;
	margin: 10px;
	text-indent: 10px;
	width: 700px;
	text-align: left;
	background: url('/jcold_document/static/base/images/default-bg.gif');
}



/*検索詳細表示画面設定*/

#rounded-corner
{
	font-family: Arial, 'MS ゴシック', sans-serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('/jcold_document/static/base/images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('/jcold_document/static/base/images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('/jcold_document/static/base/images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('/jcold_document/static/base/images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}




/*フッター表示設定*/
#footer {
	width: 900px;
	margin: 0px auto;
	padding: 5px 0px;
	background: url(/jcold_document/static/base/images/image03.jpg) repeat-x left top;
}

#footer p {
	text-transform: uppercase;
	font-size: 10px;
	color: #90908E;
}

#footer .links {
	text-decoration: none;
	color: #9CC54F;
}



