html {
	overflow-y:scroll;
}
html,body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background-image: url(http://www.brids-academy.com/files/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #FFFBF2;
}
a img {
	border:none;
}
#layout {
	background-image: url(http://www.brids-academy.com/files/images/bg-g.jpg);
	background-repeat: repeat-x;
}
#gradation {
	background-image: url(http://www.brids-academy.com/files/images/bg-glr.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}
/* ======================================

header start

======================================= */
#header {
	position:relative;
	height: 60px;
	background-image: url(http://www.brids-academy.com/files/images/logo.jpg);
	background-repeat: no-repeat;
}
#header img {
	vertical-align: bottom;
}
#header #function {
	position:absolute;
	bottom:0;
	right:10px;
}
#header #function a img {
	display: block; /* Firefoxで浮くため、ブロックにしてフロートさせている。vertical-align: text-bottom;は効かず。 */
	visibility: hidden; /* vertical-align: bottom; */
}
#header #function a {
	display:block;
	height:29px;
	float: left;
	background-repeat: no-repeat;
}
#header #function a#hf_top {
	width:54px;
	background-image: url(http://www.brids-academy.com/files/images/top_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/top_btnl.jpg);
}
#header #function a#hf_top:hover {
	background-image: url(http://www.brids-academy.com/files/images/top_btlo.jpg);
}
#header #function a#hf_map {
	width:75px;
	background-image: url(http://www.brids-academy.com/files/images/salon_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/salon_btnl.jpg);
}
#header #function a#hf_map:hover {
	background-image: url(http://www.brids-academy.com/files/images/salon_btlo.jpg);
}
#header #function a#hf_recruit {
	width:64px;
	background-image: url(http://www.brids-academy.com/files/images/recruit_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/recruit_btnl.jpg);
}
#header #function a#hf_recruit:hover {
	background-image: url(http://www.brids-academy.com/files/images/recruit_btlo.jpg);
}
#header #function a#hf_inq {
	width:88px;
	background-image: url(http://www.brids-academy.com/files/images/inquiry_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/inquiry_btnl.jpg);
}
#header #function a#hf_inq:hover {
	background-image: url(http://www.brids-academy.com/files/images/inquiry_btlo.jpg);
}
/* ======================================

header end

======================================= */

#contents {
	background-color: #FFFFFF;
	float: right; /* これがないとサイドバー（advertisement）の背景が消える */
	background-image: url(http://www.brids-academy.com/files/images/info_bg.jpg); /* サイドバー（advertisement）用 */
	background-repeat: repeat-y; /* サイドバー（advertisement）用 */
	background-position: right; /* サイドバー（advertisement）用 */
}
#contents.one-column { /* 1カラム表示 */
	float: none;
	background-image: url();
	padding: 20px 30px;
}
#box { /* 2カラム表示 */
	float: left; /* ボックスを左寄せに変更 */
	width: 510px;
	background-color: #FFFFFF;
	padding: 20px 30px;
}
#container { /* 3カラム表示 */
	float: left; /* ボックスを左寄せに指定 */
	width: 570px; /* ボックスの幅を指定 */
}
#primary { /* 3カラム表示 */
	float: right; /* ボックスを右寄せに変更 */
	width: 400px;
	padding: 10px 5px;
}
#secondary { /* 3カラム表示 */
	float: left;
	width: 160px;
}

/* ======================================

advertisement start

======================================= */
#advertisement { /* 右info */
	float: right;
	width: 190px;
}
#advertisement #info {
	padding: 30px 0 20px 0;
	background-image: url(http://www.brids-academy.com/files/images/info.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#advertisement #info a {
	display:block;
	margin: 0px 7px 10px 7px;
}
#advertisement img {
	display:block;
}
#advertisement #telrez a img {
	visibility: hidden;
}
#advertisement #telrez a {
	display:block;
	background-repeat: no-repeat;
	height:130px;
}
#advertisement #telrez a {
	background-image: url(http://www.brids-academy.com/files/images/tel.jpg);
}
#advertisement #telrez a:hover {
	background-image: url(http://www.brids-academy.com/files/images/tel_mo.jpg);
}
/* ======================================

advertisement end

======================================= */

/* ======================================

footer start

======================================= */
#footer {
	clear: both;
	height: 25px;
	position:relative;
	background-image: url(http://www.brids-academy.com/files/images/copy.jpg);/*
	background-image: url(http://www.brids-academy.com/files/images/footer_bg.jpg);*/
	background-repeat: repeat-x;
}
#footer div {
	position:absolute;
	bottom:0;
	right:0;
}
#footer a img {
	display: block; /* Firefoxで浮くため、ブロックにしてフロートさせている。vertical-align: text-bottom;は効かず。 */
	visibility: hidden;
}
#footer a {
	display:block;
	height:25px;
	width:112px;
	float: right;
	background-repeat: no-repeat;
}
#footer a#fd_ci {
	background-image: url(http://www.brids-academy.com/files/images/ci_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/ci_btnl.jpg);
}
#footer a#fd_ci:hover {
	background-image: url(http://www.brids-academy.com/files/images/ci_btlo.jpg);
}
#footer a#fd_sm {
	background-image: url(http://www.brids-academy.com/files/images/site-map_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/site-map_btnl.jpg);
}
#footer a#fd_sm:hover {
	background-image: url(http://www.brids-academy.com/files/images/site-map_btlo.jpg);
}
#footer a#fd_pp {
	background-image: url(http://www.brids-academy.com/files/images/privacy_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/privacy_btnl.jpg);
}
#footer a#fd_pp:hover {
	background-image: url(http://www.brids-academy.com/files/images/privacy_btlo.jpg);
}
#footer a#press_release {
	background-image: url(http://www.brids-academy.com/files/images/press-release_btnl.jpg);
}
#footer a#press_release:hover {
	background-image: url(http://www.brids-academy.com/files/images/press-release_btlo.jpg);
}
#footer #copyright {
	width:270px;
	float: left;/*
	background-image: url(http://www.brids-academy.com/files/images/copy.jpg);*/
}
/* ======================================

footer end

======================================= */

#end {
	height: 15px;
	background-image: url(http://www.brids-academy.com/files/images/bg_bottom.jpg);
	background-repeat: no-repeat;
}

/* ======================================

navigation start

======================================= */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 41px;
}
#navigation li {
	float: left;
	width: 95px;
}
#navigation a img {
	display: block; /* Firefoxで浮くため、ブロックにしてフロートさせている。vertical-align: text-bottom;は効かず。 */
	visibility: hidden;
}
#navigation a {
	display:block;
	float: left;
	background-repeat: no-repeat;
}
#navigation #concept a {
	background-image: url(http://www.brids-academy.com/files/images/concept_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/concept_btnl.jpg);
}
#navigation #concept a:hover {
	background-image: url(http://www.brids-academy.com/files/images/concept_btlo.jpg);
}
#navigation #process a {
	background-image: url(http://www.brids-academy.com/files/images/process_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/process_btnl.jpg);
}
#navigation #process a:hover {
	background-image: url(http://www.brids-academy.com/files/images/process_btlo.jpg);
}
#navigation #guidance a {
	background-image: url(http://www.brids-academy.com/files/images/guidance_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/guidance_btnl.jpg);
}
#navigation #guidance a:hover {
	background-image: url(http://www.brids-academy.com/files/images/guidance_btlo.jpg);
}
#navigation #uservoice a {
	background-image: url(http://www.brids-academy.com/files/images/uservoice_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/uservoice_btnl.jpg);
}
#navigation #uservoice a:hover {
	background-image: url(http://www.brids-academy.com/files/images/uservoice_btlo.jpg);
}
#navigation #forparents a {
	background-image: url(http://www.brids-academy.com/files/images/recipe_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/recipe_btnl.jpg);
}
#navigation #forparents a:hover {
	background-image: url(http://www.brids-academy.com/files/images/recipe_btlo.jpg);
}
#navigation #sketch a {
	background-image: url(http://www.brids-academy.com/files/images/sketch_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/sketch_btnl.jpg);
}
#navigation #sketch a:hover {
	background-image: url(http://www.brids-academy.com/files/images/sketch_btlo.jpg);
}
#navigation #event a {
	background-image: url(http://www.brids-academy.com/files/images/event_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/event_btnl.jpg);
}
#navigation #event a:hover {
	background-image: url(http://www.brids-academy.com/files/images/event_btlo.jpg);
}
#navigation #blog a {
	background-image: url(http://www.brids-academy.com/files/images/blog_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/blog_btnl.jpg);
}
#navigation #blog a:hover {
	background-image: url(http://www.brids-academy.com/files/images/blog_btlo.jpg);
}
#navigation #newface a {
	background-image: url(http://www.brids-academy.com/files/images/newface_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/newface_btnl.jpg);
}
#navigation #newface a:hover {
	background-image: url(http://www.brids-academy.com/files/images/newface_btlo.jpg);
}
#navigation #faq a {
	background-image: url(http://www.brids-academy.com/files/images/faq_btlo.jpg);
	background-image: url(http://www.brids-academy.com/files/images/faq_btnl.jpg);
}
#navigation #faq a:hover {
	background-image: url(http://www.brids-academy.com/files/images/faq_btlo.jpg);
}
/* ======================================

navigation end

======================================= */

/* ======================================

sub-navigation start

======================================= */
#sub-navigation {
	text-align: center;
	font-size:70%;
	margin: -10px auto 30px auto;
}
#sub-navigation ul {
	list-style: none;
	padding: 0;
}
#sub-navigation li {
	float: left;
}
#sub-navigation a {
	color:#AAAAAA;
	text-decoration: none;
	margin: 0 7px;
}
#sub-navigation a:hover {
	color:#4D4D4D;
}
/* ======================================

sub-navigation end

======================================= */

#blue-line {
	overflow: hidden;
	height: 5px;
	background-image: url(http://www.brids-academy.com/files/images/bg-line.jpg);
	background-repeat: repeat-x;
}
#head-image img {
	vertical-align: bottom;
	background-color: #FFFFFF;
	background-image: url(http://www.brids-academy.com/files/images/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ======================================

bread start

======================================= */
.bread {
	font-size:90%;
	margin: -15px 0 10px -20px;
}
#container .bread {
	margin: 0px 0 10px 0px;
}
.bread a{
	text-decoration: none;
}
.bread a:hover {
	text-decoration: underline;
}
/* ======================================

bread end

======================================= */

/* ======================================

	MailForm-CSS start

======================================= */
#inquiry_form table {
	width: 470px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
}
#inquiry_form p {
	margin-bottom: 0;
}
#inquiry_form th {
	padding: 5px 2px 5px 13px;	
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 120px;/*
	background-image: url(../golobal-image/contents-area-images/mfarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
}
#inquiry_form .must th {
	border-left-color: #E7983A;
}
#inquiry_form td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
}
#inquiry_form em {
	font-style: normal;
	font-weight: normal;
	color: #E7983A;
	padding-left: 5px;
}
#inquiry_form .text1 {
	width: 130px;
}
#inquiry_form .text2 {
	width: 280px;
}
#inquiry_form .info {
	margin-bottom: 20px;
	padding: 5px;
	border: 2px solid #FC7777;
	background-color: #FFF8F8;
}
#inquiry_form .info h2 {
	margin: 5px 10px -5px 10px;
	padding: 0;
	font-weight: bold;
	color: #F96666;
}
#inquiry_form #send-success {
	border: 2px solid #77FC77;
	background-color: #F8FFF8;
}
#inquiry_form #send-success h2 {
	color: #66F966;
}
#inquiry_form td img {
	vertical-align: baseline;
}
#inquiry_form .alert {
	color: #F96666;
}
/* ======================================
	MailForm-CSS end
======================================= */

/* ======================================

	Content-Navigation start

======================================= */
p.content-nav {
	font-size:90%;
	margin: 15px 0px 5px 0px;
	text-align: center;
}
p.content-nav a {
	text-decoration: none;
}
p.content-nav a:hover {
	text-decoration: underline;
}
/* ======================================
	Content-Navigation end
======================================= */

.lead-text {
	
}

.alert {
	color: #66AA66;
}

.alert-small {
	font-size:85%;
	color: #66AA66;
}

.caution {
	font-size:85%;
	color: #AAAAAA;
}

#inquiry {
	clear: both;
	margin: 30px 0 0 0;
}

/* 
　　　　　　　　　　　　　　　　　　　　　　↓削除予定↓
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　02index,03index,05index,07index,07catにて使用中
 */
.inq-type {
	clear: both;
	margin: 30px 0 0 0;
}
/* 
　　　　　　　　　　　　　　　　　　　　　　↑削除予定↑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 */


h1 {
	clear: both;
	padding: 0;
	margin: 35px 0 3px 0;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

#info_of_holoday {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
