﻿/* メイン画像
------------------------------------------------ */
#main{
	width:776px;
	height:286px;
	margin:0 auto;
	background:url(../image/top/main_top.jpg) no-repeat;
}
#main span{
	display:none;
}

/* トップページコンテンツ
------------------------------------------------ */
#t_contents{
	width:750px;
	margin:0 auto;
}
#t_contents .left{
	width:536px;
	float:left;
}
#t_contents .right{
	width:200px;
	float:right;
}
#news_box{
	width:510px;
	margin:0 auto;
	padding-top:10px;
}
#example_box{
	width:510px;
	margin:0 auto;
	padding-top:10px;
}

/* メッセージ
------------------------------------------------ */
#example{
	width:536px;
	margin:15px auto;
	position:relative;
}
#example_bt{
	position:absolute;
	top:6px;
	right:20px;
}

#example .frame_01{
	width:536px;
	padding-top:28px;
	background:url(../image/top/title_example.gif) no-repeat top;
}
#example .frame_02{
	width:536px;
	background:url(../image/top/frame_bg.gif) repeat-y top;
}
#example .frame_03{
	width:536px;
	padding-bottom:8px;
	background:url(../image/top/frame_bottom.gif) no-repeat bottom;
}

/* お知らせ
------------------------------------------------ */
#news{
	width:536px;
	margin:15px auto;
	position:relative;
}
#news_bt{
	position:absolute;
	top:6px;
	right:20px;
}

#news .frame_01{
	width:536px;
	padding-top:28px;
	background:url(../image/top/title_news.gif) no-repeat top;
}
#news .frame_02{
	width:536px;
	background:url(../image/top/frame_bg.gif) repeat-y top;
}
#news .frame_03{
	width:536px;
	padding-bottom:8px;
	background:url(../image/top/frame_bottom.gif) no-repeat bottom;
}

/* 施工メニュー
------------------------------------------------ */
#construct_wrap{
	width:194px;
	background:url(../image/top/construct_wrap.gif);
	padding:3px;
}
#construct{
	width:192px;
	background:#FFF;
	border:1px #DDBB99 solid;
}
#construct dt{
	margin-bottom:5px;
}
#construct dt img{
	margin:1px;
}
#construct dd{
	margin-left:10px;
	margin-bottom:3px;
	padding-left:10px;
	background:url(../image/top/arrow.gif) left no-repeat;
}

/* バナー
------------------------------------------------ */
#banner{
	width:200x;
	margin:10px auto;
	text-align:center;
}
