/*======================================
@1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}
img {border:0; vertical-align: text-bottom;}
ul {list-style: none;}

/*======================================
@2.Fonts
=======================================*/

body {
	font-size: 62.5%;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	background-color: #F0E1C4;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/chiikinews/haikei.gif);
	background-repeat: repeat;
}
p {
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
}
dl,dd,dt{
padding:0; margin:0;
} 

/* --- link --- */
a {
	color: #584630;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}

