@charset "shift_jis";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #F5F5F5;
}

div, p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

/* -------- 見出しタグ
フォントを通常のものにしたい場合は、
中のスタイルを削除する */
h1, h2, h3, h4, h5, h6, .title ,.menutitle{
	font-weight:bold;
}
h1,h2,h3,h4{
	clear:both;
}
/* -------- 各クラスのフォント指定 */
.bld,.bld1,.bld2,.bld3,.crown1,.crown2,.crown3,.crown4,.crown5,.point,.point2{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}
.label1,.label2,.label3,.bar{
	font-family: sans-serif;
	font-weight: bold;
}

/* -------- 記事内の見出しタグ
H4〜H6タグだけ通常のフォントにしたい場合は、
コメントアウトを削除 */
#main h4,#main h5,#main h6{
	/* font-family:sans-serif;
	font-weight:bold; */
}

/* -------- リンク */
a,a:visited{
	color:#0000FF;
}
a:hover{
	color:#FF0000;
}
a img {
  border: none;
  text-decoration: none;
}
/* ---------------- 画像 */
a img{
	border:none;
}
.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* -------- 強調 */
strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}
/* -------- 斜体 */
em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}
/* ---------------- リスト */
ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}
dl{
	margin:0;
	padding:0;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}
ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}
*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}
li {
	display: list-item;
	margin: 0;
}
ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}

p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ---------------- 基本レイアウト */
#wrap {
	width: 900px;
	_width:910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-image: url(./img/bg.jpg);
}
#wrap .inbox {
	background-color: #FFFFFF;
}
#banner {
	height: 200px;
	background-image: url(img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}
#top {
	height: 60px;
	background-image: url(img/top.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	overflow: hidden;
}
#top h1/* ---------------- 見出し */
 {
	font-size: 10px;
	margin: 0px;
	line-height: 20px;
	color: #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#top  /*
■ヘッダー・タイトル
左寄せにしたい場合はleftの値を20pxに変更
*/
.title   {
	font-size: 26px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}
#top .title a {
	color: #333333;
	text-decoration: none;
}
#topnavi {
	position: absolute;
	width: 860px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	top: 40px;
}
#topnavi  span  {
	padding-left: 20px;
	background-image: url(./img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#topnavi span a {
	color: #333333;
}
/*
■ヘッダー・タイトル、説明文
色を変更したい場合は、colorの値を変更。
*/
#banner h2 a, #banner h2 a:visited,#banner .title a,#banner .title a:visited,#bannertext {
	color: #333;
	text-decoration: none;
}
/*
■ヘッダー・タイトル、説明文を非表示にしたい場合は、
コメントアウトスタイル中の／＊　＊／を削除
*/
#banner h2,#banner .title,#bannertext {
	/*text-indent:-9999px;*/
}

#topmenu {
	height: 62px;
	background-image: url(img/topmenu_bg.jpg);
}
#topmenu span a {
	color: #333333;
	text-decoration: none;
	width: 20%;
	_width: 19%;
	display: block;
	line-height: 62px;
	text-align: center;
	float: left;
	font-weight: bold;
	background-image: url(./img/topmenu_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#topmenu span a:hover {
	background-image: url(./img/topmenu_hover.jpg);
	text-decoration: underline;
}

#siteNavi {
	font-size: 0.775em;
	line-height: 1.5em;
	margin-bottom:15px;
}

#cntbox {
	_height:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height:400px;
}
#menu:after,#cntbox:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

#foot {
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	background-image: url(./img/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
}
#foot a{
	color: #FFFFFF;
	text-decoration: none;
}

#headertext {
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 120%;
	text-align: center;
	color: #ffffff;
}
.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}
#main h2,#main h3{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

#main h2{
	font-size: 20px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/h3.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main h3 {
	font-size: 20px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/h3.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main h4  {
	font-size: 17px;
	line-height: 18px;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#main  h5{
	background-image: url(img/h5.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height:22px;
	padding-left: 25px;
	margin-top: 8px;
}
#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 15px;
}

#sitemaps , #entrylist{
	padding: 10px;
	margin:0 0 10px 0;
}
#entrylist dt {
	line-height: 24px;
	margin-bottom: 6px;
	padding-left: 20px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(./img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#sitemaps  dt {
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(img/h6.jpg);
	font-family: sans-serif;
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sitemaps  dt  a{
	color:#333333;
	text-decoration:none;
}
#sitemaps  dt  a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#sitemaps dd {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
}
#entrylist dd{
	margin:0 0 15px 10px;
	padding:0;
	font-size:12px;
	line-height:120%;
}


/* ---------------- コンテンツ */
#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10 {
	margin-bottom: 25px;
	padding: 10px 14px;
}
.txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}

.txt-border p {
	line-height: 22px;
	font-size: 13px;
}
.txt-grayback,.txt-colorback{
	margin-top: 10px;
	margin-bottom: 10px;
}

.txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #E6E6E6;
}

.txt-frame{
	border: 1px solid #CCCCCC;
}
#space1,#space2{
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 10px;
}
#space1,#space2{
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
}
#space3,#space4,#space5,#space6{
	color:#333333;
	font-size:0.8em;
	line-height:1.3em;
}

#space3,#space4,#space5,#space6{
	margin-bottom:15px;
	background-color: #FFFFFF;
	text-align:center;
}
/* ---------------- メニュー */
#menu ul,#rmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
}
#menu  li,#rmenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	background-image: url(./img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	_height:26px;
}
#cntbox {
	padding-right: 18px;
	padding-left: 18px;
}

#main {
	float: right;
	width: 620px;
}
#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3,#space1 h3,#space2 h3{
	position: relative;
	left: -10px;
	width: 620px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main h2{
	color:#051FB2;
}
#main h3{
	color:#051FB2;
}
#main h4{
	color:#333333;
}

#menu,#rmenu {
	width: 220px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu h4 ,#rmenu h4.menutitle {
	padding-left: 15px;
	line-height: 28px;
	background-image: url(img/menu_h4.jpg);
	height: 28px;
	font-size:14px;
	color: #0C0073;
}

#menu li a,#rmenu li a {
	line-height: 16px;
	display: block;
	font-size: 12px;
	text-decoration: underline;
	color:#490404;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	_height:26px;
}

#menu li a:hover,#rmenu li a:hover {
	background-color: #EAF0CE;
	background-image: none;
}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9, #menu10,#newEntry,#space3,#space4,#space5,#space6 {
	background-image: url(img/menu_body.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding: 10px;
}
.menubox {
	background-image: url(./img/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.txt-colorback {
	border: 1px solid #FFB380;
	background-color: #FFF2DF;
}

/* テーブル */
#main table {
	width: 100%;
	_width:90%;
	font-size: 0.8em;
}
.tbl_Pr {
	border: 1px solid #CCCCCC;
}
.tbl_Pr th {
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tbl_Pr .alt {
	background-color: #F5F5F5;
}
.tbl_Pr th, .tbl_Pr td {
	padding: 4px;
	text-align: center;
}
.tbl_Pr .price {
	color: #CC0000;
	text-align: right;
	font-weight: bolder;
}

.tbl_det {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tbl_det th, .tbl_det td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.tbl_det th {
	width: 25%;
	background-color: #00FF7A;
	margin: 5px;
}
.tbl_Ra {
	border: 1px solid #CCCCCC;
}
.tbl_Ra .alt {
	background-color: #F5F5F5;
}

.tbl_Ra th, .tbl_Ra td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.tbl_Ra td.rnkitem {
	padding-right: 10px;
	padding-bottom: 15px;
}
.tbl_Ra  th {
	padding: 6px;
}
.tbl_Ra td {
	padding: 5px;
	vertical-align: top;
}

.tbl_It td {
	text-align: center;
	padding:5px;
}

#main table h4  {
	text-align:left;
	background-image:none;
	background-repeat: no-repeat;
	font-size: 14px;
	width: 90%;
	margin: 0px;
	line-height: 26px;
	padding: 0px;
}
/* Pリンク
----------------------------------------- */
#main p.link{
	margin: 10px 50px 30px 25px;
	padding: 0px 0px 10px 40px;
	font-size: 1.2em;
	line-height: 1.4em;
	background: url(./img/more.gif) left top no-repeat;
}

/* 人気資格
----------------------------------------- */
.pop-area {
  margin-bottom:20px;
  }
.pop-area p.pop-title {
  padding:2px 0 4px 38px;
  font-size:16px;
  font-weight:bold;
  line-height:1.2;
  background:url(./img/pop-title.jpg) no-repeat;
  border-bottom:1px solid #8F0656;
  }
.pop-area p.pop-title a {
  text-decoration:none;
  }
.pop-banner {
  text-align:center;
  }
/* 枠囲みオススメ商品
----------------------------------------- */
.rec-table {
  margin-bottom:20px;
  padding:42px 15px 10px 15px;
  border:2px solid #e57f7f;
  position:relative;
  }
p.item-name {
  font-size:18px;
  font-weight:bold;
  line-height:1.2;
  }
.rec-table p.item-name {
  padding:3px 0 0 92px;
  height:35px; /* 実質38px */
  background:url no-repeat;
  position:absolute;
  top:3px;
  left:-7px;
  }
.button-box {
  width:151px;
  float:right;
  }
.rec-table .button-box {
  margin-left:316px;
  margin-bottom:13px;
  }
.to-more {
  padding-right:9px;
  }
.to-more a,
.to-affi a {
  width:280px;
  height:32px;
  display:block;
  background-repeat:no-repeat;
  text-indent:-10000px;
  font-size:10px;
  }
.to-more a {
  background-image:url(./img/bt-s.gif);
  }
p.rec-banner {
  margin:0 auto;
  text-align:center;
  }
/* チェックリスト
----------------------------------------- */
.check-list {
  margin:20px 0;
  padding:36px 0 4px;
  width:501px;
  background:url(./img/check-bak.gif) no-repeat;
  border-bottom:1px dashed #999;
  }
.check-list li {
  margin:0 0 6px 5px;
  padding-left:12px;
  color:#C12702;
  font-weight:bold;
  font-size:14px;
  list-style:none;
  background:url(./img/check-head.gif) no-repeat left center;
  }

/* 申し込みボタン大
----------------------------------------- */
#main .bt-l1 a,
#main .bt-l2 a {
  margin:25px auto;
  width:280px;
  height:35px;
  display:block;
  text-indent:-9999px;
  background-repeat:no-repeat;
  }
#main .bt-l1 a {
  background-image:url(./img/bt-l1.gif);
  }
#main .bt-l2 a {
  background-image:url(./img/bt-l2.gif);
  }
#main .bt-l1 a:hover,
#main .bt-l2 a:hover {
  background-position:0 -35px;
  }
