/* CSS Document */

.comment {
	margin-left:150px;
	margin-top: -95px;
	float: right;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	font-size:10px;
	text-align:left;
	width: 665px;
	font-weight: normal;
	color: #666666;
}

.photo_2 {
	position:relative;
	float:left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	margin-left:20px;
	width:300px;
}

/*詳細ページ日付*/
.date {
	position:relative;
	float:left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	width:100px;
	/*margin-right:20px;*/
	list-style:none;
	color:#FF6600;
	font-weight:bold;
}

/*詳細ページタイトル*/
.title {
	width:650px;
	list-style:none;
	position:relative;
	color:#339933;
	font-weight:bold;
}

/*年*/
.year li {
	font-size:20px;
	list-style-type: none;
	float:left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	margin-right:20px;
	margin-bottom: 20px;
}

/*一覧日付*/
.list_date {
	list-style:none;
	float:left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	color:#FF9900;
	font-weight:bold;
	width: 750px;
	margin-bottom: 10px;
}

/*一覧題名*/
.list_date dt {
	margin-left:1em;
	color:#006600;
	font-weight:bold;
	clear:both;
	width: 600px;
}

/*一覧内容文*/
.list_sentence {
	color:#000000;
	font-weight:normal;
	width: 550px;
	margin-bottom: 0px;
}

/*一覧詳細*/
.list_details {
	color:#000000;
	font-weight:normal;
	margin-left:600px;
	margin-top: -1em;
}

.c_date {
	color: #FF6600;
	font-weight: bold;
	margin-left: 20px;
}

.c_title {
	color: #339933;
	font-weight: bold;
	margin-left: 120px;
	margin-top: -1em;
	width: 500px;
}

.c_sentence {
	width: 650px;
	line-height: 1.5em;
	margin: 20px 0px 20px 120px;
}

.c_img {
	border: 0px 0px;
	margin: 20px 20px;
	width: 650px;
	text-align: center;
}

.c_img img {
	border: none;
	margin: 10px 10px;
}

.c_img_left {
	float: left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	font-size: small;
	text-align: center;
}

.c_img_left2 {
	float: left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	font-size: small;
	text-align: center;
}

.c_img_right {
	float: right;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	font-size: small;
	text-align: center;
}

.c_img_right2 {
	float: right;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	font-size: small;
	text-align: center;
}

.c_img_center {
	float: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	font-size: small;
	text-align: center;
}

.c_img_half {
	float: left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	font-size: small;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	text-align: center;
}