@charset "UTF-8";/* fomatting style---------------------------*/* {	margin: 0px;	padding: 0px;	font-style: normal;}html{    height:100%;    overflow:hidden;}body {	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ角ゴ pro W3", Osaka, Helvetica, sans-serif;	color: #181818;	font-size: 80%;	line-height: 1.5;    height:100%;    margin:0px auto;}/* link style---------------------------*/a img {	border-style: none;}a:link {	color: #0066CC;	text-decoration: underline;}a:visited {	color: #0060B4;	text-decoration: underline;}a:hover {	color: #0060B4;	text-decoration: none;}#left {	background-color: #FFF0E2;	width: 260px;	position:absolute;	background-repeat: repeat-y;	height: 100%;}#header {	padding: 10px;}#header h1 {}#header ul {	list-style: none;	padding-left: 35px;	padding-top: 40px;}#right {	height:100%;	padding-left:270px;	overflow:auto;	padding-top: 10px;}#right h1 {	padding-top: 35px;	padding-left: 30px;}.contents {	margin-bottom: 80px;	padding-top: 60px;}.contents h2 {	margin-bottom: 20px;	padding-left: 10px;}.contents table {	margin-left: 10px;}.contents h3 {	padding-left: 15px;	color: #339900;}.contents h4 {	padding-left: 15px;	padding-bottom: 5px;}.contents p {	padding-left: 15px;}.contents em {	color: #CC3300;}