@charset "UTF-8";

/* ########################################################### */

/* note： general layout*/
/* SITE NAME：株式会社ファノス　宅地開発室　WEBサイト */
/* CONTENTS : 総合トップページ*/
/* DATE : 2010.06.1 */
/* URL : http://www.phanos-dev.co.jp */
/* COPY RIGHT : Phanos.Co.,ltd Allrights Reserved */

/* ########################################################### */

/* ********************************************************** */

/* 01.基本設定 */

/* ********************************************************** */
/* 初期設定（基本のフォンとサイズ設定） */
html {
	font-size: 12px;
	line-height: 120%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;	/* デザイン設定詳細は（style.css）にて */
}

/* ********************************************************** */

/* 02.レイアウト */

/* ********************************************************** */
#header {
	background: #000000;
	padding: 2px;
}
#header h1 {
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}

#wrapper {
	background: url(../../image2010/sougou/sougou_bg_img.jpg) repeat-x center top;
	height: 480px;
	width: 100%;
	border-bottom: 5px solid #666666;
}

#main {
	margin: 0px auto;
	width: 950px;
	position: relative;
	height: 480px;
	padding: 0px 20px;
}
#main #main_copy {
	position: relative;
	left: 0px;
	top: 150px;
	height: 140px;
	width: 570px;
	font-size: 0.95em;
	color: #FFFFFF;
}
#main #main_copy p {
	padding: 1.25em 0em;
	line-height: 180%;
}
#main #main_tv {
	height: 100px;
	width: 200px;
	position: relative;
	top: 70px;
	left: 700px;
}

#footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#footer #foot_menu {
	float: left;
	width: 500px;
	position: relative;
}
#footer #foot_menu .foot_logo {
	float: left;
	width: 100px;
}
#footer #foot_menu .foot_nav {
	float: left;
	width: 200px;
}

#footer #foot_submenu {
	color: #999999;
	text-align: right;
	font-size: 10px;
	width: 390px;
	margin-top: 15px;
	float: right;
}
#footer #foot_submenu h3 {
	font-size: 1.15em;
	color: #FFFFFF;
}
#footer #foot_submenu address {
	color: #333333;
	font: normal 0.9em Arial, Helvetica, sans-serif;
}

/* ********************************************************** */

/* 03.画像・回り込み・解除・テーブル設定 */

/* ********************************************************** */
/*右回り*/
.img_R {
	margin: 0px 0px 10px 15px;
	float: right;
}
/*左回り*/
.img_L {
	margin: 0px 15px 10px 0px;
	float: left;
}
/*右回り（キャプション入りボックス）*/
.imgbox_R {
	margin: 0px 0px 10px 5px;
	float: right;
	font-size: 11px;
	text-align: center;
	line-height: 130%;
}
/*左回り（キャプション入りボックス）*/
.imgbox_L {
	margin: 0px 5px 10px 0px;
	float: left;
	font-size: 11px;
	text-align: center;
	line-height: 130%;

}
a img {
	border-width: 0px;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*回り込み解除*/
.cl {
	clear: both;
}