@charset "utf-8";

body.home  {
	background:#FFF url(../images/body_bg.jpg) repeat-x center top
}

.home #top-image {
	margin: 32px 0 30px 0;
}

.home #main {
	padding-bottom:50px;
}

.home #main p {
	width: 677px;
	padding: 20px 0 40px 0;
	color:#79765F;
	font-size:108%;
	line-height: 1.5;
}

.home #main #fb {
	margin:0 0 0 5px;
}

.home #main table {
	border-collapse:collapse;
	width:677px;
	margin:15px 0 30px 0;
}

.home #main table tr .odd {
	background-color:#E4E3DE;
}

.home #main table tr th {
	width:120px;
	line-height: 1.5;
	border-bottom: 1px dashed #79765F;
	background: url(../common/images/arrow1.jpg) no-repeat 5px center;	
	padding:10px 0 10px 25px;
	font-weight:bold;
	color:#79765F;
	white-space:nowrap;
}

.home #main table tr td {
	color: #79765F;
	line-height: 1.5;
	border-bottom: 1px dashed #79765F;
	padding:10px;
	color:#79765F;
}

.home #sub {
	padding-bottom:50px;
}

.home #main table tr td table#pic-table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}

/* wp */
body.archive,
body.category,
body.single  {
	background:#FFF url(../common/images/contents_body_bg.jpg) repeat-x center top
}

body.archive #main,
body.category #main ,
body.single #main {
	padding-bottom: 50px;
}

body.archive #sub,
body.category #sub,
body.single #sub {
	padding-bottom: 50px;
}

body.archive .entry-content,
body.category .entry-content,
body.single .entry-content {
	padding-right: 40px;
}

