@charset "utf-8";

/* マージン消し。 */
div,p,ul,ol,h1,h2,h3,h4,h5 {
  padding:0;
	margin:0;
}
ul,ol,li {
	list-style:none;
}

/* ボディ */

body {
	background-color: #FFCCCC;
	margin: 0px;
	color:#333333;
	padding: 0px;
	background-image: url(img/bg.gif);
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}

a {
	color:black;
	text-decoration:underline;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#FF528D;
}

/* メイン */

#main {
  width:820px;
	margin:auto;
	padding:0 10px 0 10px;
	background-image:url(img/bg_center.gif);
	background-repeat:repeat-y;
}

#main-body {
  width:800px;
	margin:0;
	padding:0;
}

.hide {
	visibility:hidden;
}

/* ヘッダ */

#header {
	width:800px;
	border-bottom:1px solid #F4BFCE;
  overflow: hidden;
}

#header:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #header {
    height: 1em;
    overflow: visible;
}
/**/

#main-title {
	float:left;
	width:200px;
	height:59px;
	background-image: url(img/top_title.gif);
	background-repeat:no-repeat;
}

#search {
	float:right;
  overflow: hidden;
}

#search:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #search {
    height: 1em;
    overflow: visible;
}
/**/


#search ul{
	display:block;
	margin:0;
}
#search li {
	float:left;
	display:inline;
	background:url(img/brt_gw.gif) no-repeat 10px 10px;
	padding:10px 5px 0 25px;
}
#search li.forms {
	background-image:none;
	padding:0 5px 0 5px;
}
.search-word {
	display:block;
	margin-top:5px;
}
.search-button {
	display:block;
	margin-top:5px;
}

/* トップページ */

#promo {
	width:800px;
	height:361px;
	border-top:1px solid white;
	background-image:url(img/main_photo.jpg);
}

#top {
  padding:0;
	width:800px;
  overflow: hidden;
}
#top:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #top {
    height: 1em;
    overflow: visible;
}
/**/

#top-menu {
float:left;
	margin-left:20px;
	padding-bottom:20px;
}
/*\*/
* html div#top-menu {
	margin-left:10px;
}
/* */
#top-menu div.maincat {
  width:500px;
  margin:0;
	padding:0;
  overflow: hidden;
}

#top-menu div.maincat:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #top-menu div.maincat {
    height: 1em;
    overflow: visible;
}
/**/


#top-menu h2 {
	width:500px;
	height:27px;
	margin:20px 0 0 0;
	clear:both;
	background-repeat:no-repeat;
}
#top-menu h2.maincat1 {
	background-image:url(img/top_maincat1.gif);
}
#top-menu h2.maincat2 {
	background-image:url(img/top_maincat2.gif);
}
#top-menu h2.maincat3 {
	background-image:url(img/top_maincat3.gif);
}
.top-blog {
  width:250px;
	float:left;
	padding:0;
	margin:0;
}
#top-menu h3 {
	width:250px;
	height:27px;
	margin:7px 0 0 0;
	padding:0;
}
#top-menu h3.about {
	background-image:url(img/top_blog_about.gif);
}
#top-menu h3.service {
	background-image:url(img/top_blog_service.gif);
}
#top-menu h3.happy {
	background-image:url(img/top_blog_happy.gif);
}
#top-menu h3.knowhow {
	background-image:url(img/top_blog_knowledge.gif);
}
#top-menu h3.recruit {
	background-image:url(img/top_blog_recruit.gif);
}
#top-menu h3.director {
	background-image:url(img/top_blog_director.gif);
}

#top-menu ul.cat-list li {
	background:url(img/brt_topcat_wg.gif) no-repeat 8px 3px;
	padding:3px 0 0 38px;
}
#top-menu ul.cat-list li a{
/*	font-weight:bold; */
}

/* トップ：右ブロック */

#rightblock {
	float:right;
	margin:20px 20px 0 20px;
}

#whats-new {
	background-color:#FFF8D6;
	padding-bottom:10px;
}
#whats-new h2 {
	margin:0;
	padding:0;
	width:240px;
	height:41px;
	background:url(img/top_whatsnew.gif) no-repeat;
}
#whats-new li {
	border-top:1px dashed #9ED4A4;
	background:url(img/brt_new_yg.gif) 0 12px no-repeat;
	margin:0 10px 10px 10px;
	padding:10px 0 0 13px;
	width:200px;
}

#whats-new li a {
	color:#139263;
	text-decoration:underline;
}
#whats-new li a:visited{
	color:#666666;
}
#whats-new li a:hover{
	color:#FF528D;
}
#whats-new span.catname {
	font-size:80%;
}
#whats-new span.catname a,#whats-new span.catname a:visited {
	color:black;
	text-decoration:none;
}

#rightblock ul.misc {
	margin:15px 0 20px 10px;
}
#rightblock ul.misc li {
	margin:0;
	background:url(img/brt_gw.gif) 0 3px no-repeat;
	padding:3px 0 3px 15px;
}


#rightblock p {
	margin:0;
	padding:10px;
	font-weight:bold;
	background-color:#E1E2FF;
	width:220px;
}

#rightblock div.phone {
	background:url(img/phone.gif) no-repeat top left;
	width:240px;
	height:75px;
	margin-bottom:20px;
} 

/* フッタ */

#footer {
	clear:both;
	background-color:#FFEBF2;
	padding:10px;
	border-top:1px solid white;
  overflow: hidden;
}

#footer:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #footer {
    height: 1em;
    overflow: visible;
}
/**/

#footer ul.discloser li {
	float:left;
	margin-left:8px;
	display:inline;
	background:url(img/brt_top_pg.gif) no-repeat 5px 3px;
	padding:3px 10px 0 12px;
	font-size:85%; 
}

#footer div.copyright {
	float:right;
	font-size:85%;
	text-align:right;
	padding-right:0;
}
/*\*/
* html #footer div.copyright {
	padding-right:10px;
}
/**/


#line {
	clear:both;
	width:800px;
	height:1px;
	border-bottom:1px solid #F4BFCE;
  overflow: hidden;
}



/* 下層ページヘッダ */

#header-cont {
	width:800px;
	height:57px;
	border-bottom:1px solid #F4BFCE;
	background:url(img/header.jpg) no-repeat;
  overflow: hidden;
}

#header-cont:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #header-cont {
    height: 1em;
    overflow: visible;
}
/**/

#header-title {
	float:left;
	width:200px;
	height:57px;
}

#search-cont {
	float:right;
	height:57px;
	overflow:hidden;
}
#search-cont .forms {
	padding:0;
	margin:0;
}
table#search2 {
	padding:0;
	margin:7px 10px 0 0;
}
.search-word2,search-button2 {
	padding:0;
	margin:0;
}
.search-word2 {
	width:80px;
}
#search-cont .scont{
	display:block;
	background:url(img/brt_gw_head.gif) no-repeat 5px 0px;
	padding:0px 5px 0 25px;
}


/* 下層ページメインエリアの区切り */

#main-cont {
  background-image:url(img/menu_bg.gif);
	background-repeat:repeat-y;
  overflow: hidden;
}

#main-cont:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #main-cont {
    height: 1em;
    overflow: visible;
}
/**/

#main-left {
	float:left;
	width:195px;
  overflow: hidden;
}

#main-left:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #main-left {
    height: 1em;
    overflow: visible;
}
/**/

#main-right {
	float:left;
	margin-left:33px;
	width:548px;
  overflow: hidden;
}

#main-right:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*\*/
* html #main-right {
    height: 1em;
    overflow: visible;
}
/**/

/* 下層ページ左メニュー */

#main-left .to-top {
	background:url(img/brt_gw_head.gif) no-repeat 16px 5px;
	padding:5px 0 20px 32px;
}

#main-left ul.menu-blog {
	margin-left:9px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:none;
	display:block;
}

#main-left ul.menu-blog li{
	background:url(img/menu_bg1.jpg) repeat-y 0px 0px;
	border-top:none;
	border-left:none;
	border-right:none;
	font-weight:bold;
	border-bottom:1px solid white;
	margin:0;
	padding:0;
}
#main-left ul.menu-blog li#menu-active {
	background-image:url(img/menu_bg2.jpg);
	padding-bottom:10px;
}
#main-left ul.menu-blog li#menu-active a{
	display:block;
	padding:8px 0 8px 28px;
	color:#FF3882;
	text-decoration:none;
}
#main-left ul.menu-blog li a{
	display:block;
	padding:8px 0 8px 28px;
	margin:0;
}

#main-left ul.menu-blog li .about{
	background:url(img/menu_about.gif) no-repeat 5px 5px;
}
#main-left ul.menu-blog li .service{
	background:url(img/menu_service.gif) no-repeat 5px 5px;
}
#main-left ul.menu-blog li .happy{
	background:url(img/menu_happy.gif) no-repeat 5px 5px;
}
#main-left ul.menu-blog li .knowhow{
	background:url(img/menu_knowhow.gif) no-repeat 5px 5px;
}
#main-left ul.menu-blog li .recruit{
	background:url(img/menu_recruit.gif) no-repeat 5px 5px;
}
#main-left ul.menu-blog li .director{
	background:url(img/menu_director.gif) no-repeat 5px 5px;
}

#main-left ul.menu-blog li#menu-active ul.menu-cat li{
	background:url(img/menu_brt1.gif) no-repeat 13px 4px;
	border:none;
	margin:0;
	padding:3px 3px 0 28px;
	font-weight:normal;
}
#main-left ul.menu-blog li#menu-active ul.menu-cat li a{
	margin:0;
	padding:0;
	display:inline;
	color:black;
	text-decoration:underline;
}
#main-left ul.menu-blog li#menu-active ul.menu-cat li ul.menu-subcat li{
	background:url(img/menu_brt2.gif) no-repeat 0px 4px;
	border:none;
	margin:0;
	padding:3px 3px 0 15px;
	font-size:85%;
	font-weight:normal;
}
#main-left ul.menu-blog li#menu-active ul.menu-cat li ul.menu-subcat li a{
  color:black;
	text-decoration:underline;
}
#main-left ul.menu-blog li#menu-active ul.menu-cat li.active, 
#main-left ul.menu-blog li#menu-active ul.menu-cat li.active a, 
#main-left ul.menu-blog li#menu-active ul.menu-cat li ul.menu-subcat li.active a{
	color:#FF3882;
	text-decoration:none;
}
#main-left ul#misc {
	background-color:#EAF8F3;
	margin-top:20px;
	padding:8px;
	width:154px;
}
#main-left ul#misc li {
	background:url(img/brt_gw_misc.gif) no-repeat 7px 3px;
	padding:3px 0 0 24px;
}
#main-left div#phone {
	background:url(img/menu_phone.gif) no-repeat 0px 0px;
	width:170px;
	height:79px;
	margin-bottom:15px;
}

/* 下層ページメインエリア */

#pagetitle {
	width:548px;
	background:url(img/cont_title_bg1.gif) repeat-y 0px 0px;
	padding:35px 0 0 0;
}

#space {
	height:1px;
}

#pagetitle h1 {
	background:url(img/cont_title_bg.gif) no-repeat left bottom;
	color:#EC6F98;
	font-size:135%;
	font-weight:bold;
	margin:0;
	padding:0 10px 10px 10px;
	border:none;
}

#main-right p#lead {
	padding:8px;
	line-height:150%;
	margin-bottom:15px;
}

/* カテゴリリスト */
#main-right ul.main-catlist {
	border:1px solid #FFC6D8;
	background:url(img/cont_catlist_bg.gif) repeat-y right 0;
	padding:16px 16px 0 16px;
	margin-bottom:20px;
}
#main-right ul.main-catlist li {
	background:url(img/cont_brt_a.gif) no-repeat 0 4px;;
	padding:0 0 15px 17px;
	line-height:150%;
}
#main-right ul.main-catlist li.nolink {
	background-image:url(img/cont_brt.gif);
}
#main-right ul.main-subcatlist li {
	background:url(img/cont_brt_sub.gif) no-repeat 0 4px;;
	padding:0 0 0 17px;
	line-height:150%;
}

/* アイテムリスト */
#main-right ul.main-itemlist {
	border:1px solid #F4DF7E;
	background:url(img/cont_itemlist_bg.gif) repeat-y right 0;
	padding:16px 16px 0 16px;
	margin-bottom:20px;
}
#main-right ul.main-itemlist li {
	background:url(img/cont_brt_item.gif) no-repeat 0 4px;;
	padding:0 0 15px 17px;
	line-height:150%;
}

/* ページトップ */
#pagetop {
	text-align:right;
	margin:0 0 8px 0;
}

#pagetop a {
	background:url(img/pagetop.gif) no-repeat 0px 0px;
	padding-left:16px;
	font-size:85%;
}

/* コンテンツエリア */

#content-area {
	margin:15px 0;
	padding:0;
}

#content-area h2 {
	font-size:135%;
	padding:0 8px;
	font-weight:bold;
	margin:0;
	clear:both;
}
#content-area h3 {
	font-size:128%;
	font-weight:bold;
	color:white;
	background:url(img/cont_heading1_bg.gif) no-repeat top left;
	padding:8px 8px 6px 8px;
	margin:10px 0;
	clear:both;
}
#content-area p {
	margin:0 0 15px 0;
	padding:0 8px;
	line-height:150%;
}
#content-area p.note {
	padding-left:28px;
}
#content-area .author {
	text-align:right;
}
#content-area ul,ol {
	padding:0 0 0 25px;
	margin:8px 0;
}
#content-area ul li {
	background:url(img/cont_brt_sub_gray.gif) no-repeat 0 4px;
	padding:0 0 0 17px;
	line-height:150%;
}
#content-area ul li ul li{
	background:none;
	list-style-type:disc;
	padding:0;
}
#content-area ol li {
	list-style-type:decimal;
	margin-left:25px;
	padding:0;
	line-height:150%;
}
#content-area div.photo-left {
	float:left;
	margin:8px 20px 20px 0;
	font-size:85%;
}
#content-area div.photo-left img {
	margin-bottom:3px;
	border:none;
}
#content-area div.photo-right {
	float:left;
	margin:8px 0 20px 0;
	font-size:85%;
}
#content-area div.photo-right img {
	margin-bottom:3px;
	border:none;
}
#content-area h4 {
	background-color:#FFAFCB;
	color:white;
	padding:4px 8px;
	margin:20px 0 10px 0;
	clear:both;
	font-size:115%;
	font-weight:bold;
}
#content-area h5 {
	border-left:4px solid #FF91BA;
	color:#FF629C;
	font-size:100%;
	font-weight:bold;
	padding:0 8px 0 4px;
	margin:20px 0 10px 0;
}
#content-area table {
 border-collapse:collapse;
	border:1px solid #A3A3A3;
	margin:8px 0 8px 1px;
	width:547px;
}
#content-area table td {
	border:1px solid #A3A3A3;
	padding:3px;
	margin:0;
}
#content-area table td.orange {
	background-color:#FFEDBB;
	text-align:center;
}
#content-area table td.yellow {
	background-color:#FFF9C7;
	text-align:center;
}
#content-area table td.center {
	text-align:center;
}

#pagejump {
	text-align:right;
	font-size:85%;
	padding-top:10px;
}

#content-area strong.pink {
	color:#FF629C;
	font-size:115%;
}
#content-area a:hover {
	color:#FF629C;
}
#content-area .links {
	color:#139263;
	font-weight:bold;
}
#content-area img {
	border:none;
}

#main-right ul.sitemap {
	line-height:150%;
	margin:10px 10px 10px 0;
	padding-left:10px;
	float:left;
	width:240px;
}
#main-right ul.sitemap li {
	margin-left:10px;
	margin-top:20px;
	font-size:115%;
	font-weight:bold;
	list-style-type:disc;
	padding-left:2px;
}
#main-right ul.sitemap li ul li{
	margin-left:10px;
	margin-top:0px;
	list-style-type:circle;
	padding-left:2px;
	font-size:85%;
	font-weight:normal;
}
#main-right ul.sitemap li ul li ul li{
	font-size:100%;
	list-style-type:square;
}

