@charset "UTF-8";

/* ================================================================ *
	詳細カスタマイズ CSS
	この CSS を書き換えることで，テンプレートをカスタマイズ
 * ================================================================ */

/* 画像を回り込ませている箇所の見出しデザイン */
h2 {
  margin-left: 175px;
}

/* ---------------------------------------------------------------- *
	ドットの罫線
 * ---------------------------------------------------------------- */

#dotline {
  background: transparent;
  width: 700px;
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px; 
  border-bottom: 2px dotted #6E7B8B;
}
/* ---------------------------------------------------------------- *
	ヘッダ上の言語切り替えメニュー
 * ---------------------------------------------------------------- */

#freed {
  position: absolute;
  float: right;
  right: 15px;
  top: 8px;
  margin: 0;
  padding: 0;

}

#langmenu {
  width: 250px;
  position: absolute;
  right: 10px;
  top: 52px;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#langmenu ul {
  margin: 0;
  padding: 0;
  height: 2.5em;

}

#langmenu ul li {
  margin: 0;
  padding: 0;
  float: left;
}

#langmenu ul li a {
  margin: 0;
  padding: 1px 1px 1px 1px;
  display: block;
  background: #EEFFFF;
}

#langmenu a:hover {
  text-decoration: none;
  background: #3EBAEE;
}

/* ---------------------------------------------------------------- *
	トップのコンテンツの左右を囲む
 * ---------------------------------------------------------------- */

#topmain {

  background: transparent;
/*  background: #FFcccc; */
  width: 750px;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-left: 1px solid #CCCCCC;
}

/* ---------------------------------------------------------------- *
	サブページのメイン部分
 * ---------------------------------------------------------------- */

#submain {
  background: transparent;
  width: 730px;
  margin: 0px;
  padding: 10px;
}


/* ---------------------------------------------------------------- *
	トップの左側
 * ---------------------------------------------------------------- */

.topleft {
  position: relative;
  width: 460px; 
  float: left;
  margin: 0;
  padding: 10px;
/*  background: #FF0000; */
}

.topleft h2 {
	font-size: 12px;
	padding-left: 5px;
	color: #333333;	
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0086b9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #838B83;
	padding-top: 1px;
	padding-bottom: 1px;
}




/* ---------------------------------------------------------------- *
	トップの右側
 * ---------------------------------------------------------------- */
.topright {
  position: relative;
  background: transparent; 
/*    background: #E0EEE0; */

  float: right;
  top: 0;
  margin: 0px;
  padding: 5px 5px 5px 5px;
}
.topright ul {
	margin: 0px;
	padding: 0px;

}
.topright ul li {
	margin: 0px;
	display: inline;
	padding: 0px;

}

.topright ul li a {
  display: block;
  line-height: 3em;
  text-decoration: none;
  margin-bottom: 2px;
}

.topright ul li a:hover {
  text-decoration: none;
}


#menu01 a {
  width: 250px;
  height: 50px;
  background: url(../img/bn-lineup-001-off.jpg) no-repeat;	
}
#menu01 a:hover {
  background: url(../img/bn-lineup-001-on.jpg) no-repeat;	
}

#menu02 a {
  width: 250px;
  height: 50px;
  background: url(../img/bn-lineup-002-off.jpg) no-repeat;	
}
#menu02 a:hover {
  background: url(../img/bn-lineup-002-on.jpg) no-repeat;	
}

#menu03 a {
  width: 250px;
  height: 50px;
  background: url(../img/bn-lineup-003-off.jpg) no-repeat;	
  text-decoration: none;
}
#menu03 a:hover {
  background: url(../img/bn-lineup-003-on.jpg) no-repeat;	
  text-decoration: none;
}

#menuv a {

  width: 250px;
  height: 40px;
  text-decoration: none;
  margin-bottom: 8px;
}

/* ---------------------------------------------------------------- *
	サブページのタイトル部分
 * ---------------------------------------------------------------- */

#subtitle {
  background: transparent;
  width: 700px;
  margin: 10px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px; 
  border-bottom: 2px dotted #6E7B8B;
}