@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "HiraKakuPro-W6", "Meiryo", "MS PGothic", "osaka", sans-serif;
	font-size: small;
	line-height: 1.5;
	color:#444;
	background-color:#fff;
}

img {border: none;}

#popupLeft {
	float:left;
	width:270px;
}
li {
	list-style:square;
	margin-left:20px;
}
h1 {
	font-size: 120%;
	color:#004d99;
	margin-bottom:15px;
	border-left: 10px solid #004d99;
	border-top: 1px solid #004d99;
	line-height:1.8;
	padding-left:10px;
	padding-top:5px;
}

h2 {
	margin-bottom:20px;
	font-size: 100%;
	color:#00CC00;
}

#popupBody {
	padding:10px 20px;
}

.rightimg {
	float:right;
	margin-left:10px;
}

#closeWin {
	text-align:center;
	margin-top:30px;
	clear:both;
}
