﻿@charset "UTF-8";

#title_image {
/*	position:absolute;
	top:60px;
	left:0px; */
	width:765px;
	height:180px;
	border-radius:10px 10pX 0px 0px;
	background-color:#F8F8F8;
	background:url(../home/midoriUP.jpg) no-repeat scroll center 70%;
}

.title_image2 {
	width:180px;
	height:35px;
	border-radius:20px;
	box-shadow:3px 3px 5px 2px #AAA;
	background:url(../home/3hd.png) no-repeat;
	margin-left:10px;
}

.title_image2 a{
	position:relative; top:7px; left:20px;
	font-size:14pt;
	font-weight:bold;
	line-height:1.2;
	color:#007070;
	/*text-decoration:none;*/
}

.title_image2 a:hover{
	background:rgb(102,165,221);
	color:White;
}
