@charset "shift_jis";

/* -- #### Generic #### -- */
div,
p,
span,
a,
input,
select,
textarea,
form,
ul,
ol,
li,
dl,
dt,
dd {
	font-size:100%;
}

body,
td,
th {
	text-align:left;
	font-size: small;
	color:#000000;
}

body {
	background:#9D988A;
	margin:0px;
	text-align:left;
}

th {
	text-align:left;
	font:normal;
}

strong {
	font-weight:normal;
}

a:link {
	color:#003399;
}

a:visited {
	color:#3399cc;
}

a:hover {
	color:#D12B15;
}

p {
	line-height:150%;
}

/* -- #### Common #### -- */
.lh125 {
	line-height:125%;
}

.lh150 {
	line-height:150%;
}

.s {
	font:84%;
}

.l {
	font:115%;
}

.ll {
	font:150%;
}

.break {
	word-break:break-all;
}

/* ---- #### Parts Variation #### ----*/

/* ---- Text Color ---- */
.white {
	color:#ffffff;
}

.paleGray {
	color:#dddddd;
}

.lightGray {
	color:#cccccc;
}

.middleGray {
	color:#808080;
}

.darkGray {
	color:#666666;
}

.black {
	color:#000000;
}

.red {
	color:#ff3300;
}

.theme01 {
	color:#CB6735;
}

.theme02 {
	color:#ff6600;
}

.theme03 {
	color:#D12B15;
}

.theme04 {
	color:#362B2B;
}

/* ---- Line ----*/
.normalRect {
	background:#A2A5AA;
	margin:5px;
}

.normalHr {
	background:#504545;
	height:1px;
	overflow:hidden;
}

.lightHr {
	background:#C0BAB6;
	height:1px;
	overflow:hidden;
}

.dotRect {
	background:url("/img/dotline.gif");
}

.dotHr {
	background:url("/img/dotline.gif");
	height:1px;
	margin:1px 0px;
	overflow:hidden;
}

.dotHr2 {
	background:url("/img/dotline.gif");
	height:1px;
	margin:0px;
	overflow:hidden;
}

/* ---- BgColor ----*/
.bgcolorWhite {
	background:#ffffff;
}

.bgcolorPaleGray {
	background:#dedede;
}

.bgcolorLightGray {
	background:#cccccc;
}

.bgcolorPaleGray {
	background:#EEEEEE;
}

.bgcolorTheme01 {
	background:#F3F2EC;
}

.bgcolorTheme02 {
	background:#F9EAC2;
}

.bgcolorTheme03 {
	background:#615758;
}

/* ---- Title ---- */
div.title1 {
	border-left:9px solid #FF9D00;
	padding:0px 0px 0px 0.3em;
}

div.title2 {
	margin:0px 0px 0.3em 0px;
}

div.title3 {
	border-left:9px solid #FF9D00;
	padding:0px 0px 0px 0.3em;
}

h1.title1 {
	font:bold 100%;
	color:#000000;
	margin:0px;
}

h1.title2 {
	font:130%;
	color:#000000;
	margin:0px 0px 0.1em 0px;
}

h1.title3 {
	font:200%;
	color:#362B2B;
	margin:0px;
}

h1.Search {
	font:100% bold;
	color:#615757;
	margin:0.6em 0px 0px 0px;
}

h3.Search {
	font:100% bold;
	color:#615757;
	margin:0.6em 0px 0px 0px;
}

div.titleSearch {
	font:120%;
	margin:0px 0px 0.3em 13px;
}

div.title3 {
	margin:0.6em 0px;
}

div.titleEx {
	border-bottom:1px solid #666666;
	margin:0px 0px 1em;
}

/* ---- Indent ---- */
.tab20 {
	margin:0px 0px 0px 20px;
}

.tab60 {
	margin:0px 0px 0px 60px;
}

/* ---- Item ---- */
.item {
	margin:0.6em 0px 0.6em 10px;
	line-height:125%;
	text-indent:-10px;
}

.itemS {
	margin:0.3em 0px 0.3em 10px;
	line-height:125%;
	text-indent:-10px;
}

.noMarkItem {
	margin:0.6em 0px;
	line-height:125%;
}

.tab60 .item {
	margin:0.6em 0px;
	line-height:125%;
	text-indent:-10px;
}

/* ---- List ---- */
.list {
	margin:0.6em 0px;
	line-height:125%;
}

#subContents .list {
	margin:0.6em 0px 0;
	line-height:125%;
}

.sList {
	margin:0px 0px 0px 10px;
	line-height:150%;
	text-indent:-10px;
}

/* ---- Margin ---- */
.marginRight10 {	/* .$B2hA|1&%^!<%8%s%j%9%HMQ.(B */
	margin:0px 10px 0px 0px;
}

.marginLeft10 {	/* .$B2hA|:8%^!<%8%s%j%9%HMQ.(B */
	margin:0px 0px 0px 10px;
}

.marginRightBottom10 {	/* .$B2hA|1&%^!<%8%s5-;v<L??MQ.(B */
	margin:0.25em 10px 10px 0px;
}

.marginLeftBottom10 {	/* .$B2hA|:8%^!<%8%s5-;v<L??MQ.(B */
	margin:0.25em 0px 10px 10px;
}

/* ---- Table ---- */

table.tableType2 {
	border-left:1px solid #504545;
}

table.tableType2 tr td {
	border-top:1px solid #504545;
	border-right:1px solid #504545;
	padding:1px 3px;
}

table.tableType2 tr th {
	border-top:1px solid #504545;
	border-right:1px solid #504545;
	background-color:#D2CEC1;
	padding:1px 3px;
	font-weight:bold;
	color:#504545;
}

table.tableType2 tr td table tr td {
	border:0px solid;
}

table.tableType2 tr td table tr th {
	border:0px solid;
}

.tableBtmHr {
	background:#504545;
	height:1px;
	overflow:hidden;
}

.tableBgColor1 {
	background-color:#F3F2EC;
}

.tableBottomLine {
	border-bottom:2px solid #504545;
}

/* ---- #### TemplateParts #### ---- */

/* ---- FrameLayout ---- */
.center {
	width:980px;
	background:#ffffff;
}

.leftSpace {
	background:url("/img/bgshadow1.gif") right;
	width:20px;
}

.rightSpace {
	background:url("/img/bgshadow2.gif") left;
	width:20px;
}

.logo {
	margin:5px 0px;
}

.logo td {
	vertical-align:middle;
}

.logo td.niftyLogo img {
	margin-top:7px;
}

.logo td.siteDescription {
	vertical-align:bottom;
	padding-left:12px;
}

.body {
	width:100%;
}

.menu {
	width:140px;
	padding:0px 0px 0px 4px;
	background:url("/img/menu_bg.gif") right repeat-y;
}

.page {
	padding:0px 4px;
	width:828px !important;
	width/**/:836px;
}

/*
.page {
	width:100%;
	padding:0px 4px;
}
*/

.contents {
	width:100%;
}

.main {
	width:100%;
	padding:1.5em 16px;
}

.mainw {
	width:100%;
	padding:2px 16px;
}

.mainTop {	/* .$B%H%C%W.(BMYhome.$BMQ!!8eF#.(B */
	width:100%;
	padding:0.6em 16px 1.5em 16px;
}

.mainFrame {
	width:100%;
}

.sub {
	padding:10px 0px 0px 4px;
}

.bodyBottom {
	width:780px;
	height:5px;
	padding:0px 4px;
	overflow:hidden;
}

.headLine {
	background:#D12B15;
	height:6px;
	overflow:hidden;
}

.footLine {
	background:#615757;
	height:1px;
	overflow:hidden;
}

h1.headText,
h2.headText {
	font:100% normal;
	color:#666666;
	margin:0px 4px;
}

.headBanner {
	background:#FFFFFF;
	padding:5px;
}

/* ---- Footpath ---- */
.footpath {
	color:#ffffff;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#878175;
	padding:3px 16px;
 **height:20px;
	line-height:125%;
	overflow:hidden;
	font:12px;
}

.footpath nobr {
	display: block;
	overflow:hidden;
	width:716px;
}

.footpath a:link {
	color:#ffffff;
}

.footpath a:visited {
	color:#ffffff;
}

.footpath a:hover {
	color:#362B2B;
}

/* ---- PageTitle ---- */
.topTitle {
	margin:0px 0px 4px 0px;
	height:14px;
}

.pageTitle {
	padding:0px 0px 0px 16px;
	margin:0px 0px 4px;
	background:right;
	height:50px;
}

/* ---- Menu ---- */
.menuBody {
	margin:4px 1px 0 1px;
	width:138px;
}

.menu01 {
	margin:4px 0 0 0;
}

a.menu1 {
	display:block;
	background:url("/img/menu_btn_bg.gif") left top no-repeat;
	margin:0 0 4px 1px;
	font:12px;
	padding:3px 4px 5px 12px;
 *padding:5px 4px 3px 12px;
	_padding:5px 4px 5px 12px;
	_height:24px;
	min-height:16px;
	width:122px !important;
	width/**/:138px;
	_width:135px;
}

.menuBody div.menu01 a img {
	display:block;
	margin-bottom:3px;
}

a.menu1:link,
a.menu1:visited {
	color:#362B2B;
	font-weight:bold;
}

a.menu1:hover {
	color:#D12B15;
	font-weight:bold;
}

a.menuOn {
	display:block;
	background:url("/img/menu_btnover_bg.gif") left top no-repeat;
	margin:0 0 0 1px;
	font:12px;
	padding:3px 4px 6px 12px;
 *padding:5px 4px 6px 12px;
	_height:24px;
	min-height:16px;
	width:122px !important;
	width/**/:138px;
	_width:135px;
}

a.menuOn:link,
a.menuOn:visited {
	color:#FFFFFF;
	font-weight:bold;
}

a.menuOn:hover {
	color:#362B2B;
	font-weight:bold;
}

.menu2Block {
	margin:0 2px 4px 3px;
	padding:0.3em 0px;
	background-color:#F3F2EC;
}

.menu2 {
	padding:0.3em 1px 0.3em 4px;
}

.menu2Selected {
	padding:0.3em 1px 0.3em 4px;
	background:#D12B15;
}

.menu2 a:link {
	color:#362B2B;
	text-decoration:none;
}

.menu2 a:visited {
	color:#362B2B;
	text-decoration:none;
}

.menu2 a:hover {
	color:#D12B15;
	text-decoration:none;
}

.menu2Selected a:link {
	color:#ffffff;
	text-decoration:none;
}

.menu2Selected a:visited {
	color:#ffffff;
	text-decoration:none;
}

.menu2Selected a:hover {
	color:#ffffff;
	text-decoration:none;
}

.menuEx {
	font:84%;
	margin:0px 1px;
	padding:0.3em 1px 0.3em 4px;
}

.menuMv {
	font:84%;
	padding:5px;
	background:#F3F2EC;
	color:#362B2B;
}

.menuExSelected {
	font:84%;
	margin:0px 1px;
	padding:0.3em 1px 0.3em 9px;
	background:#001481;
}

.menuEx a:link {
	color:#000000;
	text-decoration:none;
}

.menuEx a:visited {
	color:#615757;
	text-decoration:none;
}

.menuEx a:hover {
	color:#D12B15;
	text-decoration:none;
}

.menuExSelected a:link {
	color:#ffffff;
	text-decoration:none;
}

.menuExSelected a:visited {
	color:#ffffff;
	text-decoration:none;
}

.menuExSelected a:hover {
	color:#ffffff;
	text-decoration:none;
}

.menuNormalLine {
	background:#615757;
	height:1px;
	overflow:hidden;
}

.menuDotLine {
	background:url("/img/menu_dotline.gif");
	height:1px;
	overflow:hidden;
}

.menuFrame {
	background:#B8B9BD;
}

.menuTopBlock {
	width:140px;
	height:50px;
	background:#F78578;
}

.menuFrameTop {
	background:#615757;
	width:140px;
	height:1px;
	overflow:hidden;
}

.menuFrameTop2 {		/* .$B%H%C%W0J30!!.(BMacIE.$B%P%02sHrMQ!!8eF#.(B */
	background:#615757;
	width:140px;
	height:1px;
	overflow:hidden;
}

.menuFrameBottom {
	background:#DAD5C5;
	width:140px;
	height:1px;
	overflow:hidden;
}

/* ---- TopicBox ---- */
.topicBox {
	border:solid #B9B8BD;
	border-width:1px;
	margin:0px 0px 4px;
}

.topicBox2 {
	border:solid #0f9ed1;
	border-width:1px;
	margin:0px 0px 4px;
}

.topicBoxTitle {
	width:200px;
	background:#999999;
	padding:0.3em 0.6em;
	color:#FFFFFF;
	font-weight:bold;
}

.topicBoxTitle2 {
	width:200px;
	background:#0f9ed1;
	padding:0.3em 0.6em;
	color:#FFFFFF;
	font-weight:bold;
}

.topicBoxBody1 {
	padding:5px 5px 0;
}

.topicBoxBody2 {
	padding:5px;
	background:#F3F2EC;
}

.topicBoxBody3 {
	padding:0.3em 0.6em;
}

/* ---- Button ----*/
.pagetopBtn {
	width:122px;
	height:11px;
}

.backBtn {
	width:39px;
	height:14px;
}

.topBtn {
	width:172;
	height:14px;
	margin:0px 0px 0px 20px;
}

/* ---- .$B8!:wOH!!DI2CJ,.(B ----*/

.wakuTop01 {
	background:url('/img/waku01_top_r.gif') right;
	height:13px;
	overflow:hidden;
}

.wakuTop02 {
	background:url('/img/waku02_top_r.gif') right;
	height:13px;
	margin:0px 13px;
	overflow:hidden;
}

.wakuTop03 {
	background:url('/img/waku03_top_r.gif') right;
	height:13px;
	margin:0px 13px;
	overflow:hidden;
}

.wakuTop04 {
	background:url('/img/waku04_top_r.gif') right;
	height:13px;
	overflow:hidden;
}

.wakuBtm01 {
	background:url('/img/waku01_btm_r.gif') right;
	height:13px;
	overflow:hidden;
}

.wakuBtm02 {
	background:url('/img/waku02_btm_r.gif') right;
	height:13px;
	margin:0px 13px;
	overflow:hidden;
}

.wakuBtm03 {
	background:url('/img/waku03_btm_r.gif') right;
	height:13px;
	margin:0px 13px;
	overflow:hidden;
}

.wakuBtm04 {
	background:url('/img/waku04_btm_r.gif') right;
	height:13px;
	overflow:hidden;
}

.wakuColor01 {
	background:#F3F2EC;
}

.wakuColor02 {
	background:#FDF7E9;
}

.wakuColor03 {
	background:#F9EAC2;
}

.wakuColor04 {
	background:#E0DDD3;
}

/* ---- .$BDI2C!!F|5-#T#O#PMQ.(B ---- */

.wakuColor05 {
	background:#FFE4C4;
}

.wakuTop05 {
	background:url('/img/waku01_top_rr.gif') right;
	height:13px;
	overflow:hidden;
}

.wakuBtm05 {
	background:url('/img/waku01_btm_rr.gif') right;
	height:13px;
	overflow:hidden;
}

/* ---- .$BDI2C!!F|5-#T#O#PMQ.(B ---- */

.wTOP {
	background:url('/img/w_top_r.gif') right;
	height:17px;
	overflow:hidden;
}

.wBTM {
	background:url('/img/w_btm_r.gif') right;
	height:20px;
	overflow:hidden;
}

/* ---- .$BDI2C!!$*Ld$$9g$o$;MQ.(B ---- */

table.tableContact {
	border-bottom:1px solid #C0BCBC;
}

table.tableContact tr td {
	border-top:1px solid #C0BCBC;
	background-color:#F3F2EC;
}

table.tableContact tr th {
	border-top:1px solid #C0BCBC;
	background-color:#E0DDD3;
}

table.tableContact tr td table tr td {
	border:0px solid;
}

table.tableContact tr td table tr th {
	border:0px solid;
}

/* ---- .$BDI2C!!>.8+=P$7MQ.(B ----*/

.sTitle {		/* .$B8+=P$7OH.(B */
	border:solid #C0BCBC;
	border-width:1px;
}

.sTitleBg {		/* .$B8+=P$7OH.(B */
	background:#E0DDD3;
}

.sTitleText {		/* .$B8+=P$7OH.(B */
	border:solid #C0BCBC;
	border-width:1px;
}

.sTitleBgText {		/* .$B8+=P$7OH.(B */
	background:#F3F2EC;
	padding:3px;
	color:#362B2B;
	font:bold;
}

/* ---- .$BDI2C!!.(BSUB.$B8+=P$7MQ.(B ----*/

.sTitleSub {		/* .$B8+=P$7OH.(B */
	border:solid 1px #C0BCBC;
	background:#E0DDD3;
	padding:3px 5px;
}

.sTitleBgSub {		/* .$B8+=P$7.(B */
	font:115%;
	font-weight:bold;
}

/* ---- .$BDI2C!!8!:w4XO".(B ---- */

.Price {
	font:115%;
	font-weight:bold;
}

.FormLink a:link {
	color:#000000;
	text-decoration:none;
}

.FormLink a:visited {
	color:#000000;
	text-decoration:none;
}

.FormLink a:hover {
	color:#EE614F;
	text-decoration:none;
}

.FormItem {
	margin:0.3em 0px 0.6em 0px;
	line-height:125%;
}

.btnBg {
	background:url('/img/btn_sr_r.gif') right top;
	height:63px;
	overflow:hidden;
}

.btnLink {
	color:#FFFFFF;
	font:11pt;
	font-weight:bold;
	padding:13px 6px 0px 0px;
}

.btnLink a:link {
	color:#FFFFFF;
	font-weight:bold;
}

.btnLink a:visited {
	color:#FFFFFF;
}

.btnLink a:hover {
	color:#FFFFFF;
}

.tabNormal {
	background:url('/img/tab_normal.gif') no-repeat;
	background-color:#D2CEC1;
	width:100px;
	font:10px;
	font-weight:bold;
	overflow:hidden;
}

.tabSelected {
	background:url('/img/tab_selected.gif') no-repeat;
	background-color:#615757;
	width:100px;
	font:10px;
	font-weight:bold;
	overflow:hidden;
}

.tabSelected a:link {
	color:#FFFFFF;
}

.tabSelected a:visited {
	color:#FFFFFF;
}

.tabSelected a:hover {
	color:#FFFFFF;
}

.tabNoItem {
	background:url('/img/tab_no_item.gif') no-repeat;
	background-color:#E5E5E5;
	width:100px;
	font:10px;
	font-weight:bold;
	color:#666666;
	overflow:hidden;
}

/* ---- .$BDI2C!!$=$NB>.(B ---- */

.prHr {
	background:#dedede;
	height:1px;
	overflow:hidden;
}

.PR {
	margin:0.3em 0px;
}

.TopItem {
	margin:0.6em 0px;
	line-height:150%;
}

.tx9pt {
	font:105%;
	line-height:150%;
}

.station {
	background:#ffcc66;
	padding:1px;
}

table.topSearch tr td {
	padding-right:5px;
}

/* ----.$B8!:w@Z$jBX$(.(B ---- */
.tabheader table {
	border-collapse: collapse; /* for IE */
	border-spacing: 0; /* for N6 */
}

.tabheader td.open {
	background-image:url('/img/tab_bg_selected.gif');
	height:29px;
	width:118px;
}

.tabheader td.off {
	background-image:url('/img/tab_bg.gif');
	height:29px;
	width:118px;
}

/* ----.$BDI2C!!%-%c%s%Z!<%s%Z!<%8MQ.(B ---- */
#camp_container {
	width:550px;
	margin:0px auto;
	text-align:center;
}

#camp_container td {
	vertical-align:top;
}

#camp_container ul {
	list-style-type: none;
	margin:10px;
	padding:0px;
}

#camp_container li {
	line-height:150%;
	margin:0px;
}

#camp_container p {
	margin: 3px 0px;
	line-height:140%;
}

#top_img {
	margin-bottom:10px;
}

.tbl_present td {
	border-bottom:dotted 1px #999999;
	padding:15px 5px;
}

.glayline {
	border-bottom:dotted 1px #999999;
	padding-bottom:10px;
}

#pre_form {
	margin-top:20px;
}

/* ---- TopicBox .$B>.ARDI2C.(B20060209---- */

.topicBoxBody3 {
	padding:1px;
	background:#FFEFD5;
	border:solid #FFA500;
	border-width:1px;
	width:180px;
}

.sTitle2 {
	border:solid #FFA500;
	border-width:1px;
	width:180px;
}

.sTitleBg2 {
	background:#FFA500;
}

/* ---- Footer 2006/04/14 ---- */
.siteLink {
	margin:20px 0px 30px;
}

.niftyFooter {
	margin-top:10px;
}

.footText {
	font:10pt;
}

table#nif_footer tr td {
	padding:3px;
	font-size:12px;
	white-space:nowrap;
	padding:3px 5px;
}

table#nif_footer td.OtherLinks {
	padding:0 0 0.8em 0;
	white-space:nowrap;
}

table#nif_footer td.tdLine {
	border-bottom:1px solid #DEDEDE;
}

/* ---- .$BDI2C!!.(BPR.$BMQ%j%s%/%F%-%9%H!!.(B2006/05/10.$B!!:4F#.(B ---- */
#pr {
	border:solid 1px #666;
	width:130px;
	margin-left:3px;
	margin-top:20px;
}

.prtitle {
	color:#333;
	background-color:#B2B2B2;
	text-align:center;
	font-size:x-small;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:0px;
}

.prul {
	padding-left:25px;
	margin-left:-15px;
	margin-right:7px;
	margin-top:0px;
	margin-bottom:10px;
	list-style-type:none;
}

#pr li {
	line-height:120%;
	margin-bottom:8px;
}

/* 2006.08.31 edit goto */
.sortBox {
	padding:13px 0 5px 0;
}

div.sort {
	float:left;
	background:url(/img/flm_sort.gif) top right no-repeat #D2CEC1;
	width:155px;
	padding:0;
	margin-right:8px;
}

div.sort p {
	float:left;
	margin:0;
}

div.sort div {
	float:left;
	padding-top:1px;
	_padding-top:3px;
}

div.sort select {
	margin:0;
}

div.hit {
	float:left;
	padding-top:5px;
	white-space:nowrap;
}

td.pageing {
	padding:0 5px 0 0;
	line-height:125%;
}

td.pageing span {
	margin-right:3px;
}

td.pageing img {
	position:relative;
	top:1px;
	margin-right:3px;
}

/*
#fSearch{padding:0px 12px;}
#fSearch h2{margin:0; font-size:1.1em; color:#362B2B; border-left:5px solid #FF9D00; padding:0 4px;}
#haishin{padding-top:10px;}
#haishin th , #moyori th{border-right:solid 4px #C2BEBA; width:50px;}
#haishin td p{float:left; padding:0 5px 2px 5px; margin:0;}

#haishin td p span{padding-right:10px;white-space:nowrap; font-weight:bold; border-right:solid 1px #000; font-size:0.8em;}
#haishin td p img{margin-right:3px; position:relative; top:3px;}

#haishin td p span{white-space:nowrap; font-weight:bold; border-right:solid 1px #000; font-size:0.8em;padding-right:8px;}
*/
#fSearch {
	padding:0px 12px;
}

#fSearch h2 {
	margin:0;
	font-size:1.1em;
	color:#362B2B;
	border-left:5px solid #FF9D00;
	padding:0 4px;
}

#haishin {
	padding-top:10px;
}

#haishin th,
#moyori th {
	border-right:solid 4px #C2BEBA;
	width:50px;
}

#haishin td p {
	float:left;
	padding:0 5px 2px 5px;
	margin:0;
}

#haishin td p span {
	white-space:nowrap;
	font-weight:bold;
	border-right:solid 1px #000;
	font-size:0.8em;
	padding-right:8px;
}

#haishin td p img {
	margin-right:3px;
	position:relative;
	top:3px;
}

#moyori {
	padding-bottom:5px;
}

#moyori td {
	padding:0 5px;
}

#moyori td p {
	font-weight:bold;
	font-size:1.1em;
	color:#362B2B;
	margin:0;
}

#moyori td div {
	line-height:1.1em;
	padding-bottom:5px;
}

table.tableType2 tr td {
	padding:2px 3px;
}

table.tableType2 td p {
	line-height:1.5em;
}

table.tableType2 span {
	font-size:0.8em;
}

table.tableType2 em {
	font-size:1.4em;
	font-style:normal;
	color:#D12B15;
	font-weight:bold;
}

table.tableType2 th img {
	position:relative;
	top:2px;
	margin-right:1px;
}

.clear {
	clear:both;
}

caption {
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
	color:#615757;
	padding:15px 0 2px 0;
	margin-bottom:3px;
	border-bottom:1px solid #E0DDD3;
}

caption span {
	border-left:4px solid #FF9D00;
	padding:0 4px;
}

/* 20070625 edit */

label,
input,
radio,
table#loanSimulation1 td span,
table#loanSimulation1 td span em,
table#loanSimulation2 td span,
table#loanSimulation2 td span em {
	zoom:1;
}

table#loanSimulation1 td span input,
table#loanSimulation2 td span input {
	margin:0 3px;
}

table#loanSimulation1 td span,
table#loanSimulation2 td span {
	margin:0 10px 0 0;
}

table#loanSimulation2 td span.s,
table#loanSimulation2 td span span {
	margin:0;
}

table#loanSimulation1 td span em,
table#loanSimulation2 td span em {
	font-style:normal;
	font-weight:bold;
}

/* 20071004 edit */
/* -- div.ads -- */
div.ads dl {
	padding:10px;
	margin:0;
}

div.ads dt {
	display:block;
	padding:0;
	margin:0;
}

div.ads dt a {
	margin:0 20px 0 0;
	font-weight:bold;
}

div.ads dt span a {
	color:#008000!important;
	font-weight:normal!important;
	text-decoration:none!important;
}

div.ads dd {
	display:block;
	margin:.6em 0 1em;
}

div.ads dd a {
	color:#333!important;
	font-weight:normal!important;
	text-decoration:none!important;
}

/*20071129 add*/


div.topBuySearch {
	background:#FDF1C7;
	padding:5px 8px;
	border-top:1px solid #FF830A;
	border-right:1px solid #FF830A;
	border-left:1px solid #FF830A;
	zoom:1;
}

div.topBuySearchBtm {
	background:url(/img/top_t_buysearch_bg.gif) no-repeat right bottom;
	height:4px;
}

div.topRentSearch {
	background:#E7FCC9;
	padding:5px 8px;
	border-left:1px solid #79B50F;
	border-right:1px solid #79B50F;
	border-top:1px solid #79B50F;
	zoom:1;
}

div.topRentSearchBtm {
	background:url(/img/top_t_rentsearch_bg.gif) no-repeat right bottom;
	height:4px;
}

div.topSearchHistory {
	background:#F6F5F5 url(/img/top_searchhistory_bgrt.gif) no-repeat right top;
	margin-top:10px;
}

div.topSearchHistory p {
	background:url(/img/top_searchhistory_bglt.gif) no-repeat left top;
	padding:3px 10px 1px 22px;
	margin:0;
	color:#615757;
}

div.topSearchHistory div {
	background:url(/img/top_searchhistory_bgrb.gif) no-repeat right bottom;
	height:3px;
}

/*Buy lifestyle */

div#buyLifestyle div.module {
	margin:0 0 10px;
}

div#buyLifestyle div.module h3 {
	margin:10px 3px 5px;
}

div#buyLifestyle div.module table {
	width:100%;
	background:url(/img/buy_life_bg.gif) repeat-x left top;
}

div#buyLifestyle table td {
	vertical-align:top;
}

div#buyLifestyle div.module table dl {
	margin:0;
	padding:2px 0 0;
}

div#buyLifestyle div.module table dt {
	font-weight:bold;
	margin:0 0 10px;
}

div#buyLifestyle div.module table dt a {
	background:url(/img/buy_life_arrow.gif) no-repeat 0px 2px;
	padding:0 0 0 13px;
}

div#buyLifestyle div.module table dd.ph {
	width:90px;
	float:left;
	margin:0;
}

div#buyLifestyle div.module table dd.txt {
	margin-left:90px;
	line-height:1.35em;
}

div#buyLifeStyle div#newInfo {
	width:592px;
	padding-top:12px;
	margin:27px auto 15px;
	background:#F3F2ED url(/img/buy_life_newinfo_bgtop.gif) no-repeat left top;
}

div#buyLifeStyle div#newInfo p.buyLink img,
div#buyLifeStyle div#newInfo p.newLink img {
	vertical-align:middle;
}

div#buyLifeStyle div#newInfo p.buyLink {
	margin:0 12px 7px;
	padding-bottom:7px;
	background:url(/img/buy_life_linedot.gif) repeat-x left bottom;
}

div#buyLifeStyle div#newInfo p.newLink {
	margin:0 12px 14px;
}

div#buyLifeStyle div#newInfo p.buyLink a,
div#buyLifeStyle div#newInfo p.newLink a {
	font-weight:bold;
}

div#buyLifestyle div#newInfo p.powered {
	padding:10px;
	margin:0;
	text-align:right;
	font-size:0.86em;
	background: url(/img/buy_life_newinfo_bgbtm.gif) no-repeat left bottom;
}

div#buyLifestyle div#newInfo div.inner {
	width:572px;
	background:#fff url(/img/buy_life_newinfo_innerbg.gif) no-repeat left bottom;
	padding:0 0 15px;
	margin:0 0 0 10px;
}

div#buyLifestyle div#newInfo div.inner h4 {
	margin:0 0 12px;
}

div#buyLifestyle div#newInfo div.inner p.desc {
	margin:0 12px 10px;
}

div#buyLifestyle div#newInfo div.inner table p.ttl {
	margin:0 0 5px;
}

div#buyLifestyle div#newInfo div.inner table p.txt {
	margin:0 7px 10px;
}

div#buyLifestyle div#newInfo div.inner table ul {
	list-style:none;
	margin:13px 7px 20px;
	padding:0;
}

div#buyLifestyle div#newInfo div.inner table ul li {
	margin:0 0 3px;
}

div#buyLifestyle div#newInfo div.inner table ul li img {
	vertical-align:top;
	margin-right:2px;
}

div#buyLifestyle div#newInfo div.inner table ul li input {
	width:140px;
}

div#buyLifestyle div#newInfo div.inner table p.btn {
	text-align:center;
	margin:0;
}

div#buyLifestyle div#newInfo div.inner table p.loginBtn {
	text-align:center;
	font-size:0.86em;
	margin:0 0 5px;
}

div#buyLifestyle div#newInfo div.inner table p.lostPass {
	text-align:center;
	margin:0;
	font-size:0.86em;
}

/*TOP.$B$*$9$9$a.(B*/


div#TopOsusume div.sTitle {
	margin:0px 0 5px 0;
}

div#TopOsusume div#module1 dd.ph {
	width:90px;
	float:left;
	margin:0;
}

html>/**/body div#TopOsusume div#module1 dl {
	margin:0;
}

div#TopOsusume div#module1 dt {
	background:url(/img/top_yajirusi_07.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	margin:0 0 10px 0;
	font-weight:bold;
}

div#TopOsusume div#module1 table {
	_margin-bottom:-15px;
}

div#TopOsusume div#module2 {
	margin:5px 0 20px 0;
}

div#TopOsusume div#module1 {
	margin:5px 0 0px 0;
}

div#TopOsusume div#module1 p {
	color:#cc0000;
	margin:0 0 3px;
	padding:0x;
}

div#TopOsusume td {
	vertical-align:top;
}

div#TopOsusume img {
	border:0;
}

/* clearfix */

.pkg:after {
	content: "";
	display: block;
	clear: both;
	height: 0.1px;
}

* html .pkg {
	display: inline-block;
}

/* no ie mac \*/
* html .pkg {
	height: 1%;
}

.pkg {
	display: block;
}

/* */




/*===================================================================
	 .$BITF0;:%H%C%W!!.(Bindex.jsp
===================================================================*/


div#myhometopNew h2,
div#myhometopNew h3,
div#myhometopNew h4 div#myhometopNew p {
	margin:0 auto;
	padding:0;
}

div#myhometopNew {
	list-style:none;
	background: url(/img/buyrent_new_ttlbg_right.gif) no-repeat right top;
	margin:0 0 10px 0;
	padding:0;
	word-break:break-all;
	zoom:1;
}

div#myhometopNew div#myhometopNew_dtl {
	background: url(/img/buyrent_new_ttlbg_left.gif) no-repeat left top;
}

div#myhometopNew div#myhometop_whatsnew_ttl {
	padding:15px 20px 0;
}

div#myhometopNew div#myhometop_whatsnew_ttl h2 {
	float:left;
	width:160px;
}

div#myhometopNew div#myhometop_whatsnew_ttl p {
	text-align:right;
	font-weight:bold;
	margin:8px 0 0;
	line-height:1.3;
	padding-right:5px;
}

div#myhometopNew div.myhometopNew_topinfo {
	background:transparent url(/img/whatsnew_bg_line.gif) repeat-x scroll left top;
	font-weight:bold;
	margin:5px 20px 0;
	padding-top:12px;
}

div#myhometopNew div.myhometopNew_topinfo table {
	width:100%;
	padding:0 20px;
}

div#myhometopNew div.myhometopNew_topinfo div.myhometopNew_banner {
	width:110px;
}

div#myhometopNew div.myhometopNew_topinfo div.myhometopNew_topinfo_text {
	margin: 0 20px 5px 120px;
}

div#myhometopNew div.myhometopNew_topinfo p.myhometopNew_banner {
	float:left;
	width:110px;
	margin:0;
}

div#myhometopNew div.myhometopNew_topinfo div.myhometopNew_topinfo_text h3 {
	font-size:110%;
}

div#myhometopNew div.myhometopNew_topinfo div.myhometopNew_topinfo_text p {
	margin: 8px 0;
	font-weight:normal;
}

div#myhometopNew div.myhometopNew_topinfo div.myhometopNew_topinfo_text p span.textRed {
	color:#d12b15;
	font-weight:bold;
}

div#myhometopNew div.myhometopNew_topinfo div.myhometopNew_topinfo_text p span.moreLink {
	font-size:85%;
	font-weight:bold;
	white-space:nowrap;
	margin-left:3px;
}

div#myhometopNew div.myhometopNew_topinfo div.myhometopNew_topinfo_text h3 img {
	margin-left:5px;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 {
	background: url(/img/linedot_grey.gif) repeat-x scroll left top;
	margin:8px 20px 0;
	padding-top:8px;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 ul li {
	list-style:none;
	margin-bottom:2px;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table {
/*	margin: 0 20px;*/
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table td {
	text-aling:left;
	padding:3px 0 3px 8px;
	border-bottom:#fff 1px solid;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table td span {
	white-space:nowrap;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table td a {
	font-weight:bold;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table tr {
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table td.myhometopNew_topinfo02_date01 {
	background:#615758;
	color:#fff;
	padding:3px 10px;
	text-align:center;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table td.myhometopNew_topinfo02_date02 {
	background:#817979;
	color:#fff;
	padding:1px 4px;
	text-align:center;
}

div#myhometopNew div#myhometopNew_dtl div.myhometopNew_topinfo02 table td.myhometopNew_topinfo02_date03 {
	background:#a09a9b;
	color:#fff;
	padding:1px 4px;
	text-align:center;
}

/* .$B8!:w%Q!<%D.(B */

div#myhometop_buyrent {
	background: url(/img/buyrent_top_ttlbg_right.gif) no-repeat right top;
	margin:0 0 7px;
	padding:0;
	text-align:center;
	word-break:break-all;
	zoom:1;
}

div#myhometop_buyrent a img {
	border-style:none;
}

div#myhometop_buyrent div#myhometop_buyrent_dtl {
	background: url(/img/buyrent_top_ttlbg_left.gif) no-repeat left top;
}

div#myhometop_buyrent div#myhometop_buyrent_dtl h2 {
	margin:0;
}

div#myhometop_buyrent div#myhometop_buyrent_buy,
div#myhometop_buyrent div#myhometop_buyrent_rent {
	text-align:left;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy,
div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent {
	float:left;
	width:278px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy {
	margin-right:10px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div.myhometop_buyrent_ttl {
	vertical-align:middle;
}

div#myhometop_buyrent div#myhometop_buyrent_buy div.myhometop_buyrent_ttl {
}

div#myhometop_buyrent div#myhometop_buyrent_rent div.myhometop_buyrent_ttl {
}

div#myhometop_buyrent div#myhometop_buyrent_main div.myhometop_buyrent_ttl h3 {
	margin: 0px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div.myhometop_buyrent_ttl h3 img {
	vertical-align: bottom;
}

div#myhometop_buyrent div#myhometop_buyrent_main div.myhometop_buyrent_ttl p {
	font-size:86%;
	padding:6px 0 0;
	text-align:right;
	margin:0pt;
 *margin:4px 0 0;
}

div#myhometop_buyrent div#myhometop_buyrent_main {
	margin-left:11px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy div.myhometop_buyrent_border {
	border: #ff830a solid 4px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent div.myhometop_buyrent_border {
	border: #79b50f solid 4px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div.myhometop_buyrent_border ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy div.myhometop_buyrent_value {
	background:#fff5dc;
	text-align:right;
	padding:2px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent div.myhometop_buyrent_value {
	background:#effcd7;
	text-align:right;
	padding:2px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy div.myhometop_buyrent_value span {
	font-size:85%;
	padding-right:3px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent div.myhometop_buyrent_value span {
	font-size:85%;
	padding-right:3px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy div.myhometop_buyrent_value em {
	font-weight:bold;
	font-style:normal;
	color:#6b3500;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent div.myhometop_buyrent_value em {
	font-weight:bold;
	font-style:normal;
	color:#2c4600;
}

div#myhometop_buyrent div#myhometop_buyrent_main ul li {
	padding: 4px 0;
	font-weight:bold;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy ul li {
	background:transparent url(/img/top_arr_buy2.gif) no-repeat scroll left 6px;
	/*	padding-bottom:6px;*/
	padding-left:19px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent ul li {
	background:transparent url(/img/top_arr_rent2.gif) no-repeat scroll left 6px;
	padding-bottom:3px;
	padding-left:19px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div.myhometop_buyrent_border div.myhometop_buyrent_list {
	padding:5px 5px 5px;
	min-height: 165px;
	_height: 168px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy ul li.myhometop_buyrent_searchall p {
	font-size:116%;
	background: url(/img/linedot_grey.gif) repeat-x left top;
	padding-top:8px;
	margin: 8px 0 0;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_buy ul li.myhometop_buyrent_searchall {
	background:transparent url(/img/top_arr_buy2.gif) no-repeat scroll left 12px;
	padding:0 0 0 18px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent ul li.myhometop_buyrent_searchall p {
	font-size:116%;
	background: url(/img/linedot_grey.gif) repeat-x left bottom;
	padding-bottom:8px;
	margin: 0 0 8px;
}

div#myhometop_buyrent div#myhometop_buyrent_main div#myhometop_buyrent_rent ul li.myhometop_buyrent_searchall {
	background:transparent url(/img/top_arr_rent2.gif) no-repeat scroll left 4px;
	padding:0 0 0 18px;
}

div#myhometop_buyrent div#myhometop_buyrent_buy div.myhometop_buyrent_list ul {
	margin:0 0 0px;
}

/*===================================================================
	 .$B<Z$j$k%H%C%W!!.(Brent_top.htm
===================================================================*/


div#renttop_search {
	width:592px;
	text-align:center;
	position:relative;
	background: url(/img/buyrent_top_bg.gif) no-repeat left 95px;
	margin-bottom:14px;
}

div#renttop_search div#rentotop_search_list {
	margin:0 10px;
	background:url(/img/rent_top_green_bg.gif) no-repeat left bottom;
	padding-bottom:12px;
	text-align:center;
}

div#renttop_search div#rentotop_search_list h4 {
	margin:0 auto;
	padding:0;
}

div#renttop_search div#rentotop_search_list table {
	margin:0 10px;
	width:552px;
}

div#renttop_search div#rentotop_search_list table td {
	font-weight:bold;
	font-size:100%;
	padding:2px 10px 0;
	vertical-align:top;
}

div#renttop_search div#rentotop_search_list table td p {
	background:url(/img/rent_top_arr.gif) no-repeat left 0.5em;
	padding-top:3px;
	padding-left:19px;
	zoom:1;
}

div#renttop_search div#rentotop_search_list table td p span {
	white-space:nowrap;
}

div#renttop_search div#rentotop_search_list table td a {
}

div#renttop_search div#rentotop_search_list table td.rentotop_search_all {
	background: url(/img/rent_top_white_bgbtm.gif) no-repeat left bottom;
	padding:0;
}

div#renttop_search div#rentotop_search_list table td div.rentotop_search_all_in {
	background: url(/img/rent_top_white_bgtop.gif) no-repeat left top;
	font-size:110%;
	padding:5px 10px;
}

div#renttop_search div#rentotop_search_list table td div.rentotop_search_all_in p {
	background:url(/img/top_arr_rent2.gif) no-repeat left 0.5em;
	padding:2px 10px 2px 19px;
	font-style:normal;
	margin:0;
}

div#renttop_search div#rentotop_search_list table td span {
	white-space:nowrap;
}

/*===================================================================
	 .$BGc$&%H%C%W!!.(Bbuy_top.htm
===================================================================*/


div#buytop_search {
	width:592px;
	text-align:center;
	position:relative;
	background: url(/img/buyrent_top_bg.gif) no-repeat left 95px;
	margin-bottom:14px;
}


div#buytop_search div#buyotop_search_list {
	margin:0 10px;
	background:url(/img/buy_top_orange_bg.gif) no-repeat left bottom;
	padding-bottom:12px;
	text-align:center;
}

div#buytop_search div#buyotop_search_list h4 {
	margin:0 auto;
	padding:0;
}

div#buytop_search div#buyotop_search_list table {
	margin:0 10px;
	width:552px;
}

div#buytop_search div#buyotop_search_list table td {
	font-weight:bold;
	font-size:100%;
	padding:2px 10px 0;
}

div#buytop_search div#buyotop_search_list table td p {
	background:url(/img/buy_top_arr.gif) no-repeat left 0.3em;
	padding-bottom:3px;
	padding-left:19px;
	margin:0;
}

div#buytop_search div#buyotop_search_list table td p span {
	white-space:nowrap;
}

div#buytop_search div#buyotop_search_list table td.buyotop_search_all {
	background: url(/img/buy_top_white_bgbtm.gif) no-repeat left bottom;
	padding:0;
}

div#buytop_search div#buyotop_search_list table td p.buyotop_search_all_in {
	background: url(/img/buy_top_white_bgtop.gif) no-repeat left top;
	font-size:110%;
	padding:5px 10px;
}

div#buytop_search div#buyotop_search_list table td p.buyotop_search_all_in a {
	background:url(/img/top_arr_buy2.gif) no-repeat left 50%;
	padding:0 10px 0 19px;
	min-height:13px;
	_height:13px;
}

div#buytop_search div#buyotop_search_list table td span {
	white-space:nowrap;
}

div#buytop_search div#buyotop_search_ttl h3,
div#renttop_search div#rentotop_search_ttl h3 {
	margin:0 auto;
	padding:0;
}

div#sell div.sellInfo {
	padding:10px 0 15px;
}

div#sell div.sellInfo img,
div#sell div.sellInfo a {
	border:0;
}

div#sell div.sellInfo div.ph {
	width:90px;
	float:left;
	padding-top:3px;
}

div#sell div.sellInfo div.txt {
}

div#sell div.sellInfo div.txt p {
	margin:0 0px 3px 0px;
}

div#sell div.sellInfo div.txt p.more {
	text-align:right;
}

div#sell div.sellInfo div.txt p.more a {
	background:url(/img/top_yajirusi_07.gif) no-repeat 0px 2px;
	padding:0 0 0 14px;
	font-weight:bold;
}

div#sell div.sellInfo div.txt dl {
	margin:0;
	padding:10px 0 0;
	white-space:nowrap;
}

div#sell div.sellInfo div.txt dl dt,
div#sell div.sellInfo div.txt dl dd {
	display:inline;
	margin:0;
	padding:0px;
}

div#sell div#sell0904 .sellunit {
	width:571px;
	margin:14px 5px 0 5px;
}

div#sell div#sell0904 .sellunitInner {
	border-bottom:#cee9f5 1px solid;
	border-left:#cee9f5 1px solid;
	border-right:#cee9f5 1px solid;
	padding:5px 8px;
}

div#sell div#sell0904 .sellunit ul {
	list-style:none;
	padding:10px 0 0 0;
	margin:0;
	display:block;
}

div#sell div#sell0904 .sellunit li {
	background:transparent url(/img/top_yajirusi_07.gif) no-repeat scroll 0 2px;
	padding:0 0 10px 14px;
	font-size:1.05em;
}

div#sell div#sell0904 .sellunit p {
	margin:0;
	padding:0;
}

div#sell div#sell0904 div.txt {
	margin:0;
	padding-left:5px;
}

div#sell div#sell0904 p.photo {
/*float:left;*/
		/*padding:10px;*/

	}

/*===================================================================
	 SEO.$BBP:v%Z!<%8.(B
===================================================================*/

.SEOPage .menuFrameBottom {
	background:none;
}

.SEO ul {
	padding:0;
	margin:0;
}

.SEO li {
	list-style:none;
}

/* .navi */

.SEO .navi {
}

.SEO .navi ul {
	width:940px;
	padding:10px 0 20px;
}

.SEO .navi ul li {
	float:left;
	margin-right:0.7em;
}

.SEO .navi ul li a {
	margin-right:0.7em;
	white-space:nowrap;
}

/*-------------------------------------------------------------------
	.$BETF;I\8)A*.(B
-------------------------------------------------------------------*/

#SEO-Area {
	padding-bottom:30px;
}

/* .unit */

#SEO-Area .unit {
	margin-bottom:25px;
}

#SEO-Area .unit h3 {
	background:#f4f3ee;
	font-size:1.2em;
	padding:5px 15px;
	margin:0;
}

#SEO-Area .unit .inner {
	padding:15px 15px 0;
}

#SEO-Area .unit .inner table {
	width:910px;
}

#SEO-Area .unit .inner td {
	width:150px;
}

/*-------------------------------------------------------------------
	.$B1h@~A*Br.(B
-------------------------------------------------------------------*/

#SEO-Railway {
	padding-bottom:30px;
}

#SEO-Railway .unit {
	margin-bottom:25px;
}

#SEO-Railway .unit h3 {
	background:#d12b15;
	font-size:1.2em;
	padding:5px 15px;
	color:#FFF;
	margin:0;
}

#SEO-Railway .unit .inner {
	padding:15px 15px 5px;
}

#SEO-Railway .unit table {
	width:910px;
}

#SEO-Railway .unit table tr {
}

#SEO-Railway .unit table td {
	width:182px;
}

#SEO-Railway .pageTopLink {
	text-align:right;
	margin:0;
}

#SEO-Railway .pageTopLink a {
	background:url(/img/icon_seo_arrow_top.gif) 0 0.27em no-repeat;
	padding:2px 0 2px 15px;
}

/*-------------------------------------------------------------------
	.$B1XA*Br.(B
-------------------------------------------------------------------*/

#SEO-Station {
	padding-bottom:30px;
}

#SEO-Station .unit {
	margin-bottom:15px;
}

#SEO-Station .unit h3 {
	background:#d12b15;
	font-size:1.2em;
	padding:5px 15px;
	color:#FFF;
	margin:0;
}

#SEO-Station .unit h4 {
	border-left:5px solid #dad5c5;
	padding-left:10px;
	font-size:1.2em;
	margin:10px 0;
}

#SEO-Station .unit .inner {
	padding:0 10px 15px;
	background:url(/img/line_seo_unit.gif) 0 100% repeat-x;
}

#SEO-Station .unit table {
	width:920px;
}

#SEO-Station .unit table td {
	width:455px;
}

#SEO-Station .unit table td p {
	padding:0 10px;
	background:url(/img/icon_seo_dot.gif) 3px 0.65em no-repeat;
}

#SEO-Station .pageTopLink {
	text-align:right;
}

#SEO-Station .more {
	text-align:right;
	margin:0;
}

#SEO-Station .more .moreLink {
	margin-right:1em;
}

#SEO-Station .more .moreLink a {
	background:url(/img/icon_seo_arrow_more.gif) 0 0.27em no-repeat;
	padding:2px 0 2px 15px;
}

#SEO-Station .more .pageTopLink a {
	background:url(/img/icon_seo_arrow_top.gif) 0 0.27em no-repeat;
	padding:2px 0 2px 15px;
}

/*#kiso 090708*/
#kiso b {
	color:#ff0000;
	font-size:1.2em;
}

#kiso p.detail {
	text-align:right;
}

#kiso p.detail a {
	padding:3px 0px 3px 15px;
	background: url(/kiso/img/arrow_kantei.gif) 0 0.3em no-repeat;
	font-weight:bold;
}

/*#kantei 090708*/

#kantei b {
	font-size:1.05em;
}

#kantei a.arrow {
	padding:3px 0px 3px 15px;
	background: url(/kiso/img/arrow_kantei.gif) 0 0.3em no-repeat;
}

#kantei .lh125 {
	margin-top:5px;
}

/**************************************************************************************
	Add style                                                                2009.05.15
 **************************************************************************************/

/* top page */
#searchFreeWords {
	text-align:right;
	margin:0;
	padding:3px;
	float:right;
*white-space:nowrap;
}

#searchFreeWords input,
#searchFreeWords label {
	vertical-align:middle;
}

#searchFreeWords label {
	color:#FFFFFF;
	margin-right:10px;
}

#searchFreeWords #q {
	width:200px;
}

.topTitle {
	height:auto;
}

/* top page bnr */

.topTitle .ttlBnr {
	padding:4px 0 0 3px;
	margin-right:5px;
	float:left;
}

.topTitle .ttlBnr a,
.topTitle .ttlBnr img {
	border:0;
}

/* clearfix */
.topTitle:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}

.topTitle {
	display: inline-block;
}

/* no ie mac \*/
* html .topTitle {
	height: 1%;
}

.topTitle {
	display: block;
}

/* */



#topPage .menuFrameTop {
	height:1em;
	line-height:1;
	width:140px;
	padding:0;
	margin:0;
	overflow:visible;
	border-top:0.3em solid #615757;
*border-top:0.1em solid #615757;
}

/* search result page */
.exemption {
	text-align:right;
	margin:0 10px 10px;
}

.exemption table {
	float:right;
}

.exemption table th {
	width:23px;
	vertical-align:top;
}

.exemption table td {
	padding:0 10px;
	vertical-align:top;
}

.exemption table td p {
	color:#666666;
	margin:0;
	padding-left:15px;
	line-height:120%;
	font-size:0.86em;
}

/* .sub -*/

.sub5 {
	width:200px;
	padding:22px 0 0;
	background:#FFF;
	font-size:90%
}

.sub5 h3 {
	background:#FFE85F;
	margin:1px 1px 0 0;
	_margin:1px 0 0 0;
	padding:5px 10px;
	font-size:1.2em;
}

.sub5 h4 {
	background:#EEEEEE url(/buy/used_house/img/sub_crown.gif) 8px 5px no-repeat;
	margin: 0 1px 10px 0;
	_margin: 0 0 10px 0;
	padding:7px 0 5px 33px;
	min-height:14px;
	height: auto !important;
	height: 26px;
}

.sub5 .selectWrap {
	background:#FFE85F;
	margin:0 1px 1px 0;
	_margin:0 0 1px 0;
	padding:5px 10px;
}

.sub5 ol {
	padding:0 10px 5px;
	list-style-type:none;
}

.sub5 ol li {
	margin:0 0 5px;
}

.sub5 p.other {
	margin:0 0 10px;
}

/* .condition */

table.contents td.mainTop .condition,
table.contents td.main .condition {
	border:1px solid #C5C0C0;
	margin-bottom:20px;
}

table.contents td.mainTop .condition h3,
table.contents td.main .condition h3 {
	border-top:1px solid #fff;
	padding:5px;
	background:#E9E9E9;
	margin:0;
}

table.contents td.mainTop .condition .past,
table.contents td.main .condition .past {
	border-bottom:1px solid #C5C0C0;
}

table.contents td.mainTop .condition .past {
	background:#fff;
	padding:6px 8px;
	margin:0;
}

table.contents td.mainTop .condition .favarite,
table.contents td.main .condition .favarite {
	background:#fff;
	padding:0;
	margin:0;
}

table.contents td.mainTop .condition dl,
table.contents td.main .condition dl {
	padding:6px 8px;
	margin:0;
}

table.contents td.mainTop .condition dt,
table.contents td.main .condition dt {
	width:85px;
	float:left;
}

table.contents td.mainTop .condition dd.text,
table.contents td.main .condition dd.text {
	float:left;
	width:420px;
	margin:0;
}

table.contents td.mainTop .condition .past dd.text,
table.contents td.main .condition .past dd.text {
	width:470px;
}

table.contents td.mainTop .condition dd.btn,
table.contents td.main .condition dd.btn {
	width:44px;
	float:right;
	margin:0;
}

table.contents td.mainTop .condition li,
table.contents td.main .condition li {
	padding-top:1px;
	background:url(/lib/images/line_dash.gif) repeat-x 0 0;
	list-style:none;
}

table.contents td.mainTop .condition li.first,
table.contents td.main .condition li.first {
	padding-top:none;
	background-image:none;
}

/* oyakudachi�@*/

td.sub div#subOyakudachiInfo {
	margin:0 0 10px;
}

td.sub div#subOyakudachiInfo h2 {
	height:40px;
	margin:0;
	padding:0;
}

td.sub div#subOyakudachiInfo h2 img {
	display:block;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

td.sub div#subOyakudachiInfo ul {
	clear:both;
	margin:0;
	padding:0;
}

td.sub div#subOyakudachiInfo li {
	padding:10px 0;
	margin:0;
	background:url(/lib/images/line_dash.gif) repeat-x 0 0;
	line-height:1.25em;
}

td.sub div#subOyakudachiInfo li.first {
	background-image:none;
}

td.sub div#subOyakudachiInfo img {
	float:left;
	margin:0 8px 5px 0;
	border:none;
}

td.sub div#subOyakudachiInfo h3 {
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
	font-size:1em;
}

td.sub div#subOyakudachiInfo p {
	margin:0;
	padding:0;
}

td.sub div#subOyakudachiInfo h3 img {
	float:none;
	margin:0;
	vertical-align:middle;
}

/* ���N�^���O�� */
td.sub div#adRectangle {
	margin:0 0 10px;
}

td.sub div.SubModule {
	margin:0 0 20px 0;
	padding:0;
	width:201px;
}

td.sub td.item {
	margin:10px 0 0 10px;
}

td.sub .adRectangle .noMarkItem {
	margin:0 0 10px;
}

td.sub .noMarkItem {
	margin:10px 0 0;
}

td.sub p {
	padding:5px 0;
	line-height:1.25em;
	margin:0;
}

/* tpHomewithnet */
div#tpHomewithnet {
	background:#FFF1CF url(/img/tp_frm_buy_rbottom.gif) bottom right no-repeat;
	padding:0;
	margin:0 0 30px;
}

div#tpHomewithnet div.module-inner {
	background:url(/img/tp_frm_buy_lbottom.gif) bottom left no-repeat;
}

div#tpHomewithnet div.module-inner dl {
	background:url(/img/tp_frm_buy_rtop.gif) top right no-repeat;
	margin:0;
}

div#tpHomewithnet div.module-inner dl.dl-border {
	background:url(/img/line_dot_buy.gif) repeat-x;
	padding:9px 3px 13px;
	margin:0 12px;
}

div#tpHomewithnet div.module-inner dt {
	display:block;
	float:left;
	background:url(/img/tp_frm_buy_ltop.gif) no-repeat;
	padding:13px 0 13px 15px;
}

div#tpHomewithnet div.module-inner dt img {
	vertical-align:middle;
}

div#tpHomewithnet div.module-inner dl.typ2 dt {
	padding:13px 0 6px 15px;
}

div#tpHomewithnet div.module-inner dl.dl-border dt {
	background:none;
	padding:0;
}

div#tpHomewithnet div.module-inner dd {
	float:left;
	padding:13px 15px 13px;
	margin:0;
	font-weight:bold;
	font-size:1.05em;
	line-height:1.5em;
}

div#tpHomewithnet div.module-inner dl.typ2 dd {
	padding:13px 15px 6px;
}

div#tpHomewithnet div.module-inner dl.dl-border dd {
	padding:0 0 0 15px;
}

div#tpHomewithnet div.module-inner dd span {
	padding:0 0.5em 0 0;
	margin:0 0.5em 0 0;
	border-right:1px solid #333;
	zoom:1;
}

div#tpHomewithnet div.module-inner dd span.no-brdr {
	border:none;
}

div#pageLink div#tpHomewithnet {
	margin:0 0 15px;
}

div#pageLink div#tpHomewithnet div.module-inner dd {
	padding:16px 15px 13px;
	font-size:100%;
}

/* �E�J���� �}���V�����R�~���j�e�B */
div.mCommunity {
	margin:5px 0 0;
}

div.mCommunity dl {
	border-bottom:1px dotted #ccc;
	padding:0 0 10px;
	margin:0;
}

div.mCommunity img {
	border:0;
}

div.mCommunity dt {
	font-weight:bold;
	margin:0 0 3px;
	padding:0;
}

div.mCommunity dd {
	margin:0;
	padding:0;
}

div.mCommunity dd span {
	text-align:right;
	display:block;
	margin:0 auto;
}

/*
*********************************************************************
	.topRankingWrap
*********************************************************************
*/

.topRankingWrap {
}

.topRankingWrap .inner {
	padding:20px 5px 5px;
	border-left:1px solid #C5C0C0;
	border-right:1px solid #C5C0C0;
	border-bottom:1px solid #C5C0C0;
}

.topRankingWrap a.arrow01 {
	background:url("/ranking/images/arrow01.gif") no-repeat scroll 0 50% transparent;
	height:auto !important;
	min-height:12px;
	padding:0 0 0 15px;
}

.topRankingWrap a.arrow02 {
	background:url("/ranking/images/arrow03.gif") no-repeat scroll 0 50% transparent;
	height:auto !important;
	min-height:12px;
	padding:0 0 0 15px;
}

.topRankingWrap ul.rankLink {
	padding:0;
	margin:0 5px 10px;
	font-size:1.05em; /* 14px */
	text-align:center;
}

.topRankingWrap ul.rankLink li{
	display:inline;
}

.topRankingWrap ul.rankLink li.first {
	margin:0 28px 0 0;
}

.topRankingWrap .title {
	margin:0;
}

.topRankingWrap .title p {
	margin:0;
}

.topRankingWrap .partnerWrap {
	background:#E9E9E9;
	padding:10px;
	margin:0;
}

.topRankingWrap .partnerWrap .inner {
	border:none;
	padding:0;
}

.topRankingWrap .partnerWrap .inner p.title {
	margin:0;
}

.topRankingWrap .partnerWrap .inner ul {
	overflow:hidden;
	padding:0;
	margin:8px -6px 0 0;
	width:560px;
}

.topRankingWrap .partnerWrap .inner ul li {
	float:left;
	font-size:0;
	margin:0 6px 10px 0;
	/*width:82px;*/
list-style:none;
}

.topRankingWrap .partnerWrap .inner ul li a img{
		border:none;}

.topRankingWrap .partnerWrap .inner ul li a:hover img {

	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*===================================================================
	0: Base setting
===================================================================*/
.pt5 {
	padding-top: 5px !Important;
}

.pt1 {
	padding-top: 1px !Important;
}
/*===================================================================
	buy MAJOR7
===================================================================*/
/* 20100803�ǋL */
.list ul.major7{
	list-style:none;
	display:block;
	margin:10px 0 0 0;
	padding:0;
	float:left;
}

.list ul.major7 li {
	float:left;
	display:inline;
	width:200px;
	font-weight:600;
}


.list ul.major7 li a{
	background:url(/buy/major7/img/ico/tp_arrow_or.gif) left no-repeat;
	padding:0 0 3px 15px;
	margin:0;
	float:left;
	display:inline;
}

.sTitleBg span.logo_major7{
	float:right;
	padding:1px;
}
table.contents td.main .condition h3 span.lead {
	font-weight:normal;
	text-align:right;
	padding:1px;
	font-size:0.7em;
	float:right;
}

table.contents td.main .condition h3 span.lead img {
	border:none;
}

table.contents td.main .condition h4.lead {
	padding:5px;
	background:#fff5e3;
	margin:0;
	font-weight:normal;
	font-size:0.9em;
}

/* 20100803�ǋL end */

/* 20101025�ǋL */

.mafc_num2 {
	padding:0px 0 10;
}

.mafc_num5 {
	padding:15px 0 0;
}

.ads p.ad_logo {
	background: url("/img/title_adsense.gif") 0 0 no-repeat;
	border-bottom:1px solid #666666;
	text-indent:-9999px;
}

.mafc_num2 .ads p.ad_logo {
	margin:0.3em 0 0.4em;
}

.mafc_num2 div.ads dl {
	margin:0;
	padding:0 10px 10px;
}

.mafc_num2 div.ads dl dd{
	margin:0.3em 0 0.4em;
}

/* 20101025�ǋL end */

/* add 20110124 Start */
.bannerInterior2011L { text-align:center; padding:0 0 5px;}
.bannerInterior2011L p { width:700px; margin:0 auto;}
.bannerInterior2011L img { border:none; vertical-align:bottom;}

p.bannerInterior2011S { width:260px; margin:0 15px 0 0; float:left;}
p.bannerInterior2011S img { border:none; vertical-align:bottom;}
.exemption table.bannerInterior2011S td { padding:0 0 0 5px;}
.exemption table.bannerInterior2011S td p { padding:0;}

/* add 20110124 End */

.smpBtn {
margin: 10px 0;

}

.smpBtn a {
margin: 0 10px;
padding:30px 5px;
background: #CD1B0D;
font-size:70px;
display:block;

/* css3 */
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;

-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);

border-bottom:1px solid rgba(0, 0, 0, 0.25);
line-height: 1em;
color: #FFFFFF !important;
font-weight: bold;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);

background-image: -webkit-gradient(linear, left top, left bottom,
					color-stop(0.0, rgba(255, 255, 255, 0.6)),
					color-stop(0.5, rgba(255, 255, 255, 0.3)),
					color-stop(0.5, rgba(255, 255, 255, 0.2)),
					color-stop(1.0, rgba(255, 255, 255, 0.0)));

	background-image: -moz-linear-gradient(top,
					rgba(255, 255, 255, 0.6) 0%,
					rgba(255, 255, 255, 0.3) 50%,
					rgba(255, 255, 255, 0.2) 50%,
					rgba(255, 255, 255, 0.0) 100%);
}
/* smpset */


/* --- signBoard --- */
.signBoard ul {
	margin: 0 0 10px;
	text-align: center;
list-style-type:none;
padding: 0;
}

.signBoard li {
	margin: 0 0 7px;
}

.signBoard li img {
border: 0;
}


/* --- areaIndex --- */
.areaIndex {
	margin: 0 13px 7px 0;
	border: solid 2px #4B3124;
	text-align: left;
}

.areaIndex h3 {
	margin: 0 0 -1px;
	padding: 0px;
	width:160px;
	float:left;
}

.areaIndex h3 img {
	vertical-align: bottom;
}

.areaIndex p {
	margin: 0px;
	padding: 0px;
	float:left;

}

.areaIndex p a {
	padding: 8px 18px 0 3px;
	font-size: 1.1em;
	font-weight: bold;
	display:block;
	background:url("/common/images/ico_rightarrow-br.gif") right 12px no-repeat;
}

/* -- menu�ǉ� --*/

.menuBody .subMenu {
margin:0px;
	padding: 0 6px;
list-style-type:none;
}

.menuBody .subMenu a {
	margin: 0 0 7px;
	font-size:91%;
	display: inline-block;
}


.menuBody .popularMenu {
padding:0px;
	margin: 0 6px 20px;
list-style-type:none;
}

.menuBody .popularMenu a {
	margin: 0 0 7px;
	display: inline-block;
	font-size:91%;
	font-weight: bold;
}

/*--- 20111027leftmenu icon---*/
a.exteriorMenu {
	background:url("/img/menu_btn_bg_osusume.gif") left top no-repeat;
}

a.reformMenu {}


body img {
display:none;
}

body div img , body table img {
display:inline;
}

a.menuEco {
font-size:0.9em;
}



/*--- 20121001about.jsp---*/
.about dl{
	width:398px;
	float:left;
	margin:0 0 15px;
	padding:0;
}
.about dt{
	width:73px;
	float:left;
	margin-right:10px;
}
.about dd{
	width:315px;
	float:right;
	margin:0;
	padding:0;
}
.about {
	margin-bottom:30px;
	clear:both;
	line-height:150%;
}
.about strong {
	font-weight:bold;
	font-size:110%;
}
.about .siteLeft{
	width:370px;
	float:left;
	margin-right:52px;
}
.about .siteLeft img, .about .siteRight img {
	margin-top:10px;
}
.about img {
	border:0;
}

/*-- 201309newUINav --*/
.menuBody .searchNav {
	margin:0 3px 5px 2px;
	border: solid 1px #615757;
	background:url("/common/images/spr/bg_tile.gif") repeat 0 0;
}

.menuBody .searchNav * {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.menuBody .searchNav dt {
	background:#615757;
	height:15px;
	text-indent: 100%;
	*text-indent: -9000px; /* for IE7/6 */
	white-space: nowrap;
  overflow: hidden;
	background:url("/common/images/spr/navi.gif") no-repeat 0 0;
}

.menuBody .searchNav dt a {
	display:block;
}

.menuBody .searchNav dd .catNav {
	margin: 0 2px;
}

.menuBody .searchNav dd .catNav li {
	padding: 5px;
	border-bottom: dotted 1px #615757;
}

.menuBody .searchNav dd .catNav li:last-child {
	border-bottom:none;
}

.menuBody .searchNav dd .catNav li a:before {
	content:"";
	margin:0 5px 0 0;
	width:3px;
	height:5px;
	background:url("/common/images/spr/navi.gif") no-repeat -532px -60px;
	display:inline-block;
	position:relative;
	top:-2px;
}

.menuBody .searchNav dd .catNav li a {
	font-weight:bold;
	font-size:1.1em;
}

.menuBody .searchNav dd .catNav li a:link , .menuBody .searchNav dd .catNav li a:visited {
	color:#362b2b;
}

.menuBody .searchNav dd .catNav li a:hover , .menuBody .searchNav dd .catNav li a:active {
	color:#d12b15;
}

.menuBody .searchNav dd .subCatNav {
	margin-bottom:3px;
	border-top: dotted 1px #615757;
}

.menuBody .searchNav dd .subCatNav li {
	padding: 2px 5px 2px 13px;
	border-bottom:none;
}

.menuBody .searchNav dd .subCatNav li a {
	font-size:0.9em;
}

.menuBody .searchNav .buyMansionSttl {
	background-position: 0px 0px;
}

.menuBody .searchNav .buyHouseSttl {
	background-position: -133px -15px;
}

.menuBody .searchNav .rentSttl {
	background-position: -266px -30px;
}

.menuBody .searchNav .buildSttl {
	background-position: -399px -45px;
}


td.menu .menu2Block,
td.menu .signBoard{
	display:none;
}
