@charset "utf-8";
/* -----------------------------------------------
----------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,th,td,pre,form,fieldset,input,textarea,blockquote {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Osaka-UI',sans-serif;
}
h1,h2,h3,h4,h5,h6,textarea {
	font-size: 100%;
}
body {
	font-size:75%;
	font-weight:normal;
	line-height:1.631;
	color:#333;
	letter-spacing: 0.05em;
}
ul li {
	list-style:none;
}
li img,
dt img,
dd img {
	vertical-align:bottom;
}
img {
	border:none;
}
hr {
	display:none;
}
.textbox, .textarea {
	padding:2px;
	border: solid 1px #4c8f60;		
}
a:link {
	color: #6a583c;
	text-decoration: underline;
}
a:visited {
	color: #6a583c;
	text-decoration: underline;
}
a:hover,
a:visited:hover {
	color: #6a583c;
	text-decoration: none;
}
a:active {
	color: #6a583c;
	text-decoration: none;
}