/*
  PROJECTNAME:paintStaffSite
  FILENAME:decoration.css
  Created by PETARNA on 06/03/08.
  Copyright (c) 2006 PETARNA. All rights reserved.
*/
div#main {
  border-style:solid;
	border-width:1px;
	background-image: url("../img/accent/title.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

ul#menu {
list-style: none;
}

/*--------- 各コンテンツ ---------*/

/*--- コンテンツページ共通 ---*/
div.contentBlock{

}

/*--- top ---*/
div#topContentMain{
  border-top-style:dotted;
	border-left-style:solid;
	border-top-width:2px;
	border-left-width:3px;
}

ul.topList{
	list-style: none;
}

/*--- 会社案内 ---*/
dl#info dt {
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

/*--- カラーシュミレーション ---*/

img#changeImg{
	border-top-style:dotted;
	border-top-width:1px;
}

/*--- 光触媒 ---*/
dl#rayList dt{
  border-bottom-style:dotted;
  border-bottom-width:1px;
}

