@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	color:#666;
}


/* ■LINK----------------------------------------------------- */

div#body-area a:link{
  color : #03C;
  text-decoration : none;
}

div#body-area a:visited{
  color : #03C;
  text-decoration : none;
}

div#body-area a:hover{
  color : #03C;
  text-decoration:underline;
}

div#body-area a:active{
  color : #03C;
  text-decoration:underline;
}

/* ■フォント----------------------------------------------------- */


.copy3{
	width:600px;
	height:auto;
	float:left;
	padding: 5px 0 0 0;
	margin:0;
	text-align:left
	position: relative;
	margin-right: 0px;
	font-size:80%;
	}


.bodycopy2{
	color: #666;
	font-weight: normal;
	font-size:84%;
	line-height: 150%;
	}

.style1 {font-size: x-small}
.style10 {line-height: 22px; font-size: x-small;}
.style11 {font-size: x-small; font-weight: bold; }




/* タイトル
---------------------------------------------------- */

#title-1{
	width:100%;
	height:85px;
	float:left;
	display:inline-block;
	padding:0;
	text-align:left;
	vertical-align:top;
	border-top-width:3px;
	border-top-color:#002B71;
	border-top-style:solid;
	background-repeat: no-repeat;
	margin-left: 0px;
	position: relative;
	}

h1{
	text-indent:-999px;
}

.csi-back {
	background-image:url(images/csi_logo.jpg);
	background-repeat:no-repeat;
}

.wbcsd-back {
	background-image:url(images/wbcsd_logo.jpg);
	background-repeat:no-repeat;
}


.titlehead{
	color:#153173;
	font-size:26px;
	padding-top: 8px;
	padding-left: 15px;
	margin-top:8px;
	}

.subhead{
	color:#153173;
	font-size:110%;
	padding:0 0 0 15px;
	_margin-top:10px;
	margin-top:8px;
	}

/* ライン
---------------------------------------------------- */
	
.hr1{
color:#666666;
}


.border1{
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
}
.border2{
  border-bottom:1px solid #000000;
}
.border3{
  border-right:1px solid #000000;
}


/* スペース用
---------------------------------------------------- */

p {
margin-bottom: 1em;
clear:both;
}


.space-height15{
	height:15px;
}

.space-height10{
	height:10px;
}


