@charset "utf-8";
/*初期化(YUI Reset CSS)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:	0;
	padding:0;
}

img{
	vertical-align:text-bottom;
}

/*--------------------------------  #content  -----------------------------------*/
#content{
	overflow:hidden;
	margin:0 auto 8px;
	padding: 0px 10px;
}

#content h1{
	width: 100%;
	height: 70px;
	background: #e87800;
}	

#content h3{
	margin:	4px 0;
	padding-left:	8px ;
	font-size:	16px;
	border-left: 10px solid #fa8072;
}

#content .s-size {
	font-size : 90%;
}
#content .m-size {
	font-size : 120%;
}

#content a {
	text-decoration : underline;
	color : #1B7887;
}
#content a:hover {
	text-decoration : underline;
}

#content .error {
	margin-left: 20px;
}

#content .link a{
	font-size: 90%;
	text-decoration:none;
	color:	#F673AE;
}

/*-------------------------  #footer  --------------------------*/
#footer {
	padding: 8px 0 6px 6px;
	text-align:	center;
	border-top : 5px solid #F1D39E;
	background:#ffffff;
	font-size:	12px;
	line-height:	20px;
	color:	#333333;
}

#footer ul li{
	display:	inline;
	padding:0 1em 0 0;
}

#footer p {
	margin: 0;
	padding: 0;
}


