@charset "utf-8";

/* 
----------------------------------------------------------------------------- 
HTML ELEMENTS RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;font-size:100%;width:100%;}
a,img,abbr,acronym,fieldset{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th,td {text-align:left;}
h1,h2,h3,h4,h5,h6,textarea{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
img,object,embed {vertical-align:top;}

/* 
----------------------------------------------------------------------------- 
BASIC SETTING
-----------------------------------------------------------------------------*/
html {overflow-y:scroll;}	
body {
	color: #333;
	font-size:76%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #000;
	background:url(bgBodyMame.gif);
	}

body,p,li,dt,dd,table {line-height:1.4;}
sup {vertical-align:4px;}
textarea {overflow:auto;}

/* 
----------------------------------------------------------------------------- 
ClEARFIX
-----------------------------------------------------------------------------*/

.clearfix:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
	 } 

.clearfix {  
     zoom: 100%;  
} 


/* 
----------------------------------------------------------------------------- 
LINK
-----------------------------------------------------------------------------*/

a {
	color:#FF6600;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active, a:focus {overflow:hidden;} /* Delete Link Border for Firefox */

/* 
----------------------------------------------------------------------------- 
WRAP
-----------------------------------------------------------------------------*/
#containerWrap {
}


/* 
----------------------------------------------------------------------------- 
CONTAINER
-----------------------------------------------------------------------------*/
#container {
	background:url(borderBodyMame.gif) top repeat-x;
}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header {
	width:930px;
	margin:0 auto;
	background:url(bgHeaderMame.jpg) no-repeat top;
	text-align:left;
	position:relative;
	}

h1 {
	color:#FFFFFF;
	padding-top:28px;
	padding-left:17px;
	}
	
#globalNav {
	color:#FFFFFF;
	font-size:120%;
	}

#globalNav ul{
	width:500px;
	position:absolute;
	top:-45px;
	left:40px;
	}
	
#globalNav li{
	display:block;
	float:left;
	margin-right:25px;
	background:url(dotLineMame03.gif) bottom repeat-x;
	}
	
#globalNav li a{
	color:#333;
	background:url(arrowTypeMame01.gif) no-repeat;
	background-position:0px 2px;
	text-align:left;
	padding-left:17px;
	text-decoration:none;
	}

#globalNav li a:hover{
	color:#E83E42;
	}
	
#subTitle {
	color:#FFFFFF;
	background:url(subThema.gif) top no-repeat;
	text-indent:-10000px;
	width:206px;
	position:absolute;
	top:30px;
	right:200px;
	}

h2 {
	clear:both;
	padding-top:50px;
	padding-left:30px;
	}

#siteMsg {
	background:url(siteDescription.gif) top no-repeat;
	text-indent:-10000px;
	width:418px;
	height:31px;
	margin:20px 0px 0px 30px;
	padding-bottom:70px;
	}
	
#linkURL01 {
	text-align:right;
	font-size:90%;
	padding:30px 30px 0 0;
	clear:both;
	}
	
#linkURL01 a:hover {
	text-decoration:underline;
	}
	
/* 
----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#content {
	width:930px;
	margin:0 auto;
	padding-left:20px;
	text-align:left;
	padding-bottom:10px;
	background:url(contentBody.jpg) top center repeat-y;
	position:relative;
	}	
	
/* 
----------------------------------------------------------------------------- 
SIDENAV01
-----------------------------------------------------------------------------*/
#sideNav01 {
	background:url(sideNavBody.jpg) top repeat-y;
	width:204px;
	float:left;
	}

#sideNav01 .wrap {
	background:url(bgSideNavMame.gif);
	padding-bottom:25px;
	width:199px;
	margin-left:3px;
	}
	
#sideNavTitle {
	background:url(currentPageTitleBuy.gif) top center no-repeat;
	text-indent:-10000px;
	padding-top:35px;
	}

#sideNavTitle02 {
	background:url(currentPageTitleRent.gif) top center no-repeat;
	text-indent:-10000px;
	padding-top:35px;
	}

#sideNavTitle03 {
	background:url(currentPageTitleAgreement.gif) top center no-repeat;
	text-indent:-10000px;
	padding-top:35px;
	}

#sideNavTitle04 {
	background:url(currentPageTitleMove.gif) top center no-repeat;
	text-indent:-10000px;
	padding-top:35px;
	}

#sideNavTitle05 {
	background:url(currentPageTitleCheck.gif) top center no-repeat;
	text-indent:-10000px;
	padding-top:35px;
	}

#sideNav01 .current {
	padding-top:10px;
	padding-bottom:5px;
	background:url(dotLineMame01.gif) bottom repeat-x;
	width:192px;
	margin:0 auto;
	background-color:#FFFFFF;
	}

#sideNav01 .current span {
	background:url(listStyleMame01.jpg) no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	margin-left:2px;
	display:block;
	}

.currentItems {
	padding-left:15px;
	padding-top:15px;
	padding-bottom:5px;
	background-color:#FFFFFF;
}

.currentItems li {
	background:url(arrowTypeMame02.gif) no-repeat;
	background-position:0px 6px;
	padding-left:10px;
	margin-bottom:5px;
}

#sideNav01 .selected {
	color:#fff;
	background-color:#E83E42;
	text-decoration:none;
	}

.currentItems li a {
	color:#333333;
	padding:3px 5px 3px 5px;
}

.currentItems li a:hover {
	color:#fff;
	background-color:#E83E42;
}

#sideNav01 h4 {
	padding:1px 3px 0px 4px;
	}

#sideNav01 h4 a {
	color:#333333;
	background-color:#e3e3e3;
	display:block;
	padding:6px 10px;
	}
	
#sideNav01 h4 a:hover {
	color:#fff;
	background-color:#999;
	}

	
/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/
#main {
	width:475px;
	background:url(bgMainHeaderMame.gif) top no-repeat;
	padding-top:25px;
	float:left;
	margin-left:10px;
}
.textArea {
	background-color:#FFFFFF;
	padding:20px;
	border:10px solid #dfdfdf;
	}

.textArea p {
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.8;
	}	
	
.textArea p a {
	color:#FF6600;
	text-decoration:underline;
	}

.textArea p a:hover {
	text-decoration:none;
	}	

#main h4 {
	padding-bottom:7px;
	font-weight:bold;
	font-size:150%;
	background:url(dotLineMame02.gif) bottom repeat-x;
	}
	
#main .cap {
	color:#CCCCCC;
	font-size:80%;
	padding-top:3px;
	padding-bottom:15px;
	}

#main .pageTop{
	text-align:right;
	margin-top:50px;
}


#main .pageTop a{
	background:url(arrowTypeMame03.gif) no-repeat;
	padding-left:17px;
	color:#FF6600;
	text-decoration:underline;
}

#main .pageTop a:hover{
	text-decoration:none;
}

/* 
----------------------------------------------------------------------------- 
SIDENAV02
-----------------------------------------------------------------------------*/
#sideNav02 {
	width:204px;
	margin-left:10px;
	background:url(bgSideNavMame02.gif) top left repeat-y;
	float:left;
	margin-top:22px;
	}

#sideNav02 .wrap{
	background:url(bgSideNavMame.gif);
	margin-left:10px;
	padding-top:30px;
	padding-bottom:25px;
	}

#siteDesc {
	background-color:#FFFFFF;
	padding:20px 5px 25px 8px;
	}

#siteDesc h3 {
	background:url(titleSideNav02.gif) top no-repeat;
	text-indent:-10000px;
	width:180px;
	height:15px;
	}

#siteDesc p {
	font-size:90%;
	margin-top:10px;
	margin-left:2px;
	line-height:1.2;
	}

#check {
	background-color:#FFFFFF;
	margin-top:30px;
	padding-bottom:15px;
}

#check h3 {
	background:url(bgCheckMame.gif) no-repeat top;
	font-size:115%;
	font-weight:bold;
	padding-top:4px;
	padding-left:8px;
	padding-bottom:5px;
}

#check h3 span {
	display:block;
	font-size:90%;
	font-weight:normal;
}

#check ul {
	margin-top:10px;
	margin-left:8px;
}

#check ul li {
	padding-top:7px;
	padding-bottom:7px;
}

#check ul li a {
	background:url(listStyleMame02.gif) no-repeat;
	padding-left:22px;
	padding-top:2px;
	color:#333333;
}

#check ul li a:hover {
	color:#E83E42;
	text-decoration:underline;
}

#check .btnCheck {
	text-align:right;
	margin-top:10px;
}

/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	width:930px;
	margin:0 auto;
	text-align:left;
	padding-left:14px;
	color:#FFFFFF;
	background:url(contentBody.jpg) top center repeat-y;
}

#footer .wrap {
	width:915px;
	border:0px solid #CCCCCC;
	border-top-width:7px;
	background-color:#000000;
	padding-bottom:20px;
}

#copyright {
	width:400px;
	float:left;
	margin-left:12px;
	margin-top:15px;
}

#powered {
	width:200px;
	float:right;
	text-align:right;
	margin-right:12px;
	margin-top:15px;
	}


/* 
----------------------------------------------------------------------------- 
STYLE
-----------------------------------------------------------------------------*/
.textStyle01 {
	color:#E83E42;
	}