@charset "utf-8";
@import url("reset.css");

/* CSS Document */
html {
	width: 100%;
	overflow: scroll;
}
body {
	color: #666666;
}

#wrapper {
	background: #f9f9f9 url(../img/img_bg.gif) repeat-y;
	width: 794px;
	margin: 0 auto;
}


#container p,
#container dl,
#container div {
	margin-bottom: 20px;
}
a {
	color: #4286c7;
}

a:hover,a:visited {
	color: #8ab4dd;
}

h2, h3 {
	text-indent: -9999px;
	margin-bottom: 15px;
}

#container {
	width: 746px;
	margin: 0 auto;
}
/*  */
#header {
	width: 690px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#header h1 {
	width: 146px;
	float: left;
	padding-top: 20px;
}

#header p {
	width: 151px;
	float: right;
	padding-top: 20px;
}

#header h1 a {
	background: url(../img/logo_kgem.gif) no-repeat;
	width: 146px;
	height: 25px;
	float: left;
	text-indent: -9999px;
}

#header p a {
	background: url(../img/logo_kggr.gif) no-repeat;
	width: 151px;
	height: 25px;
	float: right;
	text-indent: -9999px;
}


/*  */
#visual {
	width: 746px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/*  */
#bottom_contact {
	width: 746px;
	margin: 0 auto;
	margin-top: 30px;
}

#bottom_contact li {
	width: 225px;
	float: left;
}

.margin_left10 {
	margin-left: 10px;
}

.p_detail {
	line-height: 140%;
	text-align: left;
	text-align: justify;
	margin: 0 10px;
}

#ul_light_privacy {
	text-align: left;
	line-height: 140%;
	margin-left: 10px;
}
/* table */
#time_table table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 1px #cccccc solid;
	text-align: left;
}

#time_table em {
	font-weight: bold;
	font-style: normal;
}

#time_table table th {
	padding: 5px 10px;
	background: #244c6e;
	border: 1px #cccccc solid;
	color: #ffffff;
	font-weight: bold;
}

#time_table table td {
	padding: 5px 10px;
	border: 1px #cccccc solid;
}
#time_table table tr.even td {
	background: #e5eef2;
}

#app_table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 1px #cccccc solid;
}

#app_table td {
	padding: 15px 10px;
	border: 1px #cccccc solid;
	text-align: left;
}

#app_table span {
	color:#999;
	text-align: right;
}

#confirm_table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 1px #cccccc solid;
}

#confirm_table td {
	padding: 10px 10px;
	border: 1px #f8f8f8 solid;
	text-align: left;
}

#confirm_table span {
	color:#999;
	text-align: right;
}

#confirm_table .app_title {
	width: 100px;
}


.app {
	width: 100%;
}

.app_title {
	width: 30%;
	background: #e5eef2;
	color: #666666;
}

.cl {
	clear: both;
}

.error {
	color: #d20000;
	margin-bottom: 10px;
}

.must {
	color:#cb1919;
	font-weight: bold;
	font-style: normal;
}

#time_table td {
	line-height: 130%;
	text-align: justify;
}

.com_name {
	float: right;
	color: #666666;
}

/* プライバシーポリシー */
ol {
	width: 656px;
	margin: 0 auto;
	line-height: 140%;
	text-align: left;
	text-align: justify;
}

.privacy_list {
	width: 616px;
	margin: 10px auto;
	line-height: 140%;
	text-align: left;
	text-align: justify;
}

.p_privacy {
	width: 656px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 140%;
	text-align: left;
	text-align: justify;
}
/* footer */
#footer_content {
	

}
#copy_list {

}

/*  */
#back_to_top {
	float: right;
	margin-right: 18px;
	margin-bottom: 20px;
}

#back_to_top a {
	display: block;
}

/*  */
#footer {
	width: 784px;
	height: 60px;
	margin: 0 auto;
}
#footer_content {
	width: 774px;
	background-color: #000000;
	padding-bottom: 10px;
	padding-left: 10px;
}

#copy {
	color: #ffffff;
	font-size: 11px;
	padding-top: 18px;
	float: left;
}

#copy_list {
	font-size: 11px;
	padding-top: 18px;
	width: 100px;
	float: right;
}

#copy_list li {
	float: left;
}

#copy_list li a {
	color: #ffffff;
}

/*  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"  
	);  
}
