@charset "UTF-8";

@import "baseOutline.css";
@import "head.css";
@import "left.css";
@import "center.css";
@import "comments.css";

/* -- --------------default-------------- --*/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #222222;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

body {
	background:#FFFFFF url(../img/bg.gif) repeat;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

a:link,
a:visited,
a:active {
	text-decoration:none;
	color: #101540;
}

a:hover {
	text-decoration:underline;
	color: #4196D7;
}

h1, h2, h3, h4, p, li {
	line-height: 1.5em;
	font-weight: normal;
}

table, tr, td{
	font-size:95%;}
