/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-style:normal;/*文字のスタイル：普通*/
	font-weight:normal;/*文字の太さ：普通*/
	font-size: 14px;/*文字の大きさ：中*/
	text-align: center;
	color:#000000;/*文字の色：黒*/
	width: 100%; /*全体の幅のサイズ*/
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #999999;
}

img
{
	border-style: none;
}



/*　共通　*/

#clear
{
	clear: both;
}

#pan
{
	font-size: 10px;
	margin-bottom: 20px;
}

#new
{
	color: #ff0000;
	font-style: italic;
	margin-right: 10px;
}




/*　コンテンツ　*/

#header
{
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu
{
	width: 100%;
	background-color: #0066cc;
	text-align: left;
}

#menu02
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contents
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url( ../image/back-image.jpg ) repeat-y;
	text-align: left;
}

#main
{
	width: 600px;
	float: left;
	text-align: left;
}

#sub
{
	width: 190px;
	float: left;
	margin-left: 10px;
	text-align: left;
}


#footer
{
	width: 100%;
	background-color: #0066cc;
	text-align: center;
}

#footer-menu
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.5;
}

#copyright
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: center;
}




/*　メニュー詳細設定　*/

#menu02 li
{
/*
	width: 160px;
*/
	width: 133px;
	line-height: 200%;
	list-style: none;
	float: left;
	text-align: center;
	font-size: 12px;
}

#menu02 a
{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#menu02 a:hover
{
	text-decoration:underline;
	background-color:#7a99fd;
	color:#ffffff;
}



/*　ミニ会社情報　*/

#mini_company
{
	width: 180px;
	border: 1px solid #0066cc;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 10px;
}

#mini_company dt
{
	background-color: #0066cc;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

#mini_company dd
{
	padding-left: 10px;
	padding-right: 10px;
}




/*　ミニ年度別施工実績　*/

#mini_sekou
{
	width: 180px;
	border: 1px solid #0066cc;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#mini_sekou dt
{
	background-color: #0066cc;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

#mini_sekou dd
{
	padding-left: 15px;
	padding-right: 10px;
}





/*　ミニ営業内容　*/

#mini_item
{
	width: 180px;
	border: 1px solid #0066cc;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#mini_item dt
{
	background-color: #0066cc;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

#mini_item dd
{
	padding-left: 15px;
	padding-right: 10px;
}



/*　安心すまいるバナー　*/

#link-banner01, #link-banner02
{
	width: 182px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}



/*　タイトルバー　*/

#title-bar, #title-bar_2, #title-bar_3
{
	font-size: 14px;
	font-weight: normal;
	background: url( ../image/title-bar.jpg ) no-repeat;
	line-height: 1.9;
	padding-left: 15px;
	margin-bottom: 10px;
}



/*　サブタイトルバー　*/

#subtitle-bar
{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.9;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left: 5px solid #999999;
	border-bottom: 1px solid #999999;
}


/*　フッターメニュー　*/

#footer a
{
	color: #ffffff;
}


