@charset "utf-8";

/* 各要素をリセット */
/* ------------------------------- reset ----------------------------------- */
* {
	margin:0;
	padding:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, select, option, textarea, p, blockquote, th, td, address {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	-webkit-appearance: none;
}



body {
	font-size: 100%;
/*	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;	*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !important;
	line-height: 1.6;
	color: #110B01;
	background-color: #fbfaf5; /*	#D6E3DD		FFFBE0	*/

}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	color: #;
	font-weight: bold;
	line-height: 1;
}

table {
	margin : 0;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

select {
	height: 1.5em;
}

select option {
	padding: 0 6px 0 0;
}

/* ----------------------------- --------------------------------------- */
/*
#header, #menu, .contents, #footer {
	background-color: #FFF;
}
*/