@charset "Shift_JIS";
/* --------全体の再定義----------- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 120%;
	color: #666666;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/temp/bg1.jpg);
}

/* --------全体のレイアウト----------- */

.standard {
    font-size: 12px;
    line-height: 18px;
}
.standard2 {
    font-size: 12px;
}
.title {
    font-size: 14px;
}
.big {
    font-size: 16px;
}
.mini {
    font-size: 11px;
    line-height: 14px;
}
.mini2 {
    font-size: 11px;
}

a:link {
  color: #666666;
  background: transparent;
  text-decoration: none;
}
a:visited {
  color: #666666;
  background: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #006699;
  background: transparent;
  text-decoration: none;
}

/* --------汎用設定----------- */

#main {
    /*padding-top: 2px;*/
	padding-left: 12px;
	padding-bottom: 6px;
}

