body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:14px;/*基本の文字サイズ-----------------*/
	line-height:180%;
	color:#1A1A1A;/*基本の文字色-----------------*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
}

/*テキストリンクの色*/
a:link {
	color:#006600;
	text-decoration: none;
}

/*訪問済みのリンクの色*/ 
a:visited {
	color:#669900;
	text-decoration: none;
}

/*クリック時のリンクの色*/
a:active {
	color:#66CC99;
}

/*マウスの上にカーソルがあるときのリンクの色*/
a:hover {
	color:#F9F06F;
}

/*サイトタイトルテキストリンクの色*/
h1 a:link {
	color:#f9f9f9;
	text-decoration:none;
}

/*サイトタイトル訪問済みのリンクの色*/
h1 a:visited {
	color:#f9f9f9;
	text-decoration:none;
}

/*サイトタイトルクリック時のリンクの色*/ 
h1 a:active {
	color:#f9f9f9;
	text-decoration:none;
}

/*サイトタイトルマウスの上にカーソルがあるときのリンクの色*/  
h1 a:hover {
	color:#c38539;
	text-decoration:none;
}

/*ヘッダー下メニューテキストリンクの色*/
#g_menu a:link {
	color:#f9f9f9;
	text-decoration:none;
}

/*ヘッダー下メニュー訪問済みのリンクの色*/
#g_menu a:visited {
	color:#f9f9f9;
	text-decoration:none;
}

/*ヘッダー下メニュークリック時のリンクの色*/ 
#g_menu a:active {
	color:#f9f9f9;
	text-decoration:none;
}

/*ヘッダー下メニューマウスの上にカーソルがあるときのリンクの色*/  
#g_menu a:hover {
	color:#c38539;
	text-decoration:none;
}

/*左メニュー・テキストリンクの色*/
.box li a:link {
	color:#333333;
	text-decoration:none;
}

/*左メニュー・訪問済みのリンクの色*/
.box li a:visited {
	color:#333333;
	text-decoration:none;
}

/*左メニュー・クリック時のリンクの色*/
.box li a:active {
	color:#82002a;
	text-decoration:underline;
}

/*左メニュー・マウスの上にカーソルがあるときのリンクの色*/
.box li a:hover {
	color:#82002a;
	text-decoration:underline;
}

h1,
h2,
h3 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}


/*pタグ空白消去*/
p {
	margin:0px;
	padding:0px;
}

/*IMGボーダー非表示*/
img {
	border: none;
	vertical-align:top;
}

/*TABLEボーダー1px指定*/

#linktable {
	padding: 0px 10px 0px 0px;
}

.linktable li {
	display: inline;
	list-style: url(../image/linkicon.png) none;
}

td {
	vertical-align:top;
}

/*IE--BRバグ回避*/
br {
	letter-spacing:normal;
}

/*リスト空白消去*/
ul,
ol,
li {
	margin:0px;
	padding:0px;
	list-style:none;
}

.center8 {
	text-align:center;
	padding-bottom:8px;
}

#pagebody {
	width:1024px;
	margin:0 auto;
	text-align:left;
}

/*ヘッダー指定---------------------------------------------------*/
#header {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

#head_img {
	background: url(../image/head_bg.png) repeat-x;
	height: 140px;
}

#sub_head {
	background: #fff;
}

/*ヘッダー下メニュー指定---------------------------------------------------*/
#g_menu {
	display:block;
	padding: 0px;
	float: right;
	width: 750px;
	height: 75px;
}

#g_menu_box {
	text-align:center;
	float: right;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#s_menu {
	display:block;
	padding: 0px;
	margin-top: 5px;
}

#s_menu_box {
	width:750px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}

#head_logo {
	float: left;
	height: 140px;
	width: 140px;
}

/*ナビゲーション指定---------------------------------------------------*/

#menu-wrap {
	width: 100%;
	height: 50px;
	box-shadow: 0px 1px 5px #333;
	background: #108B96;
}

#menu {
	list-style-type: none;
	width: 1024px;
	margin: 0px auto;
	padding: 0;
}

#menu li {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu li a {
	display: block;
	width : 100%;
	padding: 12px 0 13px;
	color: #fff;
}

#menu li a:hover {
	background: #99CCCC;
}

.fixed {
	position: fixed;
	top: 0px;
 left: 0px  z-index: 9999;
}

/* メインタイトル*/
h1 {
	font-size:10px;/*文字は太く-----------------*/
	line-height:100%;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 5px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #1A1A1A;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;	
	color: #1A1A1A;
}



/* トップページリスト*/
#toplist {
	width:62%;
	float: right;
	margin-bottom: 10px;
	padding-top: 24px;
}
#toplist ul {
	display:table;
	table-layout: fixed;
	width:100%;
}
#toplist li {
	display:table-cell;
	height: 100%;
}
#topsound {
	float: left;
	padding-top: 28px;
}
.top-sound {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.sound {/* 下階層ページのサウンド設定*/
	padding-top: 5px;
	padding-bottom: 5px;	
}



/* メインタイトルの下文章*/


#contents {
	margin:0;
	background: #fbfaf5;
}

#container {
	padding:0px 0px 50px;
	width:1024px;
	height:100%;
	position:relative;
	background: #fbfaf5;
	margin: 0px auto 20px;
}

.inner {
	padding:0px;
	margin: auto;
	height: 100%;
	width: 1024px;
}

#keyimg {
	margin: 20px 0px;
	text-align: center;
}

#top-icon {
	margin:30px 0px;
	padding:0;
	list-style:none;
	float: right;
	clear: both;
}

#top-icon li {
	display: inline-block;
 >display: inline;
 >zoom: 1;
	list-style:none;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	height: 240px;
	clear: both;
}

#top-list {
	margin:0px;
	padding:0;
	list-style:none;
	width: 1024px;
}

#top-list li {
	display: inline-block;
 >display: inline;
 >zoom: 1;
	list-style:none;
	margin: 0px;
	padding: 10px 15px 0px 0px;
}

#top-list-text {
	margin:10px 0px 0px;
	padding:0;
	list-style:none;
	text-align: right;
	width: 400px;
	float: right;
	clear: both;
}

/*カラム指定---------------------------------------------------*/

#top-reftbox {
	float: left;
	width: 750px;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 100px;
}

#top-rightbox {
	float: right;
	padding-top: 40px;
	width: 230px;
	height: 100%;
}

/*右カラム指定---------------------------------------------------*/

#right-list {
	margin:0px;
	padding:0;
	list-style:none;
}

#right-list li {
	padding-top: 0px;
	padding-bottom: 10px;
	list-style: none;
}

/*コンタクトページ---------------------------------------------------*/
#formWrap {
	width:680px;
	margin:0 auto;
	font-size:14px;
}

table.formTable {
	width:100%;
	margin:0 auto 10;
	border-collapse:collapse;
}

table.formTable td,
table.formTable th {
	border:1px solid #cccccc;
	padding:10px;
}

table.formTable th {
	width:30%;
	font-weight:normal;
	background:#108b96;
	text-align:left;
	color: #ffffff;
}


/*すまいの相談ページ---------------------------------------------------*/
.soudan-smile {
	background: #fcfbdf;
	padding: 25px;
	margin-bottom: 50px;
}

.soudan-associe {
	background: #e3f1de;
	padding: 25px;
	margin-bottom: 50px;
}

.soudan-fukko {
	background: #f0f8ff;
	padding: 25px;
	margin-bottom: 50px;
}

.soudan-kobe {
	background: #e0e0ff;
	padding: 25px;
	margin-bottom: 50px;
}

.soudan-osaka {
	background: #ffeaff;
	padding: 25px;
	margin-bottom: 50px;
}

.soudan-miyako {
	background: #fff7ef;
	padding: 25px;
	margin-bottom: 50px;
}

.t-soudan {
	background: #fff;	
}

.t-soudan td {
	padding: 10px;
}

.text-soudan {
	font-weight: bold;
	border-bottom: 3px solid #257e8e;
}

.title1-soudan {
	padding-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 22px;
	font-weight: bold;
}

.title2-soudan {
	border-bottom: 1px dotted #ccc;
	padding-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}



/*テキスト種類-----------------*/

.title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 2px;
	border-bottom: 1px solid #108b96;
	margin-bottom: 10px;
}

.sub-title {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	padding-top: 30px;
	padding-bottom: 10px;
}

.chapter-title {
	font-size: 18px;
	font-weight: bold;
	color: #108B96;
	border-bottom: 1px solid #90B6BD;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.green-box {
	font-weight: bold;
	color: #ffffff;
	background: #108B96;
	padding: 5px;
	margin-bottom: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0033;
	font-weight: bold;
}

.green {
	font-size: 16px;
	font-weight: bold;
	color: #108B96;
	border-bottom: 1px dotted #108B96;
}

.s_text {
	font-size: 12px;
}

.s_right_text {
	font-size: 10px;
	float: right;	
}

.l-text {
	font-size: 15px;
	line-height:190%;
}

.sekisui {
	height: 63px;
	width: 205px;
	padding-left: 2.7px;
	padding-top: 2px;
}

.center {
	text-align: center;	
}

/*テーブル種類-----------------*/
.t-kaihi {
	width:100%;
	margin:10px 0px 5px;
	padding:0px 5px 5px;
	border-collapse:collapse;
}

.t-kaihi td {
	padding: 5px;
	border: 1px solid #C7C7C7;
	margin-left: 5px;
}

.grey {
	padding: 5px;
	border: 1px solid #ffffff;
}

.head_logo {
	width:100%;
	margin:10px 0px 5px;
	border-collapse:collapse;
	padding-top: 0px;
	padding-bottom: 5px;
}

.t-contact {
	margin:0px 0px 50px;
	padding:0px;
	border-collapse:collapse;
	width: 750px;
}

.t-contact td {
	padding: 4px 2px;
}

/*タブ指定-----------------*/
.tab{overflow:hidden;}
.tab li{
	background:#cccccc;
	padding:5px 25px;
	float:left;
	margin-right:1px;
}
.tab li.select{
	background:#fff;
}
.content li{
	background:#fff;
	padding:20px;
}
.hide {display:none;}


/*ページトップ指定----------------------------------------------------------------------------------------------*/
#pagetop {
	padding:50px 0px 0px;
	margin: 0px;
	clear: both;
	text-align: right;
}

/*フッター指定----------------------------------------------------------------------------------------------*/
#footer {
	clear:both;/*背景色--------*/
	width: 100%;
	padding: 15px 0px 0px;
	background: #B5B6B6;
	height: 100px;
}

#copyright a:link {
	color:#333333;
}

#copyright a:visited {
	color:#333333;
}

#copyright a:hover {
	color:#333333;
}

#copyright a:active {
	color:#333333;
}

#foot-left {
	float: left;
	padding-top: 10px;
}

#foot-right {
	float: right;
	padding-top: 10px;
	font-size: 12px;
	color: #000;
}

#copyright {
	width:100%;
	margin:0 auto;
	font-size:10px;
	text-align:center;
	background: #666666;
	border-top: 1px solid #ccc;
}

#footer-center { margin: 0 auto; padding: 10px 0; display: block; width: 100%; text-align: center;}
#footer-center img { width:65%; max-width:600px; height: auto; }