@charset "utf-8";
@import url("reset.css");

/* CSS Document */
html {
	overflow: scroll;
}
body {
	background: #e8e7e7 url(../images/img_bg_body.gif) repeat-x;
	width: 733px;
	margin: 0 auto;
	color: #666666;
}

#wrapper {
	background: url(../images/img_bg_container.gif) repeat-y;
	width: 733px;
	padding-bottom: 60px;
}

a {
	color: #4286c7;
}
a:hover,a:visited {
	color: #8ab4dd;
}

h2, h3 {
	text-indent: -9999px;
}

#container {
	width: 733px;
	margin: 0 auto;
}
/*  */
#header {
	width: 690px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#header h1 {
	width: 200px;
	float: left;
	padding-top: 20px;
}

#header p {
	width: 125px;
	float: right;
	padding-top: 20px;
}

#header h1 a {
	background: url(../images/img_corp_logo_jp.gif) no-repeat;
	width: 237px;
	height: 28px;
	float: left;
	text-indent: -9999px;
	margin-top: -5px;
}

#header p a {
	background: url(../images/img_gr_logo.gif) no-repeat;
	width: 125px;
	height: 21px;
	float: right;
	text-indent: -9999px;
}

/*  */
#menu {
	width: 695px;
	margin-left: 19px;
	margin-bottom: 20px;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	text-indent: -9999px;
}

#btnmenu0, #btnmenu1, #btnmenu2, #btnmenu3, #btnmenu4, #btnmenu5 {
	width: 116px;
	height: 40px;
}

#btnmenu0 {
	background: url(../images/img_menu.gif);
	background-position: 0px 0px;
}

#btnmenu1 {
	background: url(../images/img_menu.gif);
	background-position: -116px 0px;
	width: 115px;
	height: 40px;
}

#btnmenu2 {
	background: url(../images/img_menu.gif);
	background-position: -231px 0px;
	width: 115px;
	height: 40px;
}

#btnmenu3 {
	background: url(../images/img_menu.gif);
	background-position: -346px 0px;
}

#btnmenu4 {
	background: url(../images/img_menu.gif);
	background-position: -462px 0px;
}

#btnmenu5 {
	background: url(../images/img_menu.gif);
	background-position: -578px 0px;
	width: 117px;
	height: 40px;
}

#btnmenu0:hover {
	background: url(../images/img_menu.gif);
	background-position: 0px 40px;
}

#btnmenu1:hover {
	background: url(../images/img_menu.gif);
	background-position: -116px 40px;
	width: 115px;
	height: 40px;
}

#btnmenu2:hover {
	background: url(../images/img_menu.gif);
	background-position: -231px 40px;
	width: 115px;
	height: 40px;
}

#btnmenu3:hover {
	background: url(../images/img_menu.gif);
	background-position: -346px 40px;
}

#btnmenu4:hover {
	background: url(../images/img_menu.gif);
	background-position: -462px 40px;
}

#btnmenu5:hover {
	background: url(../images/img_menu.gif);
	background-position: -578px 40px;
	width: 117px;
	height: 40px;
}

/*  */
#footer {
	background: url(../images/img_bg_container.gif) repeat-y;
	width: 733px;

}
#footer_content {
	background: url(../images/iimg_footter_bg.gif) repeat-y;
	width: 733px;
}
#privacyBtn {
	float:left;
	margin-top:10px;
}
#kagaCopy {
	float:right;
	text-align:right;
}
/*  */
#back_to_top {
	width: 102px;
	float: right;
	margin-right: 18px;
	margin-bottom: 10px;

}

#back_to_top a {
	background: url(../images/img_back_to_top.gif) no-repeat;
	display: block;
	width: 102px;
	height: 10px;
	text-indent: -9999px;
}

#footer_content {
	background: url(../images/img_footter_bg.gif) no-repeat;
	width: 696px;
	height: 50px;
	display: block;
	clear: both;
	margin: 0px 19px;
	border-top: 1px solid #cccccc;
}
#footlogo {
	margin-top: 10px;
	width: 105px;
	/*float: left;*/
}
#copy {
	margin-top: 5px;
	float: right;
}

/**/
#bread_navi {
	background: #f5f9fb;
	width: 695px;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#bread_navi li {
	float: left;
	line-height: 160%;
}

.bread_navi_first {
	margin-left: 10px;
}

/*  */
#visual {
	width: 696px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/*  */
#bottom_contact {
	width: 696px;
	margin: 0 auto;
	margin-top: 30px;
}

#bottom_contact li {
	width: 225px;
	float: left;
}

.margin_left10 {
	margin-left: 10px;
}

/*  from http://www.css-lecture.com/ */
a[href$=".pdf"] {   
	background: url(../images/icon_pdf.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;    
}
  
html a.pdf{   
	background: url(../images/icon_pdf.gif) no-repeat 100% 50%;  
	padding: 4px 20px 4px 0;  
}  

/* IE-6要素 */
* html a{  
	behavior: expression(  
		this.className += this.getAttribute("href").match(/^http.*/) && (!this.getAttribute("href").match("kagatech.co.jp")) ? " external" : "",  
		this.className += this.getAttribute("href").match(/\.pdf$/) ? " pdf" : "",  
		this.className += this.getAttribute("href").match(/\.doc$/) ? " doc" : "",  
		this.className += this.getAttribute("href").match(/\.xls$/) ? " xls" : "",  
	  	this.style.behavior = "none"  
	);  
}  
