/******************************************************************************/
/* 特定非営利活動法人日本消化吸収学会 */
/* コンテンツページ用スタイルシート - Shift-JIS - last update: 11.04.22 */

/******************************************************************************/
/* content_wrapper - コンテンツ領域の枠組み */

#content_wrapper {
	clear: both;
	width: 780px;
	text-align: left;
	padding-top: 63px;
	margin-bottom: 15px;
}


/******************************************************************************/
/* content_pan - パンくずリストの枠組み */

#content_pan {
	width: 778px;
	padding-left: 2px;
	margin-bottom: 3px;
	font-size: 10px;
	letter-spacing: 0.1em;
}

#content_pan * {
	font-size: 10px;
}


/******************************************************************************/
/* content_left - コンテンツ左側メニューの枠組み */

#content_left {
	float: left;
	width: 160px;
	padding-right: 15px;
	margin-bottom: 15px;
}

#content_left li {
	margin-bottom: 2px;
	width: 160px;
	height: 34px;
	padding-right: 20px;
}

#content_left a {
	display: block;
	width: 146px;
	height: 31px;
	padding-bottom: 3px;
	padding-left: 14px;
	line-height: 31px;
	color: #594633;
	background: url(../img/menu_c_bg.jpg) no-repeat left top;
	text-decoration: none;
}

#content_left a:visited {
	color: #594633;
	text-decoration: none;
}

#content_left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/menu_s_bg.jpg) no-repeat left top;
}

#content_left a.s, #content_left a.s:visited {
	color: #FFFFFF;
	background: url(../img/menu_s_bg.jpg) no-repeat left top;
}

#content_left a.s:hover {
	color: #FFFFFF;
}

#content_left .sub {
	margin-bottom: 3px;
	width: 160px;
	height: 18px;
	padding-right: 20px;
}

#content_left .sub a {
	display: block;
	width: 126px;
	height: 18px;
	padding-left: 34px;
	line-height: 18px;
	color: #594633;
	background: url(../img/li02_bg.jpg) no-repeat 14px 4px;
	text-decoration: none;
}

#content_left .sub a:visited {
	color: #594633;
	background: url(../img/li02_bg.jpg) no-repeat 14px 4px;
	text-decoration: none;
}

#content_left .sub a:hover {
	color: #DE6F1A;
	background: url(../img/li01_bg.jpg) no-repeat 14px 4px;
	text-decoration: underline;
}

#content_left .sub a.s,
#content_left .sub a.s:visited {
	background: url(../img/li01_bg.jpg) no-repeat 14px 4px;
	color: #DE6F1A;
	text-decoration: none;
}

#content_left .sub a.s:hover {
	background: url(../img/li01_bg.jpg) no-repeat 14px 4px;
	color: #DE6F1A;
	text-decoration: underline;
}


/******************************************************************************/
/* content_right - コンテンツ右側の枠組み */

#content_right {
	float: left;
	width: 605px;
	background: url(../img/content_right_bg.jpg) repeat-y left top;
	border-bottom: 1px solid #837E74;
	margin-bottom: 15px;
	background-size: contain;
}

#content_right h2 {
	width: 585px;
	height: 28px;
	line-height: 28px;
	background: url(../img/h2_bg.jpg) no-repeat left top;
	color: #49260A;
	font-size: 14px;
	padding: 2px 0px 2px 20px;
	margin-bottom: 15px;
	letter-spacing: 0.4em;
}

#content_right h3 {
	background: url(../img/h3_bg.jpg) no-repeat 12px top;
	line-height: 16px;
	padding: 1px 15px 0px 38px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #803300;
}

#content_right h3.link {
	color: #333333;
	font-weight: normal;
}

#content_right h4,
#content_right h5 {
	padding: 0px 15px 0px 20px;
	line-height: 160%;
	letter-spacing: 0.1em;
}

#content_right p {
	padding: 0px 15px 0px 20px;
	margin-bottom: 15px;
	line-height: 160%;
}

#content_right .update {
	font-weight: normal;
	color: #666666;
	padding-left: 0.5em;
}


/******************************************************************************/
/* リスト関連 */

#content_right ul {
	margin-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	line-height: 160%;
}

#content_right .li01 li {
	background: url(../img/li01_bg.jpg) no-repeat left 5px;
	padding-left: 20px;
}

#content_right .li02 li {
	background: url(../img/li02_bg.jpg) no-repeat left 5px;
	padding-left: 20px;
}

#content_right .li03 li {
	background: url(../img/li03_bg.jpg) no-repeat left 6px;
	padding-left: 20px;
}

#content_right .li04 li {
	background: url(../img/li04_bg.jpg) no-repeat left 5px;
	padding-left: 20px;
}

#content_right .num li {
	list-style: decimal;
	margin-left: 17px;
	padding-left: 3px;
}

#content_right .fl4 li {
	float: left;
	width: 115px;
	margin-bottom: 15px;
}

#content_right .fl6 li {
	float: left;
	width: 72px;
	margin-bottom: 15px;
}

#content_right li.sub {
	float: left;
	background: url(../img/li04_bg.jpg) no-repeat left 5px;
	margin-right: 10px;
	margin-left: 20px;
}


/******************************************************************************/
/* 区切り線 */

#content_right .hr {
	clear: both;
	background: url(../img/hr_bg.jpg) repeat-x left top;
	width: 580px;
	height: 1px;
	margin: 0px auto 15px auto;
}


/******************************************************************************/
/* フォーム関連 */

#content_right .submit {
	padding: 5px 10px;
}


/******************************************************************************/
/* 汎用テーブル、幅可変 */

#content_right .table_normal {
	margin-left: 20px;
	margin-bottom: 15px;
}

#content_right .table_normal td {
	padding: 0px 10px 0px 0px;
	line-height: 160%;
	vertical-align: top;
}

#content_right .table_normal td.h {
	font-weight: bold;
	background: #FFEBCD;
	padding: 3px 7px;
	border: 1px solid #FFFFFF;
}

#content_right .table_normal td.d {
	background: #FFF3C4;
	padding: 3px 7px;
	border: 1px solid #FFFFFF;
}


/******************************************************************************/
/* 汎用テーブル、左右二列、幅固定 */

#content_right .table_info {
	width: 570px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#content_right .table_info td {
	border: 1px solid #FFFFFF;
	padding: 5px 10px;
	line-height: 160%;
}

#content_right .table_info td.h {
	font-weight: bold;
	width: 120px;
	background: #FFEBCD;
}

#content_right .table_info td.d {
	width: 447px;
	background: #FFF3C4;
}

#content_right .table_info td.h3 {
	font-weight: bold;
	background: #FF9123;
	color: #FFFFFF;
}

#content_right .table_info td.h2 {
	font-weight: bold;
	background: #FFEBCD;
	color: #803300;
}


/******************************************************************************/
/* 汎用テーブル、左右三列、幅固定 */

#content_right .table_info3 {
	width: 570px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#content_right .table_info3 td {
	border: 1px solid #FFFFFF;
	padding: 5px 10px;
	line-height: 160%;
}

#content_right .table_info3 td.h {
	font-weight: bold;
	width: 120px;
	background: #FFEBCD;
}

#content_right .table_info3 td.d {
	width: 120px;
	background: #FFF3C4;
}

#content_right .table_info3 td.e {
	width: 326px;
	background: #FFF3C4;
}


/******************************************************************************/
/* 入会申込フォーム */

#content_right #sinsei_form p {
	text-indent: 0em;
}

#content_right #sinsei_form td {
	border: 1px solid #FFFFFF;
}

#content_right #sinsei_form td.h3 {
	background: #B78085;
	color: #FFFFFF;
}

#content_right #sinsei_form td.h {
	width: 120px;
	background: #F6ECE0;
	font-weight: bold;
}

#content_right #sinsei_form td.d {
	background: #FEFBF6;
}

#content_right #sinsei_form td.txt-c {
	padding-left: 150px;
}

#content_right #sinsei_form textarea {
	width: 380px;
}

#content_right #sinsei_form .w380 {
	width: 380px;
}

#content_right #sinsei_form .w280 {
	width: 280px;
}

