/************************/
/* 基本設定(タグの標準) */
/************************/
/*　↓↓↓↓↓↓↓↓↓　*/
/************************/
html {
  margin: 0;
  padding: 0;
}

body {
  padding: 0 0 5px 0;
  margin: 0;
  font-family: "メイリオ", "MS UI Gothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro";
  line-height: 120%;
  font-size: 11pt;
  color: #333333;
  background: #ffffff;
}

ul {
  padding: 0;
  margin: 0 0 0 0;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:visited {
/* color: #c64934; */
  text-decoration: none;
  font-weight: bold;
}
a:hover {
/* color: #900; */
  text-decoration: none;
  font-weight: bold;
}

a img {
  border-width: 0px;
  vertical-align:bottom;
}


form { /* removes space below form elements */
  margin: 0;
  padding: 0;
}

textarea {
  font-size: 9pt;
}

/************************/
/*　↑↑↑↑↑↑↑↑↑　*/
/************************/
/* 基本設定(タグの標準) */
/************************/


/************/
/* 共通部品 */
/************/
/*　↓↓↓　*/
/************/
.mg_center {
  margin: 0 auto;
}

.ag_left {
  text-align: left;
}

.ag_center {
  text-align: center;
}

.ag_right {
  text-align: right;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.fl_clear {
  clear: both;
}

.red_msg {
  font-weight: bold;
  color: #ff0000;
}

.blue_msg {
  font-weight: bold;
  color: #0000ff;
}
/************/
/*　↑↑↑　*/
/************/
/* 共通部品 */
/************/


/*********************/
/* 全体レイアウト設定 */
/*********************/
/*　↓↓↓↓↓↓↓↓  */
/*********************/
#background_all {
  width: 931px;
  margin:0 auto;
}

#background_left {
  background-image: url(../images/background/background_left.gif);
  background-repeat: repeat-y;
  width: 14px;
}

#background_content {
  width: 903px;
  padding-bottom: 10px;
  text-align: center
}

#background_right {
  background-image: url(../images/background/background_right.gif);
  background-repeat: repeat-y;
  width: 14px;
}

#background_bottom_left {
  background-image: url(../images/background/background_bottom_left.gif);
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
}

#background_bottom {
  background-image: url(../images/background/background_bottom.gif);
  background-repeat: repeat-x;
  height: 14px;
}

#background_bottom_right {
  background-image: url(../images/background/background_bottom_right.gif);
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
}

#content_area {
  margin: 0;
  padding: 0;
}
/*********************/
/*　↑↑↑↑↑↑↑↑  */
/*********************/
/* 全体レイアウト設定 */
/*********************/


/************/
/* ヘッダー */
/************/
/*　↓↓↓　*/
/************/
#header {
  margin: 0;
  padding: 0;
  width: 903px;
  border-bottom: 2px solid #f5ad23;
}
#header_info{
  height: 34px;
  background-image: url(../images/background/header_info_back.gif);
  background-repeat: repeat-x;
}
#header_info_image {
  width: 167px;
  height: 34px;
  padding: auto;
}
#header_info_seo {
  width: 746px;
  height: 34px;
  padding: auto;
  color: #999999;
  font-size: small;
}
#header_logo{
  width: 353px;
  text-align: left;
  padding : 10px 0 10px 15px;
}
#header_logo_right{
  width: 550px;
  text-align: right;
  vertical-align: bottom;
  padding : 10px 20px 0px 0px;
}
/************/
/*　↑↑↑　*/
/************/
/* ヘッダー */
/************/


/************/
/* フッター */
/************/
/*　↓↓↓　*/
/************/
#footer {
  margin: 0;
  width: 903px;
  border-top: 2px solid #f5ad23;
  padding-top: 8px;
}
/************/
/*　↑↑↑　*/
/************/
/* ヘッダー */
/************/


/***************/
/* アイコンたち */
/***************/
/*　　↓↓↓　　*/
/***************/
#top_icon_area{
  margin: 20px auto;
}
#icon_width {
  width: 108px;
  text-align: center;
}
#icon_height {
  height: 14px;
}
/***************/
/*　　↑↑↑　　*/
/***************/
/* アイコンたち */
/***************/