@charset "utf-8";

body {
background: #EBF0F4;
font-size: 14px;
font-family: Tahoma, "MS UI Gothic", Osaka;
letter-spacing: 1px;
line-height: 1.7em;
color: #333;
}
p#re {
display: none;
}
div#document {
width: 650px;
padding: 30px 50px;
margin: 0 auto;
background: #fff;
border: 1px solid #CBD8E2;
}
ul.c_list {
	margin: 0;
	padding: 0;
}
ul.c_list li {
list-style-type: none;
display: inline;
padding-right: 5px;
border-right: 1px solid #fff;
padding-left: 10px;
}
h1 {
text-align: center;
font-size: 16px;
background: #666666;
color: #fff;
padding: 5px 15px;
}
h1 strong {
color: #EBF0F4;
}
h2 {
background: #EEEDE1;
padding: 5px 10px;
font-size: 14px;
color: #333;
font-weight: lighter;
border: 1px solid #CDCABB;
}
h2 strong {
color: #cc0000;
font-weight: bold;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #cc0000;
}
ul {
background: #EBF0F4;
padding: 30px;
margin: 0;
font-size: 12px;
}
ul li {
list-style-position: inside;
}