/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/


*{ margin:0; padding:0;}
img{ border:0;}



/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: 90%; /* IE 7 */
    *font:80%; /* IE 6以下 */
}
body{
	text-align:center;
	}

.CNT{ text-align:center;}
.L{ text-align:left;}
.R{ text-align:right;}


#nav {
	text-align: center;
	position: relative;
	top: 32px;
	left: 10px;
}
#nav li {
	list-style-type: none;
	display: inline;
}

#card {
	text-align: center;
	position: relative;
	top: 64px;
}

#copy {
	text-align: center;
	position: relative;
	top: 96px;
}



#nav2 {
	position: relative;
	top: 16px;
	text-align: right;
}

#nav2 li {
	list-style-type: none;
	display: inline;
}
#logo {
	position: relative;
	top: 16px;
	text-align: left;
}
#head {
	text-align: center;
	top: 32px;
}
#container {
	width: 960px;
	margin: auto;
	text-align: center;
}
body {
	text-align: center;
}
#copy{
	clear: left;
	background-color: #FFFFFF;
	height: 16px;
	font-size: 10px;
	text-align: center;
	color: #999999;
	padding: 2px;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	}
#copy a:hover{
	color:#FFFFFF;
	}
