/*
font-size pixel to percent list
32px	200-203
30px	188-190
28px	175-178
26px	163-165
24px	150-153
22px	138-140
20px	125-128
19px	119-121
18px	113-115
17px	107-109
16px	100-103
15px	94-96
14px	88-90
13px	82-84
12px	75-78
11px	69-71
10pxs	63-65
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	background: #e9e9e9;
	margin: 0px 0px 30px;
	padding: 0px;
	text-align: center;
}
a:link, a:visited {
	color: #444444;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
}
h2,
h3 {
	margin:0.5em 0;
	color:#0B67BD;
}
h4 {
}
p {
	font-size:93%;
	margin:0 0 20px;
}
form, #form {
	margin:0;
	padding:5px;
}
input {
	line-height:1.2;
}
input, textarea {
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
	font-family:Arial,Helvetica,"ヒラギノ角ゴ Pro W3",sans-serif;
	margin:0.4em 5px;
	padding:0.1em 5px;
}

/*--------------------------------
layout
---------------------------------*/
#pagetop {
	display: block;
	width: 760px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	text-align: left;
}
#maincont {
	width: 650px;
	margin: 50px auto 0;
}
#shindan_list {
	display: block;
	width: 608px;
	padding: 20px;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
#shindan_list ul {
	margin: 0;
}
#shindan_list ul li {
	list-style-type: decimal;
	margin-left: 2em;
}
.to_top {
	font-size:93%;
	margin: 30px 0 0;
	text-align:right;
}












