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


body {
	background-color: #000;
	margin:0px;
	padding:0px;
	color:white;
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	text-decoration: none;
	color:#222222;
}
p.head01 {
	margin:0;
	font-weight:normal;
	font-size:24px;
	color:#444444;
}
p.head02 {
	margin:0;
	font-weight:normal;
	font-size:18px;
}
p.head03 {
	margin:0;
	font-weight:normal;
	font-size:12px;
}
p.grey {
	margin:0;
	font-weight:normal;
	font-size:12px;
	color:#999999;
}
p.grey02 {
	margin:10px 0px 0px 0px;
	font-weight:normal;
	font-size:12px;
	color:#999999;
}
p.text {
	margin:10px 0px 0px 0px;
	font-weight:normal;
	font-size:12px;
	color:#999999;
}
a:link, a:visited {
	/*  display:block; */
	font-size:1em;
	color:#888;
	line-height:1.3em;
	margin:.2em 0 0 0;
	text-decoration:none;
}
a:hover {
	/* display:block; */
	color:#ccc;
}
#text_all {
	position:relative;
	margin:0px 0px 20px 0px;
	width:400px;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
#cv {
	position:relative;
	margin:0px 0px 20px 0px;
	width:400px;
	color:#bbbbbb;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: left;
}
#footer_main {
	position:relative;
	margin:15px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	width:400px;
	color:#999999;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border-top:#666666 dotted 1px;
	background-color: #CC0000;
}

/* ------------------   firefox link border fix   ------------------ */

a:focus {
	-moz-outline-style: none;
  }
