#title h1 {
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}

#title {
	width: 740px;
	text-align: center;
	margin:0 auto;/*サイトエリア画面中央にもってくる処理*/
}
#title strong {
	font-size: 1em;
}
#title a {
	color: #666666;
	text-decoration: none;
}
#title a:hover{
	color: #666666;
	text-decoration: underline;
}
#logo {
	width: 160px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#globalNavi {
	width: auto;
	clear: both;
	height: auto;
}

#globalNavi ul {
	list-style: none;
}

#globalNavi li {
	float: left;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #D3EDD3;
	list-style: none;
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	text-align: center;
	margin-bottom: 20px;

}
#globalNavi li.leftLine {
	border-left: 1px solid #999999;
}

#globalNavi a, #globalNavi a:link,#globalNavi a:visited {
	text-decoration: none;
	color: #1E781E;
	padding: 6px 0px;
	;
	display: block;
	width: 178px;
	height: auto;
}
#globalNavi a:hover {
	background-color: #D2F4B1;
	background-image: url(../images/arrow01_o.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}
