﻿@charset "UTF-8";

/* 会員ページ CSS Document */

#img_box {
	width:100%;
	background-color:#008e98;
}
.home_link {
	width:125px;
	height:25px;
	position:absolute;
	top:3px;
	left:615px;
	background:url(../images/bt_toppage.jpg) no-repeat left center;
	display:block;
}
.home_link a {
	width:125px;
	height:25px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
dl#size ul li {
	background-image: url(../images/fontsize.jpg);
}

h2 {
	width:622px;
	height:32px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(../images/h2.jpg) no-repeat left top;
}
h2.top_01 { background:url(../images/h2_top_01.jpg) no-repeat left top; }
h2.top_02 { background:url(../images/h2_top_02.jpg) no-repeat left top; }
h2.top_03 { background:url(../images/h2_top_03.jpg) no-repeat left top; }
h2.society_01 { background:url(../images/h2_society_01.jpg) no-repeat left top; }
h2.news_01 { background:url(../images/h2_news_01.jpg) no-repeat left top; }
h2.member_01 { background:url(../images/h2_member_01.jpg) no-repeat left top; }
h2.insurance_01 { background:url(../images/h2_insurance_01.jpg) no-repeat left top; }
h2.rule_01 { background:url(../images/h2_rule_01.jpg) no-repeat left top; }
h2.contact_01 { background:url(../images/h2_contact_01.jpg) no-repeat left top; }
h2.links_01 { background:url(../images/h2_links_01.jpg) no-repeat left top; }
h2.sitemap_01 { background:url(../images/h2_sitemap_01.jpg) no-repeat left top; }

p02 {
	background:url(../images/p_02.jpg) no-repeat left center;
	padding-left:12px;
}

/* 学会案内 */
.society_tb {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
.society_tb th {
	color:#FFFFFF;
	background-color:#999999;
	border:1px #cccccc solid;
	padding:5px;
}
.society_tb td {
	border:1px #cccccc solid;
	padding:5px;
}

/* ニュース */
ul.news_list {}
ul.news_list li {
	padding:8px 0;
	border-bottom:1px #CCCCCC dotted;
	clear:left;
}
ul.news_list li.news {
	background:url(../../images/icon_news01.jpg) no-repeat left center;
}
ul.news_list li.topics {
	background:url(../../images/icon_news02.jpg) no-repeat left center;
}
ul.news_list li span.news_date {
	padding-left:45px;
	float:left;
	display:block;
}
ul.news_list li span.news_title {
	margin-left:10.5em;
	display:block;
}

