/* CSS Document */

/*------------------------------*/
/*---commonness-----------------*/
/*------------------------------*/
.contents{
	background-color:#ffffff;
	width:880px;
	height:auto;
	margin:0 auto 0;
	padding:0px 0;
	clear:both;
	position:relative;
	padding-bottom:30px;

}
.tit {
	font-size:20px;
	padding: 8px 10px;
	margin:10px 10px 10px 10px;
	border-bottom: 1px solid #544a47;
	border-left: 3px solid #900;
	border-right: 1px solid #544a47;
	background-color: #CCC;
}
h3 {font-size:15px;
	padding: 8px 10px;
	margin:10px 10px 10px 10px;
	}
	
h4 {
	color:#900;
}
.bun {
	float:left;
	width:480px;
	height:auto;
	padding: 3px 10px;
	background-color: #f8f4e6;
	font-size:90%;
	line-height: 20px;
    margin:10px 0px 5px 20px;
}
.bun p{
	color:#000000;
	line-height:160%;
	margin:0px 0px 0px 0px;
}

.photo {
	padding: 3px 10px;
	line-height: 20px;
	float:right;
    margin:10px 5px 30px 10px;
}
.photo p{
	margin:0px 0px 5px 20px;
	font-size:10px;
	color:#666666;
}
.photo2 {
	float:left;
    margin:3px 8px 3px 3px;
}
.com{
	width:440px;
	float:left;
	font-size:13px;
	padding: 8px 10px;
	margin:10px 10px 10px 10px;
	border-left: 2px solid #900;
	background-color: #f3f2f2;
}
.com .til{
	font-size:15px;
	border-bottom: 1px solid #544a47;
}
.com .til2{
	width:260px;
	float:right;
	margin:15px 3px 3px 3px;
	font-size:13px;
}
		

body {
	margin-top: 0px;
}
.foot{
font-size:12px;
clear: both;
background-color:#900;
color: #fff;
width: 880px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding:10px 0 10px 0;
text-align: center;
}

	

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 12px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption-light {
   border-width: 0px 0px 0px 8px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
