/******************************
 base.css
******************************/
@charset "utf-8";

/*
Template Name: トップページCSS
*/

/* コンテンツ
------------------------------*/
#contents {}

/* スタンダードメニュー（バージャー病新聞・寄附について	）*/
#contents .section_topnav_standard li {
	width: 460px;
}
#contents .section_topnav_standard dd {
	 font-size: 13px;
}


/* 下段メニュー */
#contents .top_menu_box .title_txt {
	font-size: 26px;
	margin-bottom: 10px;
	color: #666666;
	font-weight: bold;
}

/* ごあいさつ */
#contents .section_greeting {}
#contents .section_greeting .bgT {
	padding-top: 20px;
	background: url(../img/common/top_cont_gray_bg_T.png) no-repeat top;
}
#contents .section_greeting .bgB {
	padding-bottom: 20px;
	background: url(../img/common/top_cont_gray_bg_B.png) no-repeat bottom;
}
#contents .section_greeting .bgC {
	padding: 5px 20px 20px 20px;
	min-height: 168px;
	background: url(../img/common/top_cont_gray_bg_C.png) repeat-y center;
}
#contents .section_greeting .name_box {
	margin-top: -50px;
	margin-left: 20px;
}
#contents .section_greeting .name_box .txt_box {
	margin-top: 60px;
	width: 260px;
	font-weight: bold;
	text-align: right;
}
#contents .section_greeting .name_box .img_box {
	margin-left: 17.5px;
	width: 162px;
}

/* ニュース */
#contents .section_news {}
#contents .section_news .title_box {}
#contents .section_news .title_box .boxL {
	width: 280px;
}
#contents .section_news .title_box .boxR {
	width: 130px;
}
#contents .section_news .title_box .list_btn_box {
	margin-top: -5px;
}

#contents .section_news .body_box {}
#contents .section_news .body_box article {
	padding: 5px 0;
	margin: 7.5px 0;
	border-bottom: dashed 1px #999999;
}
#contents .section_news .body_box article dt {
	margin-bottom: 5px;
	color: #ee85b3;
	font-weight: bold;
}

/* 書籍紹介 */
#contents .section_book {}
#contents .section_book .title_box {
	margin-bottom: 20px;
}
#contents .section_book ul.body_box {}
#contents .section_book ul.body_box li {
	margin-bottom: 20px;
}
#contents .section_book ul.body_box dl {
	width: 350px;
}
#contents .section_book ul.body_box dt {
	color: #008fd0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#contents .section_book ul.body_box dt span {
	color: #444;
	font-size: 12px;
	font-weight: normal;
}
#contents .section_book ul.body_box dd.description {
	color: #222;
	font-size: 13px;
}
#contents .section_book ul.body_box div.img_box {
	width: 90px;
}
#contents .section_book ul.body_box div.img_box .list_btn_box {
	margin-top: 0px;
}





