- margin
- padding
- width
- min-width
- max-width
- height
- min-height
- max-height
- background-color
- background-image
- background-repeat
- background-position
- border-width
- border-style
- border-color
- outline-width
- outline-style
- outline-color
- list-style-type
- list-style-image
- list-style-position
- display
- visibility
- overflow
- clip
要素の位置に関するプロパティ
- float
- clear
- position
- top
- bottom
- left
- right
- z-index
テキストに関するプロパティ
- color
- font-family
- font-size
- font-weight
- font-style
- text-indent
- text-decoration
- text-align
- vertical-align
- line-height
- letter-spacing
- direction
- unicode-bidi
- text-shadow
- text-transform
- white-space
- word-spacing
テーブルに関するプロパティ
- table-layout
- caption-side
- border-collapase
- border-spacinfg
- empty-cells
- font-size-adjust
- font-stretch
- font-variant
その他特殊なもの
- cursor
- content
- counter-increment
- counter-reset
- quotes
Dreamweaverで自動的にCSSプロパティの順番を並べ替える
- 1.表示や配置など「視覚整形モデル」に関するプロパティ
- display
- list-style**
-
- list-style-type
- list-style-image
- list-style-position
- marker-offset(CSS2.1勧告候補では削除)
- position**
-
- top
- right
- bottom
- left
- float
- clear
- z-index
- 2.ボックスモデルに関するプロパティ
- width**
-
- min-width
- max-width
- height**
-
- min-height
- max-height
- line-height
- vertical-align
- overflow
- clip
- visibility
- margin**
-
- margin-top
- margin-right
- margin-bottom
- margin-left
- padding**
-
- padding-top
- padding-right
- padding-bottom
- padding-left
- border**
-
- border-width
- border-top-width
- border-right-width
- border-bottom-width
- border-left-width
- border-color
- border-top-color
- border-right-color
- border-bottom-color
- border-left-color
- border-style
- border-top-style
- border-right-style
- border-bottom-style
- border-left-style
- border-top
- border-bottom
- border-right
- border-left
- 3.背景と前景に関するプロパティ
- background**
-
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
- 4.フォントとテキストに関するプロパティ
- color
- font**
-
- font-family
- font-style
- font-variant
- font-weight
- font-stretch
- font-size
- font-size-adjust(CSS2.1勧告候補では削除)
- text-indent
- text-decoration
- text-align
- vertical-align
- white-space
- other text**
-
- text-shadow(CSS2.1勧告候補では削除)
- letter-spacing
- word-spacing
- text-transform
- white-space
- 5.表に関するプロパティ**
-
- caption-side
- table-layout
- border-collapse
- border-spacing
- empty-cells
- 6.生成内容に関するプロパティ**
-
- contentcounter-increment
- counter-reset
- quotes
- 7.UIに関するプロパティ**
-
- outline
- outline-width
- outline-style
- outline-color
- cursor
- 8.印刷に関するプロパティ**
-
- size
- marks
- page-break-before
- page-break-after
- page-break-inside
- page
- orphans
- widows
- 9.音声に関するプロパティ**
-
- speak-header
- volume
- speak
- pause-before
- pause-after
- pause
- cue-before
- cue-after
- cue
- play-during
- azimuth
- elevation
- speech-rate
- voice-family
- pitch
- pitch-range
- stress
- richness
- speak-punctuation
- speak-numeral
参考にさせて頂いたサイト
CSSプロパティの記述順序 | かたつむりくんのWWW
スタイルプロパティの記述順番ガイドライン/クロノドライブ