@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background: #FFFFFF url(images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 54px;
	line-height: 54px;
	background: url(images/topmenu_bg.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {
	background: url(images/topmenu_bg.gif) no-repeat bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#side h3 {
	font-size: 110%;
	line-height: 56px;
	background: url(images/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main h4 {
	font-size: 100%;
	background: url(images/h4_bg.gif) no-repeat;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}





#main p {
	padding: 0.5em 10px 1em;
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}














#mailform table {
	width: 572px;
	border: 1px solid #D6D6D6;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#mailform table th {
	width: 170px;
	border: 1px solid #D6D6D6;
	background-color: #EFEFEF;
	text-align: left;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mailform      table      .inquiry, #mailform     table .inquiry th     {
	background-color: #FF6600;
}
#mailform       table       .inquiry_in, #mailform      table  .inquiry_in  th     {
	background-color: #FF9900;
}

#mailform table .t1 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #EFEFEF;
	border: 1px solid #D6D6D6;
}
#mailform table td {
	border: 1px solid #D6D6D6;
	padding-left: 20px;
	text-align: left;
}
#ご氏名, #フリガナ, #担当者名   {
	width: 200px;
}
#企業名・個人名, #企業名・個人名フリガナ, #メールアドレス, #メールアドレス（確認用）, #会社名, #運営会社名, #サイト名       {
	width: 300px;
}
#住所, #サイトURL, #案件名, #リンクURL   {
	width: 350px;
}
#サイト概要      {
	width: 400px;
}
#備考, #ご要望内容       {
	width: 400px;
	height: 140px;
}
#ご予算, #建物の高さ, #内装リフォームをした事は？      {
	width: 35px;
}
#price_p {
	width: 605px;
	margin-left: 3px;
	height: 200px;
	background-image: url(img/price_p.gif);
	padding-top: 5px;
	background-repeat: no-repeat;
}
#price_p p {
	padding-right: 35px;
	padding-left: 35px;
}

#price  {
	width: 605px;
	padding-left: 2px;
	padding-top: 5px;
	height: 185px;
}
#price2  {
	width: 605px;
	padding-left: 2px;
	height: 283px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#price3  {
	width: 605px;
	padding-left: 2px;
	padding-top: 5px;
	height: 230px;
	padding-bottom: 2px;
}
.price_data1  {
	float: left;
	width: 602px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5F5F5F;
	border-right-color: #5F5F5F;
	border-left-color: #5F5F5F;
	background-color: #e3d1cc;
}
.price_data2  {
	float: left;
	width: 602px;
	border: 1px solid #5F5F5F;
	background-color: #E3D1CC;
}
.price_inner1  {
	text-align: left;
	padding-top: 16px;
	background-color: #6F6F6F;
	float: left;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5F5F5F;
	font-weight: bold;
	width: 109px;
	color: #FFFFFF;
	padding-bottom: 16px;
}
.price_inner2   {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	padding-left: 20px;
}
.price_inner3   {
	padding-top: 15px;
	text-align: left;
	padding-left: 20px;
	float: left;
	padding-right: 20px;
}
#left .price_c {
}
#left  .price_c li {
	background-image: none;
}
.report {
	height: 180px;
	background-image: url(img/img_report.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.report_img {
	float: left;
	padding-top: 34px;
	padding-left: 13px;
}
.report_txt {
	float: left;
	width: 280px;
	padding-top: 35px;
}
.report_exit {
	float: left;
	width: 120px;
	padding-top: 70px;
}





td {  font-size: 14px; }
.font_s { font-size: 10px; color: #CC0000; }
a { color: #0033CC; }
a:hover { color: #CC0000; }
.copyright {
	font-family: "Verdana", "Helvetica";
	font-size: 10px;
}
-->
