@charset "UTF-8";/* bodyに関するCSS--------------------------------------------------------------------------------*/body {	font-size: 14px;	font-family: Osaka, "MS PGothic", sans-serif, "MS Gothic",;	line-height: 170%;	margin: 0px;	padding: 0px;	text-align: left;	background-color: #000000;}/* ページ構造に関するCSS --------------------------------------------------------------------------------*/#wrapper {   width: 870px;   margin:0 auto;   text-align: left;   padding: 0px;   background-color: #291f1d;}#header  {  width: 870px;  padding: 0px;  margin: 0px;}#content {  width: 450px;  float: right;  color: #DEDEDE;  background-color: #4B4B4B;  padding: 35px 90px 30px 90px;  margin-top: -7px;}#menu {  width: 160px;  float: left;  padding: 48px 0px 0px 40px;  margin-top: -7px;}#menu ul, #menu li {  list-style: none;  margin: 0;  padding: 0;}#footer {  padding: 10px 0px 15px 0px;  width: 870px;  clear: both;  background-color: #000000;}#f1 {   float: right;   margin-top: 6px;   margin-right: 0px;   margin-left:  14px;   margin-bottom: 2px;}/* コンテンツに関するCSS --------------------------------------------------------------------------------*/h1 {	font-size: 19px;	font-style: normal;	line-height: 300%;	color: #E6C997;	font-weight: bold;	font-family: Osaka, "MS PGothic", sans-serif, "MS Gothic";    text-transform: none;}h2 {	font-size: 14px;	font-weight: bold;	font-style: normal;	line-height: 400%;    color:#E6C997;	font-family: Osaka, "MS PGothic", sans-serif, "MS Gothic";	text-transform: none;}h3 {	font-size: 16px;	font-weight: bold;	font-style: normal;	line-height: 300%;    color:#E6C997;	font-family: Osaka, "MS PGothic", sans-serif, "MS Gothic", ;	text-transform: none;}.h2 {	font-size: 14px;	font-weight: bold;	font-style: normal;	line-height: 220%;    color:#E6C997;	font-family: Osaka, "MS PGothic", sans-serif, "MS Gothic", ;	text-transform: none;}.red {    color:#BB0000;}.gray {    color:#DEDEDE;}body,td,th {	color: #E6C997;	font-family: Osaka, "MS PGothic", sans-serif, "MS Gothic", ;}.address {	font: 10px/normal Osaka, "MS PGothic", sans-serif, "MS Gothic",;	color: #DEDEDE;}.ber {	font-size: 14px;	font-weight: bold;	font-style: normal;	line-height: 240%;    color:#E6C997;	font-family: Osaka, "MS PGothic", sans-serif, "MS Gothic", ;	text-transform: none;}p.bodyText {    text-align: justify;}.shadow1 {	text-shadow: #231815 5px 5px 5px;}blockquote {   margin:1em;}p {    margin: 0px 0px 0px 0px;    padding: 0px 0px 0px 0px;}body {    margin: 0px 0px 0px 0px;    padding: 0px 0px 0px 0px;}h1, h2, h3,p {    margin: 0px 0px 0px 0px;    padding: 0px 0px 0px 0px;}/* リンクに関するCSS  --------------------------------------------------------------------------------*/a:visited {	color: #E6C997;	text-decoration: none;}a:link {	text-decoration: none;	color: #E6C997;}a:hover {	text-decoration: none;	color: #DC604A;}a:active {	text-decoration: none;	color: #DC604A;}a:visited img {	border: none;}a:link img {	border: none;}