@charset "UTF-8";

#sidebar1 {
	width: 169px;
	float: left;
	padding-left: 36px;
}
#sidebar1 #photo {  /*左肩写真の部分*/
	padding-top: 135px;
	background: #8C8C8C;
}
#sidebar1 #topics {
	padding-top: 10px;
	font-size:x-small;
}
#clip {  /*写真の上のクリップ画像*/
	position:absolute;
	width:44px;
	height:42px;
	z-index:1;
	left: 22px;
	top: 190px;
}

#mainContent {
	width: 630px;
	float: right;
	padding-right: 20px;
} 
.information {
	width:100%;
	margin-bottom: 30px;
} 
.information h3 {
	color:#8F0000;
} 
.information .date {
	width:120px;
	float:left;
	float:left;
} 
.information .comment {
	width:480px;
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left: 2px solid #666;
	margin-bottom: 30px;
} 

.schedule {
	border: 1px solid #333;
	margin-bottom: 20px;
}
.schedule .year {
	padding-left:10px;
	font-weight: bold;
	color: #FFF;
	background: #333;
}
.schedule .title {
	padding-left:10px;
	font-weight: bold;
	color: #8F0000;
	background: #CCC;
	border-bottom: 1px dotted #666;
}
.schedule .body {
	padding-left:10px;
}
.name {  /*問い合わせフォーム*/
	width:250px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.input {  /*問い合わせフォーム*/
	width:360px;
	float:left;
	margin-top:10px;
}
