@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	color:#666;
}

/* タイトル
---------------------------------------------------- */
#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;
	}
	
.paper-back {
	background-image:url(images/papercraft.jpg);
	background-repeat:no-repeat;
}


/* BOX
---------------------------------------------------- */	
	
#centerbox{
	width:600px;
	margin:0 auto;
	height:auto;
	clear:both;
}

/* h1 h2
---------------------------------------------------- */

h1{
	text-indent:-999px;
}

h2{
	font-size:90%;
	padding:0;
	margin:0;
	color:#ffffff;
}



	

/* ■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%;
	}
	
	

/* ライン
---------------------------------------------------- */
	
.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;
}


