﻿@charset "utf-8";
/*** 第27回日本整形外科超音波学会オープニング ***/



/* 全体的な設定

------------------------------------------------------------ */

/* スクロールバーエリア表示 */
html {
	overflow-y:scroll;
}
body {
	margin:0px;
	color:#444444;
	background-color: #FBFBFB;
	background-position: center;
}

