/* タグの初期化 */
body,h1,h2,p,ul,ol,li,dd,dt,dl,div,img{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

body {
	background-color:#EEEEEE;
	font-size: small;

}

/*---メインボックス　幅760PX---*/
#container {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	width: 760px;
	margin: 0px auto 0px auto;
	border: 1px solid #CCCCCC;
}

/*---ヘッダー　幅760PX　高さ60PX---*/
#header {
	font-size: x-small;
	font-style: normal;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	line-height: 1.4em;
}


/*---ヘッダー　GT-Lockのロゴ画像の配置---*/
#header div {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*---ヘッダー　右側の文字の設定---*/
#header p {
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
	float: right;
}

/*---ナビゲーションメニュー　幅760PX　高さ24PX---*/
#container #nav {
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	height: 21px;
	text-align: right;
	padding-top: 3px;
	clear:both;
}

#container #nav li {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 2px;
	letter-spacing: 0.1em;
}

#container #nav a:link ,#container #nav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#container #nav a:hover ,#container #nav a:active{
	color: #CCCCFF;
	text-decoration: underline;
}

/*フッター*/
#container #footer {
	text-align: center;
	clear: both;
	padding: 3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
