/* ---------------------------------------------------------
JAPANハウジングセンター立川
CascadingStyleSheet Settingfile

2008/08/18
--------------------------------------------------------- */
/***** common css *****/
/**********************/

/*** base style ***/
body{
	margin:0px;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
	text-align:center;
	color:#666666;
	background-repeat: repeat-x;
	background-image: url(/images/header_bg.jpg);
	line-height: 130%;
}
/*** Fix Img ***/
img{
	border:0px;
	margin:0px;
	padding:0px;
}
/*** Fix Form ***/
form{
	margin:0px;
}
/*** Link Color ***/
A:link {
	color:#0066CC;
	text-decoration:none;
}
A:visited {
	color:#0066CC;
	text-decoration:none;
}
A:hover {
	color:#0066CC;
	text-decoration:underline;
}
A:active {
	color:#0066CC;
	text-decoration:underline;
}
/***Clear***/
.c-both {
	clear:both;
}
/***header***/
#header_out{
	width:100%;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#header{
	width:950px;
	height:auto;
	margin:0px auto 0px auto;
	background-image: url(/images/headerimg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #logo{
	margin-top:7px;
	float:left;
}
#header #tel{
	margin-top:7px;
	float:right;
}
#header ul#sublink {
	width:700px;
	margin:4px 0px 0px 0px;
	text-align:right;
	float:right;
}
#header ul#sublink li {
	display:inline;
	margin-left:10px;
}
#header ul#sublink li a{
	padding-left:14px;
	background-image: url(/images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
	#header ul#sublink li a:link{
		color:#336699;
		text-decoration:none;	
	}
	#header ul#sublink li a:visited{
		color:#336699;
		text-decoration:none;	
	}
	#header ul#sublink li a:hover{
		color:#0066CC;
		text-decoration:underline;	
	}
	#header ul#sublink li a:active{
		color:#0066CC;
		text-decoration:underline;	
	}
#header #txt {
	margin:10px 20px 5px 10px;
	width:720px;
	text-align:left;
	float:left;
}
#header #txt h1{
	margin:0px;
	font-size:90%;
	line-height:120%;
	font-weight: normal;
}
#header #font{
	margin-top:15px;
	float:right;
}
#header #font p{
	margin:0;
}
/***inner***/
#inner{
	width:950px;
	margin:0px auto 0px auto;
	background:url(/images/left_bg.jpg);
	background-repeat: repeat-y;
}
/***global menu***/
#menu{
	width:230px;
	float:left;
}
#menu .sch{
	margin:10px;
	padding:0px;
	text-align:left;
}
/*メニュー内こだわりリンク*/
#menu ul.recom {
	margin:10px;
	padding:0px;
	text-align:left;
}
#menu ul.recom li{
	margin:0px;
	padding:0px;
	height:auto;
	list-style-type: none;
	font-weight:bold;
}
#menu ul.recom li A:link {
	color:#336699;
	text-decoration:none;
}
#menu ul.recom li A:visited {
	color:#336699;
	text-decoration:none;
}
#menu ul.recom li A:hover {
	color:#0066CC;
	text-decoration:underline;
}
#menu ul.recom li A:active {
	color:#0066CC;
	text-decoration:underline;
}
/*メニュー内通常リンク*/
#menu ul.link {
	margin:7px;
	padding:0px;
	text-align:left;
}
#menu ul.link li {
	margin-left:10px;
	list-style-type: none;
}
#menu ul.link li a{
	padding-left:14px;
	background-image: url(/images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
	#menu ul.link li a:link{
		color:#336699;
		text-decoration:none;	
	}
	#menu ul.link li a:visited{
		color:#336699;
		text-decoration:none;	
	}
	#menu ul.link li a:hover{
		color:#0066CC;
		text-decoration:underline;	
	}
	#menu ul.link li a:active{
		color:#0066CC;
		text-decoration:underline;	
	}
/***contents***/
#contents{
	width:700px;
	margin-top:10px;
	float:right;
	text-align:left;
}
/***footer***/
#footer{
	background-repeat: repeat-x;
	margin:0px auto 0px auto;
	width:100%;
	text-align:center;
	background-image: url(/images/footer_bg.jpg);
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer #gs{
	width:800px;
	height:57px;
	margin:10px auto;
	text-align:left;
}
#footer #gs_logo{
	float:left;
	margin-right:15px;
}
#foot_menu{
	width:950px;
	height:25px;
	padding-top:15px;
	text-align:center;
}
#copy{
	width:950px;
	height:25px;
	padding-top:10px;
	text-align:center;
}