@charset "utf-8";
/* CSS Document */


/*----------------------------------
　ネイビー＋水色（背景）+ラインあり
-----------------------------------*/
/*リンク*/

.link {
	color: #59B4F0;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a.link:link{
	text-decoration: underline;
	color: #59B4F0;
}

a.link:visited{
	color:#ed7eb3;
	text-decoration: underline;
}

a.link:hover{
	color:#ed7eb3;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 1px;
	top: 1px;
}


/*----------------------------------
　水色+ラインなし
-----------------------------------*/
/*リンク*/

.link_pege {
	color: #62afe7;
	background-image: url(../img/parts/pege_up.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	padding-top: 5px;
}

a.link_pege:link{
	text-decoration: none;
	color: #62afe7;
	background-image: url(../img/parts/pege_up.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	height: 40px;
	line-height: 40px;
}

a.link_pege:visited{
	color:#62afe7;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	text-decoration: none;
	background-image: url(../img/parts/pege_up.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}

a.link_pege:hover{
	color:#ed7eb3;
	text-decoration: none;
	margin: 0px;
	background-image: url(../img/parts/pege_down.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	left: 1px;
	top: 1px;
}

/*----------------------------------
　ロイヤルブルー+ラインなし
-----------------------------------*/
/*リンク*/

.link2{
	color: #3990e0;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a.link2:link{
	text-decoration: none;
	color: #3990e0;
}

a.link2:visited{
	color:#3990e0;
	text-decoration: none;
}

a.link2:hover{
	color:#ed7eb3;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 1px;
	top: 1px;
}

/*----------------------------------
　黒+ラインあり 1px右下
-----------------------------------*/
/*リンク*/

.link3 {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a.link3:link{
	text-decoration: underline;
	color: #666666;
}

a.link3:visited{
	color:#666666;
	text-decoration: underline;
}

a.link3:hover{
	color:#ed7eb3;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 1px;
	top: 1px;
}

