@charset "shift_jis";


/*__ 共通基本スタイルシート ボディ __*/
body {
	/* 異なるブラウザの初期設定値対応 */
	margin: 0;
	padding: 0;
	/* 文字基本設定（文字サイズ・行間・色） */
	font-size: 80%;
	line-height: 140%;
	color: #505050;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	/* 背景設定 */
	background-color: #efe5c9;
	/* IE 5*対策 */
	text-align: center; /* IE 5* でコンテナが中央揃えに。そして、テキストは、#container セレクタの初期設定である左揃えに設定 */
}

img {  /* 画像のボーダーをリセット */
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ---------------------------
	ページ共通
-------------------------- */
#back {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}

#content_back {
	background-image: url(images/common/contents_back.jpg);
	background-repeat: no-repeat;
	width:640px;
	height:85px;
}

.mback {
	background-image: url(images/common/m_back1.gif);
	background-repeat: repeat-x;
	height:41px;
	width:208px;
}

#mbox {
	border-style: solid;
	border-color: #b39b5e;
	border-width: 1px;
}


/* ---------------------------
		link
-------------------------- */
a:link {
  text-decoration: none;
	color: #FFFFFF;
}
a:visited {
  text-decoration: none;
	color: #FFFFFF;
}
a:active {
  text-decoration: none;
	color: #FFFFFF;
}
a:hover{
  text-decoration: underline;
  color: #FFFFFF;
}

/* ---------------------------
		layout
-------------------------- */
/* マージン設定 */
.MarginBox {
	margin: 0 0 2px;   /* 下：2px */
}
.MarginBox1 {
	margin: 0 0 5px;   /* 下：5px */
}
.MarginBox1t {
	margin: 5px 0 0 0;/* 上：5px */
}
.MarginBox2 {
	margin: 0 0 10px;  /* 下：10px */
}
.MarginBox3 {
	margin: 0 0 15px;  /* 下：15px */
}
.MarginBox4 {
	margin: 0 0 25px;  /* 下：25px */
}
.MarginBoxTB {
	margin: 20px 0; /* 上・下：各10px */
}
.MarginLR {
	margin: 0 10px;    /* 左・右：各10px */
}
.MarginL {
	margin: 0 0 0 10px;/* 左：10px */
}
.MarginFull {
	margin: 5px 3px 5px 3px;/* 右：3px */
}

/* ---------------------------
		text
-------------------------- */

.normal {
  font-size: 75%;
  line-height: 140%;
}
.normal-b {
  font-size: 80%;
  line-height: 140%;
  font-weight: 800;
}

.normal-l-b {
  font-size: 80%;
  line-height: 140%;
  font-weight: 800;
}
.normal-b-orange {
  font-size: 80%;
  line-height: 140%;
  color: #FF6000;
  font-weight: 800;
}
.normal-white {
  font-size: 80%;
  line-height: 140%;
  color: #FFFFFF;
}

.normal-b-white {
  font-size: 80%;
  line-height: 140%;
  color: #FFFFFF;
  font-weight: 800;
}
.normal-l-brown {
  font-size: 85%;
  line-height: 140%;
  color: #532519;
  font-weight: 800;
}

.normal-l-Bpurple {
  font-size: 85%;
  line-height: 140%;
  color: #9400aa;
  font-weight: 800;
}
.normal-topics-day {
	font-size: 83%;
	line-height: 140%;
	color: #5C8ED5;
	font-weight: bold;
	padding-right: 5px;
}
.normal-topics {
  font-size: 83%;
  line-height: 160%;
}

.normal-s {
  font-size: 70%;
  line-height: 120%;
		color: #333333;
}

.normals-brown {
  font-size: 65%;
  line-height: 140%;
  color: #624600;
}
.normal-ss {
  font-size:65%;
  line-height: 140%;
}

.footer {
  font-size: 11px;
  line-height: 140%;
  color: #505050;
}

.pankuzu {
  font-size: 11px;
}

.foot-menu {
  font-size: 11px;
}

.header-copy {
  font-size: 8pt;
	line-height: 140%;
}