@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-family: helvetica,arial,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/* font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif; */
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}


a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
a:link {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    color: #999999;
    text-decoration: none;
}


.contArea {
    margin-left: 30px;
    padding-bottom: 10px;
}
