﻿
<!--
var os, ua = navigator.userAgent;
if (ua.match(/Win(dows )?NT 6\.1/)) {
	document.write('<link rel="stylesheet" href="../common/css/meiryo.css" type="text/css" /> ')
	document.write('<link rel="stylesheet" href="common/css/meiryo.css" type="text/css" /> ')
	document.write('<link rel="stylesheet" href="../../common/css/meiryo.css" type="text/css" /> ')
	// Windows 7 の処理
}
else if (ua.match(/Win(dows )?NT 6\.0/)) {
	document.write('<link rel="stylesheet" href="common/css/meiryo.css" type="text/css" /> ')
	document.write('<link rel="stylesheet" href="../common/css/meiryo.css" type="text/css" /> ')
	document.write('<link rel="stylesheet" href="../../common/css/meiryo.css" type="text/css" /> ')
	// Windows Vista の処理
}

// -->

