@charset "UTF-8";


/*-----------------------

背景色・さらに薄いグリーン
#aed7c9

背景色・薄いグリーン
#bbe4d1

背景色・濃いグリーン
#7eceb5

ロゴ・グリーン
#209262

文字色・濃いグリーン
#168d5e

文字色・薄いグレー
#979da1
-----------------------*/


* {
	margin:0;
	padding:0;
}

html{
    line-height: 1.5em;
	color: #3a3a3a;
}

body {
	text-align: center;
	font-family: YuGothicM;
    src: local("Yu Gothic Medium");
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
}


h1 {
	font-size: 13px;
	font-weight: normal;
	}

h2 , h3 , h4 , h5 , h6 {
	font-size: 13px;
	font-weight: normal;
	}

dl, ul, ol {
	list-style-type: none;
	}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	}
blockquote, q {
	quotes:none;
	}
blockquote:before ,
blockquote:after ,
q:before ,
q:after {
	content:'';
	content:none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}
table th ,
table td {
	text-align: left;
	font-weight: normal;
	}
img {
	vertical-align: bottom;
	border: 0;
	font-size: 0;
	interpolation-mode: bicubic;
	-ms-interpolation-mode: bicubic;
	-moz-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	}

	
/*
===== link setting ===========================
*/

a:visited {
	color: #168d5e;
	text-decoration:underline;
}
a:active {
	color: #00afa5;
}

a {
	text-decoration: none;
	color: #168d5e;
}

a:hover {
	color: #f38400;
	text-decoration:underline;
}
a:focus, a:active ,input:focus {
	outline: none;
}


*:focus {
  outline: none;
}
a:focus, a:active ,input:focus {
	outline: none;
}
