

/* CSS Document */

html {
	font-size: 20px;
}
body {
	font-size:20px;/* sets the default sizing to make sure nothing is actually 10px */
	font-family:"HGŠÛºÞ¼¯¸M-PRO";
	min-width:1080px;
    	background-image:url("../../images/bg_ribon_03.jpg");

}

#contents_body{
	width:1080px;
	margin:0 auto;
    background-color: #222;
}

img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

footer {
    background: #777777;
    color: #FFF;
    position: relative;
    padding: 10px 20px 20px;
    z-index: 3;
    text-align: center;
}
footer p {
    padding: 10px;
   font-size: 16px;
    line-height: 170%;
    margin: 0;
}
footer p b {
    font-size: 15px;
}
.footer-top {
    position: absolute;
    bottom: 0;
}

#access {
	position: relative;
	background-color:#777777;
}
#access .title {
	text-align: center;
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: bold;
    position: relative;
}
#access p {
	margin: 0;
	margin: 20px auto 0;
	color: #fff;
}
#access aside {
  color: #fff;
  margin: 10px auto 0;
}
.access-box {
	width: 640px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.access-img {
	width: 90%;
	margin: 0 auto;
}
.access-img p {
    color: #505050;
}

#access ul {
    padding: 60px 0 40px;
	margin: 0;
    position: relative;
}
#access li {
   margin: 0 auto 20px;
   text-align: center;
   width: 400px;
    list-style: none;
}
#access li img {
    width:100%;
}

.link_btn{
    width: 70%;
    margin: 10px auto 50px;
}