@charset "Shift_JIS";

/*	全体
--------------------------------------------*/

* {
	font-style: normal;	
	font-weight: normal;
	font-size: 95%;
}

html,
body {
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}
html {
	overflow-y: scroll;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	color: #555555;
	background:#fff; 
	line-height:150%;
	letter-spacing:0.1em;

	margin-top: 2em;
	margin-bottom: 4em ;
	margin-left: 12% ;
	margin-right: 12% ;
}

/*	見出し
--------------------------------------------*/
h1 {
	margin-top: 3em;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%;
}
h2 {
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dotted #000;
	font-weight: bold;
}

h3 {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

/*	リンク
--------------------------------------------*/
a {
	color: #336699;
	text-decoration: none;
	font-size: 80%;
}
a:hover {
	border-bottom: 1px dotted #000;
	text-decoration: none;
	font-size: 80%;
}

