@charset "Shift_JIS";/*共通基本スタイルシート*/body {   /* 基本色設定 */  color: #333333;	background-color: #FFFFFF;   /* ヘッダのために余白を消す */  margin-top: 5px;  padding: 0;}/* リンク関係の色設定 */a:link   { text-decoration: none; color: #0000CC }a:visited { text-decoration: none; color: #800080 }a:active  { text-decoration:none; color: #666666 }a:hover   { color: #FF0099; }/* 共通サイド */.head{    background-repeat: repeat-x;	background-image: url(images/common/head_line.gif);} #wrapper {	border-bottom-style: solid;	border-bottom-color: #70ba47;	border-bottom-width: 1px;	width: 540px;}#footer_wrapper {	border-top-style: solid;	border-top-color: #397bc6;	border-top-width: 2px;	width: 560px;}#wrapper-box {	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #0099FF;}/* マージン設定 */.MarginBox {	margin: 0 0 2px;   /* 下：5px */}.MarginBox1 {	margin: 0 0 5px;   /* 下：5px */}.MarginBox2 {	margin: 0 0 10px;  /* 下：10px */}.MarginBox3 {	margin: 0 0 15px;  /* 下：15px */}.MarginBox4 {	margin: 0 0 30px;  /* 下：30px */}.MarginBoxLU {	margin: 0 5px 5px; /* 左・下：各5px */}.MarginLR {	margin: 0 3px;    /* 左・右：各10px */}.MarginTB {	margin: 5px 0 5px 0px;/* 上下：5px */}.MarginFull {	margin: 10px 0px 10px 0px;/* 右：3px */}/* 画像の回り込み */#i01{  float: left;	margin-right: 0.5em;	margin-bottom: 0.5em;}#i02{  float: right;	margin-left: 0.5em;	margin-bottom: 0.5em;}/*テキスト設定 */	.top-aisatsu {	font-size: 80%;	line-height: 180%;}.annaibun {   font-size: 80%;   line-height: 140%;}.normal {   font-size: 80%;   line-height: 120%;}.normalbred {   font-size: 80%;   line-height: 120%;	 color: #E93E00;   font-weight:800;}.normal-m {   font-size: 85%;   line-height: 140%;}.normal-s {   font-size: 75%;   line-height: 120%;}.normal-ss {   font-size: 70%;   line-height: 120%;}.normal-l {   font-size: 90%;   line-height: 130%;}.jyusyo {   font-size: 80%;   line-height: 140%;}.calender {   font-size: 9pt;	 color: #333333;}.calender2 {   font-size: 9pt;}.footer {   font-size: 9pt;}.white {   font-size: 80%;   color: #FFFFFF;}.large-text {   font-family: "ＭＳ Ｐゴシック", "Osaka";   font-size: 100%;	 font-weight: 800;}