@charset "utf-8";

/* Huynh Tram */
/*html*/
html{	overflow-y:scroll; }

/*body*/
body{
	font-size:12px;
	line-height:1.4;
	font-family:"MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,Sans-Serif;
	background: #fcfbfa;
	min-width: 960px;
}

/* Container */

.wrapper {
	width:960px;
	margin:0 auto;
}

/*header*/
#Header {
	padding:30px 0 0;
}
h1 {
	font-size:84%;
	padding-top:540px;
	color:#747474;
}
#Logo {	
	display:block;
	width:144px;
	height:66px;
	margin:0 auto 35px;
}

/*Navigation */
#Navigation {
	background:url(../images/common/navigation.png) no-repeat 0 100%;
	height:46px;
	margin:0 0 13px;
}
#Nav li {
	width: 184px;
	height: 46px;
	float: left;
	overflow: hidden;
}
#Nav li + li {
	margin-left:10px;
}
#Nav li a {
	width: 184px;
	height: 0;
	padding: 46px 0px 0px;
	background:url(../images/common/navigation.png) no-repeat left top;
	display: block;
}
#Nav li.nav1 a {
	background-position: 0px top;
}
#Nav li.nav2 a {
	background-position: -194px top;
}
#Nav li.nav3 a {
	background-position: -388px top;
}
#Nav li.nav4 a {
	background-position: -582px top;
}
#Nav li.nav5 a {
	background-position: -776px top;
}
/* Footer */
#Footer {
	text-align:center;
}
#Footer-nav {
	display:inline;	
}
#Footer-nav li {
	display:inline;	
	margin-left:15px;
	color:#7c7c7c;
}
#Footer-nav a {
	font-size:100%;
	margin-right:15px;
	text-decoration:none;
	color:#7c7c7c;
}
#Footer-nav a:hover {
	text-decoration:underline;
}
#Copyright {
	background:url(../images/common/bg_copyright.png) repeat-x;
	line-height:17px;
	text-align:center;
	color:#fff;
	font-size:84%;
	margin-top:8px;
}

/* Page-top */
#Page-top{
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:999;
}
#Page-top a {
	width:0;
	height:0;
	padding:13px 103px 0 0;
	overflow:hidden;
	background:url(../images/common/img_pagetop.png);
	display:block ;
}
address {
font-style:normal;
} 