/* EUCで保存*/
/* EUCで保存*/
/* EUCで保存*/

/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #ffffff url(images/bg_body.png) repeat-x; /*全体の背景色*/
	background-position: 0px 270px;
	color: #333333; /*文字の基本色*/
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 15px; /*文字の基本サイズ*/
	padding: 0px 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

/*-------------------------------------------------
  Headings
-------------------------------------------------*/

h1,h2,h3,h4,h5,h6
{
 	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-weight: normal;
	margin: 0;
}

/*-------------------------------------------------
  リンク
-------------------------------------------------*/
a:link, a:visited
{
	color: #214001; /* リンク文字の色 */
	text-decoration: none;
}
a:hover, a:active
{
	color: #214001; /* リンク文字の色　ホバー時 */
	text-decoration: underline;
}
#header a:link, #header a:visited
{
	color: #ffffff; /* ヘッダー内のリンク文字の色 */
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #ffffff; /* ヘッダー内のリンク文字の色　ホバー時 */
}
#copyrights a:link, #copyrights a:visited
{
	color: #000000; /* フッター内のリンク文字の色 */
}
#copyrights a:hover, #copyrights a:active
{
	color: #000000; /* フッター内のリンク文字の色 ホバー時*/
}

.contentbody2 a:link, .contentbody2 a:visited
{
	color: #840206; /* フッター内のリンク文字の色 */
}


/*-------------------------------------------------
 　基本（編集する必要はほぼなし）
-------------------------------------------------*/

img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	height: 0px;
	width: 800px;
	clear: both;
	line-height: 0px;
	zoom: 1;
	display: hidden;
	font-size: 0px;
}

/*-------------------------------------------------
  ヘッダー header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 100%;
	height: 100px;
	background: #840206 url(images/) center no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}


.header_text01
{
	height: 16px;
	width: 600px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.header_text02
{
	height: 16px;
	width: 700px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
	font-size: 13px;
	/*font-weight: bold;*/
	text-align: left;
}

#headercontents
{
	width: 960px;
	margin: auto;

}

#headercontents h1/*ヘッダーの文言*/
{
	width: 490px;
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 45px 0px 0px 20px;
	color: #fff;
}

/*-------------------------------------------------
  ロゴ
-------------------------------------------------*/

.logo
{
	float: left;
}

.logo img
{
	width: 220px; /*ロゴ画像のサイズ*/
	height: auto;
}

/*-------------------------------------------------
  ページ上部お問合せ
-------------------------------------------------*/

.contactus /*ヘッダーの電話番号＆メール問合せはこちらエリア*/
{
	width: 220px; 
	float: right; 
	text-align: center; 
	padding-top: 20px;
	font-size: 18px;
	color: #fff;
}

.contact_mail
{
	font-size: 15px;
	background: #840206; /*ヘッダーのメール問合せボタン背景色*/
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 4px 6px 4px 6px;
}

/*-------------------------------------------------
  ヘッダーの背景色や背景画像
-------------------------------------------------*/

.head_img /*トップページ用*/
{
	width: 100%;
	height: 270px;
	background: #840206 url(images/bg_header.png) center;
	text-align: center;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
}

.head_img_sub /*サブページ用*/
{
	width: 100%;
	height: 270px;
	background: #840206 url(images/bg_header.png) center;
	text-align: center;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
}

/*-------------------------------------------------
  タブレット、スマホでの閲覧時のメニュー
　当ファイルはPC表示用なので、変更する際は
　garten_left_m.css　と　garten_left_s.css　を編集すること。
-------------------------------------------------*/

.homebutton
{
	display: none;
}

.menubutton
{
	display: none;
}


	.tabmenu
	{
		width: 0%;
		/*background: #eee;*/
		margin-bottom: -20px;
	}

	.tab
	{
		height: 0px;
		/*background: #fff;*/
	}

	.tab li
	{
		width: 0px;
		height: 0px;
		cursor: pointer;
		display: none;
		margin-left: 0px;
	}
					
	/*.tab li.select
	{
		/*background:#fd9;*/
	}*/
		

	.content div
	{
		/*background:#efefef;*/
		height: 100%;
		padding: .6em;
	}

	.hide
	{
		display:none;
	}

	.content div.sub
	{
		background: ;
		height: 100%;
		margin: 5px 5px 5px 20px;
	}

	/*.tab li:after
	{
		content:"▼";
		padding-left: 1em;
	}

	.tab li.select:after
	{
		content:"▲";
		padding-left: 1em;
	}*/

	.other
	{
		margin-top: 1em;
		padding: 1em;
	}

	.close
	{
		float: right;
		width:20%;
		background:#d38;
		-webkit-border-radius:4px;
		border-radius: 4px;
		color: #fdfdfd;
		text-align: center;
		cursor: pointer;
	}

/*-------------------------------------------------
  PC表示でのサイドバーメニュー部
-------------------------------------------------*/

.mainmenu
{
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #ffffff;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
	margin-left: 0px;
}

.mainmenu_color
{
	/*background:#840206; メニュー項目の背景色*/
	background: url(images/bg_mainmenu.png) repeat-y;
	background-position: right
}

.marker
{
	padding: 0px 10px 0px 10px; 
	float: left; 
	color: #ffffff;
}

.sub_l
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 30px;
}

/*-------------------------------------------------
  ボディー　body部の囲い
-------------------------------------------------*/

#mainwrapper
{
	width: 940px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0px 0px 0px 0px;
	margin: auto;
}
#wrapper
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

/*-------------------------------------------------
  ボディー　body内部
-------------------------------------------------*/
#container
{
	width: 700px;
	height: 1%;
	overflow: visible;
	float: right;
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0px 0px 0px 0px;
	/*background: #cfcfcf;*/

}
.content
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

/*-------------------------------------------------
  トップページの新着施工例エリア
-------------------------------------------------*/

.works_trim
{
	width: 210px;
	height: 250px;
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	display: inline;
	background: #ffffff url(images/) bottom;
}

.works_trim_img
{
	width: 210px; 
	height: 140px; 
	border-width: 0px; 
	border-style: solid; 
	border-color: #cccccc;
}

.works_trim_img_s
{
	width: 210px; 
	height: 140px; 
	border-width: 0px; 
	border-style: solid; 
	border-color: #cccccc;
	display: none;
}

.works_trim_title
{
	width: 190px; 
	height: 30px; 
	overflow: hidden; 
	float: left; 
	padding: 5px 10px 5px 10px; 
	font-size: 14px; 
	line-height: 130%;
}

.works_trim_comments
{
	width: 190px; 
	height: 45px; 
	overflow: hidden; 
	float: left; 
	padding: 5px 10px 5px 10px; 
	font-size: 13px; 
	line-height: 130%;
}

/*-------------------------------------------------
  トップページInformationのエリア
-------------------------------------------------*/

.home_info
{
	width: 590px; 
	padding: 25px 55px 25px 55px; 
	background: #ffffff;
}

.home_info_title
{
	font-size: 20px;
}

.home_info_s
{
	display: none;
}

/*-------------------------------------------------
  トップページ下部Newsのエリア
-------------------------------------------------*/

.news
{
	width: 100%; 
	padding: 5px 0px; 
	margin-left: 0px; 
	font-size: 14px; 
	border-bottom: 1px dotted #786f67;
	-webkit-text-size-adjust: 100%;
	background: #ffffff
}

/*-------------------------------------------------
  トップページ下部電話番号
-------------------------------------------------*/

.tel
{
	font-size: 34px; 
	padding: 20px 0px 5px 30px; 
	float: left; 
	color: #840206;
}

/*-------------------------------------------------
  トップページ下部メール問合せボタン
-------------------------------------------------*/

.mail
{
	width: 37%;
	font-size: 21px; 
	padding: 7px 12px 10px 12px; 
	float: right;
	background: #840206; /*フッターのメール問合せボタン背景色*/
	color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	color: #fff;
	margin: 15px 10px 0px 0px;
	color: #fff;
}

.mail a:link, .mail a:visited
{
	color: #fff;
}

/*-------------------------------------------------
  フッターの会社情報、施工例、お問合せボタン
-------------------------------------------------*/

.footer_button
{
	width: 180px; 
	background: #214001; /*ボタンの背景色*/
	float: left; 
	padding: 20px; 
	margin: 0px 5px;
	text-align: center; 
	font-size: 22px;
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #797979;
	border-radius: 3px;
}

/*-------------------------------------------------
  ホームのメイン画像スライダー（通常スタートコースでは不使用）
-------------------------------------------------*/

#viewer {
	margin: 0 auto;
	width: 750px;
	height: 200px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}

/*-------------------------------------------------
  パンくずリスト
-------------------------------------------------*/

.catdesc /*パンくずリストの囲い*/
{
	font-size: 16px;
	width:;
	height:;
	background: url(images/);
	padding: 20px 0px 20px 0px;
}

/*-------------------------------------------------
  施工例タグ表示枠
-------------------------------------------------*/

.works_index
{
	background: #6a251a; 
	padding: 10px; 
	margin: 0px 0px 30px 0px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

/*-------------------------------------------------
  記事の表示
-------------------------------------------------*/

.contenttitle h2 /*記事タイトル部*/
{
	height: 100%;
	clear: both;
	background: #f7f4e7 url(images/bg_title.jpg);
	font-size: 19px;
	color: #214001;
	font-weight:;
	padding: 10px 0px 10px 25px;
	margin: 0;
	border-width: 0px 0px 3px 0px;
	border-style: groove;
	border-color: #f8f6ed;
}

.contentbody /*記事の囲い（にわ・なび用）*/
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 100%;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 50px 30px 50px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 20px;
	font-size: 15px;
}
.contentbody table tr td
{
	font-size: 15px;
	text-align: justify;
	line-height: 23px;

}

.contentbody img
{
	margin: 0px;

}

.contentbody2 /*記事の囲い*/
{
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 50px 30px 50px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	text-align: justify;
	margin: 0px 0px 30px 0px;
	font-size:15px;
}

.contentbody2 table.style
{
	border-collapse: collapse;

}

.contentbody2 a:link, .contentbody2 a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2 a:hover, .contentbody2 a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}

/*-------------------------------------------------
  次の記事へ　前の記事へ　ボタン
-------------------------------------------------*/

.nextlink
{
	width: 49%;
	height: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	background: url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: right;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
}

.prevlink
{
	width: 50%;
	height: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
	background: url(images/nexts.png) right no-repeat;
	display: box;
	font-size: 13px;
	text-align: left;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

/*-------------------------------------------------
  Q&Aの表示
-------------------------------------------------*/

.QA-Qbox01 
{
	padding-left: 0px;
	margin-top: 0px;
	clear: both;
}
.QA-box01 
{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding-left: 45px;
}
.QA-Abox01 
{
	background: #ffffff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 60px;
	color: #000000;
	text-indent: 1em;
	line-height: 2em;
	/*clear: both;*/
	border-width: 2px 2px 2px 2px; 
	border-style: dotted; 
	border-color: #2b6d0e;
}
.QA-Qtext01 
{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #704d2a;
	padding-bottom: 5px;
	line-height: 2em;
	width: 600px;
	float: left;
	font-weight: regular;
}
.QA-textcolor 
{
	color: #704d2a;
}

.QA-Qbotton 
{
	float: left;
	border: 0;
}

/*-------------------------------------------------
  お問合せフォーム関連
-------------------------------------------------*/

.inq
{
	width: 590px;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-spacing: 0;
}
.inq td, th 
{
	padding: 15px;
	width: 30px;
	height: 25px;
}

.inq th 
{
	width: 22%;
	background: #efefef;
	text-align: center;
}

.inq td 
{
	width: 78%;
	background: #ffffff;
}

.formtext
{
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	height: 2.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
}

/*-------------------------------------------------
  サイドバー sidebar
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#sidebarcontainer a:link, #sidebarcontainer a:visited
{
	color: #ffffff;	
}

.sidebar
{
	margin: 0px 0px 0px 0px;
}

.menubox
{
	width: 220px;
	height: 100%;
	/*background: #7AD371;*/
	float: left;	
	color: #000000;
}

.menubox_color
{
	width: 100%;
	background: #7AD371;
}

.aboutusbox /*サイドバー簡易会社情報*/
{
	width: 180px;
	height: 100%;
	background: #ffffff url(images/bg_aboutusbox.png) bottom; /*簡易会社情報の背景色*/
	float: left;
	padding: 20px 20px 40px 20px;
	color: #840206;
}

.areabox /*サイドバー*/
{
	width: 180px;
	height: 100%;
	background: #214001; /*施工エリアの背景色*/
	float: left;
	padding: 20px 20px 40px 20px;
	color: #f7f7f7;
}

/* NP_List 今いるページのメニュー項目文字色*/
.current 
{
	color: #e55528;
	/*background: #ffffff;*/
	/*font-weight: bold;*/
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #888888;
	text-decoration: none;
}
.list
{
	font-size: 12px;
	color: #3066B5;
	clear: both;
	padding: 5px 0px 10px 10px;
}
.list a:link
{
	color: #3066B5;
}
.list .current 
{
	/*width: 179px;*/
	float: left;
	color: #6e9a19;
	/*background: #ffffff;*/
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: #888888;
	text-decoration: none;
	margin: 0px 0px 0px 0px;

}
/*-------------------------------------------------
  ブログカレンダー
-------------------------------------------------*/

#calendar a:link, #calendar a:visited
{
	color: #000000; /* ブログカレンダー内のリンク文字の色 */
}


table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited 
{
	background:none;padding:0;
}
table.calendar 
{
	margin:0 auto;
}

/*-------------------------------------------------
  フッター　Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	height: 100%;
	background: url(images/) no-repeat;
	padding: 0px 0px 40px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#copyrights
{
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #000000;
}

/*-------------------------------------------------
  このページのトップへボタン
-------------------------------------------------*/

.pagetop {
	width: 200px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9000;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
} 

.pagetop a {
	display: block;
	color: #ffffff;
	padding: 15px 15px;
	margin: 0;
	background: #797979; /*「このページのトップへ」ボタンの背景色*/
	border-radius: 3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

.pagetop a:hover {
	background: #797979; /*「このページのトップへ」ボタンの背景色*/
	color: #FFFFFF;
}

/*-------------------------------------------------
  改行
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line5
{
	clear: both;
	height: 5px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line15
{
	clear: both;
	height: 15px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line25
{
	clear: both;
	height: 25px;
}
.c_line30
{
	clear: both;
	height: 30px;
}
.c_line35
{
	clear: both;
	height: 35px;
}
.c_line40
{
	clear: both;
	height: 40px;
}
.c_line45
{
	clear: both;
	height: 45px;
}
.c_line50
{
	clear: both;
	height: 50px;
}
.c_line55
{
	clear: both;
	height: 55px;
}
.c_line60
{
	clear: both;
	height: 60px;
}
.c_line65
{
	clear: both;
	height: 65px;
}
.c_line70
{
	clear: both;
	height: 70px;
}
.c_line75
{
	clear: both;
	height: 75px;
}
.c_line80
{
	clear: both;
	height: 80px;
}
.c_line85
{
	clear: both;
	height: 85px;
}
.c_line90
{
	clear: both;
	height: 90px;
}

/*-------------------------------------------------
  スタートコースでは不使用
-------------------------------------------------*/
#menubutton a
{
	display:block;
	width:250px;
	background:url(images/menu01.jpg) no-repeat;
	height:35px;
	line-height:35px;
	vertical-align: middle;
	text-decoration:none;
	text-align:left;
	float: left;
	padding: 0px 0px 0px 30px;
}
#menubutton2 a
{
	display:block;
	width:250px;
	background:url(images/menu02.jpg) no-repeat;
	height:35px;
	line-height:35px;
	vertical-align: middle;
	text-decoration:none;
	text-align:left;
	float: left;
	padding: 0px 0px 0px 30px;
}

#menubutton a:hover
{
	background:url(images/menu02.jpg) no-repeat;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 0px;
	margin-left: 0px;

	padding: 0px;
	background: #EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 168px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 540px;
    margin-right: 0px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 545px;
	margin-left: 0px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px; /*3px;*/
	#: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
	border-right: 1px dashed #ddd;
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

/*
div.leftbox10 {
	float: left;
	width: 10%; 
}
div.leftbox20 {
	float: left;
	width: 20%; 
}
div.leftbox30 {
	float: left;
	width: 160px; 
}
div.leftbox40 {
	float: left;
	width: 40%; 
}
div.leftbox45 {
	float: left;
	width: 45%; 
}
div.leftbox55 {
	float: left;
	width: 55%; 
}
div.leftbox60 {
	float: left;
	width: 60%; 
}
div.leftbox65 {
	float: left;
	width: 65%; 
}
div.leftbox70 {
	float: left;
	width: 70%; 
}
div.leftbox75 {
	float: left;
	width: 75%; 
}
div.leftbox80 {
	float: left;
	width: 80%; 
}

div.leftbox100px {
	float: left;
	width: 105px; 
}

div.leftbox150px {
	float: left;
	width: 155px; 
}

div.leftbox200px {
	float: left;
	width: 205px; 
}

div.leftbox250px {
	float: left;
	width: 255px; 
}

div.leftbox300px {
	float: left;
	width: 305px; 
}

div.leftbox350px {
	float: left;
	width: 355px; 
}
div.leftbox400px {
	float: left;
	width: 405px; 
}

div.leftbox450px {
	float: left;
	width: 455px; 
}
div.leftbox500px {
	float: left;
	width: 505px; 
}

div.leftbox550px {
	float: left;
	width: 555px; 
}
div.leftbox600px {
	float: left;
	width: 605px; 
}

div.leftbox650px {
	float: left;
	width: 655px; 
}
div.leftbox700px {
	float: left;
	width: 705px; 
}

div.leftbox750px {
	float: left;
	width: 755px; 
}

div.leftbox800px {
	float: left;
	width: 805px; 
}
*/

.leftbox10 {
	float: left;
	width: 10%; 
}
.leftbox20 {
	float: left;
	width: 20%; 
}
.leftbox30 {
	float: left;
	width: 160px; 
}
.leftbox40 {
	float: left;
	width: 40%; 
}
.leftbox45 {
	float: left;
	width: 45%; 
}
.leftbox55 {
	float: left;
	width: 55%; 
}
.leftbox60 {
	float: left;
	width: 60%; 
}
.leftbox65 {
	float: left;
	width: 65%; 
}
.leftbox70 {
	float: left;
	width: 70%; 
}
.leftbox75 {
	float: left;
	width: 75%; 
}
.leftbox80 {
	float: left;
	width: 80%; 
}

.leftbox100px {
	float: left;
	width: 105px; 
}

.leftbox150px {
	float: left;
	width: 155px; 
}

.leftbox200px {
	float: left;
	width: 205px; 
}

.leftbox250px {
	float: left;
	width: 255px; 
}

.leftbox300px {
	float: left;
	width: 305px; 
}

.leftbox350px {
	float: left;
	width: 355px; 
}
.leftbox400px {
	float: left;
	width: 405px; 
}

.leftbox450px {
	float: left;
	width: 455px; 
}
.leftbox500px {
	float: left;
	width: 505px; 
}

.leftbox550px {
	float: left;
	width: 555px; 
}
.leftbox600px {
	float: left;
	width: 605px; 
}

.leftbox650px {
	float: left;
	width: 655px; 
}
.leftbox700px {
	float: left;
	width: 705px; 
}

.leftbox750px {
	float: left;
	width: 755px; 
}

.leftbox800px {
	float: left;
	width: 805px; 
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align: right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}


/*-------------------------------------------------
  table
-------------------------------------------------*/


table#table-01 {
	background: #f5f5f5;
    width: 620px;
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-01 th
{
	width: 110px;
	color: #ffffff;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 1px 1px 0px;
	background: #72ad06;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap; 
}

table#table-01 td
{
	/*width: 500px;*/
	background: #ffffff;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 1px 1px 0px;
	text-align: left;
	white-space: nowrap;
}

table#table-02 
{
	background: #f5f5f5;
	/*width: 625px;*/
	border: 0px #E3E3E3 solid;
	/*border-collapse: collapse;*/
	/*  border-collapse: 5px;*/
	border-spacing: 4px;
}

table#table-02 th 
{
	width: 300px;
	color: #e5f4bb;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 1px 1px 0px;
	background: #72ad06;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap; 
}
table#table-02 td 
{
	width: 340px;
	background: #ffffff;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 1px 1px 0px;
	text-align: left;
	white-space: nowrap;

}ap;

}