@charset "utf-8";
/* format style
--------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	text-decoration: none;
}

img{
	border:0;
}


body{
	top: 0px;
	left: 0px;
	color: #333333;
	font-family: Arial, Helvetica, "ＭＳ ゴシック", sans-serif;
	background-image: url(imgs/bg_top.gif);
	background-repeat: repeat-x;
	background-color: #E7E8D6;
}

*html body{
	font-size: 84%;
}

*+html body{
	font-size: 84%;
}

a, a:active{
	color: #0033cc;
	text-decoration: underline;
}

a:visited{
	color: #993366;
	text-decoration: underline;
}

/* basic layout style
--------------------------------------*/
#wrapper{
	width:680px;
	margin:1px auto 0px;/*上下と左右*/
	position:relative;
	}

#menu h3{
	color: #E4006F;
	font-size:12px;
	font-weight:bold;
	margin: 5px;
	}

#menu p{
	color: #E4006F;
	font-size:12px;
	margin: 5px;
	}

#faci p{
	color: #E4006F;
	font-size:12px;
	margin: 5px 5px 5px 10px;
	}

/* フッタ */

#footer{
	width: 640px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#footer .fline{
	width: 640px;
	margin-bottom: 10px;
	border-top: dotted #333333 thin;
	background-color: #FFFFFF;
}

*html #footer .fline{
	margin-bottom: 0px;
}

*+html #footer .fline{
	margin-bottom: 0px;
}

#footer .copy{
	font-size: 70%;
	text-decoration: none;
	text-align: center;
}
