.top
{
	position: absolute;
	top: 1cm
}	/*ページ上の余白*/
.top2{
	color:#8b008b;
	padding-top:10px;
	font-size:large;
	text-align:center
}	/*indexの２*/

.top3{
	color:#9932cc;
	padding-left:100px;
	line-height:200%;
	font-weight:bold
}	/*indexの所在地情報*/

.top4{
	padding-left:10px;
	color:#0000ff;
	line-height:200%;
	font-weight:bold;
	text-align:left;
}	/*index・業務のリンクメニュー*/

h1{
	color:#00ced1;
	font-size:large;
	vertical-align :middle;
}	/*ページタイトル*/

h2{
	color:#ff00ff;
	font-size:120%;
	font-weight: bold;
	}	/*ページ2番目タイトル*/

h3{
	color:#ff00ff;
	font-size:100%;
	font-weight: bold;
	text-align:center;
}	/*リンク元へかえる*/

h4{
	margin-top:-5px;
	color:#9932cc;
	font-size:120%;
	line-height:180%
}	/*ページ3番目タイトル*/

h5{
	margin-top:-15px;
	color:#6633CC;
	font-size:100%;
	font-weight: bold;
	line-height:150%;
	text-align:left;
}	/*syoukaiページ*/

.h4{
	color:#4682B4;
	line-height:200%
}
body{
	background-color:#fffff0;
}

.futoji{
	font-weight:bold
}

.menu_btn{
	margin-right:2px
}
.center{
	text-align:center
}
.content_all{
	width:430px
}	/*ページ幅*/
.main_img{
	margin:1px 0px
}
.left{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:left
}


li{
	list-style-type:none;
	line-height:150%;
	color:#8a2be2;
	font-size:small
}	/*リストの文字*/

.line{
	border-top:3px solid #004daa;
}	/*ライン*/

a img{
	border:0
}	/*枠なし*/

.photo_left{
	float:left;
	margin-right:15px
}	/*左への回り込み*/

　　/*ここからマウスのリンク色*/
a:link{
	color:blue
}

a:visited{
	color:#0000FF
}

a:hover{
	color:#c71585
}
a:active{
	color:#da70d6
}

a{
text-decoration:none
}
　　/*ここまでマウスのリンク色*/
