@charset "shift_jis";


* /* all */ {
  margin: 0;
  padding: 0;
}

a:link {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

a:visited {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline; }

a:active {
	color: #666666;
	margin: 0;
}

body {
	color: #666666;
	margin: 0; /* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "MS Gothic", "‚l‚r ƒSƒVƒbƒN", "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
	background-color: #999;
	background-image: url(../imgs/bg_gradation.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-decoration: none;
	text-align: center;
}

caption {
	display: none;
	color: #5bac35;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.5em;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #505046;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../imgs/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 12px;
	padding: 0 0 0 40px;
	display: block; }

h2 {
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	background-color: #666;
	background-image: url(../imgs/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	margin: 0 0 1em;
	padding: 0 0 0 20px;
	display: block; }
h3 {
	font-size:   12px;
	font-weight: bold;
	width: inherit;
	margin: 0 0 0.5em;
	padding: 0;
	border-bottom: 1px dotted #666;
	display: block; }

html {
	margin: 0; /* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}
img {
	border:0;
}

ol {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	list-style-type: decimal;
}

ul, li {
	padding: 0;
	margin: 0em;
	list-style: none;
}

input, select, textarea {
	font-size: 12px;
	margin: 0 6px 0 0;
	padding: 0
}
p {
	margin: 0;
	padding: 0; }
dl,dt,dd {
  margin: 0;
  padding: 0; }


