@charset "utf-8";

/*----------------------------------------------------------------------------*/
/* JOOX　終着駅からはじめちゃう?!：スタイルシート  (2018/05/25update) */
/*----------------------------------------------------------------------------*/

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus  {text-decoration:underline;  color:#ee0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

	#wrapper{
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		width:978px;
		background-color:#ffc801;
		}

	#page_bottom{
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		width:978px;
		height:115px;
		background-image:url("../images/shuchakueki_3.gif");
		background-repeat:no-repeat;
		background-color:#ffffff;
		border-bottom:1px dotted #bbbbbb;
		}


	.clear{
		clear:both;
		}

