@charset "utf-8";
/* CSS Document */

/* body要素
----------------------------------------------------------- */
body	{
	margin: 0 auto;
	font-size: 9px;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.6em;
	color: #333333;
	text-align: left;
	background-color: #FFBCD0; /* 背景 */
	background-attachment: fixed;
	overflow: scroll;
}

hr {
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */
border-color: #999999; /* 線色 */
height: 1px; /* 高さ */
}


/* wrapper要素
----------------------------------------------------------- */
div#wrapper	{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/* container要素
----------------------------------------------------------- */
div#container	{
	width: 650px;
	padding-left: 250px;
	background-color: #FEE7F0;
}


/* contents要素〜TOP
----------------------------------------------------------- */
div#contents	{
	width: 650px;
	height: 565px;
	padding: 0;
	position: relative;
	background-image:url(../images/image_top_sshow1407.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div#contents .entry	{
	width: 570px;
	height: ;
	padding: 10px 40px 10px 40px;
	position: absolute;
	bottom: 0;
}


/* contents要素〜本文1〜会社情報関連ページ
----------------------------------------------------------- */
div#contents2	{
	width: 650px;
	height: 100%;
	padding: 0;
	background-image:url(../images/image_ctstop01.jpg);
	background-repeat: no-repeat;
	background-color: #FEE7F0;
}

div#contents2 .entry	{
	width: 570px;
	padding: 185px 40px 10px 40px;
}


/* contents要素〜本文2〜SHOPページ
----------------------------------------------------------- */
div#contents3	{
	width: 650px;
	height: 100%;
	padding: 0;
	background-image:url(../images/image_shoptop01.jpg);
	background-repeat: no-repeat;
	background-color: #FEE7F0;
}

div#contents3 .entry	{
	width: 570px;
	padding: 185px 40px 10px 40px;
}


/* contents要素〜本文3〜卸ページ
----------------------------------------------------------- */
div#contents4	{
	width: 650px;
	height: 100%;
	padding: 0;
	background-image:url(../images/image_blntop01.jpg);
	background-repeat: no-repeat;
	background-color: #FEE7F0;
}

div#contents4 .entry	{
	width: 570px;
	padding: 175px 40px 10px 40px;
}


/* contents要素〜本文4〜スクールページ
----------------------------------------------------------- */
div#contents5	{
	width: 650px;
	height: 100%;
	padding: 0;
	background-image:url(../images/image_schooltop01.jpg);
	background-repeat: no-repeat;
	background-color: #FEE7F0;
}

div#contents5 .entry	{
	width: 570px;
	padding: 175px 40px 10px 40px;
}


/* contents要素〜本文5〜JBANページ
----------------------------------------------------------- */
div#contents6	{
	width: 650px;
	height: 100%;
	padding: 0;
	background-image:url(../images/image_jbantop01.jpg);
	background-repeat: no-repeat;
	background-color: #FEE7F0;
}

div#contents6 .entry	{
	width: 570px;
	padding: 175px 40px 10px 40px;
}


/* contents要素〜本文6〜EVENTページ
----------------------------------------------------------- */
div#contents7	{
	width: 650px;
	height: 100%;
	padding: 0;
	background-image:url(../images/image_eventtop01.jpg);
	background-repeat: no-repeat;
	background-color: #FEE7F0;
}

div#contents7 .entry	{
	width: 570px;
	padding: 175px 40px 10px 40px;
}


/* subContents要素TOP
----------------------------------------------------------- */
div#subContents	{
	width: 230px;
	height: 545px;
	background: #FFFFFF;
	padding: 10px 0 10px 20px;
	position: fixed;
	top: 0;
	z-index: 20;
}

*:first-child+html div#subContents    {   
    position: absolute;     
}

* html div#subContents    {   
    position: absolute;
		top: expression(eval(document.documentElement.scrollTop));     
}

div#subContents h3	{
	padding: 0;
}

div#subContents ul	{
	padding: 0;
	line-height: 100%;
}


/* subContents要素本文
----------------------------------------------------------- */
div#subContents2	{
	width: 230px;
	height: 100%;
	background: #FFFFFF;
	padding: 10px 0 10px 20px;
	position: fixed;
	top: 0;
	z-index: 20;
}

*:first-child+html div#subContents    {   
    position: absolute;     
}

* html div#subContents2    {   
    position: absolute;
		top: expression(eval(document.documentElement.scrollTop));     
}

div#subContents2 h3	{
	padding: 0;
}

div#subContents2 ul	{
	padding: 0;
	line-height: 100%;
}


/* ------------ Gナビ1 ------------*/

#global-nav {
	width: 210px;
	margin-top: -7px;
	margin-left: 0;
}
*:first-child+html #global-nav {
	width: 210px;
	margin-top: -2px;
	margin-left: -40px;
}


#global-nav ul {
	list-style: none; /* リスト形式を削除 */
}

/* リストを縦並びに */
#global-nav ul li {
	width: 210px;
	height: 26px;
	float: left;
}

#global-nav ul li a {
	text-indent: -9999px; /* テキストをふっとばす */
	text-decoration: none;
	display: block;
	width: 210px;
	height: 26px;
	background-image:url(../images/gnavi01.jpg);
	background-repeat: no-repeat;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸 */
#global-nav ul li#menu1 a {
	background-position: 0 0;
}

#global-nav ul li#menu2 a {
	background-position: 0px -26px;
}

#global-nav ul li#menu3 a {
	background-position: 0px -52px;
}

#global-nav ul li#menu4 a {
	background-position: 0px -78px;
}

#global-nav ul li#menu5 a {
	background-position: 0px -104px;
}

#global-nav ul li a:hover {
	text-decoration: none;
	background-image: url(../images/gnavi01.jpg);
	background-repeat: no-repeat;
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸 */
#global-nav ul li#menu1 a:hover {
	background-position: -210px 0px;
}

#global-nav ul li#menu2 a:hover {
	background-position: -210px -26px;
}

#global-nav ul li#menu3 a:hover {
	background-position: -210px -52px;
}

#global-nav ul li#menu4 a:hover {
	background-position: -210px -78px;
}

#global-nav ul li#menu5 a:hover {
	background-position: -210px -104px;
}

/* ------------ Gナビ2 ------------*/

#global-nav2 {
	width: 210px;
	margin-top: -13px;
	margin-left: 0;
}
*:first-child+html #global-nav2 {
	width: 210px;
	margin-top: -5px;
	margin-left: -40px;
}

#global-nav2 ul {
	list-style: none; /* リスト形式を削除 */
}

/* リストを縦並びに */
#global-nav2 ul li {
	width: 210px;
	height: 29px;
	float: left;
}

#global-nav2 ul li a {
	text-indent: -9999px; /* テキストをふっとばす */
	text-decoration: none;
	display: block;
	width: 210px;
	height: 29px;
	background-image:url(../images/gnavi02.jpg);
	background-repeat: no-repeat;
}

/* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸 */
#global-nav2 ul li#menu1 a {
	background-position: 0 0;
}

#global-nav2 ul li#menu2 a {
	background-position: 0px -29px;
}

#global-nav2 ul li#menu3 a {
	background-position: 0px -58px;
}

#global-nav2 ul li a:hover {
	text-decoration: none;
	background-image: url(../images/gnavi02.jpg);
	background-repeat: no-repeat;
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸 */
#global-nav2 ul li#menu1 a:hover {
	background-position: -210px 0px;
}

#global-nav2 ul li#menu2 a:hover {
	background-position: -210px -29px;
}

#global-nav2 ul li#menu3 a:hover {
	background-position: -210px -58px;
}

/* ------------ Gナビ3 ------------*/

#global-nav3 {
	width: 210px;
	margin-top: -12px;
	margin-left: 0;
}
*:first-child+html #global-nav3 {
	width: 210px;
	margin-top: -8px;
	margin-left: -40px;
}

#global-nav3 ul {
	list-style: none; /* リスト形式を削除 */
}

/* リストを縦並びに */
#global-nav3 ul li {
	width: 210px;
	height: 33px;
	float: left;
}

#global-nav3 ul li a {
	text-indent: -9999px; /* テキストをふっとばす */
	text-decoration: none;
	display: block;
	width: 210px;
	height: 33px;
	background-image:url(../images/gnavi03.jpg);
	background-repeat: no-repeat;
}

/* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸 */
#global-nav3 ul li#menu1 a {
	background-position: 0 0;
}

#global-nav3 ul li#menu2 a {
	background-position: 0px -33px;
}

#global-nav3 ul li#menu3 a {
	background-position: 0px -66px;
}

#global-nav3 ul li a:hover {
	text-decoration: none;
	background-image: url(../images/gnavi03.jpg);
	background-repeat: no-repeat;
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸 */
#global-nav3 ul li#menu1 a:hover {
	background-position: -210px 0px;
}

#global-nav3 ul li#menu2 a:hover {
	background-position: -210px -33px;
}

#global-nav3 ul li#menu3 a:hover {
	background-position: -210px -66px;
}

/* ------------ Gナビ4 ------------*/

#global-nav4 {
	width: 210px;
	margin-top: -12px;
	margin-left: 0;
}
*:first-child+html #global-nav4 {
	width: 210px;
	margin-top: -4px;
	margin-left: -40px;
}

#global-nav4 ul {
	list-style: none; /* リスト形式を削除 */
}

/* リストを縦並びに */
#global-nav4 ul li {
	width: 210px;
	height: 15px;
	float: left;
}

#global-nav4 ul li a {
	text-indent: -9999px; /* テキストをふっとばす */
	text-decoration: none;
	display: block;
	width: 210px;
	height: 15px;
	background-image:url(../images/gnavi04.jpg);
	background-repeat: no-repeat;
}

/* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸 */
#global-nav4 ul li#menu1 a {
	background-position: 0 0;
}

#global-nav4 ul li#menu2 a {
	background-position: 0px -15px;
}

#global-nav4 ul li#menu3 a {
	background-position: 0px -30px;
}

#global-nav4 ul li#menu4 a {
	background-position: 0px -45px;
}

#global-nav4 ul li#menu5 a {
	background-position: 0px -60px;
}

#global-nav4 ul li a:hover {
	text-decoration: none;
	background-image: url(../images/gnavi04.jpg);
	background-repeat: no-repeat;
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸 */
#global-nav4 ul li#menu1 a:hover {
	background-position: -210px 0px;
}

#global-nav4 ul li#menu2 a:hover {
	background-position: -210px -15px;
}

#global-nav4 ul li#menu3 a:hover {
	background-position: -210px -30px;
}

#global-nav4 ul li#menu4 a:hover {
	background-position: -210px -45px;
}

#global-nav4 ul li#menu5 a:hover {
	background-position: -210px -60px;
}


/* --- ヘリウムコーションtitle --- */
a.herium{
display:block;
width: 237px;
height: 32px;
background-image:url(../images/title_topcaution01.png);
text-indent:-9999px;
}

.herium:hover{
background-position:left bottom;
}



/* --- レスポンス --- */
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}



/* --- 新着情報エリア --- */

div.update {
width: 530px; /* 新着情報エリアの幅 */
font-size: 110%;
color: #FFFFFF;
}

/* --- 見出し --- */
div.update h3 {
margin: -5px 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
font-weight: lighter;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
height: 68px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: ; /* 新着リストの背景色 */
border-top: 1px #FF6699 solid; /* 新着リストの上境界線 */
border-bottom: 1px #FF6699 solid; /* 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 8em; /* 日付エリアの幅 */
float: left;
padding: 5px 0 5px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 5px 3px 5px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #FF6699 dotted; /* 本文エリアの下境界線 */
line-height: 120%;
}
a.link:link { color: #FFFFFF }
a.link:visited { color: #FFFFFF }
a.link:hover { color: #FF99CC }
a.link:active { color: #FFFFFF }

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* --- 新着情報エリア　スクールページトピックス --- */

div.update2 {
width: 530px; /* 新着情報エリアの幅 */
font-size: 110%;
color: #333333;
}

/* --- 見出し --- */
div.update2 h3 {
margin: -5px 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
color: #FF6699;
font-weight: lighter;
}

/* --- 新着リスト --- */
div.update2 dl {
width: 100%; /* 新着リストの幅 */
height: 120px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: ; /* 新着リストの背景色 */
border-top: 1px #FF6699 solid; /* 新着リストの上境界線 */
border-bottom: 1px #FF6699 solid; /* 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update2 dt {
width: 8em; /* 日付エリアの幅 */
float: left;
font-color: #333333;
padding: 5px 0 5px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update2 dd {
margin: 0;
padding: 5px 3px 5px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #333333 dotted; /* 本文エリアの下境界線 */
font-color: #333333;
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* --- 新着情報エリア　JBANトピックス --- */

div.update3 {
width: 530px; /* 新着情報エリアの幅 */
font-size: 110%;
color: #333333;
}

/* --- 見出し --- */
div.update3 h3 {
margin: -5px 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
color: #FF6699;
font-weight: lighter;
}

/* --- 新着リスト --- */
div.update3 dl {
width: 100%; /* 新着リストの幅 */
height: 45px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: ; /* 新着リストの背景色 */
border-top: 1px #FF6699 solid; /* 新着リストの上境界線 */
border-bottom: 1px #FF6699 solid; /* 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update3 dt {
width: 8em; /* 日付エリアの幅 */
float: left;
font-color: #333333;
padding: 5px 0 5px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update3 dd {
margin: 0;
padding: 5px 3px 5px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #333333 dotted; /* 本文エリアの下境界線 */
font-color: #333333;
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



/* --- 文字 --- */

.ht1 {
	font-family:'Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif';
	font-size: 7px;
	color:#333333;
	font-weight: normal;
	line-height: 1.5em;
	-webkit-text-size-adjust: none;
}

/* --- TOPcopyright用 --- */
.h11 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.5em;
}

/* --- 部門紹介ケイ --- */
.h12 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
	line-height: 2.2em;
	vertical-align: -50%;
}

.h1 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 9px;
	color:#333333;
	font-weight: normal;
	line-height: 1.3em;
}

.h2 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 10px;
	color:#333333;
	font-weight: normal;
	line-height: 1.6em;
}

.h3 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 11px;
	color:#333333;
	font-weight: lighter;
	line-height: 1.4em;
}

.h4 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 12px;
	color:#333333;
	font-weight: normal;
	line-height: 1.4em;
}

/* --- 部門紹介用ピンク太文字 --- */
.h5 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 13px;
	color:#333333;
	font-weight: demi-bold;
	line-height: 1.6em;
}

/* --- 会社概要あいさつ明朝 --- */
.h6 {
	font-family:"ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "serif";
	font-size: 11px;
	color:#333333;
	font-weight: normal;
	line-height: 1.7em;
	letter-spacing: ;
}

.h7 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 11px;
	color:#333333;
	font-weight: lighter;
	line-height: 1.7em;
}


.h72 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 11px;
	color:#333333;
	font-weight: lighter;
	line-height: 1.8em;
	text-decoration: none;
}

.h72:hover {
	color: #CC0000;
}


.h8 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 10px;
	color:#333333;
	font-weight: normal;
	line-height: 1.4em;
}

.h9 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 11px;
	color: #CC0066;
	font-weight: bold;
	line-height: 1.4em;
}

/* --- ニュースレタータイトル --- */
.h92 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 12px;
	color: #CC0066;
	font-weight: bold;
	line-height: 1.4em;
}

.h13 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Gothic Pro", "MS Pゴシック", "MS PGothic";
	font-size: 13px;
	color: #FF9999;
	font-weight: demi-bold;	
	text-align: left;
	line-height: 1.6em;
}

/* ------------ リンクPDF ------------*/
.h10 {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 11px;
	color: #0033CC;
	font-weight: bold;
	line-height: 1.1em;
	text-decoration: underline;
}



/* --- FireFox リンク選択時の点線を消す --- */

a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}


/* --- FireFox リンク選択時の点線を消す --- */

img.thumb {
	-ms-interpolation-mode: bicubic;
	}
	
	/* contents要素〜本文　お待ちくださいページ
----------------------------------------------------------- */
div#contents8	{
	width: 650px;
	height: 555px;
	padding: 0;
	background-image:url(../images/image_jbantop01.jpg);
	background-repeat: no-repeat;
	background-color: #FEE7F0;
}

div#contents8 .entry	{
	width: 570px;
	padding: 175px 40px 10px 40px;
}
