#main {
	background-color: #000040;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#photo {
	width: 648px;
	padding-top: 20px; padding-bottom: 20px;
	margin-left: auto; margin-right: auto;
	text-align:left;
}

#content {
	width: 800px;
	background-color: #000040;
}

.contenttitle {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

#content-left {
	padding-left: 20px;
	float:left; display: block;
	width: 380px;
}

#content-right {
	padding-right: 20px;
	float:right; display: block;
	width: 320px;
}

.digest {
	background-color: #000040;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 50px;
}

p.lh-widen {
	line-height: 30px;
}

#twitter-widget {
	background-color: #000040;
}

#signup {
	float:left; display: block;
	width: 400px; height: 70px;
	background-color: #000040;
	text-align:left;
	padding-left: 20px;
}

#signup a {
	width: 385px; height: 45px;
	display: block;
	background: url("../img/home/signup.gif") no-repeat;
}

#signup a:hover {
	background-position: 0 -45px;
}

#mbsite {
	float:right; display: block;
	width: 360px; height: 70px;
	background-color: #000040;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #880000;
}

.hr2 {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: white; /* 線色 */
   height: 1px; /* 高さ */
}

#bottom {
	clear: both;
	width: 800px;
	background-color: #000040;
}
