@charset "utf-8";
/*
Theme Name: general
Theme URI: http://wordpress.org/
Description: 日本アシスト総合トップのテーマ
Version: 0.1
Author: Satoshi Harada
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

html{
	overflow-y: scroll;
}

body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing:1px;
	color: #333;
	text-align: center;
	margin:0;
	padding:0;
	}
	
html, body{
zoom:0.82;
}

body.first{
background:url('/images/background1.jpg') center top no-repeat;
}
body.second{
background:url('/images/background2.jpg') center top no-repeat;
}
body.third{
background:url('/images/background3.jpg') center top no-repeat;
}
body.fourth{
background:url('/images/background4.jpg') center top no-repeat;
}
body.fifth{
background:url('/images/background5.jpg') center top no-repeat;
}

body a:link{
color:#214478;
text-decoration:none;
}

body a:visited{
color:#214478;
text-decoration:none;
}

body a:hover{
color:#06C;
text-decoration:underline;
}

body a:active{
color:#214478;
text-decoration:underline;
}

strong{
font-weight:normal;
}

.red{
color:#a61515;
}


#page {
	border:none;
	text-align: left;
	position:relative;
	clear:both;
	}

#generalhead{
	height:90px;
	margin:0 auto;
	padding:0;
	background:#fff url('images/top-repeat.png') left top repeat-x;
}

#header{
	height:90px;
	width:900px;
	margin:0 auto;
	padding:0;
}

#header h1.company, #header p.company{
display:inline;
}

#header a#headerimg 	{
      width:340px;
      height:54px;
      background:url('images/headerimg.png') left top no-repeat;
      margin:35px 0 1px 0;
      padding:0;
      display:block;
      text-indent:-9999px;
      float:left;
	}
	
#header a#headerimg:hover{
background-position:-340px top;
	}


#header ul#headermenu{
width:222px;
height:27px;
margin:10px 0 0 0;
padding:0;
float:right;
list-style:none;
}

#header ul#headermenu li{
width:106px;
height:27px;
float:left;
margin:0 5px 0 0;
padding:0;
list-style:none;
}

#header ul#headermenu li a{
width:106px;
height:27px;
padding:0;
margin:0;
text-indent:-9999px;
display:block;
}



#header ul#headermenu li a#menu1{
background:url('images/info2.png') left top no-repeat;
}
#header ul#headermenu li a#menu1:hover{
background-position:-106px top;
}

#header ul#headermenu li a#menu2{
background:url('images/sitemap.png') left top no-repeat;
}
#header ul#headermenu li a#menu2:hover{
background-position:-106px top;
}

div.pop{
width:910px;
height:202px;
margin:0 auto;
padding:8px 0 0 0;
/*background:url('/images/white50.png');*/
text-align:center;
}

div.pop object, div.pop param{
width:878px;
margin:0 auto;
}

div.umenu{
height:1px;
}

.block{
display;block;
}

.cr{
clear:both;
}


#content {
margin:0;
padding:0;
font-size: 13px;
float:right;
}

.widecolumn .entry p {
	font-size: 13px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
line-height: 1.6em;
margin:0;
padding:0;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	}

h1 {
	font-size: 14px;
	text-align: center;
	}

#headerimg .description{
	font-size:14px;
	height:20px;
	width:500px;
	margin:22px auto 0 156px;
	}

h2 {
	font-size: 13px;
	}

h2.pagetitle {
	font-size:15px;
	}


h3 {
	font-size: 12px;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color:#ffc78c;
	font-weight:normal;
	}
	
#header h1.description, #header h2.description{
	text-decoration: none;
	text-align:right;
	line-height:13px;
	height:18px;
	width:450px;
	font-size:13px;
	color:#a79b93;
	float:right;
	padding:30px 7px 0 0;
	margin:0;
	font-weight:normal;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 13px;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page{
margin: 0 auto;
padding: 0;
width: 910px;
border:0;
min-height:1000px;
height: auto !important;
height: 1000px;
background:url('/images/white50.png');
}
* html #page{
background:none;
}




hr{
 clear:both;
}

hr.dotted{
display:block!important;
margin:0;
padding:0;
height:5px;
color:#fff;
border:none;
border-bottom:1px dotted #999;
background:#fff;
}

hr.hr10{
display:block!important;
visibility: hidden;
margin:0;
padding:0;
height:10px;
border:#fff 1px solid;
background:#fff;
}

hr.hr15{
display:block!important;
visibility: hidden;
margin:0;
padding:0;
height:15px;
border:#fff 1px solid;
background:#fff;
}

hr.hr20{
display:block!important;
visibility: hidden;
margin:0;
padding:0;
height:20px;
border:#fff 1px solid;
background:#fff;
}

hr.hr25{
display:block!important;
visibility: hidden;
margin:0;
padding:0;
height:25px;
border:#fff 1px solid;
background:#fff;
}

hr.hr30{
display:block!important;
visibility: hidden;
margin:0;
padding:0;
height:30px;
border:#fff 1px solid;
background:#fff;
}

.narrowcolumn {
padding: 0;
margin: 0;
width: 662px;
z-index:5;
position:relative;
}

	
#news{
margin:0;
padding:0;
z-index:5;
}

.widecolumn {
padding:0;
margin:0;
width: 662px;
z-index:5;
}

#sjouhou{
margin:0;
padding:10px 5px 0 5px;
z-index:5;
background:url('images/widetop.png') left top repeat-x;
}



.post {
	margin:0 0 -19px 0;
	padding:0;

/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding:0;
	margin:0;
	width:auto;
	height:161px;
	clear: both;
   	background:#302925 url('images/footerback.png') left top repeat-x;
	color:white;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}


#footercontent{
width:900px;
margin:0 auto;
padding:0;
text-align:left;
}

#footer #logo{
padding:0;
margin:0;
display:block;
width:85px;
height:79px;
}

#footer #logolink{
margin:0;
padding:17px 0 10px 0;
display:block;
width:85px;
height:79px;
}

#footer #footercontent p#fl {
line-height:23px;
margin:0;
padding:0;
width:450px;
float:left;
}

#footer #footercontent p#fl #rights{
color:#ac9b93;
}

#footer #footercontent address, #footer #footercontent p.address{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-decoration:none;
font-style:normal;
font-size:13px;
line-height:22px;
margin:0;
padding:26px 0 0 0;
float:right;
width:450px;
text-align:right;
}

#footer #footercontent address strong{
font-weight:normal;
line-height:35px;
vertical-align:top;
}

#footer #footercontent address #tel3, #footer #footercontent p.address #tel3{
padding:8px 0 0 0;
margin:0;
width:206px;
height:18px;
}

#footer a:link{
color:white;
text-decoration:none;
}

#footer a:visited{
color:white;
text-decoration:none;
}

#footer a:hover{
color:white;
text-decoration:underline;
}

#footer a:active {
color:white;
text-decoration:none;
}



/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 5px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin:0;
	text-align: left;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h3.results {
	padding:3px 0 5px 5px;
	margin:0;
	line-height:20px;
	}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding-right:40px;
	}

.alignleft {
	float: left;
	padding-left:40px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 auto;
	padding:5px 3px 15px 3px;
	text-align: center;
	}
	
#search{
margin:0;
padding:0;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/* Begin Sidebar */
#sidebar{
padding: 0 0 30px 0;
margin-top:10px;
margin-left:15px;
width:216px;
float:left;
}

* html #sidebar{
margin-left:8px;
}

#sidebar form {
margin: 0;
}

#sidebar dl.information, #sidebar dl.information dt, #sidebar dl.information dd{
margin:0;
padding:0;
color:#302925;
}
#sidebar dl.information{
margin-bottom:16px;
}

#sidebar dl.information dt{
height:29px;
width:216px;
}

#sidebar dl.information dd{
width:196px;
padding:10px 12px;
_margin-top:-3px;
background:url('/images/information_bk.png') left top no-repeat;
font-size:13px;
font-weight:bold;
line-height:25px;
}

#sidebar dl.information dd em{
font-size:14px;
line-height:26px;
color:#A61515;
font-weight:bold;
font-style:normal;
}

#sidebar dl.special, #sidebar dl.special dt, #sidebar dl.special dd{
margin:0;
padding:0;
}
#sidebar dl.special{
margin-bottom:38px;
}

#sidebar dl.special dt{
height:29px;
width:216px;
margin-bottom:10px;
}

#sidebar dl.special dd{
width:216px;
height:80px;
margin-top:3px;
position:relative;
}

#sidebar dl.special dd a:hover{
border: none;
}

#sidebar dl.special dd a img{
clip:rect(0px 215px 80px 0px);
position:absolute;
overflow:hidden;
top:0;
left:0;
border:0;
vertical-align:bottom;
z-index:10;
}

#sidebar dl.special dd a:hover img{
clip:rect(80px 215px 160px 0px);
top:-80px;
}


#sidebar ul.event_info, #sidebar ul.event_info li, #sidebar ul.blogs_info, #sidebar ul.blogs_info li{
list-style:none;
}

#sidebar ul.event_info{
width:216px;
margin:0 0 30px 0;
padding:0;
}
#sidebar ul.blogs_info{
width:216px;
margin:0 0 20px 0;
padding:0;
}

#sidebar ul.event_info li, #sidebar ul.blogs_info li{
display:block;
width:200px;
margin:0 auto;
padding:14px 0;
border-bottom:1px dotted #362f2a;
clear:both;
}
#sidebar ul.blogs_info li p{
margin:0 0 4px 0;
padding:0;
}

#sidebar ul.event_info li.ii_title, #sidebar ul.blogs_info li.bi_title{
height:15px;
border-bottom:1px solid #8c7f7b;
padding-bottom:2px;
}

#sidebar ul.event_info li.ii_title img.rssicon{
display:block;
float:right;
}

#sidebar ul.event_info li.ii_title h4{
width:83px;
height:13px;
float:left;
margin:0;
padding:0;
}
#sidebar ul.blogs_info li.bi_title h4{
width:155px;
height:14px;
margin:0;
padding:0;
}


#sidebar ul.event_info li p.entry-date, #sidebar ul.blogs_info li p.entry-date{
font-size:11px;
line-height:12px;
color:#777;
margin:0 0 4px 0;
padding:0;
}

#sidebar ul.event_info li h5, #sidebar ul.blogs_info li h5{
font-size:13px;
line-height:18px;
margin:0;
padding:0;
font-weight:normal;
}


a#house{
display:block;
width:214px;
height:45px;
margin:0 auto;
padding:0 0 15px 0;
background:url('images/house.png') left top no-repeat;
text-indent:-9999px;
}

a#house:hover{
background-position:-214px top;
}


a#to_sk-r_1{
display:block;
width:214px;
height:124px;
margin:0 auto;
padding:0 0 30px 0;
background:url('images/to_sk-r_1.png') left top no-repeat;
text-indent:-9999px;
}

a#to_sk-r_1:hover{
background-position:-214px top;
}

a#to_sk-r{
display:block;
width:662px;
height:240px;
margin:0 auto;
padding:0;
margin-bottom:10px;
background:url('/images/to_sk-r3.png') left top no-repeat;
}

a#to_sk-r:hover{
background-position:left -240px;
}

a#to_sk-r img{
display:none;
}

div.rss{
margin:0 0 14px 0;
padding:0;
}

a#rss1, a#rss2{
display:block;
width:214px;
height:50px;
margin:0 auto 1px auto;
padding:0;
text-indent:-9999px;
}

a#rss1{
background:url('/images/rss1.png') left top no-repeat;
}
a#rss1:hover{
background-position:-214px top;
}

a#rss2{
background:url('/images/rss2.png') left top no-repeat;
}
a#rss2:hover{
background-position:-214px top;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	height:30px;
	width:615px;
	line-height:23px;
	margin:0 auto;
	padding:33px 0 27px 0;
	clear:both;
	}
	

.navigation a:link{
color:#333;
text-decoration:underline;
}

.navigation a:visited{
color:#333;
text-decoration:underline;
}

.navigation a:hover{
color:#333;
text-decoration:none;
}

.navigation a:active {
color:#333;
text-decoration:underline;
}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Lytebox */

#lbOverlay { position:fixed; top:0; left:0; z-index:99998; width:100%; height:500px; background-color:#000; }
/*	#lbOverlay.grey { background-color:#000; }*/

#lbMain { position:absolute; left:0; width:100%; z-index:99999; text-align:center; line-height:0; }
#lbMain a img { border:none; }

#lbOuterContainer { position:relative; background-color:#fff; width:200px; height:200px; margin:0 auto; border:0px solid #fff;}
/*	#lbOuterContainer.grey { border:0px solid #fff; }*/


#lbDetailsContainer { font:12px Verdana, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; color:#444 !important; background-color:#fff; width:100%; line-height:1.4em;	overflow:auto; margin:0 auto; border:0px solid #fff; border-top:none; }
/*	#lbDetailsContainer.grey { border:0px solid #fff; border-top:none; }*/


#lbImageContainer, #lbIframeContainer { padding:10px; }
#lbLoading {
	position:absolute; top:45%; left:0%; height:32px; width:100%; text-align:center; line-height:0; background:url(/images/items/loading.gif) center no-repeat;
}

#lbHoverNav { position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
#lbImageContainer>#lbHoverNav { left:0; }
#lbHoverNav a { outline:none; }


#lbPrev { width: 49%; height: 100%; background: transparent url('/images/items/blank.gif') no-repeat; display: block; left: 0; float: left; }
#lbPrev:hover, #lbPrev:visited:hover { background: url('/images/items/prevlabel.gif') left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url('/images/items/blank.gif') no-repeat; display: block; right: 0; float: right; }
#lbNext:hover, #lbNext:visited:hover { background: url('/images/items/nextlabel.gif') right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration:none; font-weight:normal; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color:#333; }

	
#lbPrev2_Off, #lbNext2_Off { font-weight:normal; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color:#ccc; }

	
#lbDetailsData { padding:0 10px; }
	#lbDetailsData.grey { color:#333; }


#lbDetails { width:60%; float:left; text-align:left; }
#lbCaption { display:block; font-weight:nomal; }
#lbNumberDisplay { float:left; display:block; padding-bottom:1.0em; }
#lbNavDisplay { float:left; display:block; padding-bottom:1.0em; }

/*#lbClose { width:64px; height:28px; float:right; margin-bottom:1px; }
	#lbClose.grey { background:url('/images/items/closelabel2.png') no-repeat; }*/

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; background: url('/images/items/closelabel2.png') no-repeat;}

#lbPlay { width:64px; height:28px; float:right; margin-bottom:1px; }
	#lbPlay.grey { background:url(/images/items/play_grey.png) no-repeat; }
	
#lbPause { width:64px; height:28px; float:right; margin-bottom:1px; }
	#lbPause.grey { background:url(/images/items/pause_grey.png) no-repeat; }
	
	
	
.tablenav {
	color: #241F1C;
	margin: 0 auto;
	height:50px;
	padding:0;
	line-height:50px;
	text-align:center;
}

.tablenav a.page-numbers{
	color:#241F1C;
	padding: 2px .4em;
	border:solid 1px #666;
	text-decoration:none;
	font-size:11px;
}

.tablenav .current {
	color:#fff;
	padding: 2px .4em;
	border:solid 1px #666;
	text-decoration:none;
	font-size:11px;
}

a.page-numbers:hover {
	color:white !important;
	background: #782121;
}

.tablenav .current {
	color:#fff;
	background: #782121;
	border-color: #782121;
}


.tablenav .next, .tablenav .prev {
	border:0!important;
	background:#fff!important;
	font-size:12px!important;
	color:#241F1C!important;
}


.tablenav .next:hover, .tablenav .prev:hover {
	border:0!important;
	background:#fff!important;
	text-decoration:underline;
	font-size:12px!important;
	color:#241F1C!important;
}


p.hidesc{
height:0px;
width:0px;
font-size:0px;
line-height:0px;
overflow:hidden;
padding:0;
margin:0;
}


.entry{
width:640px;
margin:0 auto;
padding:0;
clear:left;
}


div#topmenu {
display:none;
}


div#topmenu ul.menu{
list-style:none;
width:900px;
height:43px;
margin:0 auto;
padding:0
}

div#topmenu ul.menu *{
margin:0;
padding:0;
}

div#topmenu ul.menu a{
display:block;
color:#000;
text-decoration:none;
}

div#topmenu ul.menu li{
position:relative;
float:left;
margin:0;
padding:0;
}

div#topmenu ul.menu ul{
position:absolute;
z-index:100;
top:44px;
left:0;
margin:0;
padding:0;
background:#d1d1d1;
display:none;
opacity:0;
list-style:none;
}

div#topmenu ul.menu ul li{
position:relative;
border:1px solid #aaa;
border-top:none;
width:180px;
line-height:15px;
margin:0;
text-align:center;
}

div#topmenu ul.menu ul li a{
display:block;
padding:5px;
color:#333;
background-color:#ECECEC;
}
div#topmenu ul.menu ul li a:hover{
background-color:#ddd;
}

div#topmenu ul.menu ul ul{
left:180px;
top:-1px;
}

div#topmenu ul.menu .menulink{
width:180px;
height:43px;
background:url('/images/topmenu.png');
text-indent:-9999px;
}

div#topmenu ul.menu .mansion{
background-position:left top;
}
div#topmenu ul.menu .house{
background-position:-180px top;
}
div#topmenu ul.menu .reform{
background-position:-360px top;
}
div#topmenu ul.menu .renovation{
background-position:-540px top;
}
div#topmenu ul.menu .general{
background-position:-720px top;
}

div#topmenu ul.menu .menulink:hover, ul.menu .menuhover{
background:url('/images/topmenu.png')
}

div#topmenu ul.menu .mansion:hover{
background-position:left -43px;
}
div#topmenu ul.menu .house:hover{
background-position:-180px -43px;
}
div#topmenu ul.menu .reform:hover{
background-position:-360px -43px;
}
div#topmenu ul.menu .renovation:hover{
background-position:-540px -43px;
}
div#topmenu ul.menu .general:hover{
background-position:-720px -43px;
}

div#topmenu ul.menu .sub{
background:#d1d1d1 url('/images/arrow.gif') 136px 8px no-repeat;
}

div#topmenu ul.menu .topline{
border-top:1px solid #aaa;
}





div#generaltop{
width:650px;
margin:0;
margin-right:15px;
padding:0;
}



div.feed{
width:648px;
height:260px;
margin:10px auto 18px auto;
padding:0;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
background:url('/images/feed_bk.png') left top no-repeat;
}

div.feed h3.feedinfo{
width:117px;
height:29px;
line-height:29px;
margin:0;
padding:0;
float:left;
}


div.feed img.rssicon{
display:block;
float:right;
margin:10px 10px 10px 0;
_margin:10px 5px 10px 0;
padding:0;
border:0;
}

div.feed div.scroll{
clear:both;
overflow:auto;
height:224px;
width:648px;
position:relative;
}


div.feed div.mansionfeed{
width:312px;
margin:0;
padding:5px 0 0 0;
float:left;
}
div.feed div.housefeed{
width:312px;
position:absolute;
top:5px;
left:312px;
}

div.feed div.mansionfeed div.m_entry{
margin:0 0 0 13px;
padding:10px 8px 10px 0;
border-bottom:1px dotted #8c7f7b;
border-right:1px dotted #8c7f7b;
letter-spacing:0;
clear:right;
overflow:hidden;
}
div.feed div.housefeed div.h_entry{
margin:0;
padding:10px 0 10px 10px;
border-bottom:1px dotted #8c7f7b;
letter-spacing:0;
clear:right;
overflow:hidden;
}

div.feed div.mansionfeed div.m_entry img, div.feed div.housefeed div.h_entry img{
float:right;
}

div.feed div.housefeed div.h_entry a.img{
display:block; 
float:right;
width:115px; 
height:86px;
line-height:86px;
overflow:hidden;
position:relative;
}

div.feed div.housefeed div.h_entry a.img img.img{
width:115px;
height:153px;
display:block; 
position:absolute;
top:-23px;
left:0; 
}

div.feed div.housefeed div.h_entry a.img img.noimg, div.feed div.housefeed div.h_entry a.img img.nologin{
width:115px;
height:86px;
display:block;
top:0; 
left:0; 
}

div.mansionfeed div.m_entry p, div.housefeed div.h_entry p{
margin:0;
padding:0;
line-height:14px;
font-size:12px;
}

div.mansionfeed div.m_entry p.update, div.housefeed div.h_entry p.update{
font-size:11px;
line-height:12px;
color:#777;
}

div.mansionfeed div.m_entry h4, div.housefeed div.h_entry h4{
height:14px;
line-height:14px;
margin:0;
padding:5px 0;
font-size:13px;
color:#147;
}

div#generaltop h3.ms{
width:648px;
height:44px;
margin:0 auto 10px auto;
padding:0;
clear:both;
}

div#generaltop h3.ms img{
width:648px;
height:44px;
margin:0;
padding:0;
}

div#generaltop div.search_mansion, div#generaltop div.search_house{
height:230px;
width:316px;
margin:0 0 15px 0;
padding:0;
float:left;
position:relative;
}
div#generaltop div.search_mansion{
margin-left:5px;
border-right:1px dotted #999;
clear:both;
}
div#generaltop div.search_house{
width:321px;
}

div#generaltop div.search_mansion img{
display:block;
width:316px;
height:230px;
margin:0;
padding:0;
position:absolute;
left:0;
top:0;
z-index:5;
}
div#generaltop div.search_house img{
display:block;
width:316px;
height:230px;
margin:0;
padding:0;
position:absolute;
left:5px;
top:0;
z-index:5;
}

div#generaltop div.search_house ul{
position:absolute;
width:100px;
height:100px;
z-index:10;
left:18px;
top:125px;
}

div#generaltop div.search_house ul, div#generaltop div.search_house ul li{
margin:0;
padding:0;
list-style-position:inside;
font-size:13px;
line-height:18px;
}

div#generaltop div.search_house ul li{
width:100px;
height:18px;
}

div#generaltop div.search_house ul li a{
margin:0;
padding:0;
height:18px;
line-height:18px;
width:80px;
background:#955;
}
div#generaltop div.search_house ul li a.ota_ku{
background:url('/images/area_ota_ku.png') left 50px no-repeat;
}
div#generaltop div.search_house ul li a.shinagawa_ku{
background:url('/images/area_shinagawa_ku.png') left 50px no-repeat;

}
div#generaltop div.search_house ul li a.meguro_ku{
background:url('/images/area_meguro_ku.png') left 50px no-repeat;

}
div#generaltop div.search_house ul li a.setagaya_ku{
background:url('/images/area_setagaya_ku.png') left 50px no-repeat;

}

div#generaltop div.search_mansion ul{
position:absolute;
width:270px;
height:194px;
z-index:10;
left:8px;
top:52px;
}

div#generaltop div.search_mansion ul, div#generaltop div.search_mansion ul li{
margin:0;
padding:0;
list-style-position:inside;
font-size:13px;
line-height:18px;
}
div#generaltop div.search_mansion ul li a{
letter-spacing:0;
}

div#generaltop div.search_house ul p, div#generaltop div.search_mansion ul p{
font-size:13px;
line-height:15px;
height:15px;
font-weight:bold;
margin:0;
padding:0 0 5px 0;
}

div#generaltop h4.mms{
height:19px;
line-height:19px;
margin:0 0 10px 0;
padding:0 0 0 5px;
clear:both;
}


div#generaltop ul.buttons, div#generaltop ul.buttons li{
margin:0;
padding:0;
list-style:none;
}

div#generaltop ul.buttons{
width:650px;
height:182px;
margin:0 0 15px 0;
}

div#generaltop ul.buttons li{
position:relative;
width:216px;
height:91px;
float:left;
}


div#generaltop ul.buttons li a:hover{
border: none;
}

div#generaltop ul.buttons li a img{
clip:rect(0px 216px 91px 0px);
position:absolute;
overflow:hidden;
top:0;
left:0;
border:0;
vertical-align:bottom;
z-index:10;
}

div#generaltop ul.buttons li a:hover img{
clip:rect(91px 216px 182px 0px);
top:-91px;
}

div#generaltop div.to_assist-r, div#generaltop div.to_sk-r{
width:318px;
float:left;
margin:0 0 20px 0;
padding:0;
}

div#generaltop div.to_assist-r{
margin-right:14px;
}

div.buyer, div.seller{
/*border:1px solid #bbb;*/
width:650px;
margin:0 auto 30px auto;
padding:0;
}

div.buyer{
height:300px;
margin-bottom:12px;
}

div.seller p{
width:410px;
height:59px;
margin:0 0 10px 10px;
padding:0;
position:relative;
clear:both;
}

div.seller p a:hover{
border:none;
}

div.seller p a img{
clip:rect(0px 410px 59px 0px);
position:absolute;
overflow:hidden;
top:0;
left:0;
border:0;
vertical-align:bottom;
z-index:10;
}

div.seller p a:hover img{
clip:rect(59px 410px 118px 0px);
top:-59px;
}



div.buyer dl, div.buyer dl dt, div.buyer dl dd{
margin:0;
padding:0;
}
div.seller dl, div.seller dl dt, div.seller dl dd{
margin:0;
padding:0;
}


div.buyer dl, div.seller dl{
width:620px;
padding:15px 10px;
}

div.buyer dl dt, div.seller dl dt{
width:138px;
height:34px;
float:left;
margin-right:-138px;
}

div.buyer dl dd, div.seller dl dd{
width:450px;
height:34px;
margin-left:160px;
font-size:12px;
color:#444;
}

div#globalmenu{
width:875px;
margin:0 auto 0 auto;
padding:0;
}

div#globalmenu dl{
border-top:1px solid #777;
width:875px;
margin:0 0 25px 0;
padding:25px 0 0 0;
clear:both;
}

div#globalmenu dl dt, div#globalmenu dl dd{
margin:0 0 18px 0;
padding:0;
font-size:11px;
line-height:20px;
text-align:left;
letter-spacing:0;
}

div#globalmenu dl dt{
height:20px;
width:200px;
margin-right:-200px;
float:left;
clear:both;
font-weight:bold;
text-indent:5px;
}

div#globalmenu dl dt.double{
height:40px;
}

div#globalmenu dl dd{
width:670px;
margin-left:202px;
float:right;
}

div#globalmenu dl dt a:link{
color:#666;
text-decoration:none;
}
div#globalmenu dl dt a:visited{
color:#666;
text-decoration:none;
}
div#globalmenu dl dt a:hover{
color:#666;
text-decoration:underline;
}
div#globalmenu dl dt a:active{
color:#666;
text-decoration:none;
}

div#globalmenu dl dd a:link{
color:#666;
text-decoration:underline;
}
div#globalmenu dl dd a:visited{
color:#666;
text-decoration:underline;
}
div#globalmenu dl dd a:hover{
color:#666;
text-decoration:none;
}
div#globalmenu dl dd a:active{
color:#666;
text-decoration:underline;
}


div#generalestimate{
width:610px;
margin:10px 15px 0 0;
padding:25px 20px;

}
div#generalestimate h3{
padding:0 0 5px 0;
margin:0 0 20px 0;
width:610px;
height:26px;
line-height:26px;
font-size:24px;
border-bottom:1px solid #333;
}

div#generalestimate p{
line-height:24px;
}

div#generalestimate dl{
margin:0;
padding:0;
float:left;
width:305px;
height:115px;
}

div#generalestimate dl a.img{
display:block;
float:left;
border:0;
width:92px;
margin:0 5px 0 0;
padding:0;
}

div#generalestimate dl dt, div#generalestimate dl dd{
margin:0;
padding:0;
line-height:20px;
}

div#generalestimate dl dt{
margin:0 0 4px 0;
}


div#generalestimate dl dt img{
width:7px;
height:7px;
margin:0 3px 0 0;
padding:0;
border:none;
}

div#generalestimate dl dt a{
font-weight:bold;
}

div#generalestimate dl dd{
font-size:12px;
}

div#generalestimate h4{
height:19px;
line-height:19px;
font-size:17px;
width:610px;
margin:0 auto 20px auto;
padding:35px 0 0 0;
border-top:1px dotted #999;
}

div#generalestimate iframe{
width:610px;
height:250px;
display:block;
border:1px solid #999;
margin:10px auto;
padding:0;
}


div#generalsitemap{
width:610px;
margin:10px 15px 0 0;
padding:25px 20px;
}

div#generalsitemap h3{
padding:0 0 5px 0;
margin:0 0 20px 0;
width:610px;
height:26px;
line-height:26px;
font-size:24px;
border-bottom:1px solid #333;
}

div#generalsitemap h4{
width:610px;
height:21px;
margin:5px auto 20px auto;
padding:0;
}

div#generalsitemap dl{
margin:0;
padding:0;
float:left;
width:203px;
}

div#generalsitemap dl dt, div#generalsitemap dl dd{
margin:0;
padding:0;
line-height:24px;
}

div#generalsitemap dl dd{
color:#444;
font-size:12px;
}
div#generalsitemap dl dd a:link{
color:#444;
text-decoration:none;
}
div#generalsitemap dl dd a:visited{
color:#444;
text-decoration:none;
}
div#generalsitemap dl dd a:hover{
color:#444;
text-decoration:underline;
}
div#generalsitemap dl dd a:active{
color:#444;
text-decoration:none;
}

div#generalsitemap dl dd span{
font-size:11px;
letter-spacing:0;
}


div#generalsitemap dl dt{
margin:0 0 4px 0;
height:26px;
color:#147;
font-weight:bold;
}


div#generalsitemap dl dt img{
width:7px;
height:7px;
margin:0 4px 0 0;
padding:0;
border:none;
}

