@charset "EUC-JP";


/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {
	border:none;
	vertical-align:top;
	text-align: center;
}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* 追加しました。 */
.clear{ clear: both; visibility: hidden; height: 0;} 




/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {
	color:#FFF;
}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, "Osaka‐等幅";
	line-height:1.6em;
	background-color:#ffffff;
	background-image:url(img/back.jpg);
	background-repeat:repeat;



	background-position:;
	background-attachment:scroll;
}

/* ページ全体のリンク色 */
a {color:#000000;text-decoration:underline;}
a:link {color:#000000;text-decoration:underline;}
a:visited {color:#999999;text-decoration:underline;}
a:hover {color:#333333;text-decoration:none;}
a:active {
	color:#F66;
	text-decoration:none;
}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999999;text-decoration:none;}

/* サイドメニューのリンク色 これは、使用しません　*/
#side a {color:#000000;text-decoration:underline;}
#side a:link {color:#000000;text-decoration:underline;}
#side a:visited {color:#999999;text-decoration:underline;}
#side a:hover {color:#333333;text-decoration:none;}
#side a:active {color:#333333;text-decoration:none;}




/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する
  ・C + D + 40 + 20 = A になるように C と D の値を指定する
  
  ※サイドメニューの幅は C　、記事の枠の幅は D の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:1040px;
	padding:0px;
	text-align:left;
	background-color:#333;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000;
	
}

/*ブログ名と説明文、トップ画像*/


#header {
	width:1000px;  /* B */
	height:70px;
	clear:left;
	padding:0;
	background-color:#ffffff;
	background-image:url(img/hed_logo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}







/*ヘッダ下メニュー*/
#sabhead {
	width:1000px;
	height:auto;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: left;
}

/*上の段のナビ*/
#nainavi{
	width:auto;
	height:auto;
	padding:0;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #000;
	}
	
#nainavi ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
	float: left;
}
	
#nainavi ul li {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	}
		
#nainavi ul li a {
	display: block;
	　margin:0;
	clear: both;
	}



/*HOME（デフォルト）*/
/*分かりやすいように画像名をカタカナにしましたが、実際にWEB上で稼動させる時は半角英数字にして下さい*/
#nainavi ul li.aaa a{
	width:180px;
	height:40px;
	text-indent:-9999px;
	background-image: url(img/botan_001.jpg);
	}
	
/*製品（デフォルト）*/
#nainavi ul li.bbb a{
	width:180px;
	height:40px;
	text-indent:-9999px;
	background-image: url(img/botan_004.jpg);
	}
	
/*会社概要（デフォルト）*/
#nainavi ul li.ccc a{
	width:180px;
	height:40px;
	text-indent:-9999px;
	background-image: url(img/botan_002.jpg);
	}
		
/*ブログA（デフォルト）*/
#nainavi ul li.ddd a{
	width:180px;
	height:40px;
	text-indent:-9999px;
	background-image: url(img/botan_003.jpg);
	}
		
/*ブログB（デフォルト）*/
#nainavi ul li.eee a{
	width:180px;
	height:40px;
	text-indent:-9999px;
	background-image: url(img/botan_005.jpg);
	}
		
/*お問い合わせ（デフォルト）*/
#nainavi ul li.fff a{
	width:180px;
	height:40px;
	text-indent:-9999px;
	background-image: url(img/botan_006.jpg);
	}
		
/*リンク（デフォルト）*/
#nainavi ul li.ggg a{
	width:180px;
	height:40px;
	text-indent:-9999px;
	background-image: url(img/botan_007.jpg);
	}










	
	
/*HOME（hover）*/
#nainavi ul li.aaa a:hover{
	background-position:0px 0px;
	width:180px;
	height:40px;
	background-image: url(img/botan_001r.jpg);
	}

/*製品（hover）*/
#nainavi ul li.bbb a:hover{
	background-position:0px 0px;
	width:180px;
	height:40px;
	background-image: url(img/botan_004r.jpg);
	}

/*会社概要（hover）*/
#nainavi ul li.ccc a:hover{
	background-position:0px 0px;
	width:180px;
	height:40px;
	background-image: url(img/botan_002r.jpg);
	}

/*ブログA（hover）*/
#nainavi ul li.ddd a:hover{
	background-position:0px 0px;
	width:180px;
	height:40px;
	background-image: url(img/botan_003r.jpg);
	}

/*ブログB（hover）*/
#nainavi ul li.eee a:hover{
	background-position:0px 0px;
	width:180px;
	height:40px;
	background-image: url(img/botan_005r.jpg);
	}

/*お問い合わせ（hover）*/
#nainavi ul li.fff a:hover{
	background-position:0px 0px;
	width:180px;
	height:40px;
	background-image: url(img/botan_006r.jpg);
	}

/*リンク（hover）*/
#nainavi ul li.ggg a:hover{
	background-position:0px 0px;
	width:180px;
	height:40px;
	background-image: url(img/botan_007r.jpg);
	}

/*ナビの中*/
#photodata{
	width:800px;
	height:auto;
	float: right;
	background-color: #333;
	clear: right;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	}

/*ナビの中−記事内容*/
#txitdata{
	width:800px;
	height:auto;
	float: right;
	background-color: #333;
	clear: right;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	}


#freebox{
	width:600px;
	height:auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}


#otoibox{
	width:600px;
	height:600px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#orderbox{
	width:590px;
	height:auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	
#orderbox a {
	color: #F99;
	}
	
	

#arigatobox{
	width:600px;
	height:300px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}



/*ナビの中*/
#partsdata{
	width:800px;
	height:auto;
	float: right;
	background-color: #333;
	clear: right;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	}

/*パーツ紹介*/

#partsdata .parts{
	width:auto;
	height:140px;
	padding:0;
	margin-top: 0;
	margin-bottom: 10px;
	float: right;
	margin-right: 22px;
	}
	
#partsdata .parts ul{
	list-style:none;
	padding: 0;
}
	
#partsdata .parts ul li {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: right;
	}
		
#partsdata .parts ul li a {
	display: block;
	padding:0;
	　margin:0;
	margin-right: 17px;
	}




		
/*○○○（デフォルト）*/
#partsdata .parts ul li.eee a{
	background: url(img/parts000.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}	
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.fff a{
	background: url(img/parts001.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.ggg a{
	background: url(img/parts002.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}	
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.hhh a{
	background: url(img/parts003.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
	
/*○○○（デフォルト）*/
#partsdata .parts ul li.iii a{
	background: url(img/parts004.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.jjj a{
	background: url(img/parts005.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.kkk a{
	background: url(img/parts006.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.lll a{
	background: url(img/parts007.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.mmm a{
	background: url(img/parts008.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
		
/*○○○（デフォルト）*/
#partsdata .parts ul li.nnn a{
	background: url(img/parts009.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.ooo a{
	background: url(img/parts010.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.ppp a{
	background: url(img/parts011.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}				
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.qqq a{
	background: url(img/parts012.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.rrr a{
	background: url(img/parts013.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.sss a{
	background: url(img/parts014.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}	
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.ttt a{
	background: url(img/parts015.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.uuu a{
	background: url(img/parts016.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}
												
/*○○○（デフォルト）*/
#partsdata .parts ul li.vvv a{
	background: url(img/parts017.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}





/*○○○（hover）*/
#partsdata .parts ul li.eee a:hover{
	background: url(img/parts000r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.fff a:hover{
	background: url(img/parts001r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}


/*○○○（hover）*/
#partsdata .parts ul li.ggg a:hover{
	background: url(img/parts002r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.hhh a:hover{
	background: url(img/parts003r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.iii a:hover{
	background: url(img/parts004r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.jjj a:hover{
	background: url(img/parts005r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.kkk a:hover{
	background: url(img/parts006r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.lll a:hover{
	background: url(img/parts007r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.mmm a:hover{
	background: url(img/parts008r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.nnn a:hover{
	background: url(img/parts009r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.ooo a:hover{
	background: url(img/parts010r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.ppp a:hover{
	background: url(img/parts011r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#partsdata .parts ul li.qqq a:hover{
	background: url(img/parts012r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}
	
/*○○○（hover）*/
#partsdata .parts ul li.rrr a:hover{
	background: url(img/parts013r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

	
/*○○○（hover）*/
#partsdata .parts ul li.sss a:hover{
	background: url(img/parts014r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

	
/*○○○（hover）*/
#partsdata .parts ul li.ttt a:hover{
	background: url(img/parts015r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

	
/*○○○（hover）*/
#partsdata .parts ul li.uuu a:hover{
	background: url(img/parts016r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

	
/*○○○（hover）*/
#partsdata .parts ul li.vvv a:hover{
	background: url(img/parts017r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}











/*下の段のナビ*/

#nainavi2{
	width:auto;
	height:140px;
	padding:0;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 18px;
	}
	
#nainavi2 ul{
	list-style:none;
	padding: 0;
}
	
#nainavi2 ul li {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: left;
	}
		
#nainavi2 ul li a {
	display: block;
	padding:0;
	　margin:0;
	margin-right: 17px;
	}




		
/*○○○（デフォルト）*/
#nainavi2 ul li.eee a{
	background: url(img/botan_000.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}	
		
/*○○○（デフォルト）*/
#nainavi2 ul li.fff a{
	background: url(img/botan_000.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
		
/*○○○（デフォルト）*/
#nainavi2 ul li.ggg a{
	background: url(img/botan_000.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}	
		
/*○○○（デフォルト）*/
#nainavi2 ul li.hhh a{
	background: url(img/botan_000.jpg);
	width:228px; height:140px;
	text-indent:-9999px;
	}		
	
	
	
	
	
	


/*○○○（hover）*/
#nainavi2 ul li.eee a:hover{
	background: url(img/botan_000r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#nainavi2 ul li.fff a:hover{
	background: url(img/botan_000r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}


/*○○○（hover）*/
#nainavi2 ul li.ggg a:hover{
	background: url(img/botan_000r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}

/*○○○（hover）*/
#nainavi2 ul li.hhh a:hover{
	background: url(img/botan_000r.jpg);
	background-position:0px 0px;
	width:228px; height:140px;
	}



















/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 20px 20px 20px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:right;
	width:200px;
}


/*　ライン（未使用）　*/

p.box {
	border-top-style: solid;
	border-top-color: #c9c9ca;
	border-top-width: 1px;
	width: 80%;
	padding-bottom: 12px;
}


/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:981px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 19px;
	background-color: #999;
	border: 1px solid #c9c9ca;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {
	font-size:20px;
	padding:0px;
}

h1-keep {font-size:20px;padding:70px 0 0 30px;}

/*ブログ名と説明文、消します*/

#header h1{
text-indent:-8000px; /* １行目字下げ */
}


#header h1 a{
	display:block;
	width:1000px;
	height:157px;
	overflow:hidden; /* クリック時、点線が左に表示されないように */
}







/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

.entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9ca;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 12px;
}



.entrybana {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 15px;
}




/* ヘッダ下のボタンたちのエリア */
div#btnmenu {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 37px;
}






/* 記事のタイトル */
h2 {font-size:14px;font-weight:bolder}

/* LOVEボタン */	
.entryLove {margin:5px 0;}

/* 記事本文 */
.entryBody {margin:15px 0 0 0;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

/* 関連する記事枠 */
#relatedEntry {border:1px #999999 solid;padding:20px;margin:20px 0 20px 0;}

	#relateTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}

/* コメント枠 */
#comment {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	
	ul.trackbackState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}

	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #CCC;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {
	border:1px solid #c9c9ca;
	padding:0px;
}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}

/* 表組み */


table#table-00 {
	width: 600px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}

table#table-00 th {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	background-color: #000;
	text-indent: 15px;
	border: 1px solid #E3E3E3;
}
table#table-00 td {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}


table#table-00 a {
	color:#FC6;
	text-decoration:underline;
	font-weight: bold;
}





table#table-01 {
	width: 600px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
}

table#table-01 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	background-color: #000;
}
table#table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}



table#table-02 {
	width: 600px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
}

table#table-02 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	background-color: #000;
	text-indent: 15px;
}
table#table-02 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}






/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {font-size:14px;font-weight:bolder;margin:0 0 5px 0;}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0;}



/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
	font-size:12px;
	padding:0 0 10px 0;
	text-align:center;
	color: #CCC;
}
