/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
* {
	padding:0;
	margin:0;
	}
img {
	vertical-align: bottom;
	border: none;
	}
body , html {
	width: 100%;
	margin: 0 auto;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','Osaka,sans-serif';
	}

/*====================text====================*/
h1 {
	font-size: 1.2em;
	color: #000000;
	}
h2 {
	font-size: 1.1em;
	color: #000000;
	}
h3 {
	font-size: 1em;
	color: #000000;
	}
p {
	font-size: 0.85em;
	color: #000000;
	}
li {
	list-style: none;
	list-style-type:none;
	font-size: 0.85em;
	color: #000000;
	}
hr {
	margin: 20px 0 20px 0;
	}


/*未訪問リンク*/
a:link {
	font-size: 0.9em;
	color: #14a83b;
	text-decoration: underline;
	}
/*訪問済みリンク*/
a:visited {
	font-size: 0.9em;
	color: #14a83b;
	text-decoration: none;
	}
/*マウスオーバー時*/
a:hover {
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
	}
/*マウスクリック時*/
a:active {
	font-size: 0.9em;
	color: #74340b;
	text-decoration: underline;
	}
em,strong {
	font-weight: normal;
	font-style: normal;
	}
address {
	font-size: 0.85em;
	font-style: normal;
	color: #000000;
	}
span.red {
	font-size: 0.85em;
	color: #ff0000;
	font-weight: normal;
	}
span.blue {
	font-size: 0.85em;
	color: #0000ff;
	font-weight: normal;
	}
span.x-big {
	font-size: 130%;
	font-weight: normal;
	}
span.xx-big {
	font-size: 160%;
	font-weight: normal;
	}
span.x-small {
	font-size: 80%;
	font-weight: normal;
	}
span.xx-small {
	font-size: 60%;
	font-weight: normal;
	}



.clearfloat {
	clear:both;
	}











