@import "fontsize.css";

/* local set */
body {
	padding:0;
	margin:0;
	font-family:Osaka,"‚l‚r ‚oƒSƒVƒbƒN";
	background-color:#FFF;
}

h1, h2, h3, h4, p, form{
	margin:0;
	padding:0;
}

img {
	border: none;
}

a { 
	color: #b35656;
	text-decoration: none;
}

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

.noticetxt a { 
	color: #FFF;
	text-decoration: none;
}

.noticetxt a:hover {
	color: #FFF; 
	text-decoration: underline;
}


.textb {
	font-weight: bold;
}

.spacetop2{
	margin-top: 2px;
}

.spacetop5{
	margin-top: 5px;
}

.spacetop15{
	margin-top: 15px;
}

.spaceboth{
	margin: 5px 0;
}

.2ndcontent{
	padding-top: 2px;
}














































