@font-face {
font-family: 'Glacial Indifference Regular';
font-style: normal;
font-weight: normal;
src: local('Glacial Indifference Regular'), url('GlacialIndifference-Regular.woff') format('woff');
}


@font-face {
font-family: 'Glacial Indifference Bold';
font-style: normal;
font-weight: normal;
src: local('Glacial Indifference Bold'), url('GlacialIndifference-Bold.woff') format('woff');
}

body {
    display: block;
	margin: 0 auto;
    padding: 0 64px;
    width: 994px;
	color:#444;
    background-color: #FEFEFE;
}

#main {
}

strong{
	color:#222;
}

a {
	text-decoration: none;
	color:#000;
}

a href {
	font: bold;
}

hr {
    margin-left: 0;
    width: 994px;
    color: #666;
}

img {
	max-width: 994px;
}

div.box {
	width: 974px; 
    line-height: 22px;
	font-family: 'Glacial Indifference Regular';
    text-align: justify;
}

p {
    width: 994px;
    line-height: 22px;
    font-family: 'Glacial Indifference Regular';
    text-align: justify;
}

p a {
    color: #FFB523;
	font-weight: bold;
}

.info {
	width: 976px;
	padding: 8px;
	color: #000;
	background-color: #FFFFDD;
	border-left: 6px solid #FFFF88;
}

.caution {
	width: 976px;
	padding: 8px;
	color: #000;
	background-color: #FFCFCF;
	border-left: 6px solid #FF7F7F;
}

.info:before {
    content: "";
    display: block;
    background: url("info_icon_44x40.png") no-repeat;
    width: 44px;
    height: 40px;
    float: left;
    margin-right: 8px;
}

.caution:before {
    content: "";
    display: block;
    background: url("caution_icon_44x40.png") no-repeat;
    width: 44px;
    height: 40px;
    float: left;
    margin-right: 8px;
}

ul li {
    font-family: 'Glacial Indifference Regular';
    list-style: disc;
	text-align: justify;
}

ol li {
    font-family: 'Glacial Indifference Regular';
    list-style: decimal;
	text-align: justify;
}

.none {
    list-style: none;
}

li {
	padding-bottom: 10px;
}

ol {
	padding-top: 5px;
}

.width {
    width: 994px;    
}

.high {
    margin-bottom: 0;
    font-size: 54px;
	font-weight: 600;
    line-height: 48px;
    font-family: 'Glacial Indifference Regular';
	color: #666;
}

.center {
    text-align: center;
}

.center_min {
    text-align: center;
	font-size: 13px;
	font-style: italic;
}

.block_center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h2 {
    margin-bottom: -40px;
	color: #666;
    line-height: 40px;
    font-size: 34px;
    text-decoration: underline;
}
h3 {
    margin-bottom: -10px;
	color: #777;
    line-height: 32px;
	font-size: 22px;
}

h3 a {
   color: #999;
}

h2, h3 {
    padding-top: 40px;
	font-weight:600;
    font-family: 'Glacial Indifference Regular';
}

li {
    line-height: 18px;
    color: #666;
}

ol li a {
	font-size: 18px;
	text-decoration: underline;
    font-family: 'Glacial Indifference Regular';
    color: #666;
}
ol li a:hover {
	color: #FFB523;
}

ol li ol li a {
	text-decoration: none;
	font-size: 16px;
}

ol li ol li a:hover {
	color: #3ABEFF;
}

.navbar {
	overflow: hidden;
	background-color: #DDD;
	position: fixed;
	top: 0;
    left: 8px;
	height: 100%;
	width:48px;
	height: 462px;
	margin-top: 10px;
    font-family: 'Glacial Indifference Bold';	
}

.navbar div a {
	display: block;
	padding: 10px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.navbar div a:hover {
	color: #666;
	background-color: #FFB523;
}