/*上部リンクスペースを作るための設定*/
.normal-p {margin-top:80px;width:655px;}
.wide-p {margin-top:80px;}

/*各ページに挿入される上部のリンクの背景色、文字色、その他設定*/
.linkbox a{
	width:20%;
	float:left;
	font-size:15px;
	line-height:20px;
	text-align:center;
}


.linkbox a:link		{text-decoration :none;}
.linkbox a:visited	{text-decoration :none;}
.linkbox a:hover	{text-decoration :none;background-color:#9AFFFF;}

.linkbox-a a:link	{background-color:#ffffd8;}	
.linkbox-a a:visited{background-color:#ffffd8;}	
.linkbox-a a:hover	{background-color:#eaff93;}

.linkbox-b a:link	{background-color:#e8ffe8;}
.linkbox-b a:visited{background-color:#e8ffe8;}
.linkbox-b a:hover	{background-color:#eaff93;}



/見出し文字の背景色、文字色、フォントサイズ指定*/
h1	{font-size:28px; color:#0055ff; background:#BBFFFF;}
h2	{font-size:18px; color:#0055ff; background:#BBFFFF;clear: both; margin-top: 10px;}


/*イメージを左右に振る設定(施工例で使用)*/
.imgl {width:320px; float:left;margin-right:15px;margin-top:10px;}
.imgr {width:320px; margin-top:10px;}