@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#warp{
	width: 900px;
	margin: 0 auto;
}
#top {
	clear: both;
	float: none;
	width: 900px;
	text-align: right;
	padding-top: 100px;
	height: 30px;
	font-size: 14px;
	font-weight: bolder;
	color: #A9787C;
	background-position: left top;
	background-image: url(../images/201012_tbg.jpg);
	background-repeat: no-repeat;
}
#top a{
	font-size: 14px;
	font-weight: bolder;
	color: #A9787C;

}
#top a:hover{
	font-size: 14px;
	font-weight: bolder;
	color: #C99EA2;
}
#content {
	clear: both;
	float: none;
	width: 860px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFF;
	padding: 20px;
}
br {
line-height: 18px;
}
.title {
	font-size: 13px;
	font-weight: bolder;
	color: #930;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 25px;
	margin-top: 10px;
}
.title_02 {
	font-size: 13px;
	color: #FF5524;
}
#content ul li {
	list-style-type: square;
	margin-left: 30px;
}

p img {
	margin-right: 10px;
}


#content ul.show_photo{
	width:700px;
	margin-left:0;
	display:inline-block;
}

#content li.photo{
	padding:5px;
	margin:0px;
	text-align:center;
	display:inline-block;
}

#content .photo img{  
	padding:4px;
	height:60px;
	background-color:#FFF;
	border:1px solid #aaa;
	margin:0px; 
	vertical-align: middle;
}