@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #FF6600;
	text-decoration: underline;
}

html, body {
	height: 100%;
}

body {
	line-height: 1.5;
	color: #333;
	background: #e6e6e6 url(../img/body_bg.gif) 50% 70px repeat-x;
	font-size: 75%;
	/*overflow-y: scroll;*/
}

td.title strong {
	font-size: 1.2em;
}

td.title h1 {
	font-size: 1.4em;
	margin-bottom: 5px;
}

td.title h2 {
	font-size: 1.2em;
}

td.title h1 span {
	font-size: 0.85em;
}

td.title h2 span {
	font-size: 0.85em;
}

