/* CSS Document */#container{			width: 802px;			border: #211983 ridge 1px;			}						#header{					border-bottom: solid #fff 20px;					margin-bottom: 0;					}			#content{			background: url("image/background1.jpg") 0 repeat-y;			margin-top: 0;			}									#navi-bg{					float: left;					width: 260px;					background-color: #211983;					padding-bottom: 12px;					}										#navi{							width: 220px;							margin-left: 12px;							margin-top: 12px							}							p.navi1{							margin-top: 1px;							margin-bottom: 0;							min-height: 40px;							height: auto !important;							height: 40px;								padding-left: 32px;								padding-top: 5px;								padding-bottom: 5px;								color: #fff;								background-image: url("image/navi-background.png");								background-repeat: no-repeat;								background-position: top left;								}								p.navi1 a{											text-decoration: none;											}								p.navi1 a:link{												color: #fff;												}												p.navi1 a:visited{																	color: #e4ab1c;																	}			#main{					width: 530px;					float: right;					margin-left: 5px;					}					#top-comment{					text-align: center;					color: orange;					}					img.top{						}						img.title{							margin-top: 15px;							margin-left: 20px;							}							#index{									margin-left: 45px;									margin-top: 15px;									}									p.index1										{										padding-left: 36px;										padding-top: 5px;										padding-bottom: 5px;										margin-top: 0px;										margin-bottom: 0px;										background-image: url("image/top-title-background.png");										background-repeat: no-repeat;										background-position: top left;										min-height: 40px;										height: auto !important;										height: 40px;										width: 440px;										font-size: 18px;										}										p.index1 a{											text-decoration: none;											}										p.cate-title1{											background-image: url("image/cate-index.png");											background-repeat: no-repeat;											background-position: top left;											width: 460px;											min-height: 60px;											height: auto !important;						  					height: 60px;											margin-left: 15px;											margin-top: 0;											padding-left: 45px;											padding-top: 8px;											padding-bottom: 5px;											font-size: 24px;											color: #e4ab1c;											}											p.cate-title1 a{											text-decoration: none;											}						p.blog-title{										background-image: url("image/blog-title-background.png");										background-repeat: no-repeat;										background-position: top left;										width: 440px;										min-height: 40px;										height: auto !important;										height: 40px;										margin-left: 25px;										margin-top: 0;										margin-bottom: 0;										padding-left: 40px;										padding-top: 5px;										padding-bottom: 3px;										font-size: 18px;										color: #e4ab1c;										} 										p.blog-title a{											text-decoration: none;											}										#article{												margin-left: 25px;												margin-bottom: 25px;												margin-top:3px;												width: 440px;												}																				#mtpa{										background-image: url("image/mtpa-background.png");										background-repeat: no-repeat;										background-position: top left;										width: 440px;										min-height: 40px;										height: auto !important;										height: 40px;										margin-left: 25px;										margin-top: 0;										margin-bottom: 0;										padding-left: 10px;										padding-top: 5px;										padding-bottom: 3px;										font-size: 14px;										color: #e4ab1c;										} #footer{		clear: both;		background-color: #211983;		color: #fff;		font-size: 12px;		height: 30px;		padding-top: 5px;		padding-left: 260px;		border-top: solid #fff 7px;		}										
