@charset "utf-8";

html * {
/*	box-sizing:content-box;  CSS 3 [ MacIE 5] 
	-moz-box-sizing:content-box;  Mozilla */
}
*{
	margin: 0;
	padding: 0;
}

html{
	font-size: 12px;
	line-height: 1;
}

/* IE/Win \*/
* html {
	font-size: small;
}

/**/

body{
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "Verdana", "Lucida Grande", Arial, Helvetica, sans-serif;
	clear: right;
}

body * {
	font-size: 100%;
	line-height: 1.2;
}

a{
	color: #999900;
	text-decoration: none;
}
a.pdf {
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	padding: 6px 25px 3px 3px;
	height: 20px;
	background-position: 100% center;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	list-style: none;
}


a:hover{
/*	color: #f60;*/
	text-decoration: underline;
}

a img{
	border: 0;
}

p{
	margin-bottom: 1em;
}

hr{
	display: none;
}
.clear{
	clear: both;
	display: block;
	margin: -1px 0 0;
	font-size: 1px !important;
	line-height: 0 !important;
	height: 1px;
}
#pub #contentArea #main .contentImgR img {
	border: 1px solid #333333;
	margin: 2px;
}
#pub #contentArea #main #link03 {
	clear: both;
}
