@charset "Shift_JIS";

/*共通基本スタイルシート*/

body {
   /* 基本色設定 */
  color: #333333;
	background-color: #FFFFFF;
   /* ヘッダのために余白を消す */
  margin: 0;
  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_back.gif);
}

#head_wrapper {
	border-bottom-style: solid;
	border-bottom-color: #118D5E;
	border-bottom-width: 1px;
	width: 578px;
} 

#footer_wrapper {
	border-top-style: solid;
	border-top-color: #118D5E;
	border-top-width: 2px;
	width: 700px;
}

/* マージン設定 */
.MarginBox {
	margin: 0 0 5px;   /* 下：5px */
}
.MarginBox2 {
	margin: 0 0 10px;  /* 下：10px */
}
.MarginBox3 {
	margin: 0 0 15px;  /* 下：15px */
}
.MarginBoxLU {
	margin: 0 5px 5px; /* 左・下：各5px */
}
.MarginLR {
	margin: 0 10px;    /* 左・右：各10px */
}
.MarginL {
	margin: 0 0 0 10px;/* 左：10px */
}
.MarginFull {
	margin: 3px 3px 3px 3px;/* 右：3px */
}

/* 画像の回り込み */
#i01{
  float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
#i02{
  float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}


/*テキスト設定-固定- */
.topics {
   font-size: 80%;
   color: #333333;
	 line-height: 140%;
}

/*テキスト設定 */	
.top-aisatsu {
	font-size: 83%;
	line-height: 180%;
}

.annaibun {
   font-size: 83%;
   line-height: 140%;
}

.normal {
   font-size: 83%;
   line-height: 130%;
}

.normalbred {
   font-size: 80%;
   line-height: 120%;
	 color: #E93E00;
   font-weight:800;
}

.normalblue {
   font-size: 80%;
   line-height: 120%;
	 color: #02336D;
}
.normal-s {
   font-size: 75%;
   line-height: 120%;
}

.normal-ss {
   font-size: 70%;
   line-height: 120%;
}

.jyusyo {
   font-size: 80%;
   line-height: 140%;
}

.calender {
   font-size: 9pt;
	 color: #333333;
}

.calender2 {
   font-size: 9pt;
}

.footer {
   font-size: 9pt;
   color: #646464;
}

.gray {
   font-size: 80%;
   line-height: 140%;
   color: #797979;
}

.large-text {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 100%;
	 font-weight: 800;
}

