@charset "Shift_JIS";

/* boxレイアウト設定方法指定(CSS3) */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

#page-id {
  font-size: 24pt;
  font-weight: bold;
  text-align: center
;}

/* ページカラー設定 */
BODY {
  color: black;
  background-color: #cadef0;
  font-family: sans-serif;
}

/* ハイパーリンクの色設定 */
a:link {
  color: #3e6e9a;
}
a:visited {
  color: #3e6e9a;
}
a:active {
  color: red;
}
a:hover {
  color: red;
}
/*レイアウト設定*/
P {
  line-height: 1.5em;
}
TD {
  line-height: 1.5em;
}

.align_left{
  text-align : left;
}

/* 個別要素設定 */
#base{
  margin: 0 auto;
  width: 750px;
}
#header{
  position: relative;
  width: 100%;
  height: 77px;
}
#left-column{
  position: relative;
  float: left;
  width: 195px;
}
#main-column{
  position: relative;
  margin-left: 195px;
  width: 555px;
  background-color: white;
  padding: 10px;
  
}

.memo {
  text-align: center;
}
.copyright {
  font-size: 0.8em;
}

#bag-name {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  margin: 0 20px;
}

#footer{
  clear: left;
  width: 100%;
  bottom: 0px;
}

.left-pickup {
  margin-top : 150px;
  font-size : 14px;
  color : #0080c0;
  text-align : center;
}

#nobrand_cm {
  margin: 0 auto;
  padding: 1px;
  outline: solid 1px black;
  width: 360px;
  background-color : #ffffcc;
  text-align : left;
}

#nobrand_catch_phrase {
  font-size : 40px;
  font-family : "HGS創英角ﾎﾟｯﾌﾟ体","ＭＳ Ｐゴシック","sans-serif";
  font-weight : bold;
  color : red;
  text-align : center
;}

#search-guide {
  color: red;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1.35em;
}
#search-guide > A {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
#search-guide:first-letter {
}
#search-guide:before {
  content: "※ ";
}


#feature {
  background-color: #ffffd0;
}
#bag-spec {
}

.bordered-box {
  border: medium ridge silver;
}


/* 末尾のリンク集の改行設定 */
#footer SPAN {
  white-space: nowrap;
}

/* 枠線設定 */
.bordered {
  border : medium ridge black;
  width : 95%;
  margin: 10px auto;
  padding : 0 5px;
  text-align: left;
}

.bordered_table {
  border : medium solid black;
}

.bordered_table TD, .bordered_table TH{
  border : thin solid black;
  padding : 3px 10px;
}

.bordered > H3 {
  display: block;
  text-align : center;
  margin: 5px auto;
}

.bg_pink{
  background-color : pink;
}
.bg_lightyellow{
  background-color : lightyellow;
}
.bg_palegreen{
  background-color : palegreen;
}
/*
table {
  border: solid thin red;
}
*/
/* 特定要素セット */
.strong_block {
  font-weight: bold;
  font-size: 135%;
  text-align: center;
  width: 85%;
  margin :0 auto;
}

/* デバッグ用 */
.test_border_r {
  border : thin solid red;
}
.test_border_g {
  border : thin solid green;
}
.test_border_b {
  border : thin solid blue;
}
