﻿
/* CSS Document */

/* 選択中の文字色 */
::selection { background: #14b9d6; color: #fff; /* Safari */ }
::-moz-selection { background: #14b9d6; color: #fff; /* Firefox */ }


/* リンク */
a {
	color: #ff62a7; text-decoration: underline;
}
a:hover{ color: #62d4ff; }

.box_link
{
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 20px 3px 24px;
	background: #939393;
	color: #ffffff;
	text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


}
a:hover.box_link
{
	background: #ff62a7;
	color: #ffffff;
}

/* 強調 */
.red { color: #e36c95; }
.blue { color: #14b9d6; }


/* チビ文字 */
.min { font-size: 15px; line-height: 24px; }

/* =============================================== */

/* 選択中の文字色 */
::selection { background: #ff75b7; color: #fff; /* Safari */ }
::-moz-selection { background: #ff75b7; color: #fff; /* Firefox */ }


/*fotter*/

#fotter
{
	background: #fff url("../images/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
    animation: fotterslide 8s linear infinite;
	-webkit-animation: fotterslide 8s linear infinite;
}
@keyframes fotterslide {
  0%    { background-position:0px 0px;  }
  100%  { background-position:-160px 0px;  }
}
@-webkit-keyframes fotterslide {
  0%    { background-position:0px 0px;  }
  100%  { background-position:-160px 0px;  }
}
#fotter_menu
{
	width: 980px;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 12px;
	line-height: 20px;
	margin: 0 auto;
}
