@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
	text-decoration:none;
	color:#666666;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;
}
a:active {
}


#page{
	width:700px;
	margin:auto;
	padding:50px;
}

#header{
	margin-bottom:40px;
}
.hmdt-logo a{
	background-image: url(../img/hmdt_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	display: block;
	height: 43px;
	width: 85px;
	margin-left:615px;
	margin-bottom:30px;
}

#wrap{
	float:left;
}
#image-area{
	width:250px;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}
.select-btn{
	margin-top:20px;
	height:7px;
	padding-left:59px;
	}
.select-btn ul{}
.select-btn ul,
.select-btn ul li{
	float:left;
}
.select-btn ul li a{
	width:10px;
	height:10px;
	margin-right:10px;
	text-indent: -1000em;
	display: block;
	float: left;
	background-image: url(../img/select_btn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.select-btn ul li a:hover{
	background:url(../img/select_btn_on.gif) no-repeat left top;
}

#contents{
	width:400px;
	float:right;
	height:500px;
}
.language{
	text-align:right;
	font-size:12px;
	margin-bottom:20px;
}
#appsore{
	float:left;
	margin-bottom:50px;
}
#appsore img{
	 float:left;
	 margin-right:30px;
	 margin-bottom:10px;
}
#appsore p{
	width:270px;
	font-size:10px;
	float:left;
}
.suportmail{
	line-height:40px;
	height:40px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	padding-left:15px;
	margin-top:50px;
}







