/* ----- にいがた観光リンク集スタイル ---- */

/* ----- 要素スタイル ---- */

html,body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../../images/bg_winter.gif) repeat-x;
	text-align: center;
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
}

img {
	border: 0;
}


/* -- 見出し用スタイル -- */

h3.link {
	background: #f8f8f8 url(../links/images/bg_h_link.gif) repeat-x;
	border: solid 1px #999999;
}

h3.link strong {
	font-size: 120%;
	display: block;
	text-indent: 18px;
	padding: 4px 0 1px 10px;
	background: url(../links/images/bur_link.gif) no-repeat;
}

* html h3.link strong {
	font-size: 100%;
}

*:first-child+html h3.link strong,*+html:first-child h3.link strong {
	font-size: 100%;
}


h3.linkcat {
	background: url(../links/images/head_line.gif) repeat-x bottom left;
	padding: 6px 0;
}

* html h3.linkcat {
	font-size: 110%;
}

h3.linkcat strong {
	background: url(../links/images/linkcat_bur.gif) no-repeat;
	margin-left: 10px;
	padding: 5px 32px;
}

* html h3.linkcat strong {
	padding: 8px 32px 5px;
}


h3.linkresult {
	padding: 3px 10px 0;
	margin: 10px;
	border-left: solid 6px #5a90e1;
	font-size: 130%;
	position:relative; top:10px;
}


/* -- トップ用スタイル -- */

form#lsearch {
	border: solid 1px #cccccc;
	margin: 10px 0 20px;
	padding: 12px 16px 24px;
}

form#lsearch label {
	display: block;
	padding: 0 0 5px 12px;
	background: url(../links/images/burette.gif) no-repeat 0 4px;
}

form#lsearch input,form#lsearch select {
	border: solid 1px #a7a6aa;
	padding: 2px;
}

form#lsearch table {
	margin-top: 10px;
	border-collapse: collapse;
}

form#lsearch td {
	padding-right: 10px;
}

td.lsubmit {
	vertical-align: bottom;
	padding-bottom: 2px;
}

ul.linkcatlist {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style-type: none;
}

ul.linkcatlist li {
	background: url(../links/images/burette.gif) no-repeat 0 6px;
	padding: 1px 14px 1px;
}


table.listtable {
	width: 100%;
}

table.listtable td {
	width: 30%;
	vertical-align: top;
}

/* -- インフォメーション用スタイル -- */

div.linkinfo {
	margin-top: 20px;
	border: solid 1px #cccccc;
	padding: 14px;
	margin-bottom: 60px;
}

div.linkinfo h4 {
	background: url(../links/images/head_line.gif) repeat-x bottom left;
	padding: 0 0 8px;
	margin: 0 0 15px;
	font-size: 110%;
}

div.linkinfo h5 {
	background: url(../links/images/burette.gif) no-repeat 0 4px;
	padding: 0 8px 0 16px;
	margin: 0 0 5px;
	font-size: 100%;
}

div.linkinfo p {
	margin: 0;
}

div.linkinfo ul {
	margin: 0 0 20px;
	padding: 0 0 0 18px;
}

div.linkinfo ol {
	margin: 5px 0 20px;
	padding: 0 0 0 26px;
}

ul#attention {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5;
}

ul#attention li {
	background: url(../links/images/burette.gif) no-repeat 0 6px;
	padding: 0 8px 0 16px;
	margin-bottom: 20px;
}

table#agree {
	margin: 20px auto 5px;
}

table#agree td {
	padding: 0 10px;
}


/* -- 検索結果用スタイル -- */

div#result {
	padding: 8px 0 20px;
}

* html div#result {
	padding: 8px 0 10px;
}

dl#linklist {
	clear: both;
}

h4.cattitle {
	background: url(../links/images/head_line.gif) repeat-x bottom left;
	padding: 0 5px 6px;
	margin: 25px 0 15px;
	font-size: 110%;
	font-weight: normal;
}

dl#linklist dt {
	background: url(../links/images/bur_result.gif) no-repeat 0 2px;
	padding: 0 0 4px 22px;
}

dl#linklist dd {
	margin: 0;
	padding: 0 0 20px 22px;
}

dl#linklist dd span {
	display: block;
	padding: 4px 0;
}

p#pagenav {
	width: 630px;
	text-align: right;
	margin: 30px 0 10px;
}


/* -- フォーム用スタイル -- */

form#linkform {
	margin: 0 4px 50px;
	padding-top: 5px;
}

form#linkform label {
	display: block;
	padding: 0 0 5px 12px;
	margin-top: 18px;
	background: url(../links/images/burette02.gif) no-repeat 0 4px;
	font-weight: bold;
}

form#linkform label.nonec {
	background: url(../links/images/burette.gif) no-repeat 0 4px;
}

form#linkform input,form#linkform select,form#linkform textarea {
	border: solid 1px #a7a6aa;
	padding: 2px;
}

form#linkform h4 {
	background: url(../links/images/head_line.gif) repeat-x bottom left;
	padding: 0 10px 6px;
	margin: 25px 0 15px;
	font-size: 110%;
}

table#formbtn {
	margin: 20px auto 5px;
}

table#formbtn td {
	padding: 0 1px;
}

table#error {
	width: 845px;
	border: solid 1px #999999;
	border-collapse: collapse;
	margin: 15px 0;
}

table#error th {
	border: solid 1px #999999;
	border-collapse: collapse;
	background: #eeeeee;
	color: #ff0000;
	text-align: left;
	padding: 15px;
}

table#error img {
	vertical-align: middle;
}

table#error td {
	border: solid 1px #999999;
	border-collapse: collapse;
	color: #ff0000;
	line-height: 1.5;
	padding: 15px;
	background: #FFFFCD;
}

table#error ul {
	padding: 0;
	margin: 0 0 0 20px;
}

table.check {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin: 0 0 10px;
}

table.check th {
	width: 40%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #f0f0f0 url(../links/images/burette02.gif) no-repeat 10px 14px;
	padding: 8px 10px 8px 22px;
	text-align: left;
}

table.check th.nonec {
	background: #f0f0f0 url(../links/images/burette.gif) no-repeat 10px 14px;
}

table.check td {
	border-collapse: collapse;
	border: solid 1px #cccccc;
	padding: 10px 12px;
}

table.check caption {
	padding: 8px 2px 4px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

p#gototop {
	text-align: center;
	margin: 10px 0 50px;
	padding: 0;
}


/* ----- フォトライブラリー用ヘッダーレイアウト ---- */
div#container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

div.wraphead {
	width: 900px;
	background: url(../images/pc_header.gif) no-repeat top;
	padding: 6px 0 0 0;
}

div#wrapheadtitle {
	width: 878px;
	height: 152px;
	padding: 0;
	margin: 0;
}

div#wrapheadtitle h1 {
	margin: 0;
	padding: 0;
}

div#wrapheadtitle2nd {
	width: 878px;
	background: url(../images/pc_title_2nd.jpg) no-repeat top;
	height: 91px;
	padding: 0;
	margin: 0;
}

div#wrapheadtitle2nd h1 {
	margin: 0;
	padding: 0;
}

div#wrapretrieval {
	width: 878px;
	background: url(../images/pc_retrieval.jpg) no-repeat top;
	height: 97px;
	padding: 0;
	margin: 0;
}

div.wrapheadback {
	width: 894px;
	float: left;
	background: url(../images/pc_main.gif) repeat-y;
	padding: 0 0 0 6px;
}

div.main {
	width: 880px;
	float: left;
	background: url(../images/pc_main.gif) repeat-y;
	padding: 0 10px;
	font-size: 80%;
	line-height: 1.3;
}


/* ----- フォトライブラリー用検索結果レイアウト ---- */

table.retrievalview {
	width: 635px;
}

td.retrievalimage {
	padding-left: 16px;
	padding-bottom: 17px;
	vertical-align: top;
}

div.imagephoto {
	text-align: center;
	margin: 10px 0 10px 9px;
	width: 150px;
	height: 100px;
}

td.retrievalimageleft {
	padding-bottom: 15px;
	vertical-align: top;
}

td.retrievalimageleft table {
	background-color: #f0f0f0;
	border: #999999 1px solid;
	width: 200px;
}

td.retrievalimageleft table td {
	padding: 12px;
}

td.retrievalimage table {
	background-color: #f0f0f0;
	border: #999999 1px solid;
	width: 200px;
}

td.retrievalimage table td {
	padding: 12px;
}

/* ----- フォトライブラリー用投稿規程レイアウト ---- */

div#rule {
	width: 805px;
	padding: 20px;
	border: #CCCCCC 1px solid;
}

div#submitarea {
	width: 350px;
	padding: 10px;
	background-color: #EEEEEE;
}

/* ----- フォトライブラリー用エラーレイアウト ---- */
table#rerror {
	width: 845px;
	border: solid 1px #999999;
	border-collapse: collapse;
	margin: 15px 0;
}

table#rerror th {
	border: solid 1px #999999;
	border-collapse: collapse;
	background: #eeeeee;
	color: #ff0000;
	text-align: left;
	padding: 15px;
}

table#rerror img {
	vertical-align: middle;
}

table#rerror td {
	border: solid 1px #999999;
	border-collapse: collapse;
	color: #ff0000;
	line-height: 1.5;
	padding: 15px;
	background: #FFFFCD;
}

table#rerror ul {
	padding: 0;
	margin: 0 0 0 20px;
}


/* ----- フォトライブラリー用投稿フォームレイアウト ---- */

table#uploadform {
	padding: 0;
	margin: 0;
}

table#uploadform strong {
	font-size: 120%;
}

table#uploadform td {
	padding: 0 10px 15px 0;
}

table#uploadform p {
	margin: 5px 0 10px 0;
}

table#uploadformerror li {
	padding: 0;
	margin: 0 0 8px 10px;
}

table#uploadform span {
	font-size: 90%;
}

table#confirmation {
	width: 845px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table#confirmation th {
	padding: 10px;
	margin: 0;
	text-align: left;
	width: 230px;
	border: #CBCBCB 1px solid;
	background-color: #F0F0F0;
}

table#confirmation td {
	padding: 10px;
	margin: 0;
	border: #CBCBCB 1px solid;
}

*:first-child+html table#uploadform {
	font-size: 80%;
}

* html table#uploadform {
	font-size: 80%;
}

*:first-child+html table#confirmation {
	font-size: 80%;
}

* html table#confirmation {
	font-size: 80%;
}

.rstyle {
	margin: 10px 0 0 0;
}	

/* ----- フォトライブラリー用画像詳細レイアウト ---- */

table.infotable {
	width: 635px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

h3#imagetitle {
	font-size: 150%;
	padding: 0 0 20px 0;
	margin: 0;
	border-bottom: #999999 1px solid;

}

div#photodetail {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #000000;
}

table#information {
	width: 845px;
}

table#information th {
	border: #CCCCCC 1px solid;
	background-color: #EEEEEE;
	padding: 3px;
	width: 120px;
	font-weight: normal;
	text-align: left;
}

table#information td {
	border: #CCCCCC 1px solid;
	padding: 3px;
	width: 286px;
}

div#votearea {
	width: 625px;
	padding: 5px;
	margin: 15px 0 15px 0;
	border: #999999 1px solid;
	text-align: center;
}

div#votearea img {
	vertical-align: middle;
}

td.writer {
	width: 120px;
	padding: 5px;
	border-top: 1px dashed #A5ACB2;
	border-bottom: 1px dashed #A5ACB2;
}

td.comments {
	padding: 5px;
	border-top: 1px dashed #A5ACB2;
	border-bottom: 1px dashed #A5ACB2;
}

td.date {
	width: 120px;
	padding: 5px;
	border-top: 1px dashed #A5ACB2;
	border-bottom: 1px dashed #A5ACB2;
}

div#commentform {
	width: 603px;
	padding: 15px;
	margin: 15px 0 0 0;
	border: #999999 1px solid;
}

div#commentform h4 {
	font-size: 150%;
	margin: 0 0 15px 0;
	padding: 0;
}



/* ----- ヘッダースタイル ---- */

div#headtool {
	width: 930px;
	margin: 10px 0 5px;
	float: left;
}

div#headtool form {
	float: left;
	margin-right: 15px;
}

div#headtool dl {
	float: left;
	margin: 4px 0;
}

* html div#headtool dl {
	margin: 2px 0;
}

div#headtool dt {
	float: left;
	margin: 2px 6px 0 0;
}

html>/**/body div#headtool dd {
	width: 115px;
}

div#headtool p {
	float: right;
	font-size: 75%;
	margin: 8px 0;
}

* html div#headtool p {
	margin: 5px 0;
}

div#headtool p a {
	font-weight: bold;
}

div#googlelogo {
	float: left;
	margin-right: 20px;
}

input#btn_submit {
	position: relative; top: 4px;
}

* html input#btn_submit {
	position: relative; top: 2px;
}

*+html:first-child div#headtool dl {
	width: 150px;
}

/* Safari only \*/
html:\66irst-child div#headtool dd {
	width: 200px;
}
/* *

/* ----- 2ndヘッダースタイル ---- */

div#header2nd {
	background: #ffffff url(../images/bg_header.gif) repeat-x;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	float: left;
}

div#header2nd h1 {
	width: 920px;
	margin: 0 0 0 10px;
	float: left;
	background: url(../images/img_2nd_header.jpg) no-repeat right;
}

* html div#header2nd h1 {
	margin: 0 0 0 5px;
}

div#gnavi {
	border-right: solid 1px #b6b6b6;
	border-bottom: solid 1px #b6b6b6;
	border-left: solid 1px #b6b6b6;
	background: url(../images/bg_2nd_navi.gif) repeat-x;
	padding: 0 11px;
}

div#gnavi ul {
	margin: 0;
	padding: 0;
}

*+html:first-child body div#gnavi ul {
	padding: 0 0 3px;
}

div#gnavi li {
	display: inline;
	padding: 0 3px;
}

/* Safari only \*/
html:\66irst-child div#gnavi li {
	margin: 0;
}
/* *


/* ----- コンテンツスタイル ---- */

div#body {
	width: 928px;
	background: #fad6d7 url(../images/bg_footer.gif) repeat-x bottom;
	float: left;
	padding: 15px 0 5px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

* html div#body {
	width: 930px;
}

div#content {
	width: 900px;
	float: left;
	position: relative; left: 15px;
	margin-bottom: 20px;
}

p#pannavi {
	text-align: left;
	font-size: 80%;
	margin: 0;
	padding-bottom: 15px;
}

* html table {
	font-size: 100%;
	line-height: 1.3;
}

div.main h2 {
	margin: 0;
}

div.main h3 {
	margin: 0 0 10px 0;
}

div.contentwrap {
	width: 848px;
	margin: 0 10px;
}

div.wrapfoot {
	width: 900px;
	float: left;
	background: url(../images/pc_footer.gif) no-repeat bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

p#submitbutton {
	padding: 0;
	text-align: center;
	clear: both;
}

div#pageup {
	width: 848px;
	float: left;
	font-size: 90%;
	margin-top: 20px 0 0 0;
}

div#pageup p {
	margin: 10px 0;
}

div#pagenavitop {
	width: 848px;
	float: left;
	font-size: 90%;
	margin: 10px 10px 10px 0;
}

div#pagenavitop p {
	margin: 0;
}


/* ----- サブメニュースタイル ---- */

div#subwrap {
	float: left;
	width: 206px;
	position: relative; left: 20px;
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 1.3;
}

div#submenuwrap {
	float: left;
	background: url(../images/bg_submenu_out.gif) repeat-y;
	margin-bottom: 8px;
}

div#submenuwrap h2 {
	margin: 0;
}

div#submenu {
	width: 188px;
	background: #596800 url(../images/bg_submenu.gif) repeat-x;
	position: relative; left: 2px;
	padding-left: 8px;
}

*+html:first-child body div#submenu , html:\66irst-child div#submenu {
	border-top: solid 1px #7a9000;
}

div#submenu p {
	margin: 0 0 5px;
}

* html div#submenu {
	width: 196px;
}

div#subfoot {
	width: 206px;
	float: left;
	background: url(../images/bg_submenu_f.gif) no-repeat bottom;
	padding-bottom: 10px;
}

table.catmenu {
	margin: 15px 0 10px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table.catmenu td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

table.submenu01 {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table.submenu01 td {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

div#model {
	width: 162px;
	border: solid 1px #abb27f;
	padding: 4px 8px;
	margin-bottom: 10px;
}

* html div#model {
	width: 180px;
}

div#model h3 {
	margin: 0 0 6px;
}

div#model table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

div#model td {
	padding: 2px 0;
	border: 0;
	border-collapse: collapse;
}

div#model p {
	margin: 0;
	text-align: right;
}

div#model p a {
	color: #ffffff;
}

div#swordrank {
	margin-bottom: 8px;
	background: url(../images/bg_swordrank.gif) repeat-y;
}

div#swordrank h2 {
	margin: 0 0 6px;
}

div#swordrank table {
	width: 180px;
	margin: 0 10px;
	background: url(../images/bg_swordrank_line.gif) repeat-x bottom;
}

div#swordrank th {
	text-align: left;
	width: 40px;
}

div#swordrank td {
	padding-bottom: 4px;
}

div#rankfoot {
	width: 200px;
	background: url(../images/bg_swordrank_f.gif) no-repeat bottom;
	padding-bottom: 6px;
}

table#banner {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table#banner td {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}


/* ----- フッタースタイル ---- */

div#bodyfoot {
	border-top: solid 1px #fbe4e5;
	border-left: solid 1px #fbe4e5;
	border-right: solid 1px #fbe4e5;
	background: #a38b8c;
	padding: 8px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
}

div#bodyfoot a.flinks:link,div#bodyfoot a.flinks:visited,div#bodyfoot a.flinks:active {
	color: #ffffff;
	font-weight: bold;
}

table#outbanner {
	margin: 0 auto 5px;
}

table#outbanner td {
	padding: 6px 5px;
}

div#footer {
	float: left;
	width: 930px;
	padding: 10px 0 20px;
}

dl#footlogo {
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}

dl#footlogo dd {
	margin: 0;
}

dl#footinfo {
	float: left;
	margin: 0;
}

dl#footinfo dt,dl#footinfo dd {
	float: left;
	font-size: 80%;
	line-height: 1.5;
	margin: 0 10px 0 0;
}

dl#footinfo dt {
	position:relative; top:-8px;
}

dl#footinfo img {
	position:relative; top:4px;
}

ul#footmenu {
	float: right;
	list-style-type: none;
	margin: 0;
}

ul#footmenu li {
	float: left;
	margin-right: 4px;
}


/* ----- 共通項目スタイル ---- */

/* ----- リード文 ---- */

p#read {
	margin: 15px 0;
}


/* ----- 観光情報検索インデックス用 ---- */

table.indexmenu {
	margin: 10px 0 20px;
}

table.indexmenu td {
	padding: 0 3px;
}


/* ----- カテゴリトップ2列レイアウト ---- */

table.nmenu {
	width: 630px;
}

table.nmenu td.nmenublock {
	width: 50%;
	padding:0 7px;
	vertical-align: top;
	line-height: 1.5;
}

table.nmenu p {
	width: 300px;
	margin: 10px 0;
}


/* ----- ビュレット付右寄せ（次ページリンク用） ---- */

p#nextpage {
	float: right;
	background: url(../images/arrow01.gif) no-repeat 0 1px;
	text-indent: 24px;
	margin: 0;
	padding-bottom: 2px;
}


/* ----- 表スタイル1（テーブル幅全体　見出しセル中央揃え太字） ---- */

table.tabletype01 {
	width: 630px;
	border: solid 1px #689a03;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.tabletype01 th {
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #e2fd88;
	text-align: center;
	padding: 2px 6px;
	white-space: nowrap;
}

table.tabletype01 td {
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #fefff4;
	padding: 4px 6px 4px;
}


/* ----- 表スタイル2（テーブル幅全体　見出しセル幅200px左揃え） ---- */

table.tabletype02 {
	width: 630px;
	border: solid 1px #689a03;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.tabletype02 th {
	width: 200px;
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #e2fd88;
	text-align: left;
	font-weight: normal;
	padding: 2px 6px;
	white-space: nowrap;
}

table.tabletype02 td {
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #fefff4;
	padding: 4px 6px 4px;
}


/* ----- 表スタイル3（テーブル幅全体　見出しセル左揃え太字） ---- */

table.tabletype03 {
	width: 630px;
	border: solid 1px #689a03;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.tabletype03 th {
	width: 200px;
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #e2fd88;
	text-align: left;
	padding: 6px;
	white-space: nowrap;
}

table.tabletype03 td {
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #fefff4;
	padding: 6px;
}


/* ----- 表スタイル4（見出しセル左揃え） ---- */

table.tabletype04 {
	width: 100%;
	border: solid 1px #689a03;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.tabletype04 th {
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #e2fd88;
	text-align: left;
	font-weight: normal;
	padding: 2px 6px;
	white-space: nowrap;
}

table.tabletype04 td {
	border: solid 1px #689a03;
	border-collapse: collapse;
	background: #fefff4;
	padding: 4px 6px 4px;
}


/* ----- 全体2列表示 ---- */

table.column {
	width: 630px;
}

table.column td.columnblock {
	padding: 10px 10px 20px;
	vertical-align: top;
}

table.column h4 {
	margin: 5px 0 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #999999;
}

* html table.column h4 {
	font-size: 100%;
}

table.column p {
	margin: 10px 0;
}


/* ----- 検索画面スタイル ---- */

div#searcharea {
	width: 630px;
	float: left;
	margin: 0;
}

div#result {
	width: 848px;
	padding: 10px 0 30px;
	float: left;
}

p#keywords {
	float: left;
	margin: 0;
}

p#hits {
	float: right;
	margin: 0;
}

div#pagenavi {
	border-top: #CCCCCC 1px solid;
	width: 848px;
	text-align: center;
	margin: 15px 10px 10px;
	padding: 15px 0 0 0;
	font-size: 90%;
}

p#pagenav {
	width: 848px;
	text-align: right;
	margin: 30px 0 10px;
}

/* ----- 中カテゴリ整列 ---- */

table.selcond td {
	padding: 2px 0 8px 0;
	vertical-align: top;
}

table.selcond td.labelname {
	padding: 3px 20px 8px 2px;
	line-height: 1.5;
}


/* ----- アイコン説明整列 ---- */

table.infostyle {
	width: 630px;
	border: solid 1px #d9d9d9;
	background: #f6f6f6;
}

table.infostyle table td {
	padding: 4px 2px;
	text-align: center;
	vertical-align: middle;
}

table.infostyle table td img {
	border: solid 1px #e3e3e3;
}

table.infostyle table td.labelname {
	padding: 3px 20px 8px 2px;
	line-height: 1.5;
}


/* ----- 大カテゴリ見出し ---- */

table.selfcond {
	width: 630px;
	padding: 0;
	margin: 10px 0;
	border: 0;
	border-collapse: collapse;
}

table.selfcond td.record {
	padding: 5px 0 20px 20px;
	border: 0;
	border-collapse: collapse;
}

table.selfcond th {
	text-align: left;
	padding: 5px 10px;
	border: solid 1px #cccccc;
	background: #f5f5f5 url(../images/bg_h_selfcond.gif) repeat-x;
}

table.selfcond th table {
	border-collapse: collapse;
}

table.selfcond th table td {
	padding: 0 4px 0 0;
	font-weight: bold;
	border-collapse: collapse;
}

* html table.selfcond th table td {
	padding-top: 3px;
}

table.selfcond th table td input {
	position:relative; top: 0;
}

table.selfcond input {
	position:relative; top:4px;
}

* html table.selfcond input {
	position:relative; top:2px;
}


/* ----- 旧カテゴリ整理スタイル ---- */

ul.selcond {
	width: 630px;
	float: left;
	list-style-type: none;
	padding: 0 0 20px;
	margin: 0;
}

ul.selcond li {
	float: left;
	padding: 5px 10px;
	white-space: nowrap;
}

ul.selcond input {
	position:relative; top:4px;
}

* html ul.selcond input {
	position:relative; top:2px;
}


/* ----- 検索結果一覧リストスタイル ---- */

table#minilist01 {
	padding: 0;
	margin: 0;
	border-top: solid 2px #999999;
	width: 100%;
	border-collapse: collapse;
}

table#minilist01 table {
	width: 100%;
}

table.listmaterial {
	width: 630px;
	border-collapse: collapse;
}

table#minilist01 table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table#minilist01 table dl {
	float: left;
	margin: 0 10px 0 0;
}

table#minilist01 table dt {
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding: 0 10px 0 28px;
	background: url(../images/arrow01.gif) no-repeat 5px;
}

table#minilist01 table dd {
	margin: 0;
	padding: 7px 10px 0 28px;
}

table#minilist01 table h5 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 28px;
	background: url(../images/arrow01.gif) no-repeat 5px;
}

table#minilist01 table td {
	vertical-align: top;
}

table#minilist01 td.listrec {
	border-bottom: dotted 1px #999999;
	padding: 7px 0;
}

table.property {
	width: 460px;
	margin-top: 10px;
}

table.property th {
	width: 120px;
	background-color: #eeeeee;
	padding: 5px;
	border: #cccccc 1px solid;
}

table.property td {
	padding: 5px;
	border: #cccccc 1px solid;
}

td.seasonicon {
	text-align: right;
}

td.seasonicon img {
	border: solid 1px #e3e3e3;
}


/* ----- 黒丸リスト ---- */

ul.ulisttype01 {
	margin: 10px;
	padding-left: 10px;
}

ul.ulisttype01 li {
	margin: 10px 0;
}


/* ----- 白丸リスト ---- */

ul.ulisttype02 {
	margin: 10px;
	padding-left: 10px;
	list-style-type: circle;
}

ul.ulisttype02 li {
	margin: 10px 0;
}


/* ----- 数字リスト ---- */

ol.olisttype01 {
	margin: 0 10px 20px 20px;
	padding: 0 10px 20px 20px;
}

ol.olisttype01 li {
	padding: 10px 0;
}


/* ----- 特別バナー領域 ---- */

div.spbanner {
	width: 630px;
	border: solid 1px #090909;
	background: #f6f6f6;
	margin-top: 50px;
}

div.spbanner h4 {
	margin: 10px;
	font-size: 110%;
}

div.spbanner {
	width: 630px;
	border: solid 1px #090909;
	background: #f6f6f6;
}

div.spbanner table {
	margin: 0 10px 10px;
}


/* ----- 汎用スタイル ---- */

.clear {
	clear: both;
	height: 0;
}

.rclear {
	clear: right;
	height: 0;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.bleft {
	float: left;
}

.bright {
	float: right;
}

.caution {
	color: #cc0000;
	font-size: 80%;
	line-height: 2.0;
}

* html .caution {
	font-size: 70%;
}

*+html:first-child .caution {
	font-size: 90%;
}

.note {
	font-size: 80%;
	line-height: 2.0;
}

.necce {
	color: #cc0000;
}

.menucenter {
	text-align: center;
	line-height: 2.0;
	margin: 0;
}


.textred {
	color: #cf0005;
}

/* ----- 印刷用スタイル ---- */

@media print {
	div#headtool {
		display: none;
	}
	div#header {
		display: none;
	}
	div#header2nd {
		display: none;
	}
	div#gnavi {
		display: none;
	}
	div#subwrap {
		display: none;
	}
	div#content {
		position:relative; left:5px;
	}
	div#footer {
		display: none;
	}
}

/* ----- 共通季節別h4スタイル ---- */

h4.h4spring {
	border-left: solid 6px #669900;
	font-size: 125%;
	padding: 2px 0 2px 10px;
	margin: 20px 0;
}

h4.h4summer {
	border-left: solid 6px #3A8BD3;
	font-size: 125%;
	padding: 2px 0 2px 10px;
	margin: 20px 0;
}

h4.h4autumn {
	border-left: solid 6px #DDB555;
	font-size: 125%;
	padding: 2px 0 2px 10px;
	margin: 20px 0;
}

h4.h4winter {
	border-left: solid 6px #DD2293;
	font-size: 125%;
	padding: 2px 0 2px 10px;
	margin: 20px 0;
}

div.section {
	margin-left:40px;
}

