@charset "Shift_JIS";

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

body {
   /* 基本文字色設定 */
  color: #505050;
	 /* 基本背景色設定 */
	background-image: url(images/common/back.gif);
	background-repeat: repeat-y;
	background-position: center;
   /* ヘッダのために余白を消す */
  margin: 0;
  padding: 0;
}

h1 {
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* リンク関係の色設定 */
a:link    { text-decoration: none; color: #ff5a00 }
a:visited { text-decoration: none; color: #ff5a00 }
a:active  { text-decoration: none; color: #666666 }
a:hover   { text-decoration: underline; color: #ff5a00; }

/* カスタマイズリンク設定 */
/* ヘッダーのリンク設定 */
a.link_header:link    { text-decoration: none; color: #505050; }
a.link_header:visited { text-decoration: none; color: #505050; }
a.link_header:active  { text-decoration: none; color: #505050; }
a.link_header:hover   { text-decoration: none; color: #505050; }

/* フッターのリンク設定 */
a.link_footer:link    { text-decoration: none; color: #FFFFFF; }
a.link_footer:visited { text-decoration: none; color: #FFFFFF; }
a.link_footer:active  { text-decoration: none; color: #FFFFFF; }
a.link_footer:hover   { text-decoration: none; color: #FF0099; }

/* 本文中のリンク設定 */
a.link:link    { text-decoration: none; color: #0066FF; }
a.link:visited { text-decoration: none; color: #0066FF; }
a.link:active  { text-decoration: none; color: #0066FF; }
a.link:hover   { text-decoration: none; color: #FF0000; }

/* アッパーのリンク設定 */
a.link_up:link    { text-decoration: none; color: #4D2015; }
a.link_up:visited { text-decoration: none; color: #31822E; }
a.link_up:active  { text-decoration: none; color: #31822E; }
a.link_up:hover   { text-decoration: underline; color: #31822E; }

/* 共通ヘッダ */
#wrapper {
	border-bottom-style: solid;
	border-bottom-color: #315827;
	border-bottom-width: 1px;
	width: 500px;
}

#wrapper-index {
	border-top-style: solid;
	border-top-color: #919191;
	border-top-width: 1px;
	width: 230px;
	padding-top: 5px;
}

.wrapper-info {
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	margin-top: 5px;
}

.menu_back {
	background-image: url(images/common/menu_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.menu_back2 {
	background-image: url(images/common/menu_back2.gif);
	background-repeat: repeat-x;
}

.kasou_back {
	background-image: url(images/common/back2.gif);
	background-repeat: repeat-x;
}

/* マージン設定 */
.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: 10px 3px 10px 3px;/* 右：3px */
}

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


/* テキスト設定 */
.t_topic {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 0.75em;
   line-height: 120%;
}

.t_footer01 {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 75%;
   line-height: 120%;
	 color: #4D2015;
}

.t_hon_s {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 75%;
   line-height: 120%;
}

.t_hon {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 84%;
   line-height: 140%;
}

.t_hon_tv {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 84%;
	line-height: 140%;
	color: #003366;
}

.t_hon_tvtl {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 84%;
	line-height: 140%;
	color: #003366;
	font-weight: bold;
}

.t_hon_l {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 90%;
   line-height: 160%;
}

.t_hon_white {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 84%;
   line-height: 140%;
	 color: #FFFFFF;
}

.t_hon_wh_l {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 90%;
   line-height: 140%;
	 color: #FFFFFF;
}


.t_hon_kyo_orange_b {
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-size: 85%;
   line-height: 120%;
	 color: #FF6600;
	 font-weight: 800;
}

.pankuzu {
  font-size: 72%;
}