@charset "utf-8";

.Contents {
	width: 100%;
	height: 100%;
	margin: 0px 0px 15px 0px;
	background-color: transparant;
}
.Contents .Body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	/*
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	*/
}

.Content {
	margin: 0px 0px 20px 0px;
	background-color: transparent;
}
.Content .Title {
	margin: 0px 0px 0px 0px;
	/*
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 5px solid #ff0000;
	*/
	padding: 0px 0px 0px 0px;
	background-color: transparant;
	/*
	background-image: url(../images/content-title-bg.png);
	background-repeat: no-repeat;
	*/
}
.Content .Title .Date {
	color: #333333;
}

.Content .Title h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background-image: url(../images/content-h3.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.Content .Title h3.Entry {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	font-size: 20px;
}

.Content-Thumbnail {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 10px;
	width: 520px;
}

#Box-Intro {
	width: 620px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}
#Box-Intro .Text {
	float: left;
	width: 395px;
}
#Box-Intro .Image-Photo {
	width: 202px;
	float: right;
}
#Box-More {
	width: 620px;
}
.Box-Caution {
	font-size: 11px !important;
	font-size: 10px;
	line-height: 18px;
	color: #E43333;
}
