@import "fontsize.css";

/* local set */
body {
	padding:0;
	margin:0px;
	font-family:Osaka,"‚l‚r ‚oƒSƒVƒbƒN";
	background-color: #F5F5F5;
}
a { color: #FF5785;; text-decoration: underline}
.left_bg {
	background-image: url(../img/bg_left.gif);
	background-repeat: repeat-y;
}
a:hover {
	color: #FFADC3;
	text-decoration: none;
}
.bg { background-repeat: no-repeat }
.right_bg {
	background-image: url(../img/bg_right.gif);
	background-repeat: repeat-y;
}
.match_bg {
	background-image: url(../../company/03_pt1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

