/*


 グローバルナビゲーションスタイル 



*/



body a {
	color: #003399;
	text-decoration: none;
}
body a:hover {
	color: #6772C3;
	text-decoration:underline;
}

/* ヘッダ全体幅・背景指定 ******/
#banner {
    width:       840px; /* necessary for ie win */
	height:      65px;
	background:  url(../img/header.gif) no-repeat;
}

/* ヘッダサイト説明文設定 ********/
#banner-inner {
    padding:  0px;
	margin:   0px;
	width:    840px; /* necessary for ie win */
	height:   65px;
}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }


/* ヘッダサイト説明文設定 ********/
#banner-header {
    margin: 0;
    color: #fff;
    font-size: 3px;
}
#banner-header a {
	marigin:  0px;
	padding:  0px;
	display:  block;
	width:    840px;
	height:   65px;
	text-decoration:  none;
}
#banner-header a:hover {
	marigin:          0px;
	padding:          0px;
	display:          block;
	width:            840px;
	height:           65px;
	text-decoration:  none;
}
#banner-header span {
	position: relative;
	left: -5000px;
}

/* ヘッダサイト説明文設定 *********/
#banner-description {
	display: none;
}


/* グローバルナビゲーション指定 *****************************************************************/
#navi {
	margin:      0px;
	width:       840px;
	height:      35px;
	background:  url(../img/gn01_over.gif) -2000px 0px no-repeat; /* キャッシュ用 */
	background:  url(../img/gn02_over.gif) -2000px 0px no-repeat;
	background:  url(../img/gn03_over.gif) -2000px 0px no-repeat;
	background:  url(../img/gn04_over.gif) -2000px 0px no-repeat;
	background:  url(../img/gn05_over.gif) -2000px 0px no-repeat;
	background:  url(../img/gn06_over.gif) -2000px 0px no-repeat;
}
#navi ul {
	margin:          0px;
	padding:         0px;
	list-style-type: none;
}
#navi li {
	float:       left;
}

/* HOMEボタン */
#navi .gn1 a {
	width:       140px;
	height:      35px;
	display:     block;
	background:  url(../img/gn01.gif) no-repeat;
	float:       left;
}
#navi .gn1 a:hover {
	background:  url(../img/gn01_over.gif) no-repeat;
}

/* まさし日記ボタン */
#navi .gn2 a {
	width:       140px;
	height:      35px;
	display:     block;
	background:  url(../img/gn02.gif) no-repeat;
	float:       left;
}
#navi .gn2 a:hover {
	background:  url(../img/gn02_over.gif) no-repeat;
}

/* まさしニュースボタン */
#navi .gn3 a {
	width:       140px;
	height:      35px;
	display:     block;
	background:  url(../img/gn03.gif) no-repeat;
	float:       left;
}
#navi .gn3 a:hover {
	background:  url(../img/gn03_over.gif) no-repeat;
}

/* プロフィールボタン */
#navi .gn4 a {
	width:       140px;
	height:      35px;
	display:     block;
	background:  url(../img/gn04.gif) no-repeat;
	float:       left;
}
#navi .gn4 a:hover {
	background:  url(../img/gn04_over.gif) no-repeat;
}

/* リンクボタン */
#navi .gn5 a {
	width:       140px;
	height:      35px;
	display:     block;
	background:  url(../img/gn05.gif) no-repeat;
	float:       left;
}
#navi .gn5 a:hover {
	background:  url(../img/gn05_over.gif) no-repeat;
}

/* ご意見・お問い合わせボタン */
#navi .gn6 a {
	width:       140px;
	height:      35px;
	display:     block;
	background:  url(../img/gn06.gif) no-repeat;
	float:       left;
}
#navi .gn6 a:hover {
	background:  url(../img/gn06_over.gif) no-repeat;
}

/* テキスト設定 */
#navi span {
	margin:    0px;
	display:none;
	font-size: 0px;
}
