@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------
	Reset & Default
------------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	text-align: center;
}
	
ul,ol{
	list-style-type: none;
}

a{
	color: #1475d9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
	vertical-align: bottom;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}



/* -------------------------------------------------------------------
	Layout
------------------------------------------------------------------- */
header{
	width: 960px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}

#gnav{
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

#wrap{
	clear: both;
	padding-bottom: 20px;
}


/* -------------------------------------------------------------------
	header
------------------------------------------------------------------- */
header .description{
	font-size: 0.8em;
	font-weight: normal;
	color: #ccc;
	float: right;
	padding-top: 10px;
}

header .description span{
	text-transform: uppercase;
}

header .logo{
	padding-top: 23px;
}



/* -------------------------------------------------------------------
	Navigation
------------------------------------------------------------------- */
#gnav ul{
	width: 960px;
}

#gnav li{
	width: 192px;
	float: left;
	display: inline;
}


/* -------------------------------------------------------------------
	footer
------------------------------------------------------------------- */
footer{
	padding-top: 25px;
	color: #999;
	font-size: 0.86em;
	background-color: #003300;
}

footer .description{
	padding-top: 10px;
	position: relative;
	top: 65px;
	font-size: 0.9em;
	font-weight: normal;
}

footer .description span{
	text-transform: uppercase;
}

footer .logo{
	position: relative;
	top: -1.2em;
}

footer nav{
	margin-top: 60px;
	display: inline-block;
	overflow: hidden;
}
	

footer nav li{
	display: inline-block;
	line-height: 1em;
	border-left: 1px solid #888;
	margin-right: 10px;
	padding-left: 14px;
	position: relative;
	left: -2px;
}

footer nav a{
	color: #999;
}

footer nav a:hover{
	text-decoration: underline;
}

footer #copy{
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
}

footer #copy span{
	text-transform: uppercase;
}




/* -------------------------------------------------------------------
	main
------------------------------------------------------------------- */
#pageTop{
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

#pageTop{
	position: relative;
	right: 125px;
}



/* -------------------------------------------------------------------
	clearfix class
------------------------------------------------------------------- */

.clearfix,
#products article{
	overflow: hidden;
}

.clearfix:after,
#products article:after{
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .clearfix,
* html #products article{
	height: 1px;
	overflow: visible;
}
/* */
