@charset 'UTF-8';
/*
	Site Name:
	Description: home setting for override
	Version:
	Author:
*/
body {
	background: url(bg_body_top.jpg) #002264 repeat-x;
}

.alignright {
	text-align: right;
}

/* header */
#headbg {
	background:url(fuji_blue.png) right bottom no-repeat;
	height: 154px;
	clear:both;
}

/* main area */
#topimage {
	padding: 5px;
	margin: 0 0 10px 0;
	background: #7e7e7e;
}

#topimage img {
	margin: 0 5px 0 0;
	border: 1px solid #464646;
}

.top_obituary{
	margin: 0 0 20px;;
	padding: 20px;
	border: solid 1px #002264;
	background-color: #eff4fc;
}

.top_obituary .mds {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
}

.top_obituary .img{
	margin: 0 0 5px 15px;
	padding: 0;
	float: right;
	display: block;
}

.top_obituary .img2{
	margin: 0;
	padding: 0;
	text-align: center;
}

.feature-head {
	height: 16px;
	width: 600px;
	background: url(feature_head.gif) no-repeat center top;
}

.feature {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	width: 600px;
	color:#fff;
	background: #434b73 url(feature_body.gif) no-repeat center bottom;
}
.feature h1 {
	background: none !important;
	padding: 0 !important;
	margin: 0 20px 0.5em 20px !important;
	font-family:"Times New Roman", Times, serif;
	font-size: 130% !important;
	font-weight: bold !important;
	border-bottom: 1px solid #93a4c4 !important;
}
.feature p {
	margin: 0 20px 0.5em 20px;
}


.col_topsupport {
	margin: 0 0 20px;
	padding: 20px;
	border: solid 1px #002264;
	background-color: #eff4fc;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.col_topsupport .flag {
	width: 45px;
	height: 30px;
	border: solid 1px #646464;
	background-image: -webkit-linear-gradient(#005BBB 0%, #005BBB 50%, #FFD500 50%, #FFD500 100%);
	background-image: -o-linear-gradient(#005BBB 0%, #005BBB 50%, #FFD500 50%, #FFD500 100%);
	background-image: linear-gradient(#005BBB 0%, #005BBB 50%, #FFD500 50%, #FFD500 100%);
	position: absolute;
	top: 20px;
	right: 20px;
}

.col_topsupport .mds {
	margin: 0 0 15px;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
}

.col_topsupport p {
	line-height: 1.7;
}

.col_topsupport p:last-of-type {
	margin-bottom: 0;
}

/* footer */
#footer {
	color: #fff;
}
