@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body {
	font-family:sans-selif;
	/*font-family:"ＭＳ Ｐゴシック",sans-selif;*/
	color: #444;
	background: #ffffff;
	line-height:1.6;
	font-size:small;
	text-align:justify;
}
a:link{
	color:#006aff;
	text-decoration:none;
}
a:visited{
	color:#003988;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	color:#000;
	font-size:1.4em;
}
h2{
	color:#000;
	font-size:1.2em;
	margin:0 0 1em 0;
	border-bottom:solid 2px #888;
}
h3{
	color:#000;
	font-size:1em;
	margin:1em 0 1em 0;
	border-bottom:dashed 1px #888;
}
dl{
	margin:1em 0;
}
dt:before {
  content: "■"; 
}
dt{
	/*font-weight:bold;*/
}
dd{
	margin-left:2em;
}
li{
	display:block;
	list-style:none;
}
table{
	margin:1em 0;
	border-collapse:collapse;
}
caption{
	text-align:left;
	font-weight:bold;
	border-bottom:solid 1px #000;
}
th{
	vertical-align:top;
	border-bottom:dotted 1px #555;
	padding-right:1em;
	white-space:nowrap;
}
td{
	border-bottom:dotted 1px #555;
	vertical-align:top;
	padding-left:1em;
	padding-bottom:1em;
}
#globalheader{
	text-align:left;
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:74px;
	background:url(../pressrelease/images/headerbg.png) center repeat-y;
}
#globalheader ul{
	width:830px;
	margin:auto;
}
#language{
	position:relative;
	top:0;
	text-align:right;
	margin-top:-1.5em;
	margin-left:20em;
}
#wrapper{
	width:750px;
	padding:250px 20px;
	margin:0 auto 0 auto;
	background:#fff url(../pressrelease/images/titlelogo.gif) center 100px no-repeat;
}
#maincontent{
	width:640px;
	margin:auto;
}
#gotopagetop{
	text-align:right;
}
#gotopagetop:before{
	content:"▲"
}
#footer{
	font-size:x-small;
	text-align:center;
	border-top:dotted 1px #000;
	padding:1em;
	margin-top:5em;
}
#about{
}
#copyright{
	height:23px;
	text-indent:-1000em;
	overflow:hidden;
	margin-top:5em;
	background:url(../pressrelease/images/copyright.gif) center repeat-y;
}