/******************************************************************************/
/* 日本脂質栄養学会第20回大会 */
/* メインスタイルシート - last update: 11.05.29 */


/******************************************************************************/
/* ホームページ全体 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

body {
	background: url(../img/body_bg.jpg) repeat left top;
	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: #CC6666;
}


/******************************************************************************/
/* pagetop - ページのトップ */

#pagetop {
	position: absolute;
	top: -1000px;
}


/******************************************************************************/
/* content_wrapper - コンテンツの横幅全体 */

#content_wrapper {
	width: 100%;
	padding: 25px 0px;
}


/******************************************************************************/
/* content_header - ヘッダの横幅全体 */

#content_header {
	width: 100%;
	height: 120px;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	width: 830px;
	height: 90px;
	background: url(../img/header_bg.jpg) no-repeat left top;
	text-align: left;
	margin: 0px auto;
	padding: 5px 5px 25px 5px;
}

#header a {
	display: block;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#header span {
	display: none;
}


/******************************************************************************/
/* header_logo - ヘッダロゴの枠組み */

#header_logo {
	float: left;
	width: 570px;
	height: 90px;
}

#header_logo a {
	width: 570px;
	height: 90px;
}


/******************************************************************************/
/* header_menu - ヘッダメニューの枠組み */

#header_menu {
	float: right;
	width: 210px;
	height: 20px;
	padding: 62px 20px 8px 30px;
}

#header_li01 {
	float: left;
	width: 100px;
	height: 20px;
	padding-right: 10px;
}

#header_li01 a {
	width: 100px;
	height: 20px;
}

#header_li02 {
	float: left;
	width: 100px;
	height: 20px;
}

#header_li02 a {
	width: 100px;
	height: 20px;
}


/******************************************************************************/
/* wrapper - メニューおよびコンテンツ領域の枠組み */

#wrapper {
	width: 830px;
	margin: 0px auto;
	padding: 0px 5px;
	text-align: center;
	background: url(../img/wrapper_bg.jpg) repeat-y left top;
}


/******************************************************************************/
/* menu - 左側メニュー */

#menu {
	float: left;
	text-align: left; 
	width: 190px;
	color: #FFFFFF;
}

#menu ul {
	margin-bottom: 15px;
}

#menu a {
	color: #FFFFFF;
}

#menu a:hover {
	color: #e8c5ae;
}

#menu_li01,
#menu_li02,
#menu_li03,
#menu_li04,
#menu_li05,
#menu_li06,
#menu_li07,
#menu_li08,
#menu_li09,
#menu_li10,
#menu_li11
{
	width: 190px;
	height: 30px;

	/* IE6隙間バグ対策*/
	line-height: 0px;
	font-size: 1px;
}

#menu_li01 span,
#menu_li02 span,
#menu_li03 span,
#menu_li04 span,
#menu_li05 span,
#menu_li06 span,
#menu_li07 span,
#menu_li08 span,
#menu_li09 span,
#menu_li10 span,
#menu_li11 span
{
	display: none;
}

#menu_li01 a,
#menu_li02 a,
#menu_li03 a,
#menu_li04 a,
#menu_li05 a,
#menu_li06 a,
#menu_li07 a,
#menu_li08 a,
#menu_li09 a,
#menu_li10 a,
#menu_li11 a
{
	display: block;
	width: 190px;
	height: 30px;
	text-decoration: none;

	/* IE6隙間バグ対策*/
	line-height: normal;
}

#menu_li01 a {
	background: url(../img/menu_01_c.jpg) no-repeat left top;
}

#menu_li02 a {
	background: url(../img/menu_02_c.jpg) no-repeat left top;
}

#menu_li03 a {
	background: url(../img/menu_03_c.jpg) no-repeat left top;
}

#menu_li04 a {
	background: url(../img/menu_04_c.jpg) no-repeat left top;
}

#menu_li05 a {
	background: url(../img/menu_05_c.jpg) no-repeat left top;
}

#menu_li06 a {
	background: url(../img/menu_06_c.jpg) no-repeat left top;
}

#menu_li07 a {
	background: url(../img/menu_07_c.jpg) no-repeat left top;
}

#menu_li08 a {
	background: url(../img/menu_08_c.jpg) no-repeat left top;
}

#menu_li09 a {
	background: url(../img/menu_09_c.jpg) no-repeat left top;
}

#menu_li10 a {
	background: url(../img/menu_10_c.jpg) no-repeat left top;
}

#menu_li11 a {
	background: url(../img/menu_11_c.jpg) no-repeat left top;
}

#menu_li01 a.s, #menu_li01 a:hover {
	background: url(../img/menu_01_s.jpg) no-repeat left top;
}

#menu_li02 a.s, #menu_li02 a:hover {
	background: url(../img/menu_02_s.jpg) no-repeat left top;
}

#menu_li03 a.s, #menu_li03 a:hover {
	background: url(../img/menu_03_s.jpg) no-repeat left top;
}

#menu_li04 a.s, #menu_li04 a:hover {
	background: url(../img/menu_04_s.jpg) no-repeat left top;
}

#menu_li05 a.s, #menu_li05 a:hover {
	background: url(../img/menu_05_s.jpg) no-repeat left top;
}

#menu_li06 a.s, #menu_li06 a:hover {
	background: url(../img/menu_06_s.jpg) no-repeat left top;
}

#menu_li07 a.s, #menu_li07 a:hover {
	background: url(../img/menu_07_s.jpg) no-repeat left top;
}

#menu_li08 a.s, #menu_li08 a:hover {
	background: url(../img/menu_08_s.jpg) no-repeat left top;
}

#menu_li09 a.s, #menu_li09 a:hover {
	background: url(../img/menu_09_s.jpg) no-repeat left top;
}

#menu_li10 a.s, #menu_li10 a:hover {
	background: url(../img/menu_10_s.jpg) no-repeat left top;
}

#menu_li11 a.s, #menu_li11 a:hover {
	background: url(../img/menu_11_s.jpg) no-repeat left top;
}

#menu .update {
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	width: 180px;
	padding: 0px 5px;
	text-align: center;
}

#menu .poster {
	margin-bottom: 10px;
	width: 180px;
	height: 104px;
	padding: 0px 5px;
}

#menu .poster img {
	width: 74px;
	height: 104px;
	float: left;
	margin-right: 5px;
}

#menu .poster a {
	display: inline;
	font-size: 10px;
}

#menu .banner1 {
	width: 180px;
	height: 55px;
	margin-bottom: 10px;
	padding: 0px 5px;
}

#menu .acrobat {
	font-size: 10px;
	width: 180px;
	padding: 0px 5px;
}


/******************************************************************************/
/* maincontent - メインコンテンツの枠組み */

#maincontent {
	float: left;
	width: 600px;
	padding: 0px 20px;
	text-align: left;
}

#maincontent h2 {
	width: 585px;
	height: 30px;
	line-height: 30px;
	background: url(../img/h2_bg.jpg) no-repeat left top;
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 0px 0px 12px 15px;
}

#maincontent h3 {
	line-height: 16px;
	padding: 0px 0px 15px 35px;
	background: url(../img/h3_bg.jpg) no-repeat 5px top;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #690f0f;
}

#maincontent h4 {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #690F0F;
}

#maincontent .box1 {
	width: 600px;
	height: 290px;
	background: url(../img/mainvisual_bg.jpg) no-repeat left top;
	margin-bottom: 20px;
	padding-top: 10px;
}

#maincontent .box2 {
	width: 600px;
	height: 290px;
	background: url(../img/mainvisual2_bg.jpg) no-repeat left top;
	margin-bottom: 20px;
	padding-top: 10px;
}

#maincontent .box3 {
	width: 600px;
	height: 290px;
	background: url(../img/mainvisual3_bg.jpg) no-repeat left top;
	margin-bottom: 20px;
	padding-top: 10px;
}

#maincontent .box1 td,
#maincontent .box2 td,
#maincontent .box3 td,
#maincontent .box4 td {
	vertical-align: top;
	line-height: 170%;
	padding-right: 10px;
	padding-top: 10px;
}

#maincontent .th {
	font-weight: bold;
	width: 75px;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #003399;
	padding-left: 15px;
}

#maincontent p {
	line-height: 175%;
	padding-left: 15px;
	margin-bottom: 15px;
}

#maincontent .hr {
	clear: both;
	border-bottom: 1px dashed #999999;
	margin-bottom: 25px;
}

#maincontent .table_normal {
	margin-left: 15px;
	margin-bottom: 15px;
}

#maincontent .table_normal td {
	line-height: 175%;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 5px;
}

#maincontent .table_box1,
#maincontent .table_box2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px solid #561700;
}

#maincontent .table_box1 {
	width: 480px;
	background: #fff8f5;
}

#maincontent .table_box2 {
	background: #eff6fb;
}

#maincontent .table_box1 td,
#maincontent .table_box2 td {
	padding: 5px 40px;
	line-height: 175%;
}

#maincontent .table_guide {
	margin-left: 15px;
	margin-bottom: 15px;
}

#maincontent .table_guide td {
	line-height: 175%;
	vertical-align: top;
	background: url(../img/li_M02_bg.jpg) 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 .table_poster {
	margin-left: 10px;
	margin-bottom: 15px;
	width: 585px;
}

#maincontent .table_poster td {
	line-height: 175%;
	vertical-align: top;
	padding: 5px 0px;
	text-align: center;
	border: 1px solid #561700;
}

#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 #561700;
}

#maincontent .table_form {
	margin-left: 10px;
	margin-bottom: 15px;
	width: 585px;
}

#maincontent .table_form td {
	line-height: 175%;
	vertical-align: middle;
	padding: 10px;
}

#maincontent .table_form td.h2 {
	color: #FFFFFF;
	background: #9e6161;
	font-weight: bold;
	border: 1px solid #561700;
}

#maincontent .table_form td.d2 {
	background: #FFF8F8;
	border: 1px solid #561700;
	text-align: center;
}

#maincontent .table_form td.h {
	color: #561700;
	background: #EECCCC;
	font-weight: bold;
	border: 1px solid #561700;
	width: 132px;
}

#maincontent .table_form td.d {
	background: #FFF8F8;
	border: 1px solid #561700;
	width: 410px;
}

#maincontent .table_sub td {
	line-height: 175%;
	vertical-align: top;
	padding: 5px 10px;
}

#maincontent .table_program {
	margin-left: 10px;
	margin-bottom: 15px;
	width: 585px;
	border: 1px solid #561700;
}

#maincontent .table_program td {
	line-height: 175%;
	vertical-align: top;
	padding: 5px;
	background: #fff8f5;
}

#maincontent .table_program td.d1 {
	border: 1px solid #561700;
	width: 96px;
	color: #FFFFFF;
	background: #9e6161;
	font-weight: bold;
}

#maincontent .table_program td.d2 {
	border-bottom: 1px solid #561700;
	padding-left: 15px;
	width: 49px;
}

#maincontent .table_program td.d3 {
	border-bottom: 1px solid #561700;
	width: 83px;
}

#maincontent .table_program td.d4 {
	border-bottom: 1px solid #561700;
	border-right: 1px solid #561700;
	width: 304px;
}

#maincontent .table_program td.d34 {
	border-bottom: 1px solid #561700;
}

#maincontent .table_program td.d234 {
	border-bottom: 1px solid #561700;
}

#maincontent td.h {
	color: #FFFFFF;
	background: #9e6161;
	font-weight: bold;
}

#maincontent td.d {
	background: #fff8f5;
}

#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 .li01 li {
	background: url(../img/li_L01_bg.jpg) no-repeat left 2px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#maincontent .li02 li {
	background: url(../img/li_L02_bg.jpg) no-repeat left 1px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#maincontent .li03 {
	background: url(../img/li_M02_bg.jpg) no-repeat left 4px;
	padding-left: 22px;
}

#maincontent .li04 {
	background: url(../img/li_S01_bg.jpg) no-repeat left 2px;
	padding-left: 15px;
}

#maincontent .pdf {
	background: url(../img/icon_pdf.jpg) no-repeat left top;
	padding-top: 3px;
	padding-left: 25px;
}

#maincontent .submit {
	padding: 3px 20px;
	letter-spacing: 0.1em;
}

#maincontent .submit40 {
	padding: 3px 40px;
	letter-spacing: 0.1em;
}

#maincontent .emp {
	padding: 2px;
	margin-right: 3px;
	background: #CCDDFF;
	border: 1px solid #9999CC;
}

#maincontent .jumptop_footer {
	width: 73px;
	height: 11px;
	padding: 10px 7px 15px 520px;
}

#maincontent .jumptop_footer a {
	display: block;
	width: 73px;
	height: 11px;
	background: url(../img/jumptop_bg.jpg) no-repeat left top;
}

#maincontent .jumptop_footer span {
	display: none;
}

#maincontent .img-r160 {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 160px;
}

#maincontent .img-r190 {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 190px;
}


/******************************************************************************/

#whatsnew h2 {
	width: 600px;
	height: 42px;
	background: url(../img/h2_01_bg.jpg) no-repeat left top;
	margin-bottom: 15px;
	padding: 0px;
}

#whatsnew span {
	display: none;
}


/******************************************************************************/

#newlist {
	background: url(../img/newlist_bg.jpg) repeat-y 5px top;
	width: 600px;
	margin-bottom: 10px;
}

#newlist h3 {
	width: 570px;
	line-height: 16px;
	padding: 0px 0px 15px 30px;
	background: url(../img/li_L01_bg.jpg) no-repeat 10px 2px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333333;
}

#newlist p {
	width: 560px;
	padding: 0px 20px;
	line-height: 160%;
	margin-bottom: 20px;
}

#newlist .update {
	font-weight: normal;
	color: #666666;
	padding-left: 0.5em;
}

#newlist .new {
	background: url(../img/new_bg.gif) no-repeat 5px top;
	padding-left: 35px;
}


/******************************************************************************/

#contact {
	width: 600px;
	height: 100px;
	background: url(../img/contact_bg.jpg) repeat-x left top;
	margin-bottom: 10px;
}

#contact h4 {
	display: none;
}

#contact p {
	line-height: 200%;
	padding-top: 40px;
	padding-left: 40px;
}


/******************************************************************************/

#jumptop_footer {
	clear: both;
	text-align: right;
	width: 73px;
	height: 11px;
	padding: 10px 27px 20px 730px;
}

#jumptop_footer a {
	display: block;
	width: 73px;
	height: 11px;
	background: url(../img/jumptop_bg.jpg) no-repeat left top;
}

#jumptop_footer span {
	display: none;
}


/******************************************************************************/

#content_footer {
	clear: both;
	width: 840px;
	height: 70px;
	background: url(../img/footer_bg.jpg) no-repeat left top;
	margin: 0px auto;
}


/******************************************************************************/

#footer_menu {
	margin: 0px auto;
	width: 840px;
	height: 29px;
	line-height: 29px;
	padding-top: 1px;
	text-align: center;
}

#footer_menu li {
	display: inline;
	background: url(../img/li_S02_bg.jpg) no-repeat left 3px;
	padding-left: 10px;
	margin-right: 15px;
}


/******************************************************************************/

#footer {
	width: 840px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin: 0px auto;
}


/******************************************************************************/

.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;
}

.indent {
	text-indent: 1em;
}

.hide {
	display: none;
}
