
/* ---------------------------------------------

               全ページ共通

---------------------------------------------- */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-size:14px;
}


a:link{
	   text-decoration:none;
	   background-image:none;
	   color:#0066CC;
}


a:visited{
	   text-decoration:none;
	   background-image:none;
	   color:#0066CC;
}	   

a:hover{
	   text-decoration:underline;
	   background-image:none;
	   color:#0066CC;
}	   

a:active{
	  text-decoration:underline;
	  background-image:none;
	  color:#0066CC;
}

.red{
	color:red;
}


.news {
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
dt {
	background-image: url(../img/icon/pointer.png);
	background-repeat: no-repeat;
	text-indent: 20px;
}
dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
