@charset "UTF-8";/* 全体構造 ----------------- */body {	margin: 0;	padding: 0;	background: url(img/bg.gif) 0 0;	color: #565656;	font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', san-serif;}#container {	margin: 0 auto 0;	padding: 0;	width: 820px;	background-color: #ffffff;}h1 {	margin: 0;	padding: 0;}div,p,span {	margin: 0;	padding: 0;}#header {	background: url(img/head.jpg) no-repeat;	width: 820px;	height: 550px;	margin: 0;	text-indent: -9999px;}#wrap {	width: 580px;	margin: 0 120px;	font-size:12px;}img {	border: 0;}/* 文字指定 ----------------- */.red {font-size:13px;color:#ff2020;line-height:1.5;font-weight:bold;}.green {font-size:13px;color:#479f6b;line-height:1.5;font-weight:bold;}.orange {font-size:13px;color:#ff6c00;line-height:1.5;font-weight:bold;}.big {font-size:14px;color:#545454;line-height:1.5;font-weight:bold;}.big_b {font-size:18px;color:#ff6c00;line-height:1.5;font-weight:bold;}.red_s {font-size:11px;color:#ff2020;line-height:1.5;font-weight:500;}/* リンク指定 ----------------- */a {color:#0055a5;text-decoration:none;}a:hover, a:active {text-decoration:underline;}