@charset "UTF-8";

/* ------------------------------------------------------------------
 * base.css
 * 
 * Table Of Contents
 * @Basic Structure
 * @Block Level Elements
 * @Inline Level Elements
 * --------------------------------------------------------------- */

/* ------------------------------------------------------------------
 * @Basic Structure
 * ------------------------------------------------------------------
	- Color
	color: #333, #195fa5 (a), #195fa5 (a:hover)
	border-color: #ccc
	background-color: #fff
 * --------------------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {
	margin: 0;	/* Reset */
	padding: 0;	/* Reset */
	background: #fff url("../images/base/bg_body.gif") repeat left top;
	color: #333;
	font-size: 13px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Verdana", "Arial", "Helvetica", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	text-align: center;
}

/* ------------------------------------------------------------------
 * @Block Level Elements
 * --------------------------------------------------------------- */
/* Normal Block */
body.new pre,
body.new code,
body.new kbd,
body.new samp,
body.new tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/* ------------------------------------------------------------------
 * @Inline Level Elements
 * --------------------------------------------------------------- */
body.new em {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

body.new strong {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

body.new sup {
	_position: relative;
	_top: -3px;
	font-size: 83%;
	*font-size: 100%;
	vertical-align: 3px;
	_vertical-align: baseline;
}

/* Anchor */
a:link,
a:visited {
	color: #195fa5;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #195fa5;
	text-decoration: underline;
}
