body{
        padding:0px;
		margin:0px;
		font-size:12px;
		LINE-HEIGHT:150%;
		background-position:center;
		background-repeat:repeat-y;
		text-align:center;
		color:#333333;
		background-image:url(../images/background_main.gif);
		background-color:#EFEFEF;
}

img {
	border:0px;
}

p {
	margin:0px 0px 5px 0px;
}

strong{
	color:#F9A94A;
}

/*リンク*/
#rightbody A:link {
	text-decoration:underline;
}

#rightbody A:visited {
	text-decoration:underline;
}

#rightbody A:active {
	text-decoration:underline;
}

/* レイアウト位置設定 */

#header {
	margin:0 auto;
	width:720px;
	text-align:left;
	background-color:#FFFFFF;
	padding:5px 0px 0px 0px;
}

#logo {
	float:left;
	margin:0px 0px 0px 0px;
	clear:both;
}

#logo img {
	float:left;
	margin-left:10px;
}

#catch {
	font-size:10px;
	color:#333333;
	margin:0px 0px 3px 5px;
	float:none;
}

#header #inquiry {
	float:right;
	width:157px;
}

#header .menu {
	background-image:url(../images/header_img/menu-bar.gif);
	background-repeat:repeat-x;
	width:720px;
	float:inherit;
	clear:both;
	margin-top:3px;
}

#header .menu a{
	margin-right:-4px;
}

#mainbody {
	width:720px;
	margin:2px auto;
	float:none;
	text-align:left;
}

#leftbody {
	width:175px;
	float:left;
	padding:0px 0px 20px 0px;
	height:455px;
}

#rightbody {
	padding:10px 15px 0px 15px;
	width:515px;
	float:right;
}

#footer {
	background-image:url(../images/footer_img/footer.gif);
	background-repeat:no-repeat;
	font-size:12px;
	margin:0px auto;
	width:720px;
	float:none;
	text-align:center;
	color:#999999;
	padding:37px 0px 10px 0px;
	clear:both;
}

#footer .menu {
	margin:10px 0px 5px 0px;
}


/* 左メニュー */
#side_menu .side_title {
	margin:0px 0px 0px 0px;
}

#side_menu .category {
	margin:5px 0px 5px 0px;
}

#side_menu a{
	text-decoration:none;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	color:#F6AA4F;
	background-image:url(../images/side_img/menu_o.gif);
}

#side_menu ul{
	margin:0px 0px 5px 0px;
	padding:0;
	list-style:none;
	font-weight:bold;
}

#side_menu li {
	margin:0px 0px 1px 0px;
	padding:5px 0px 3px 6px;
	list-style:none;
	background-color:#EFEFEF;
	clear:left;
}


#side_menu a:link,#leftbody a:visited {
	color:#787878;
	background-image:url(../images/side_img/menu.gif);
}

#side_menu li a:hover {
	color:#F6AA4F;
	background-image:url(../images/side_img/menu_o.gif);
}

/* 見出し */

H1 {
	FONT-SIZE: 18px;
	font-weight: bold;
	color:#333333;
	padding:2px 5px;
	margin:0px;
	letter-spacing:1px;
}

H1 span {
	FONT-SIZE: 14px;
	color:#666666;
	margin-left:10px;
}

H2 {
	FONT-SIZE: 14px;
	font-weight: bold;
	color:#333333;
	margin:0px;
	padding:2px 0px;
}

H2 span {
	FONT-SIZE: 12px;
	font-weight: normal;
	color:#333333;
	margin-left:10px;
}

H3 {
	FONT-SIZE: 12px;
	font-weight: bold;
	color:#333333;
	margin:0px;
	padding:0px 0px 1px 14px;
	margin-bottom:2px;
	border-bottom:1px dotted #999999;
	background-image:url(../images/icon_img/h3.gif);
	background-repeat:no-repeat;
}

/* タイトル */
.title {
	background-image:url(../images/icon_img/title.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 26px;
	border-bottom:2px solid #E7E7E7;
}

.subt {
	background-image:url(../images/icon_img/subt.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	clear:both;
}

/* コンテンツ */
#low_menu {
	clear:both;
}

#low_menu .arrow_r {
	background-image:url(../images/icon_img/arrow01.gif);
	margin:0px 0px 3px 0px;
	padding-top:3px;
}

.padding{
	margin:15px 10px 15px 10px;
	padding:0px 0px 10px 0px;
}

.divide {
	padding:10px 0px 10px 0px;
	border-top:1px dotted #CCCCCC;
	clear:both;
}

.text{
	padding:10px 10px 15px 10px;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	margin:5px 0px 5px 0px;
}

.text span{
	font-weight:bold;
	color:#272752;
}

/* 装飾 */
.arrow_l {
	background-image:url(../images/icon_img/arrow02.gif);
	background-repeat:no-repeat;
	padding:2px 0px 0px 17px;
	clear:both;
}

.arrow_r {
	background-image:url(../images/icon_img/arrow02.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 17px;
	float:right;
	clear:both;
	margin:0px 10px 0px 0px;
}

.dotted {
	border-bottom:1px dotted #CCCCCC;
	margin-top:3px;
	clear:both;
}

.box{
	border:1px solid #CCCCCC;
	padding:5px;
	width:inherit;
}

/* テキスト */

.text_s{
	font-size:10px;
	line-height:150%;
}

.text_m{
	font-size:12px;
	line-height:150%;
	color:#333333;
}

.text_m span{
	font-weight:bold;
	color:#272752;
}

.notes{
	text-align:right;
}

.red{
	color:#CC0000;
}

/* リスト */
#rightbody ol {
	margin:0px 0px 0px 30px;
	padding:0px;
}

#rihgtbody ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#rihgtbody li {
	margin:0px -20px 0px 0px;
	padding:0px 10px 0px 0px; 
}

/* イメージ */

.right {
	float:right;
	margin:0px 0px 0px 10px;
	clear:both;
	text-align:right;
}

.left {
	float:left;
	margin:0px 10px 0px 0px;
	clear:both;
}

/* テーブル */
.item {
	color:#454545;
	background-color:#F3F3F3;
	border:1px solid #EFEFEF;
	white-space:nowrap;
}

/* 工事実績 */
.category {
	margin:3px 0px;
	text-align:right;
}
