@charset "Shift_JIS";

/*共通基本スタイルシート*/

body {
   /* 基本色設定 */
  color: #333333;
   /* ヘッダのために余白を消す */
  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; }

/* 共通デザイン */
.side_back {
	background-repeat: repeat-y;
	background-image: url(images/side_line.gif);
}

.top_line {
	background-color: #329F2C;
	height: 7px;
}

.index_line {
	background-color: #329F2C;
	height: 5px;
}

.sinryou_line {
	background-color: #F57E84;
	height: 5px;
}

.aisatu_line {
	background-color: #1B2095;
	height: 5px;
}


/* ボックス設定 */
.box_u {
	background-repeat: repeat-x;
	background-image:  url("images/top/box_top.gif");
}

.box_d {
	background-repeat: repeat-x;
	background-image:  url("images/top/box_d.gif");
}

.box_l {
	background-repeat: repeat-y;
	background-image:  url("images/top/box_l.gif");
}

.box_r {
	background-repeat: repeat-y;
	background-image:  url("images/top/box_r.gif");
}


/*テキスト設定 */	
.mail_bold {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 12px;
   color: #2229B6;
}

.aisatu {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 2em;
	color: #333333;
}

.aisatu2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 1.5em;
	color: #646464;
}

.normal_kamoku {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 125%;
	font-weight: bold;
	color: #646464;
}

.normal_white {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.2em;
	color: #FFFFFF;
}

.small_white {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 1.2em;
	color: #FFFFFF;
}

.small {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 10px;
   line-height: 125%;
}

.normal {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 12px;
   line-height: 1.5em;
}

.normal_bold {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 12px;
   line-height: 110%;
	 font-weight: bold;
}

.small {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 12px;
   line-height: 1.1em;
}

.adress {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #646464;
}

.large {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 14px;
   line-height: 130%;
}

.large_blue {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 14px;
   color: #2229B6;
}

.normal_blue {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 125%;
	color: #2229B6;
}

.normal_green {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 125%;
	font-weight: bold;
	color: #087711;
}

.footer {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 10px;
   line-height: 160%;
}
