@charset "utf-8";
@import url(css/common.css);


/*
04161422
========================================
HEADER
========================================*/

#header {
	width: 800px ;
	height:340px ;
	text-align: left ;
	background: #fff url("oosugi-a00.jpg") no-repeat center top ;
	border-bottom : 3px double #ccc ;
	margin-bottom : 10px ;
}


#header2 {
	width: 800px ;
	height:170px ;
	text-align: left ;
	background: #fff url("head2.jpg") no-repeat center top ;
}




#header img, #header2 img {
	position: absolute ;
	top: 2px ;
	right : 10px ;
}



#container #header h1 {
	position: absolute ;
	left:180px ;
	top: 355px ;
	width : 430px ;
	font-size : 14px ;
	color : #0b346b ;
	padding : 0px 0px 5px 3px ;
	border-bottom : 1px solid #c1c1c1 ;
	margin-bottom : 10px ;
}

#container #header2 h1 {
	position: absolute ;
	left:180px ;
	top: 170px ;
	width : 600px ;
	font-size : 14px ;
	color : #0b346b ;
	padding : 0px 0px 5px 3px ;
	border-bottom : 1px solid #c1c1c1 ;
}


/*container header h2 */
#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active {
	position: absolute ;
	left:42px ;
	top:125px ;
	font-size: 18px ;
	color: #092243 ;
}

#header h2 a:link, 
#header h2 a:visited {
	text-decoration : none ;
}

#header h2 a:hover, 
#header h2 a:active {
	text-decoration : underline ;
}


/*container header h2 */
#header2 h2 a:link, 
#header2 h2 a:visited,
#header2 h2 a:hover, 
#header2 h2 a:active {
	position: absolute ;
	left:42px ;
	top:100px ;
	font-size: 18px ;
	color: #092243 ;
}

#header2 h2 a:link, 
#header2 h2 a:visited {
	text-decoration : none ;
}

#header2 h2 a:hover, 
#header2 h2 a:active {
	text-decoration : underline ;
}



#container #header p {
	position: absolute ;
	top : 35px ;
	left : 25px ;
	width : 800px ;
	color: #999 ;
	padding: 3px 0px 1px 0px;
	margin-left : -5px ;
}

#container #header2 p {
	position: absolute ;
	top : 35px ;
	left : 25px ;
	width : 800px ;
	color: #999 ;
	padding: 3px 0px 1px 0px;
	margin-left : -5px ;
}


/*========================================
DEFAULT
========================================*/

* {
	margin: 0 ;
	padding: 0 ;
	line-height: 145% ;
}

img {
	border: 0px ;
}

.clear {
	clear: both ;
}

li {
	list-style-type: none ;
}


p {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 12px;
	line-height:150%;
 }

hr{
	height: 1px;
	padding: 0px;
	display: block;
	font-size: 1px;
	border-top: 1px dotted #a9a9a9;
	background: none;
}

/*table*/

table {
	font-size : 100% ;
}

.content .sample {
	border-top : dotted 1px #ccc;
	border-collapse: collapse;
	font-size: 12px;
	margin : 10px ;
}

.content .sample th {
	border-bottom : dotted 1px #ccc ;
	background : #f1f1f1 ;
	font-weight : normal ;
	color : #666 ;
	padding : 3px ;
	white-space : nowrap ;
	text-align : left ;
}

.content .sample td {
	background : #fff ;
	color : #666 ;
	padding : 3px ;
	border-bottom : dotted 1px #ccc ;
}

/*========================================
LINK
========================================*/

/*common */
a:link, a:visited {
	color : #002593 ;
}

a:active, a:hover {
	color : #C02929 ;
}



/*header h3 */

h3 a:link, h3 a:visited {
	color : #0F3A65 ;
	text-decoration : none ;
}

h3 a:active, h3 a:hover {
	color : #002593 ;
	text-decoration : underline ;
}


/*content h3 a*/

.content h3 a {
	display : block ;
	height : 32px ;
	line-height : 32px ;
}

/*navi*/

#sidemenu li ul { margin-bottom : -3px ; }

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	height : 34px ;
	line-height : 34px ; 
	padding : 0px 15px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	border : 1px solid #ccc ;
	margin : 2px auto ;
	text-align : left ;
	color: #002593;
	background: url("navi.gif") no-repeat left center ;
}

#sidemenu li a:hover,
#sidemenu li a:active {
	color: #C02929;
	background: url("navi_on.gif") no-repeat left center ;
}

/*sub-navi */
#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
padding-left : 20px ;
	height : 20px ;
	line-height : 20px ; 
	font-size: 12px;
	text-decoration : none;
	display: block ;border : 0px;
	border-bottom : 1px solid #d5d5d5 ;
	border-top : 1px solid #fff ;
	margin : 0px 0px ;
	color: #666 ;
	background: #fff url("subnavi.gif") no-repeat center left;
}

#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #0F3A65 ;
	background: #efefef url("subnavi_on.gif") no-repeat center left;
}

#sidemenu { margin : auto 7px;}
/*========================================
LAYOUT
========================================*/

body {
	font-size: 12px ;
	text-align: center ;
	color : #4F4F4F ;
	margin-top : 15px ;
	margin-bottom : 30px ;
	background : url(""); 
}


#container {
	position : relative ;
	width : 802px ;
	border-top : none ;
	text-align: center ;
	margin : auto ;
	border : 1px solid #ccc ;
	background : #fff ;
}

body > #container {
	width : 800px ;
}




#sidenavi1 {
	width: 155px ;
	float: left ;
	text-align: center ;
}

#center {
	text-align : left ;
	display : inline ;
	float : left ;
	text-align : left ;
	margin-bottom : 10px ;
	border-left : 1px solid #ccc ;
	text-align : center ;
}


.content {
	margin-bottom : 15px ;
	text-align : left ;
padding-top : 30px ;
margin : 0px 10px ;
}  


#footer {

	background: url("footer.gif") repeat-x top left ;
	margin: auto ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	padding-left : 15px ;
	padding-top : 5px ;
	clear : both ;
	padding-bottom : 10px ;
	margin-top : 15px ;
}

#sidenavi2 { 
}


/*========================================
SIDE
========================================*/

/*NAVI*/

#sidenavi1{
	width : 170px ;
	text-align : center ;
	}


#sidemenu ul {
 	text-align: center;
	list-style-type: none;
}

#sidemenu ul ul {

	text-align: left;
	list-style-type: none;
}



/*SEARCH*/

#searchbox {
	text-align : center ;
	margin : auto ;
}


#searchbox form {
	width : 155px ;
	margin : auto ;
	background :#dbdbdb;
	height : 84px ;
	margin-top : 10px ;
	padding-top : 5px ;
	text-align : center ;
	border : 1px solid #ccc ;
}

#sidenavi1 > #searchbox form {
	height : 74px ;
}

label {
	font-weight : bold ;
	color: #666 ;
	display: block ;
}

#searchbox #search {	
	border: 1px solid #ccc ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
	margin: auto ;
	margin-bottom : 2px ;
	width : 140px ;

}

#sidenavi1 > #searchbox #search {	
	margin-bottom :5px ;
}


#searchbox #searchbutton {
	display : block ;
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: #394c9c ;
	width : 140px ;
	margin: auto ;
	/* \*//*/
	margin-left : 7px ; 
	margin-right : 7px ;
	/**/
}

/*========================================
MAIN
========================================*/


/*TITLE*/

.content h3, .content  h4  {
	margin-top : 10px ;
	margin-bottom: 10px ;
	height : 32px ;
	line-height : 32px ;
	padding-left :20px ;
	font-size: 12px ;
	color: #0f3a65 ;
	border-left : none ;
	background : url("hl.gif") bottom no-repeat left ;
	border : 1px solid #ccc ;
}

.content h5 {
	font-size: 12px ;
	padding-left : 5px ;
	font-weight : normal ;
	color: #0F3A65 ;
}

.content p img {
	margin-right : 10px ;
}

/*NEW*/

.whats {
	background:#dbdbdb;
	padding : 5px ;
	border : 1px solid #ccc ;
}

.whats p {
	background: #fff url("new_allow.gif") no-repeat left center;
	background-position : 7px ;
	padding-left : 20px ;
	border-bottom : 1px dotted #d5d5d5 ;
	padding-top : 3px ;
	padding-bottom : 3px ;
	margin: 0px ;
}

/*========================================
FOOTER
========================================*/

#footer h3{
	color:#999;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer p{
	color:#999;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color:#999;
	text-decoration: none;
}

#footer .rss{
	border: solid 1px #bbbbbb;
	padding: 1px;
	width: 40px;
}

#footer .rss a{
	display: block;
	width: 100%;
	background-color: #bbbbbb;
	color: black;
	font-size: 9px;
	height: 13px;
}

#footer .rss-format{
	background-color: #FFB74C;
	padding: 0.5px;
}

#footer .rss-version{
	padding: 0.5px;
	background-color: #BBBBBB;
}

#footer img{
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
	float: left;
}




/*sidenavi2*/

#sidenavi2 {
	width :165px ;
	float : right ; 
	text-align : center ;
	border-left : 1px solid #ccc ;
}

#sidenavi2 h4 {
	color : #fff;
	background : #D8995C ;
	padding : 2px ;
	border-left : 3px solid #C5632C ;
	font-size : 12px ;
	margin-top : 7px ;
	margin-bottom : 2px ;
}

#sidenavi2 h4 {
	display : block ;
}

#sidebar1 a {
	display : block ;
}

#sidenavi2 img {
	margin-bottom : 5px ;
}


/*========================================
FORM
========================================*/

.sample textarea {
	width : 400px ;
}

.sample {
	width : 550px ;
	margin : auto ;

}



/*OUTLINE-OBJECT*/

#outline {
	border : 1px solid #c1c1c1 ;
	text-align:left;
}

#outline td.tablemenu{
	background-color:#aaaaaa;
	text-align:left;
}

#outline td.tablecon{
	background-color:#ffffff;
	text-align:left;
}

/*OUTLINE-OBJECT*/

#outline {
	border : 1px solid #c1c1c1 ;
	text-align:left;
}

#outline td.tablemenu{
	background-color:#aaaaaa;
	text-align:left;
}

#outline td.tablecon{
	background-color:#ffffff;
	text-align:left;
}


/*Staff*/

#staff { margin-top:10px;
padding:5px;
width:430px;
 }

#staff .t {
color: #033;
float:left;
font-size:12px;
width:430px;
height:20px;
background: url("/www.yume-fudosan.jp/tt-bg01.gif") no-repeat left top;
}

#staff p {
float:left;
color: #033;
margin:0px;
padding-left:15px;
padding-right:10px;
background: url("/www.yume-fudosan.jp/tt-bg02.gif") r-repeat left top;
width:430px;
}

#staff .b{
float:left;
color: #033;
float:left;
font-size:12px;
width:430px;
height:20px;
background: url("/www.yume-fudosan.jp/tt-bg03.gif") no-repeat left top;
}

#staff img { border: none; margin:3px; padding:10; }



#staff strong {
	background: #fff url("/www.yume-fudosan.jp/h4.gif") no-repeat left center  ;
	padding-left : 20px ;
	padding-bottom: 0px ;
	color: #333333 ;
	font-size:12px;
	margin-top : 5px ;
	margin-bottom: 5px ;
	height : 32px ;
	line-height : 32px ;
	width: 400px ;
	flort: none ;

}

.sub2{
	font-size:80%;
	color:#666666;
	margin-top:-17px;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	height:30px;

}

.sub1{
	font-size:100%;
	margin-top:-6px;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
}


#center { width : 625px ; float : left ; overflow : hidden ;}
#index #center { width : 460px ; }

