* {
	margin:0;
	padding:0;
}

body {
	background-color:#F2F2F2;
}

#wrap {
	width: 864px;
	margin:0 auto;
}

#header {
	margin:20px 0 0 0;
	position: relative;
}

#logo_mark {
	margin: 0 0 -10px 0;
}

#top_member {
	width: 140px;
position:absolute;
top: 20px;
left:720px;
}


#top_info {
	width: 234px;
	position:absolute;
top: 40px;
left: 628px;

}

#g_navi {
	margin: 0px 0 40px 0;
}

img#renew {
	margin:0 0 0 450px;
}

br.clearfloat {
clear:both;
}

#footer {
	margin: 5px 0 0 0;
}

/*文字*/
p,dd,li{
	color:#000;
	margin-top: 0px; 
	padding: 5px;
	font-family: Verdana, Helvetica, sans-selif; font-size: 0.8em; font-weight:normal; line-height: 1.4em; letter-spacing: 0.08em;
}

p#prof_font_h {
	color:#000;
	margin: 10px 0 5px 5px; 
	font-family: Verdana, Helvetica, sans-selif; font-size: 1.2em; font-weight: lighter; line-height: 1.4em; letter-spacing: 0.05em;
}

p.prof_font {
	color:#000;
	margin: 0 0 0 5px; 
	font-family: Verdana, Helvetica, sans-selif; font-size: 0.9em; font-weight: lighter; line-height: 1.4em; letter-spacing: 0.1em;
}

span.imp {
    color: red;
}

h1 {
	color:#000;
	margin: 0 0 -10px 0; 
	padding: 5px;
	font-family: Verdana, Helvetica, sans-selif; font-size: 0.8em; font-weight: heavy; line-height: 1.4em; letter-spacing: 0.1em;
}

h1.midashi {
  font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
  color:#696969;
  font-size:1.2em;
  }

img {
	border-style:none;
}

/*リンク*/

a{/*リンクされた文字*/
    color:#00ADEE;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#00ADEE;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#00ADEE;
    text-decoration:underline;
}
td.line_td {
	text-decoration: line-through;
	}
	
	
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}