@charset "utf-8";

/* ------------------------------------
CSS Information

 Site URL:       http://braec.jp/
 File name:      style.css (http://braec.jp/css/style.css)
 Summary:        BRAEC PR web site
 Created:        2009-05-04
 Last update:    2009-10-05 by Tomo
 Author:         Tomo

Order of description

	- Search Key "__" + "id Name or Class Name"

 / __Default style clear
 / __container            (div#container)
 / __header               (div#header)
 / __Global Navigation    (div#header .g_navi)
 / __Site Help            (div#header .siteHelp)
 / __footer               (div#footer)
 / __contents             (div#contents)
 / __mainTitle            (div#mainTitle)
 / __slider               (div#slider)
 / __main                 (div#main)
 / __whatsnew             (div#main .whatsnew)
 / __bnrBlog              (div#main .bnrBlog)
 / __title                (div#main .title)
 / __subContents          (div#subContents)
 / __sitemap              (div#sitemap)

------------------------------------ */

/* -------------------------
 __Resetting
-------------------------- */

@import"reset.css";

/* -------------------------
 __Default style clear
-------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: #dfffc7 url(../img/bg0.gif);
	font-size: 74.5%;
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color: #3E3D37;
	line-height: 1.4;
}

p {
	margin: 0 0 1em;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	color: #001c58;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}

.bold {
	font-weight:bold;
}

.red   { color:#FF0000; }
.green { color:#006600; }
.blue  { color:#0000FF; }

.right  { text-align:right; }

/* -------------------------
 __container
-------------------------- */

#container {
	width: 840px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/* -------------------------
 __header
-------------------------- */
#t_header {
	margin-left:630px;
	margin-top: 20px;
}



#header {
	/*height: 135px;*/
	padding-top: 3px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

#header h1 {
	float: left;
}

/*-- __Global Navigation --*/

#header ul,
#header ul li {
	float: left;
}

#header .g_navi ul {
	width: 840px;
	height: 60px;
	background: url(../img/g_navi2.gif) no-repeat;
	margin-top: 20px;
}

#header .g_navi ul li a {
	display: block;
	width: 120px;
	height: 60px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#header .g_navi ul li.navi_home a.active,
#header .g_navi ul li.navi_home a:focus,
#header .g_navi ul li.navi_home a:hover {
	background: url(../img/g_navi2.gif) no-repeat left bottom;
}

#header .g_navi ul li.navi_what a.active,
#header .g_navi ul li.navi_what a:focus,
#header .g_navi ul li.navi_what a:hover {
	background: url(../img/g_navi2.gif) no-repeat -120px -60px;
}

#header .g_navi ul li.navi_function a.active,
#header .g_navi ul li.navi_function a:focus,
#header .g_navi ul li.navi_function a:hover {
	background: url(../img/g_navi2.gif) no-repeat -240px -60px;
}

#header .g_navi ul li.navi_plan a.active,
#header .g_navi ul li.navi_plan a:focus,
#header .g_navi ul li.navi_plan a:hover {
	background: url(../img/g_navi2.gif) no-repeat -360px -60px;
}

#header .g_navi ul li.navi_faq a.active,
#header .g_navi ul li.navi_faq a:focus,
#header .g_navi ul li.navi_faq a:hover {
	background: url(../img/g_navi2.gif) no-repeat -480px -60px;
}

#header .g_navi ul li.navi_request a.active,
#header .g_navi ul li.navi_request a:focus,
#header .g_navi ul li.navi_request a:hover {
	background: url(../img/g_navi2.gif) no-repeat -600px -60px;
}

#header .g_navi ul li.navi_case a.active,
#header .g_navi ul li.navi_case a:focus,
#header .g_navi ul li.navi_case a:hover {
	background: url(../img/g_navi2.gif) no-repeat -600px -60px;
}

#header .g_navi ul li.navi_customize a.active,
#header .g_navi ul li.navi_customize a:focus,
#header .g_navi ul li.navi_customize a:hover {
	background: url(../img/g_navi2.gif) no-repeat right bottom;
}







/*-- __Site Help --*/

#header .siteHelp {
	float: right;
	/*width: 840px;*/
	/*margin-top: 5px;*/
	padding-bottom: 0px;
	text-align: right;
}

#header .siteHelp ul {
	float: right;
	padding-right: 5px;
	text-align: center; 
	line-height: 100%;
}
#header .siteHelp ul li {
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding: 2px 6px; 
	display: inline; 
	margin-right: 6px;
}

#header .siteHelp ul a {
	color: #3E3D37;
}

#header .siteHelp ul a:hover {
	background: none;
	color: #990000;
}

/* -------------------------
 __footer
-------------------------- */

#footer {
	clear: both;
	padding-bottom: 50px;
	background: #EEE9E3 url(../img/bg_footer.gif) repeat-x;
	border-top: 1px solid white;
}

#footer div {
	width: 840px;
	margin: 0 auto;
	padding-top: 30px;
	background: url(../img/logo_footer.gif) no-repeat 702px 30px;
}

#footer div ul {
	width: 840px;
}

#footer div ul li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../img/glue_footer.gif) no-repeat left center;
}

#footer div ul li.leftside {
	padding-left: 0;
	background: none;
}

#footer div ul a {
	color: #3E3D37;
}

#footer div ul a:hover {
	background: none;
	text-decoration: underline;
}

#footer div p {
	clear: both;
}

/* -------------------------
 __mainTitle
-------------------------- */

#mainTitle {
	clear: both;
	width: 840px;
	background-color:#FFFFFF;
}

#mainTitle h2 {
	padding:20px 20px 0;
}

/* -------------------------
 __contents
-------------------------- */

#contents {
	clear: both;
	width: 840px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* -------------------------
 __main
-------------------------- */

#main{
	float: left;
	width: 570px;
	background-color: #ffffff;
	/*margin: 0 10px 0 20px;
	padding-bottom:20px;*/
	padding: 0 10px 20px 20px;
}

/*-- __title --*/

#main .title {
	width: 570px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#main .title h2 {
	margin-bottom: 10px;
}

#main .title h3 {
background: url(../img/sub_main_ttl.gif) no-repeat left center;
	height: 40px;
	margin: 0px;
	padding:20px 0 0 35px;
	font-size: 18px !important;
}




#main .title h4 {
	margin-bottom: 5px;
}

#main .title p {
	margin: 0 0 1em;
	padding: 0px 0px 0px 0px;
}
#main .kiyaku h4 {
	margin: 10px 0 5px 10px;
}
#main .kiyaku ul {
	padding: 5px 20px;
}
#main .kiyaku ul li {
	list-style: outside decimal;
}
#main .kiyaku ul li ul {
	padding: 5px 40px;
}
#main .kiyaku ul li ul li {
	list-style: outside lower-roman;
}

#main .osusume{
	padding:0 20px;
}

#main .osusume ul li{
	list-style-type:circle;
	list-style-position:inside;
}

#main .osusume2{
	margin: 10px;
	padding: 0 10px;
}

#main .flow{
	padding:0 20px 20px;
}

#main .flow ul li{
	list-style-type: decimal;
	list-style-position:inside;
}

/*-- __bnrBlog --*/

#main .bnrBlog {
	width: 570px;
	margin-bottom: 20px;
}

/*-- __whatsnew --*/

#main .whatsnew {
	background: #F8F4EB url(../img/bg_whatsnew.gif) repeat-y;
}

#main .whatsnew h2 {
	/*margin-right: 6px;
	padding: 18px 0 22px 15px;
	border-top: 3px solid #1E1106;
	background: url(../img/line_01.gif) no-repeat center bottom;*/
	margin-bottom: 20px;
}

#main .whatsnew ol {
	margin: 0 6px 15px 3px;
}

#main .whatsnew ul {
	width: 500px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	/*background: url(../img/line_01.gif) no-repeat left bottom;*/
	border-bottom: 1px solid #1E1106;
}

#main .whatsnew li {
	font-weight: bold;
}

#main .whatsnew li a {
	font-weight: normal;
}

#main .privacy {
	width:450px;
	padding:10px;
	margin-left:50px;
}
li.privacy_decimal {
	padding:5px 10px 5px;
	list-style-type:decimal;
}
li.privacy_disc {
	padding:0 10px 0 5px;
	list-style-type: disc;
	margin-left: 10px;
}
li.privacy_none {
	padding:5px 10px 5px;
	list-style-type:none;
}

p.btn_history {
	display:block;
	width:130px;
	height:40px;
	margin:0 220px;
	background:url(../img/btn_history_on.gif) no-repeat 0 0;
}
p.btn_history a {
	/*display:block;*/
	width:130px;
	height:40px;
}
p.btn_history a:hover {
	background-color:transparent;
}
p.btn_history a:hover img{
	visibility:hidden;
}


/*-- __pagetop --*/

.pagetop {
    text-align: right;
    margin: 25px 20px 15px 0;
}

.pagetop a {
    color: #cc0000;
    font-size: 0.75em;
}

.pagetop a:hover {
    color: #006e54;
	background:none;
    text-decoration: underline;
}

/* -------------------------
 __slider
-------------------------- */

#slider {
	width: 800px;
	height: 350px;
	margin: 20px 20px 10px;
	background-color:#FFFFFF;
}

/* -------------------------
 __subContents
-------------------------- */

#subContents {
	float: right;
	width: 210px;
	/*padding: 10px 0 20px;*/
	padding: 0 20px 20px 10px;
	background-color:#FFFFFF;
}

#subContents .info {
	float: left;
	width: 210px;
	margin: 10px 0 0 0;
	background:url(../img/bg_subContents.gif) repeat-y;
}
#subContents .info p {
	padding: 0 15px 0;
}
#subContents .info h3 {
	margin: 0;
	padding: 0;
}

/*-- __submenu --*/

#subContents .submenu {
	float: left;
	width: 210px;
	margin: 20px 0 0 0;
	background:url(../img/bg_subContents.gif) repeat-y;
}

#subContents .braec ul  li
{
background: url(../img/submenu_2.gif) 10px 8px no-repeat;


}

{
	width: 210px;
	height: 175px;
	background: url(../img/sub_navi_braec.gif) no-repeat;
}
#subContents .braec ul li a {
	padding: 12px 0px 0px 30px;
	display: block;
	width: 180px;
	height: 13px;
	font-size: 12px;
	line-height: 0;
	vertical-align:bottom;
}
#subContents .braec ul li.braec01 a:focus,
#subContents .braec ul li.braec01 a:hover {
	background: url(../img/sub_navi_braec.gif) no-repeat -210px top;
}
#subContents .braec ul li.braec02 a:focus,
#subContents .braec ul li.braec02 a:hover {
	background: url(../img/sub_navi_braec.gif) no-repeat -210px -25px;
}
#subContents .braec ul li.braec03 a:focus,
#subContents .braec ul li.braec03 a:hover {
	background: url(../img/sub_navi_braec.gif) no-repeat -210px -50px;
}
#subContents .braec ul li.braec04 a:focus,
#subContents .braec ul li.braec04 a:hover {
	background: url(../img/sub_navi_braec.gif) no-repeat -210px -75px;
}

#subContents .braec ul li.braec05 a:focus,
#subContents .braec ul li.braec05 a:hover {
	background: url(../img/sub_navi_braec.gif) no-repeat -210px -100px;
}

#subContents .func ul {
	width: 210px;
	height: 100px;
	background: url(../img/sub_navi_func.gif) no-repeat;
	/*margin-top: 20px;*/
}
#subContents .func ul li a {
	display: block;
	width: 210px;
	height: 25px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	vertical-align:bottom;
}
#subContents .func ul li.func01 a:focus,
#subContents .func ul li.func01 a:hover {
	background: url(../img/sub_navi_func.gif) no-repeat -210px top;
}
#subContents .func ul li.func02 a:focus,
#subContents .func ul li.func02 a:hover {
	background: url(../img/sub_navi_func.gif) no-repeat -210px -25px;
}
#subContents .func ul li.func03 a:focus,
#subContents .func ul li.func03 a:hover {
	background: url(../img/sub_navi_func.gif) no-repeat -210px -50px;
}
#subContents .func ul li.func04 a:focus,
#subContents .func ul li.func04 a:hover {
	background: url(../img/sub_navi_func.gif) no-repeat -210px -75px;
}
#subContents .func ul li.func05 a:focus,
#subContents .func ul li.func05 a:hover {
	background: url(../img/sub_navi_func.gif) no-repeat -210px -100px;
}
#subContents .plan ul {
	width: 210px;
	height: 125px;
	background: url(../img/sub_navi_plan2.gif) no-repeat;
	/*margin-top: 20px;*/
}
#subContents .plan ul li a {
	display: block;
	width: 210px;
	height: 25px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	vertical-align:bottom;
}
#subContents .plan ul li.plan01 a:focus,
#subContents .plan ul li.plan01 a:hover {
	background: url(../img/sub_navi_plan2.gif) no-repeat -210px top;
}
/*#subContents .plan ul li.plan02 a:focus,
#subContents .plan ul li.plan02 a:hover {
	background: url(../img/sub_navi_plan.gif) no-repeat -210px -25px;
}
#subContents .plan ul li.plan03 a:focus,
#subContents .plan ul li.plan03 a:hover {
	background: url(../img/sub_navi_plan.gif) no-repeat -210px -50px;
}
#subContents .plan ul li.plan04 a:focus,
#subContents .plan ul li.plan04 a:hover {
	background: url(../img/sub_navi_plan.gif) no-repeat -210px -75px;
}
#subContents .plan ul li.plan05 a:focus,
#subContents .plan ul li.plan05 a:hover {
	background: url(../img/sub_navi_plan.gif) no-repeat -210px -100px;
}
#subContents .plan ul li.plan06 a:focus,
#subContents .plan ul li.plan06 a:hover {
	background: url(../img/sub_navi_plan.gif) no-repeat -210px -125px;
}*/
#subContents .plan ul li.plan04 a:focus,
#subContents .plan ul li.plan04 a:hover {
	background: url(../img/sub_navi_plan2.gif) no-repeat -210px -25px;
}
#subContents .plan ul li.plan05 a:focus,
#subContents .plan ul li.plan05 a:hover {
	background: url(../img/sub_navi_plan2.gif) no-repeat -210px -50px;
}
#subContents .plan ul li.plan06 a:focus,
#subContents .plan ul li.plan06 a:hover {
	background: url(../img/sub_navi_plan2.gif) no-repeat -210px -75px;
}
#subContents .plan ul li.plan07 a:focus,
#subContents .plan ul li.plan07 a:hover {
	background: url(../img/sub_navi_plan2.gif) no-repeat -210px -100px;
}

/* -------------------------
 __sitemap
-------------------------- */

#sitemap {
	width: 840px;
	background-color:#FFFFFF;
}

#sitemap dt{
	font-weight:bold;
	font-size:120%;
	color:#005243;
}

#sitemap dl{
	margin-bottom:20px;
	margin-left:15px;
}

#sitemap dl dd{
	margin:5px 15px;
	padding-left:15px;
	background:url(../img/arrow.gif) no-repeat left;
}

#sitemap .sitemap-l{
	float:left;
	width:320px;
	padding: 15px 0 50px 90px;
	border-right:1px solid #e5e5e5;
}

#sitemap .sitemap-r{
	float:right;
	width:320px;
	padding: 15px 90px 50px 0;
}

/* -------------------------
 __operating company
-------------------------- */

#oc {
	width: 840px;
	padding: 20px 60px 30px;
	background-color:#FFFFFF;
}

#oc dt{
	font-weight:bold;
	font-size:120%;
	color:#005243;
	padding-left:15px;
	background:url(../img/arrow.gif) no-repeat left;
}

#oc dl{
	margin-bottom:20px;
	margin-left:15px;
}

#oc dl dd{
	margin:5px 15px;
	padding-left:15px;
}

/* -------------------------
 __history
-------------------------- */

#history {
	clear: both;
	width: 740px;
	background-color:#FFFFFF;
	padding: 20px 50px;
}

#history ol {
	margin: 10px 0;
}

#history ul {
	width: 740px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1E1106;
}

#history li .his_ttl {
	font-weight: bold;
	color:#990000;
}

#history li p {
	padding: 5px 10px;
}
#plan table { 
  border-collapse: collapse;
  }
#plan td { 
  border: 1px solid #009933; 
  }
#comment {width: 200px;
float:right;
}
#gazou {padding:0 0 70px 0;}
#subContents .twitter {padding:10px 0 0px 0;
float:left;}
