/******************************************************************************/
/* 日本脂質栄養学会第24回大会 */
/* メインスタイルシート - last update: 15.03.07 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	height: 100%;
	background: url(../img/body_bg.png) repeat left top;
	background-attachment: fixed;
	color: #333333;
	text-align: center;
}

hr {
	display: none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a {
	color: #3333FF;
}

a:visited {
	color: #3333FF;
}

a:hover {
	color: #FF9933;
}


/******************************************************************************/
/* content_wrapper - コンテンツ全体の枠組み */

#content_wrapper {
	width: 820px;
	height: 100%;
	background: url(../img/wrapper_bg.png) repeat-y center top;
	margin: 0px auto;
	padding: 0px 51px 0px 51px;
	min-height: 100%;
}

body > #content_wrapper {
	height: auto;
}


/******************************************************************************/
/* content_header - ヘッダの横幅全体 */

#content_header {
	width: 820px;
	height: 140px;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	width: 820px;
	height: 120px;
	background: url(../img/header_bg.png) no-repeat left top;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

#header a,
#header a:visited,
#header a:hover {
	display: block;
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* header_logo - ヘッダロゴの枠組み */

#header_logo {
	float: left;
	width: 700px;
	height: 120px;
}

#header_logo a {
	width: 700px;
	height: 120px;
}


/******************************************************************************/
/* header_menu - ヘッダメニューの枠組み */

#header_menu {
	float: right;
	width: 80px;
	height: 20px;
	padding: 10px 0px 90px 40px;
}

#header_menu li {
	float: left;
	width: 20px;
	height: 20px;
}

#header_menu .menu_01,
#header_menu .menu_02 {
	margin-right: 10px;
}

#header_menu .menu_01 a,
#header_menu .menu_02 a,
#header_menu .menu_03 a {
	width: 20px;
	height: 20px;
}

#header_menu .menu_01 a:hover {
	background: url(../img/header_s_bg.png) no-repeat 0px 0px;
}

#header_menu .menu_02 a:hover {
	background: url(../img/header_s_bg.png) no-repeat -30px 0px;
}

#header_menu .menu_03 a:hover {
	background: url(../img/header_s_bg.png) no-repeat -60px 0px;
}


/******************************************************************************/
/* wrapper - コンテンツ領域の枠組み */

#wrapper {
	width: 820px;
	margin: 0px auto;
	text-align: left;
}


/******************************************************************************/
/* menu - 左側メニューの枠組み */

#menu {
	float: left;
	text-align: left;
	width: 180px;
	margin-right: 20px;
}

#menu ul {
	width: 180px;
	height: 359px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: url(../img/menu_c_bg.png) no-repeat left top;
}

#menu a {
	color: #333333;
}

#menu a:visited {
	color: #333333;
}

#menu a:hover {
	color: #FF9933;
}

#menu .menu_01,
#menu .menu_02,
#menu .menu_03,
#menu .menu_04,
#menu .menu_05,
#menu .menu_06,
#menu .menu_07,
#menu .menu_08,
#menu .menu_09,
#menu .menu_10,
#menu .menu_11,
#menu .menu_12,
#menu .menu_13 {
	width: 180px;
	height: 23px;

	/* IE6隙間バグ対策*/
	line-height: 0px;
	font-size: 1px;
}

#menu .menu_01,
#menu .menu_02,
#menu .menu_03,
#menu .menu_04,
#menu .menu_05,
#menu .menu_06,
#menu .menu_07,
#menu .menu_08,
#menu .menu_09,
#menu .menu_10,
#menu .menu_11,
#menu .menu_12 {
	margin-bottom: 5px;
}

#menu .menu_01 span,
#menu .menu_02 span,
#menu .menu_03 span,
#menu .menu_04 span,
#menu .menu_05 span,
#menu .menu_06 span,
#menu .menu_07 span,
#menu .menu_08 span,
#menu .menu_09 span,
#menu .menu_10 span,
#menu .menu_11 span,
#menu .menu_12 span,
#menu .menu_13 span {
	display: none;
}

#menu .menu_01 a,
#menu .menu_02 a,
#menu .menu_03 a,
#menu .menu_04 a,
#menu .menu_05 a,
#menu .menu_06 a,
#menu .menu_07 a,
#menu .menu_08 a,
#menu .menu_09 a,
#menu .menu_10 a,
#menu .menu_11 a,
#menu .menu_12 a,
#menu .menu_13 a {
	display: block;
	width: 180px;
	height: 23px;
	text-decoration: none;

	/* IE6隙間バグ対策*/
	line-height: normal;
}

#menu .menu_01 a.s, #menu .menu_01 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left top;
}

#menu .menu_02 a.s, #menu .menu_02 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -28px;
}

#menu .menu_03 a.s, #menu .menu_03 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -56px;
}

#menu .menu_04 a.s, #menu .menu_04 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -84px;
}

#menu .menu_05 a.s, #menu .menu_05 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -112px;
}

#menu .menu_06 a.s, #menu .menu_06 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -140px;
}

#menu .menu_07 a.s, #menu .menu_07 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -168px;
}

#menu .menu_08 a.s, #menu .menu_08 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -196px;
}

#menu .menu_09 a.s, #menu .menu_09 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -224px;
}

#menu .menu_10 a.s, #menu .menu_10 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -252px;
}

#menu .menu_11 a.s, #menu .menu_11 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -280px;
}

#menu .menu_12 a.s, #menu .menu_12 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -308px;
}

#menu .menu_13 a.s, #menu .menu_13 a:hover {
	background: url(../img/menu_s_bg.png) no-repeat left -336px;
}

#menu .update {
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	width: 180px;
	padding: 0px;
	text-align: center;
}

#menu .poster {
	margin-bottom: 10px;
	width: 180px;
	height: 104px;
	padding: 0px;
	line-height: 160%;
	font-size: 10px;
}

#menu .poster img {
	width: 74px;
	height: 104px;
	float: left;
	margin-right: 5px;
}

#menu .poster a {
	display: inline;
	font-size: 10px;
}

#menu .ban1 {
	width: 180px;
	height: 55px;
	margin-bottom: 10px;
	padding: 0px;
}

#menu .acrobat {
	font-size: 10px;
	width: 180px;
	padding: 0px;
}


/******************************************************************************/
/* maincontent - メインコンテンツの枠組み */

#maincontent {
	float: left;
	width: 620px;
	text-align: left;
}

#maincontent h2 {
	width: 555px;
	height: 48px;
	line-height: 48px;
	background: url(../img/h2_bg.png) no-repeat left top;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.5em;
	padding: 0px 0px 0px 65px;
	font-family: "ＭＳ Ｐ明朝", serif;
	color: #FFFFFF;
}

#maincontent h3 {
	line-height: 16px;
	padding: 0px 0px 0px 35px;
	background: url(../img/h3_bg.png) no-repeat 5px 1px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.25em;
	color: #422D09;
	margin: 0px 10px 15px 10px;
}

#maincontent h4 {
	line-height: 175%;
	margin: 0px 15px 15px 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #422D09;
}

#maincontent h5 {
	line-height: 175%;
	margin: 0px 15px 0px 15px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #422D09;
}

#maincontent p {
	line-height: 175%;
	margin: 0px 20px 15px 20px;
}


/******************************************************************************/
/* maincontent - メインビジュアル */

#maincontent .mainvisual {
	width: 620px;
	height: 360px;
	padding: 0px 0px 15px 0px;
	background: url(../img/mainvisual_bg.png) no-repeat left bottom;
}

#maincontent .mainvisual span {
	display: none;
}


/******************************************************************************/
/* maincontent - 区切り線 */

#maincontent .hr {
	clear: both;
	width: 600px;
	height: 1px;
	background: url(../img/hr_bg.png) repeat-x left top;
	margin: 0px 10px 25px 10px;
}


/******************************************************************************/
/* maincontent - 汎用テーブル */

#maincontent .table_normal {
	margin: 0px 20px 15px 20px;
}

#maincontent .table_normal td {
	line-height: 175%;
	vertical-align: top;
	padding-right: 1em;
}


/******************************************************************************/
/* maincontent - テーブル（囲み枠） */

#maincontent .table_box1,
#maincontent .table_box2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px solid #666666;
}

#maincontent .table_box1 {
	width: 480px;
	background: #E2ECFB;
}

#maincontent .table_box2 {
	background: #E2ECFB;
}

#maincontent .table_box1 td,
#maincontent .table_box2 td {
	padding: 5px 40px;
	line-height: 175%;
}


/******************************************************************************/
/* maincontent - テーブル（座長・演者の方へ） */

#maincontent .table_guide {
	margin: 0px 20px 15px 20px;
	width: 580px;
}

#maincontent .table_guide td {
	line-height: 175%;
	vertical-align: top;
	background: url(../img/li_M02_bg.png) no-repeat left 4px;
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#maincontent .table_guide_sub td {
	line-height: 140%;
	vertical-align: top;
	background: none;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
}


/******************************************************************************/
/* maincontent - テーブル（背景色あり、幅固定） */

#maincontent .table_poster {
	margin: 0px 20px 15px 20px;
	width: 580px;
}

#maincontent .table_poster td {
	line-height: 175%;
	vertical-align: top;
	padding: 5px 0px;
	text-align: center;
	border: 1px solid #666666;
}

#maincontent .table_poster_sub {
	margin-bottom: 15px;
	width: 320px;
}

#maincontent .table_poster_sub td {
	line-height: 175%;
	vertical-align: top;
	padding: 5px 10px;
	border: 1px solid #666666;
}


/******************************************************************************/
/* maincontent - テーブル（参加申込フォーム） */

#maincontent .table_form {
	margin: 0px 20px 15px 20px;
	width: 580px;
}

#maincontent .table_form td {
	line-height: 175%;
	vertical-align: middle;
	padding: 10px;
}

#maincontent .table_form td.h2 {
	color: #FFFFFF;
	background: #55390B;
	font-weight: bold;
	border: 1px solid #666666;
}

#maincontent .table_form td.d2 {
	background: #FFFCF9;
	border: 1px solid #666666;
	text-align: center;
}

#maincontent .table_form td.h {
	color: #140A50;
	background: #FAEEDA;
	font-weight: bold;
	border: 1px solid #666666;
	width: 132px;
}

#maincontent .table_form td.d {
	background: #FFFCF9;
	border: 1px solid #666666;
	width: 405px;
}

#maincontent .table_sub td {
	line-height: 175%;
	vertical-align: top;
	padding: 5px 10px;
}

#maincontent .submit {
	padding: 4px 20px;
	letter-spacing: 0.1em;
}

#maincontent .submit40 {
	padding: 4px 40px;
	letter-spacing: 0.1em;
}

#maincontent .emp {
	padding: 2px;
	margin-right: 3px;
	background: #DDDDFF;
	border: 1px solid #9999CC;
}


/******************************************************************************/
/* maincontent - テーブル（プログラム） */

#maincontent .table_program {
	margin: 0px 20px 15px 20px;
	width: 578px;
	border: 1px solid #666666;
}

#maincontent .table_program td {
	line-height: 175%;
	vertical-align: top;
	padding: 5px;
	background: #FFFCF9;
}

#maincontent .table_program td.d1 {
	border: 1px solid #666666;
	width: 96px;
	background: #FAEEDA;
	font-weight: bold;
}

#maincontent .table_program td.d2 {
	border-bottom: 1px solid #666666;
	padding-left: 15px;
	width: 49px;
}

#maincontent .table_program td.d23 {
	border-bottom: 1px solid #666666;
	padding-left: 15px;
	width: 444px;
}

#maincontent .table_program td.d3 {
	border-bottom: 1px solid #666666;
	width: 83px;
}

#maincontent .table_program td.d4 {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 297px;
}

#maincontent .table_program td.d34 {
	border-bottom: 1px solid #666666;
}

#maincontent .table_program td.d234 {
	border-bottom: 1px solid #666666;
}

#maincontent td.h {
	background: #FAEEDA;
	font-weight: bold;
}

#maincontent td.d {
	background: #FFFCF9;
}

#maincontent td.txt-vc {
	vertical-align: middle;
}

#maincontent td.pt10 {
	padding-top: 10px;
}

#maincontent td.pb10 {
	padding-bottom: 10px;
}

#maincontent td.p80 {
	padding-left: 80px;
	padding-right: 80px;
}

#maincontent .img_greet {
	float: right;
	width: 100px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#maincontent .num li {
	list-style: decimal;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 175%;
}

#maincontent .li02 li {
	background: url(../img/li_L02_bg.png) no-repeat left 1px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#maincontent .li03 {
	background: url(../img/li_M02_bg.png) no-repeat left 4px;
	padding-left: 22px;
}

#maincontent .li04 {
	background: url(../img/li_S01_bg.png) no-repeat left 2px;
	padding-left: 15px;
}

#maincontent .pdf {
	background: url(../img/icon_pdf.png) no-repeat left top;
	padding-top: 3px;
	padding-left: 25px;
}

#maincontent .jumptop_footer {
	width: 100px;
	height: 20px;
	padding: 10px 0px 15px 520px;
}

#maincontent .jumptop_footer a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../img/jumptop_bg.png) no-repeat left top;
}

#maincontent .jumptop_footer a:hover {
	background: url(../img/jumptop_s_bg.png) no-repeat left top;
}

#maincontent .jumptop_footer span {
	display: none;
}

#maincontent .img-r120 {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 120px;
}

#maincontent .img-r160 {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 160px;
}

#maincontent .img-r190 {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 190px;
}

#maincontent .img-r200 {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 200px;
}

#maincontent .img-r210 {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 210px;
}

#maincontent .img-r240 {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 240px;
}


/******************************************************************************/
/* whatsnew - 新着情報見出し */

#whatsnew {
	width: 90px;
	height: 20px;
	background: url(../img/h2_01_bg.png) no-repeat left top;
	margin: 0px 0px 15px 0px;
	padding: 14px 10px 14px 520px;
}

#whatsnew h2,
#whatsnew span {
	display: none;
}

#whatsnew a,
#whatsnew a:visited,
#whatsnew a:hover {
	display: block;
	width: 90px;
	height: 20px;
	text-decoration: none;
}


/******************************************************************************/
/* newlist - 新着情報 */

#newlist {
	background: url(../img/newlist_bg.png) repeat left top;
	width: 590px;
	margin: 0px 15px 1em 15px;
}

#newlist li {
	line-height: 175%;
	padding: 0px 0px 15px 30px;
	background: url(../img/li_M01_bg.png) no-repeat 10px 2px;
	letter-spacing: 0.1em;
}

#newlist .update {
	font-weight: normal;
	padding-left: 0.5em;
	font-size: 12px;
}

#newlist .new {
	background: url(../img/new_bg.gif) no-repeat 5px top;
	padding-left: 35px;
}


/******************************************************************************/
/* contact - お問い合わせ枠 */

#contact {
	width: 600px;
	height: 100px;
	background: url(../img/contact_bg.png) no-repeat left top;
	margin: 0px 10px 10px 10px;
}

#contact h3 {
	display: none;
}

#contact p {
	font-size: 12px;
	line-height: 200%;
	padding-top: 40px;
	padding-left: 25px;
}


/******************************************************************************/
/* jumptop_footer - PAGETOPボタン */

#jumptop_footer {
	clear: both;
	width: 100px;
	height: 20px;
	padding: 10px 0px 20px 720px;
}

#jumptop_footer a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../img/jumptop_bg.png) no-repeat left top;
}

#jumptop_footer a:hover {
	background: url(../img/jumptop_s_bg.png) no-repeat left top;
}

#jumptop_footer span {
	display: none;
}


/******************************************************************************/
/* content_footer - フッタ全体の枠組み */

#content_footer {
	clear: both;
	width: 820px;
	height: 85px;
	background: url(../img/footer_bg.png) repeat-x center top;
	margin: 0px auto;
}


/******************************************************************************/
/* footer_menu - フッタメニューの枠組み */

#footer_menu {
	margin: 0px auto;
	width: 820px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding-top: 25px;
	font-size: 12px;
}

#footer_menu li {
	display: inline;
	background: url(../img/li_S02_bg.png) no-repeat left 3px;
	padding-left: 13px;
	letter-spacing: 0.1em;
}

#footer_menu li.ml {
	margin-right: 15px;
}

#footer_menu a {
	color: #333333;
}

#footer_menu a:visited {
	color: #333333;
}

#footer_menu a:hover {
	color: #FF9933;
}


/******************************************************************************/
/* footer - フッタの枠組み */

#footer {
	font-size: 12px;
	width: 820px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	padding-bottom: 5px;
	margin: 0px auto;
}


/******************************************************************************/
/* 汎用クラス */

.img-c {
	clear: both;
}

.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.red {
	color: #CC0000;
}

.blue {
	color: #000099;
}

.wblue {
	color: #000099;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs28 {
	font-size: 28px;
}

.ls01 {
	letter-spacing: 0.1em;
}

.normal {
	font-weight: normal;
}

.indent1 {
	text-indent: 1em;
}

.hide {
	display: none;
}

#maincontent .mb0e {
	margin-bottom: 0em;
}

#maincontent .mb1e {
	margin-bottom: 1em;
}

#maincontent .mb2e {
	margin-bottom: 2em;
}
