@charset "UTF-8";

/*--lowerlayer only
---------------------------------------------*/
hr { width: 100%; height: 1px; border: none; border-top: 1px #e5e5e5 solid; margin-bottom:70px;}

body { font-size: 12px; line-height: 1.8em; color: #444; background-image:url(../images/lowerlayer/bg.png); background-repeat:repeat-x;}



.fixed{
	position:fixed;
	top:5px;/*固定させたい位置*/
}

