@charset "UTF-8";/* formatting style-------------------------- */* {	font-style: normal;	margin: 0px;	padding: 0px;}body {	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	font-size: 75%;	line-height: 1.6;	color: #333333;	background-color: #FFFFFF;}hr {	display: compact;	border-top: thin dotted #CCCCCC;	border-right-width: thin;	border-bottom-width: thin;	border-left-width: thin;	border-right-style: dotted;	border-bottom-style: inherit;	border-left-style: inherit;	color: #CCCCCC;}/* link style　-------------------------- */a img {	border-style: none;}a:link {	color: #336699;	text-decoration: none;}a:visited {	color: #336699;	text-decoration: none;}a:hover {	color: #FF3300;	text-decoration: none;}a:active {	text-decoration: none;	position: relative;	left: 1px;	top: 1px;}/* basic layout　-------------------------- */#wrapper {	background-color: #FFFFFF;	margin: 0px auto;	width: 800px;	border-style: none;}#main {	padding: 20px 5px 20px 20px;	float: right;	width: 600px;	margin-bottom: 20px;	border-left: #FFFFCC;	border-top-color: #FFFFCC;	border-right-color: #FFFFCC;	border-bottom-color: #FFFFCC;}#main ul li {	list-style: none;}#sidebar {	padding: 15px 15px 500px 5px;	float: left;	width: 120px;	margin-bottom: 20px;	border-top: medium double #FFFF99;	border-right: medium double #FFFF99;	border-bottom: medium none #FFFF99;	border-left: medium none #FFFF99;	font-weight: 300;	list-style: url(none) none;	text-align: justify;	letter-spacing: 3px;}#sidebar ul li {	list-style: none;	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	font-size: 96%;}/* main styles　-------------------------- */#main h2 {	line-height: 1.8;	margin-bottom: 1px;	letter-spacing: 1px;	text-align: left;	height: 2em;	width: auto;	color: #666666;}#main p {	margin-bottom: 2px;	width: 45em;}