@charset "shift_jis";

/* 共通レイアウト 
------------------------------------------*/
* {
  padding : 0;
  margin : 0;
}

img {
	border : 0;
}

body {
	text-align : center;
	font-size : 0.8em;
	font-family :"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	background-image: url(../image/y8b.gif);*/
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}

/* 基本リンク 
------------------------------------------*/
a {
	text-decoration : none;
	color : #04F;
}
a:link {
	text-decoration : none;
	color : #04F;
}

a:hover { 
	text-decoration : none;
	color : #F00;
}

/* 基本レイアウト 
------------------------------------------*/
#container {
	width: 810px;
	text-align: center;
	background-image: url(../image/bg01.gif);
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
/*	_margin: 0;
	_padding: 0;*/
}
	
	
#wrapper {
	width : 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* 見出し・段落
------------------------------------------*/

h1 {
	font-size : 1em;
	color : #FFF;
	margin-top: 10px;
}
h3 {
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {
	margin : 5px 0 5px 0;
	line-height : 1.3em;
	text-align: left;
}

p.cap{
	padding-left : 1em;
	text-indent : -1em;
}


/* ヘッダー（header）
------------------------------------------*/
#header {
	overflow : hidden;
	position : relative;
	height : 75px;
	background-image: url(../image/header_bg01.gif);
}

#header #headerLeft {
	float : left;
	width : 440px;
	text-align : left;
	margin-left: 10px;
	padding-top: 40px;
}

#header #headerRight {
	float: right;
	width: 330px;
	text-align : right;
	line-height: 1.2em;
	margin-right: 10px;
}



/* コンテンツ（Main）
------------------------------------------*/
#main {
	width: 790px;
	overflow : hidden; 
  position : relative; 
	margin-left: 5px;
	margin-right: 5px;
}

#main #mainLeft {
	float : left;
	width: 185px;
	margin-right: 10px;
	background-color:#E1FFEF;
}
	
#main #mainRight {
	float: right;
	width: 590px;
	text-align: left;
}

/* サイドメニュー（sideMenu）
------------------------------------------*/
#sideMenu {
	text-align: center;
	padding-top: 5px;
}

/* サイドバー内リスト*/
#sideList {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sideList ul {
	list-style-type: none;
	margin: 0 5px 3px 15px;
	}
	
#sideList ul li {
	background: url(../image/icon01.gif) no-repeat 0 8px;
	margin: 0;
	line-height: 1.5em;
	padding: 3px 0 3px 13px;
	}

/*モバイルボックス*/
#mobileBox {
	width: 173px;
	text-align: left;
	border: 1px solid #CCC;
	background-color:#E1FFEF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
	
#mobileBox_ttl {
	text-align: center;
	font-weight: bold;
	color: #01AD4E;
	padding: 5px;
	border-bottom: 1px dotted #999;
}

#mobileBox_QR {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*トップページコンタクトボックス*/
#contactBox {
	text-align: left;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 15px;
}
	
#contactBox_in {
	line-height: 1.3em;
	padding: 1px;
	background-color:#FFE;
}

/*宅建協会会員*/
#contactBox_in_kaiin {
	font-size: 0.8em;
	text-align: center;
}

/*会社名*/
#contactBox_in_ttl {
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	border-bottom: 1px dotted #999;
}

.textSmall {
	font-size: 0.8em;
}

.textSmalls {
	font-size: 0.7em;
	font-weight: normal;
}

/* ページトップへのリンク（pageTop）
------------------------------------------*/
#pageTop {
	text-align : right;
	color : #06F;
	font-size : 90%;
	margin-top : 10px;
	margin-bottom: 10px;
}



/* フッターメニュー（footerMenu）
------------------------------------------*/
#footerMenu {
	width: 800px;
	text-align : center;
	height: 30px;
	color: #FFF;
	line-height: 30px;
	background-color: #01AD4E;
}

#footerMenu a {
	text-decoration: underline;
	color : #FFFFFF;
	outline : none;
}
	
#footerMenu a:link {
	text-decoration: underline;
	color : #FFFFFF;
	outline : none;
}

#footerMenu a:hover {
	text-decoration: underline;
	color : #FFFF00;
	outline : none;
}


/* フッター（footer）
------------------------------------------*/
#footer {
	text-align : center;
	width: 800px;
	height: 30px;
	margin-top : 10px;
}


/* --------------------------------
clearfix
-------------------------------- */
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}  
.clearfix {
	min-height: 1px; /*IE6、7*/ 
	display: inline-block;
}  
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
} 








