/* ----- トップタイトル--------------------------------- */
div#title {
	float: none;
	clear: both;
}

div#title .base {
	margin: 0px 0px;
	width: 900px;
	color: #ffffff;
	overflow: hidden; 
}

div#title .base h2{
	margin-top: -85px;
	font-size : 13pt; 
	line-height :16pt;
	color : #FFFF66;
	font-weight: bold; 
	text-align: left;
}

div#title .base strong{
	margin-top: 0px;
	font-size : 50pt; 
	line-height :55pt;
	color : #ffffff;
	font-weight: normal; 
	text-align: right;
}

div#title .base h3{
	margin-top: 0px;
	margin-left: -10px;
	margin-bottom: 0px;
	font-size : 11pt; 
	line-height :18pt;
	color : #ffffff;
	font-weight: bold; 
	text-align: left;
}

div#title .base h4{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size : 20pt; 
	line-height :25pt;
	color : #ffffff;
	font-weight: bold; 
	text-align: left;
}

div#title .col-1 {
	width: 900px;
	height: 100px;
	background-repeat :no-repeat;
	background-image: url(./images/05.jpg);
	padding: 15px;
	color : #ffffff;
	font-size : 11pt; 
	overflow: hidden; 
	float: left;
	text-align: right;
}

div#title  a:link  {
	color: #ffffff; 
	text-decoration: none 
}
div#title  a:visited  { 
	color: #ffffff; 
	text-decoration: none 
}
div#title  a:hover  { 
	color: #ff0000; 
	text-decoration: none 
}


