@charset "UTF-8";

* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); } 

body {
	padding: 0px;
	background-image: url(../img/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	font-size: 85%;
}

em {
	visibility: hidden;
}

a {
	text-decoration: none;
}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}

/*	ヘッダー	*/
#header {
	background-image: url(../img/header.jpg);
	height: 303px;
	width: 770px;
	background-repeat: no-repeat;
}
#header_contents {
	background-image: url(../img/header_contents.jpg);
	height: 60px;
	width: 770px;
	background-repeat: no-repeat;
}

#logo a {
	display: block;
	float: left;
	height: 60px;
	width: 200px;
}

/*	フッター　*/


#footer {
	text-align: center;
	height: 60px;
	padding-top: 40px;
	margin-top: 20px;
	float: left;
	width: 100%;
}

/*	ナビ　*/


.main_navi {
	padding: 0px;
	margin-left: 200px;
	list-style-type: none;
	height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main_navi a {
	display: block;
	height: 25px;
	width: 75px;
	padding-top: 10px;
}

.main_navi li {
	float: left;
}

/*	一般ページ用ナビ背景　*/

#navi {
	float: left;
	width: 100%;
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
}

/*	MovableType用ナビ背景　*/

#navi_contents {
	float: left;
	width: 100%;
	background-image: url(../img/navi_contents.jpg);
	background-repeat: no-repeat;
}

/*	サイドナビ　*/

#side_navi {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 30px;
}

/*　コンテンツ　*/

#contents_seat {
	background-image: url(../img/back_seat.gif);
	background-repeat: repeat;
	float: right;
	height: 710px;
	width: 540px;
}

.topics {
	width: 370px;
	margin-top: 120px;
	height: 120px;
	float: left;
	margin-left: 80px;
}

.externals a{
	height: 150px;
	width: 370px;
	margin-top: 110px;
	float: left;
	display: block;
	margin-left: 80px;
}

.interior a{
	float: left;
	width: 370px;
	height: 140px;
	margin-top: 10px;
	display: block;
	margin-left: 80px;
}



/*　メールフォーム　*/

table.mailform {
	margin: 0px auto 0px auto;
}
table.mailform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #0B479F;
	display: block;
	margin: 0px;
}
table.mailform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FF0000;
}

/*　会社概要　*/

#about {
	background-image: url(../img/about_back.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 620px;
	width: 770px;
}
#profile {
	margin-left: 40px;
	width: 400px;
}

/*　施行例　*/

#flash {
	margin-bottom: 20px;
	float: left;
}

.house_picture {
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	width: 720px;
}


.house_picture li{
	float: left;
	list-style-type: none;
		text-decoration: none;
}

.house_picture img {
    border-style:none;
}
.alpha {
	float: right;
	width: 540px;
}
.contents {
	width: 770px;
	float: left;
}
.alpha li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 2px;
}
.house_text {
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 50px;
}

