@charset "UTF-8";

/* ----- General Settings ----- */

html, body, div, span, iframe,  
h1, h2, h3, h4, h5, h6, p, a, address, img, strong,  
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td  {
  margin:0;
  padding:0;
  font-size:100%;
}

body {
	font-size:14px;
	color:#000000;
	background-color:#FFFFFF;
	line-height:1.5em;
	letter-spacing:1px;
  width:100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
a:link,a:visited {
	text-decoration:none;
	color:#000000;
}

a:link:after,a:visited:after { font-size: 90%;}

img { border:0;}

table {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
  border-collapse:collapse;
	border-spacing:0;
}

table th, table td {
  border: 1px solid #666;
  margin:0;
  padding: 5px 6px;
  vertical-align: top;
  text-align: left;
}

table th { width:25%;}


/* --- Not Print --- */

#header, #footer, #r_column, #to_top {
  display:none;
}