@charset "Shift_JIS";

/*共通基本スタイルシート*/

body {
   /* 基本色設定 */
  color: #333333;
	background-color: #FFFFFF;
   /* ヘッダのために余白を消す */
  margin: 0;
  padding: 5px;
}

/* リンク関係の色設定 */
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; }

/* 共通サイド */
.footer_line{
    background-repeat: repeat-x;
	background-image: url(images/common/footer.gif);
} 

#wrapper {
	border-bottom-style: solid;
	border-bottom-color: #00416E;
	border-bottom-width: 1px;
	width: 540px;
}



/* マージン設定 */
.MarginBox {
	margin: 0 0 5px;   /* 下：5px */
}
.MarginBox2 {
	margin: 0 0 10px;  /* 下：10px */
}
.MarginBox3 {
	margin: 0 0 15px;  /* 下：15px */
}
.MarginBox4 {
	margin: 0 0 25px;  /* 下：25px */
}
.MarginBoxLU {
	margin: 0 5px 5px; /* 左・下：各5px */
}
.MarginLR {
	margin: 0 5px;    /* 左・右：各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: 160%;
}

.normal {
   line-height: 140%;
   font-size:90%;
}

.normalbred {
	font-size:90%;
   line-height: 130%;
	 color: #E93E00;
   font-weight:800;
}

.normalblue {
	font-size:90%;
   line-height: 130%;
	 color: #3333CC;
   font-weight:800;
}


.normalgreen {
   font-size: 100%;
   line-height: 140%;
	 color: #134902;
}

.normalgreen .txt01{
	font-size: 12px;
	color: #134902;
}

.normalgreenbold {
   font-size: 100%;
   line-height: 160%;
	 color: #134902;
	 font-weight:800;
}
.normallimebold {
   font-size: 100%;
   line-height: 160%;
	 color: #66CC33;
	 font-weight:800;
}
.normalorange {
   font-size: 80%;
   line-height: 140%;
	 color: #FF6600;
}
.normalorangebold {
   font-size: 100%;
   line-height: 160%;
	 color: #FF6600;
	 font-weight:800;
}
.normalglassgreenbold {
   font-size: 100%;
   line-height: 160%;
	 color: #009900;
	 font-weight:800;
}
.normal-l-red {
   font-size: 110%;
   line-height: 150%;
	 color: #E93E00;
}
.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;
}

.calender3 {
   font-size: 8pt;
}
.footer {
   font-size: 9pt;
}

.white {
   font-size: 80%;
   color: #FFFFFF;
}

.large-text {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 100%;
	 font-weight: 800;
}

.medium-text {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 90%;
	 font-weight: 800;
}
