@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4 url(http://www.data-sv.jp/images/body_bg.gif) left top repeat-x;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 744px;
	background: #FFFFFF;
	padding-top: 32px;
}

/*  ヘッダー  */
#header {
	margin: 0 auto;
	width: 744px;
	height:71px;
	clear: both;
	position: relative;
	background: #FFFFFF url(http://www.data-sv.jp/images/logo.gif) no-repeat;
}
#header h1{
	float: left;
	text-indent: -2000px;
}
 h1 a {
	float: left;
	width: 284px;
	height: 61px;
	display: block;
}

#navi {
	float: right;
	font-size: 90%;
	margin: 25px 10px 0 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#header .navi{
	float: right;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	margin: 0 auto;
	top: 18px;
}
#globalNav {
	position: absolute;
	top: 73px;
	margin: 0 auto;
	width: 744px;
	height: 33px;
	list-style-type: none;
	background: #000000 url(http://www.data-sv.jp/images/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 93px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(http://www.data-sv.jp/images/global_nav.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -93px  0; }
	#nav03 a { background-position: -186px 0; }
	#nav04 a { background-position: -279px 0; }
	#nav05 a { background-position: -372px 0; }
	#nav06 a { background-position: -465px 0; }
	#nav07 a { background-position: -558px 0; }
	#nav08 a { background-position: -651px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -33px; }
	#nav02 a.stay { background-position: -93px  -33px; }
	#nav03 a.stay { background-position: -186px -33px; }
	#nav04 a.stay { background-position: -279px -33px; }
	#nav05 a.stay { background-position: -372px -33px; }
	#nav06 a.stay { background-position: -465px -33px; }
	#nav07 a.stay { background-position: -558px -33px; }
	#nav08 a.stay { background-position: -651px -33px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -93px  -33px; }
	#nav03 a:hover { background-position: -186px -33px; }
	#nav04 a:hover { background-position: -279px -33px; }
	#nav05 a:hover { background-position: -372px -33px; }
	#nav06 a:hover { background-position: -465px -33px; }
	#nav07 a:hover { background-position: -558px -33px; }
	#nav08 a:hover { background-position: -651px -33px; }


/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 744px;
	height: 45px;
	background: #333333;
}
#footer p {
	position: absolute;
	font-size: 80%;
	top: 10px;
	left: 10px;
	color: #FFFFFF;
}

#footerRight {
	position: absolute;
	font-size: 80%;
	top: 28px;
	right: 10px;
	color: #FFFFFF;
}

#footerNav01 {
	position: absolute;
	top:10px;
	right: 320px;
	font-size: 80%;
}
#footerNav02 {
	position: absolute;
	top:10px;
	right:135px;
	font-size: 80%;
}
#footerNav03 {
	position: absolute;
	top:10px;
	right: 10px;
	font-size: 80%;
}

#footer  a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer  a:hover {
	color: #0066CC;
}

