/*  ----	リンク StyleSheets	----  */

@charset "UTF-8";

/*	ボディ	-----------------------------------------------------------------------------------------	*/
#titleArea h2	{
	border-bottom: #fba848 5px solid;
}
.h3Area h3	{
	background-color: #fba848;
}
.h4Area h4	{
	border-bottom: #fba848 1px solid;
}

/*	リンクボックス	----------------------------------------*/
.linkArea	{
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}

.linkCorp	{
	margin: 0;
	margin-bottom: 30px;
	padding: 20px 40px;
	border: #fba848 1px solid;
}
a.linkName	{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background-color: transparent;
}
a.linkName:link,
a.linkName:visited,
a.linkName:active	{
	color: #333333;
	text-decoration: underline;
}
a.linkName:hover	{
	color: #666666;
	text-decoration: none;
}
.linkAddress	{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 28px;
}
.linkURL	{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 28px;
	letter-spacing: 1px;
}

