/* CSS Document */
@charset "Shift_JIS";
/* 初期設定＜設定クリア＞
---------------------------------------------------- */
* {
  margin: 0; padding: 0; font-size: 100%; font-weight: normal; font-style: normal; text-decoration: none; color: #666666;
}
/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #BD9974;
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height: 1.4em;
  background: #FFFFFF  url(../image/bg_body.gif) repeat-y 50%;
}
#wrap {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 760px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
  line-height: 1.4em;
}
strong {
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  border: none;
}
/* リンク
---------------------------------------------------- */
a:link { color: #3385ad; text-decoration: underline;}
a:visited { color: #3385ad; text-decoration: underline;}
a:hover, a:active { color: #FF3333; text-decoration: underline;}
a:hover img{ opacity:0.8; filter: alpha(opacity=80);}
/* ヘッダー部分
---------------------------------------------------- */
#header {
  margin: 0;
  width: 760px;
  height: 80px;
  background: url(../image/header_logo.gif) no-repeat;
}
h1 {
  margin: 0;
  font-size: 1px;
}
h1 a{
  text-decoration: none;
  text-indent: -9999px;
  display: block;
  width: 370px;
  height: 70px;
}
#hed-link {
  padding: 7px 0 0 0;
  text-align: right;
  vertical-align: top;
  text-decoration: none;
}
/* リンク */
#hed-link a:link {
  color: #BD9974;
  text-decoration: none;
}
#hed-link a:visited {
  color: #BD9974;
  text-decoration: none;
}
#hed-link a:hover, a:active {
  color: #FF3333;
  text-decoration: underline;
}
/* メニュー部分
---------------------------------------------------- */
#menu-td {
  width: 170px;
  vertical-align: top;
  background: #ccccff url(../image/bg_menu.gif) repeat-x;
}
#lbl-menu-contents {
  height: 55px;
  text-indent: -9999px;
  background: url(../image/lbl_menu_contents.gif) no-repeat;
}
#menu-td ul {
  margin: 0;
  list-style: none;
}
#menu-td li {
  margin: 0 0 2px 0;
  height: 20px;
  padding: 6px 0 0 25px;
  background: url(../image/bg_menu_tab.gif) no-repeat;
}
#menu-td li.sec {
  margin: 0 0 2px 0;
  height: 20px;
  padding: 6px 0 0 25px;
  color: #FFFF99;
  background: url(../image/bg_menu_tab_sec.gif) no-repeat;
}
#menu-td li.sec2 {
  margin: 0;
  padding: 2px 0 0 30px;
  height: 20px;
  background: url(../image/bg_menu_tab_sec2.gif) no-repeat;
}
/* リンク */
#menu-td li a:link {
  color: #006699;
  text-decoration: none;
}
#menu-td li a:visited {
  color: #006699;
  text-decoration: none;
}
#menu-td li a:hover, a:active {
  color: #FF3333;
  text-decoration: underline;
}
#menu-td li.sec a:link {
  color: #FFFF99;
  text-decoration: none;
}
#menu-td li.sec a:visited {
  color: #FFFF99;
  text-decoration: none;
}
#menu-td li.sec a:hover, a:active {
  color: #FF3333;
  text-decoration: underline;
}
/* コンテンツ部分
---------------------------------------------------- */
#contents-td {
  padding: 0 0 20px 10px;
  vertical-align: top;
}
/* トップイメージ部分 */
#img-top {
  margin: 0 0 20px 0;
  width: 580px;
  height: 240px;
  text-indent: -9999px;
  display: block;
  font-size: 10px;
  background: url(../image/img_top.jpg) no-repeat;
}
.info-td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
.banner-td {
  width: 150px;
  vertical-align: top;
}
.banner {
  padding: 0 0 7px 0;
  text-align: center;
}
/* INFO 部分 */
#lbl-info {
  margin: 0 0 5px 0;
  width: 420px;
  height: 30px;
  text-indent: -9999px;
  background: url(../image/lbl_info.gif) no-repeat;
}
#lbl-topics {
  margin: 0 0 5px 0;
  width: 420px;
  height: 30px;
  text-indent: -9999px;
  background: url(../image/lbl_topics.gif) no-repeat;
}
.info-waku {
  padding: 0 20px 0 20px;
  background: url(../image/bg_info_mid_waku.gif) repeat-y;
}
.date-txt {
  padding: 5px 0 4px 2px;
  width: 90px;
  background: url(../image/dot01.gif) repeat-x;
  background-position: bottom;
}
.info-txt {
  padding: 5px 0 4px 0;
  background: url(../image/dot01.gif) repeat-x;
  background-position: bottom;
}
.topics-table {
  background: url(../image/dot01.gif) repeat-x;
  background-position: bottom;
}
.topics-txt {
  padding: 0 0 20px 0;
  width: 120px;
  text-align: center;
}
.page-top a:link {
  color: #BD9974;
  text-decoration: none;
}
.page-top a:visited {
  color: #BD9974;
  text-decoration: none;
}
.page-top a:hover, a:active {
  color: #FF3333;
  text-decoration: underline;
}

/* 紹介枠 */
.top_profile {
	background: url(../image/bg_top_profile_side.png) repeat-y;
	margin: 0 0 14px 0;
}
.lbl_top_profile {
	background: url(../image/lbl_top_profile.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
}
.txt_profile {
	background: url(../image/bg_top_profile_bottom.png) no-repeat;
	background-position: bottom;
	padding: 0 23px 30px 23px;
	color: #bd9974;
	line-height: 1.5em;
}


/* フッター部分
---------------------------------------------------- */
#footer {
  margin: 0 auto 0 auto;
  width: 770px;
  padding: 7px 10px 40px 0;
  text-align: right;
  color: #bd9974;
  border-top-width: 5px;
  border-top-color: #9999ff;
  border-top-style: solid;
}
/* その他
---------------------------------------------------- */
.ind {
  padding: 0 7px 0 7px;
}
.ind-l {
  padding: 0 0 0 7px;
}
.ind-r {
  padding: 0 7px 0 0;
}
.txt-10px {
  font-size: 10px;
}
.txt-11px {
  font-size: 11px;
}
.txt-12px {
  font-size: 12px;
}
.txt-14px {
  font-size: 14px;
}
.txt-l {
  font-size: 18px;
  font-weight: bold;
}
.txt-red {
  color: #FF3300;
}
.txt-right {
  text-align: right;
}
.txt-bold {
  margin: 0 0 5px 0;
  font-weight: bold;
}
.txt-normal {
  color: #CC6633;
}
.txt-lbl {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #CC6633;
}
.line01 {
  height: 20px;
  background: url(../image/line01.gif) no-repeat;
  background-position: center;
}
.br-mini {
  font-size: 30%;
}
.cls {
  clear: both;
}
.img-left {
  padding: 0 20px 0 0;
  float: left;
}
.img-right {
  padding: 0 0 10px 20px;
  float: right;
}
.txt-center {
  text-align: center;
}
.margin20 {
  margin: 0 20px 0 0;
}
.lbl-center {
  margin: 0 0 2px 0;
  color: #CC6633;
  font-size: 10px;
  text-align: center;
}
.f-right {
	float: right;
}

/* 横幅 */
.w100px {
  width: 100px;
}
.w150px {
  width: 150px;
}
.w200px {
  width: 200px;
}
.w330px {
  width: 330px;
}
.w20ppx {
	width: 20%;
}
.w14ppx {
	width: 14%;
}
.w16ppx {
	width: 16%;
}