/* -----------------------------------------------------------------------------
common
----------------------------------------------------------------------------- */

body {
	color: #3a3a3a;
}
p {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 5px;
}

#content {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}
#content_bottom {
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

 .mainCon {
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}


#sidenavi {
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-y;
	background-position: 13px;
	padding-left: 13px;
	padding-right: 12px;
}

#sidenaviBttom {
	background-image: url(images/side_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	margin-bottom: 6px;
}
.cast {
	border: thin solid #5c847f;
	margin-bottom: 15px;
	padding: 5px;
}
.pict {
	margin-right: 10px;
}

.name {
	margin-bottom: 3px;
}
