@charset "UTF-8";
/* CSS Document */

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

h1{
	font-weight:bolder;
	font-style:normal;
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif, "MS PMincho", "ヒラギノ明朝 Pro W3";
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif, "MS PMincho", "ヒラギノ明朝 Pro W3";
	font-size:20px;
	font-style:normal;
	font-weight: lighter;
	color:#232323;
}

h2 a{
	color:#232323;
}

h2 a:hover{
	opacity:0.6;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif, "MS PMincho", "ヒラギノ明朝 Pro W3";
	font-size:18px;
	font-style:normal;
	font-weight:bolder;
	color:#232323;
	line-height: 35px;
}

h3 a{
	color:#232323;
	}
	
h3 a:hover{
	color:#CE4239;
	}

p{
	font-size:12px;
	line-height:18px;
	font-style:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 5px;
}
	
p a{
	font-weight:bolder;
	color:#232323;
	}
	
p a:hover{
	font-weight:bolder;
	color:#CE4239;
	}
	

