@charset "UTF-8";

@import "baseOutline.css";
@import "head.css";
@import "left.css";
@import "center.css";
@import "right.css";
@import "foot.css";
@import "comments.css";

/* -- --------------default-------------- --*/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

a:link,
a:visited,
a:active {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:underline;
	color: #51ADC7;
}

h1, h2, h3, h4, p, li {
	line-height: 1.7em;
	font-weight: normal;
}

table, tr, td{
	font-size:95%;}
