@charset "UTF-8";

/*-------------------------------
　ページ全般
-------------------------------*/

*{
  color:#777;
}

body{
  text-align: center;
  padding: 300px 0;

}

a{
	color: #333;
	text-decoration: none;
}


a:link,a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #88f;
	background: #ddd;
}

a.top0:link,a:visited {
	color: #777;
	text-decoration: none;
}

a.top0:hover {
	color: #777;
	background: #fff;
}


/*
p {
	color: #396873;
	font-size: 14px;
}
*/


/*-------------------------------
　基本DIV
-------------------------------*/

#page {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  clear: both;
}

{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-- hr --*/
#site_top{
	border: 2px solid #FFD2D9;

}



/*------------------------------
　スペーサー
------------------------------*/

.spc001 {height: 1px;}
.spc002 {height: 2px;}
.spc003 {height: 3px;}
.spc004 {height: 4px;}
.spc005 {height: 5px;}
.spc010 {height: 10px;}
.spc015 {height: 15px;}
.spc020 {height: 20px;}
.spc025 {height: 24px;}
.spc030 {height: 30px;}
.spc040 {height: 40px;}
.spc050 {height: 50px;}


.empty01 {height: 5px;}
.empty02 {height: 10px;}
.empty03 {height: 50px;}
.empty04 {height: 100px;}
.empty05 {height: 300px;}

