@charset "UTF-8";

/*

物理学会用スタイルシート  Copyright (c) 2012, A.Kurita
*/

body {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFFFF4;
}

h1 {
	padding-bottom: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐ明朝", serif;
	font-size: 26px;
	padding: 5px 0px 5px 48px;
	background-color: #8F5822;
	color: white;
	background-image: url("./jpskg.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center left;
	border-top: 1px solid #EDA;
	border-bottom: 2px solid black;
}

h1 a {
	text-decoration: none;
	color: white;

}

table.contents {
	margin-top: 0px;
	border-collapse: collapse;
}
td.contents {
	padding: 0px;
/*	border-left: 15px solid #003F76; */
}


div.contents {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

p {
	line-height: 140%;
}

p.note {
	font-size: 90%;
	background-color: #FFD;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding: 7px;
}

h3 {
	margin-bottom: 0.6em;
}

ul {
	margin-top: 0.2em;
}
ul.menu {
	padding-left: 0px;
}
ul.menu li {
	padding-left: 12px;
	list-style-type: none;
	font-size: 90%;
	line-height: 150%;
	background-image: url("./icon_navmenu.gif");
	background-repeat: no-repeat;
	background-position: 0% 6px;
}

em.red   { font-style:normal; font-weight: bold; color: #D00;}

table.hotels {
	border: 2px  white solid;
}

table.hotels th {
	font-weight: bold;
	text-align: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	color: black;
	background: #ccf;
}

table.hotels td {
	font-size: 90%;
}

table.hotels td.tel {
	padding-bottom: 1.5em;
}

td.polaris {
	width: 440px;
	color: white;
	font-size: 90%;
	background-image: url(./polaris.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #1B1E25;
	padding:  0.2em 0em 0.2em 10px;
}
td.polaris div {
	padding: 1em;
}
td.polaris h3 {
	text-align: center;
	padding-bottom: 0.3em;

}
td.polaris a:link {
	color: cyan;
}
td.polaris a:visited {
	color: magenta;
}

td.c2 {
	font-weight: bold;
	letter-spacing: 0.6em;
	white-space: nowrap;
	width: 3.5em;
}

address#foot {
	margin-top: 5px;
	border-top: 1px solid black;
}

