@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------------------------------初期化 */
* {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}
hr {
	clear: both;
	visibility: hidden;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}
table {
	border-collapse:collapse;
	clear: left;
	text-align: left;
}
ul {
	list-style:none;
}
p {
	line-height:20px;
	margin:10px 0px;
	margin-top: 10px;
}
strong {
	font-weight: bold;
}
/* リンク設定 */
A:link, A:visited {
	color:#000099;
}
A:hover {
	color:#FF3300;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------INDEX */

#Wrap {
	width:970px;
	margin:0 auto;
	padding: 10px;
	border-top: 0px;
	border-right: 1px solid #999;
	border-bottom: 0px;
	border-left: 1px solid #999;
}
#Header .logo a {
	float: left;
	background-image: url(../image/qnap_logo.jpg);
	display: block;
	height: 24px;
	width: 200px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h1 {
	margin-top: 10px;
}
#Header .Hnavi li {
	float:right;
	margin-left: 30px;
	text-decoration: underline;
}
/* Gnavi */
#Header .Gnavi {
	clear: both;
	padding-top: 5px;
	position: relative;
}
#Header .Gnavi li {
	float: left;
	width: 194px;
	text-indent:-9999px;
	position: relative;
}
#Header .Gnavi li a {
	height:17px;
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#Header .Gnavi .tokusyu a {
	background-image: url(../image/gnavi_tokusyu.jpg);
	background-repeat: no-repeat;
}
#Header .Gnavi .tokusyu a:hover {
	background-image: url(../image/gnavi_tokusyu.jpg);
	background-position: top;
}
#Header .Gnavi .sier a {
	background-image: url(../image/gnavi_sier.jpg);
}
#Header .Gnavi .sier a:hover {
	background-image: url(../image/gnavi_sier.jpg);
	background-position: top;
}
#Header .Gnavi .product a {
	background-image: url(../image/gnavi_product.jpg);
}
#Header .Gnavi .product a:hover {
	background-image: url(../image/gnavi_product.jpg);
	background-position: top;
}
#Header .Gnavi .support a {
	background-image: url(../image/gnavi_support.jpg);
}
#Header .Gnavi .support a:hover {
	background-image: url(../image/gnavi_support.jpg);
	background-position: top;
}
#Header .Gnavi .example a {
	background-image: url(../image/gnavi_example.jpg);
}
#Header .Gnavi .example a:hover {
	background-image: url(../image/gnavi_example.jpg);
	background-position: top;
}
#Main {
	clear: both;
	padding-top: 5px;
}
/* -------------------------------------------------------------------------------パンくずリスト */
#BreadCrumb {
	clear: both;
	padding: 15px 0px 10px;
}
#BreadCrumb ul li {
	display: inline;
	padding-right: 15px;
}
#Contents {
	margin: 5px 0px 0px;
	background-image: url(../image/bg_contents.jpg);
	background-repeat: repeat-y;
	background-position: 760px;
	padding-bottom: 5px;
}
#Contents #Right {
	float: right;
	width: 200px;
	margin: 5px 0px 0px;
	padding: 0px;
}
#Contents #Right h3 {
	background-image: url(../image/title_bg_blue.jpg);
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
}
#Contents #Right ul {
	padding: 10px 0px 10px 10px;
}
#Contents #Right .ListCategory li {
	font-weight: bold;
}
#Contents #Right ol li {
	list-style: none;
	margin: 20px 10px;
}

#Contents #Right .ListCategory li .Product li {
	margin-bottom: 5px;
}
#Contents #Left {
	width: 750px;
	float: left;
	margin-top: 5px;
}
#Contents #Left #BannerArea {
	clear: both;
	margin-top: 5px;
}
#Contents #Left #Tokushu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Contents #Left #News {
	width: 748px;
	border: 1px solid #999;
	overflow: auto;
}
#Contents #Left #News dl {
	width:720px;
	margin:10px;
	clear: both;
}
#Contents #Left #News dt {
	float: left;
	width: 100px;
}
#Contents #Left #News dd {
	float: right;
	width: 620px;
	margin-bottom: 20px;
	line-height: 15px;
}
#Contents #Left #Tokushu h3 {
	background-image: url(../image/title_bg_blue.jpg);
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}
#Contents #Left #Tokushu ul li {
	float: left;
	margin: 0px 1px 5px 2px;
}
#Contents #Left #Example {
	float: left;
	width: 370px;
}
#Contents #Left #Feature {
	float: right;
	width: 370px;
}
#Contents #Left #WhatNAS {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 0px;
	padding: 15px 0px 10px;
}
#Contents #Left #IndexInquiry {
	clear: both;
	margin-top: 10px;
}
#Contents #Left #IndexInquiry h5 {
	line-height: 50px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	font-size: 30px;
}
#Contents #Left #IndexInquiry h6 {
	line-height: 20px;
	font-weight: bold;
	color: #333;
	margin: 20px 0px;
	padding: 0px 0px 0px 15px;
	border-left: 5px solid #666;
	border-bottom: 1px dotted #666;
	clear: both;
	font-size: 20px;
}
#IndexInquiry dl {
	clear: both;
	padding-bottom: 15px;
}
#IndexInquiry dl dt {
	padding: 2px 0px 2px 15px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 5px solid #CCC;
	line-height: 15px;
}
#IndexInquiry dl dd {
	margin: 10px;
}



/* ----------------------------------------------------------------------------------- */
/* ------------------PR/Support/会社概要/SIer・法人のお客様--------------------------- */
/* ----------------------------------------------------------------------------------- */
#PrIndex h2, #Company h2, #Support h2 ,#ExIndex h2{
	color: #FFF;
	line-height: 26px;
	font-weight: bold;
	background-image: url(../image/title_bg_blue.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	background-color: #006;
	font-size: 15px;
	letter-spacing: 1.0em;
}
#PrIndex h3, #Company h3, #Support h3 ,#ExIndex h3{
	background-image: url(../image/title_bg_gray.jpg);
	background-repeat: repeat-x;
	line-height: 24px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 0px 0px 15px;
	clear: both;
	color: #FFF;
	background-color: #666;
	font-size: 12px;
}
#PrIndex h4, #Company h4, #Support h4, #ExIndex h4 {
	font-weight: bold;
	color: #333;
	margin: 30px 0px 10px;
	padding: 0px 0px 0px 15px;
	border-left: 5px solid #666;
	border-bottom: 1px dotted #666;
	clear: both;
	line-height: 15px;
}
#PrIndex h5, #Company h5, #Support h5 {
	clear: both;
	background-color: #CCC;
	color: #000;
	padding: 2px 2px 2px 18px;
}
#PrIndex p, #Company p, #Support p, #ExIndex p {
	margin: 10px;
}
#Company .tabNav, #Support .tabNav {
	padding-top: 15px;
}
#Company .tabNav li, #Support .tabNav li {
	margin-left: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 3px;
}
#Company ul, #Support ul {
	margin: 10px;
}
#Company ul li, #Support ul li {
	list-style: disc;
	margin-bottom: 10px;
}
/* -----------------------------------------------------------------------------------Supportページ */
#Support .kojin, #Support .houjin {
	width:370px;
}
#Support .kojin {
	float:left;
}
#Support .houjin {
	float:right
}
#Support .kojin h5, #Support .houjin h5 {
	font-weight: bold;
	color: #333;
	margin: 25px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/bg370gray.jpg);
	line-height: 20px;
	background-repeat: no-repeat;
	clear: both;
}
	
#Support #FAQ ol,#Support #FAQ ul{
	margin:15px;
	padding:15px;
	}	
#Support #FAQ ol li,#Support #FAQ ul li {
	margin-bottom: 15px;
}
#Support .rental {
	margin: 15px;
}
#Support .rental li {
	margin-bottom: 15px;
	padding: 5px;
	list-style: none;
	border: 1px solid #CCC;
	display: inline;
}
#Support #form table {
	width: 750px;
}
#Support #form table td{
	padding: 15px;
	border-bottom: 1px solid #CCC;
}
#Support #repair ul {
	margin: 20px;	
	}
#Support #repair ul li{
	padding: 5px 10px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 18px;
	list-style: lower-alpha;
	}
#Support #repair p {
	padding: 5px 10px;
	line-height: 20px;
	margin: 20px;
	}
#Support #Service ul {
	margin: 0px 15px;
	padding: 0px 15px;
}
#Support #Service ol {
	margin: 0px 15px;
	padding: 0px 15px;
}
#Support #Service ol li {
	margin: 0px 0px 10px;
}


/* -----------------------------------------------------------------------------------PublicInfo */
#PrIndex,#ExIndex {
	margin: 0px;
	background-position: 375px;
	background-repeat: repeat-y;
	background-color: #FFF;
}
xxx#Contents #Right .Pr dt {
	margin: 10px;
	font-weight: bold;
}
xxx#Contents #Right .Pr dd {
	margin: 10px 10px 20px;
	line-height: 18px;
}

#ExIndex h5 {}
/* -----------------------------------------------------------------------------------EXAMPLEページ */
#EXAMPLE {
	width:600px;
	margin:0 auto;
	border-right: 50px solid #CCC;
	border-left: 50px solid #CCC;
	padding: 15px;
	border-top: 20px solid #CCC;
	border-bottom: 50px solid #CCC;
}
#EXAMPLE h3{
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 10px solid #666;
	margin-top: 30px;
	clear: both;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
#EXAMPLE h4{
	border-width: 1px;
	border-style: dotted;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	clear: both;
}
#EXAMPLE h5{
	padding: 0px 15px;
	font-weight: bold;
}
#EXAMPLE p{
	padding: 0px;
	margin: 15px;
}

#EXAMPLE span img {
	margin: 0px 15px 15px;
}
#EXAMPLE ol {
	margin: 15px 5px 5px 30px;
}
#EXAMPLE ol li {
	list-style: decimal;
	padding-left: 15px;
	margin: 5px;
}



/* -----------------------------------------------------------------------------------Prページ */

#PrIndex ul li {
	float: left;
	margin: 0px 1px 5px 2px;
}

#PR h3 {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	background-color: #9B0000;
	line-height: 25px;
	clear: both;
	margin: 30px 0px 10px;
	padding: 0px 0px 0px 25px;
}
#PR h4 {
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	padding-left: 15px;
	border-left: 10px solid #C00;
	border-top: 1px solid #CCC;
	margin-top: 20px;
	clear: both;
	font-weight: bold;
}
#PR h5 {
	padding-left: 15px;
	line-height: 18px;
	border-bottom: 1px solid #CCC;
	border-left: 8px outset #CCC;
	margin-top: 30px;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#PR h6 {
	padding-left: 15px;
	line-height: 18px;
	margin-top: 15px;
	clear: both;
	font-weight: bold;
}
#PR p {
	margin-right: 15px;
	margin-left: 15px;
}
#PR ul {
	margin: 15px;
	list-style-type: disc;
	padding-left: 20px;
}

/* -------------------------------------------------------------------------------Product */
/* -----------------------------------------------------ProductIndex */
#ProductIndex h2 {
	color: #FFF;
	line-height: 20px;
	font-weight: bold;
	background-image: url(../image/title_bg_blue.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 15px;
}
#ProductIndex h3 {
	background-image: url(../image/title_bg_gray.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
}
#ProductIndex h4 {
	line-height: 20px;
	color: #333;
	margin: 10px 0px;
	padding: 0px 0px 0px 15px;
	border-left: 5px solid #666;
	border-bottom: 1px dotted #666;
}
#ProductIndex ul {
	width: 730px;
	margin: 20px 0px 30px 15px;
	height: 100px;
}
#ProductIndex ul li {
	padding: 10px;
	border: 1px dotted #CCC;
	float: left;
	width: 230px;
	margin: 0px 5px;
}
/* ----------------------------------------------------- */

#Product h2 {
	color: #666;
	font: 30px Arial, Helvetica, sans-serif;
	margin: 50px 0px 0px;
}
#Product h3 {
	background-image: url(../../product/image/bg_title_h4.jpg);
	line-height: 20px;
	font-weight: normal;
	clear: both;
	margin: 20px 0px;
	padding: 0px 0px 0px 15px;
}
#Product h4 {
	padding-left: 15px;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
	line-height: 15px;
}
#Product h5 {
	font-weight: bold;
	margin: 0px 0px 0px 15px;
	
}
#Product .Photo {
	width:370px;
	float:left;
}
#Product .Photo p {
	margin:0px;
	float:left;
}
#Product .Bench {
	width:370px;
	float:right;
}
#Product p {
	margin-right: 15px;
	margin-left: 15px;
}
#Product dl {
	position: relative;
	height: 55px;
}
#Product dl dt {
	line-height: 18px;
	float: left;
	background-color: #666;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	width: 530px;
}
#Product dl dd {
	float: right;
	position: absolute;
	top: -70px;
	left: 550px;
	bottom: 0px;
}
#Product .LinkBotton {
	margin: 25px 210px 0px 0px;
	padding: 0px 0px 50px;
}
#Product .LinkBotton li {
	float: right;
	margin-left: 10px;
}
#Product .Comparison tr th {
	border: 1px solid #CCC;
	color: #FFF;
	background-color: #666;
	text-align: center;
}
#Product .Comparison tr td {
	text-align: center;
	border: 1px solid #CCC;
}
#Product .Spec {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#Product .Spec td {
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	padding: 5px 0px 2px;
}

/* -------------------------------------------------------------------------------Footer */

#GoHome {
	clear: both;
	padding-top: 50px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(../image/bg_contents.jpg);
	background-position: 760px;
	background-repeat: repeat-y;
}
#Footer {
	clear: both;
	height: 100px;
	border-top: 10px solid #006;
	border-bottom: 10px solid #006;
	background-color: #006;
}
#Footer a{
	color: #FFF;
}
#Footer #Fnavi {
	width: 970px;
	margin: 0px auto;
	height: 10px;
	padding: 10px 0px 0px;
}
#Footer #Fnavi ul li {
	float: right;
	margin-left: 30px;
	text-decoration: underline;
}
#Footer #Fnavi address {
	line-height: 18px;
	font-style: normal;
}


/* -------------------------------------------------------------------------------Class */
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
.Clear {
	clear: both;
}
.MTop10 {
	margin-top:10px;
}
.BigText {
	font: 28px "Arial Black", Gadget, sans-serif;
	color: #666;
	letter-spacing: 20px;
}

.RedText {
	color: #F00;
}
.RedText10{
	color: #F00;
	font-size: 10px;
	
	}
.Center{
	text-align: center;
}
.table_style5 {
	border: 1px solid #666666;
	padding: 5px;
	line-height: 18px;
	background-color: #FFF0F0;
	vertical-align: top;
	color: #333333;
}
#PR table tr td {
	margin: 0px;
	padding: 0px;
	
	
	
	
	
/* -------------------------------------------------------------------------------future */
}
#Wrap #Contents #Left #WhatNAS #future h2 {
	font-size: 14px;
	font-weight: bold;
	background: url(../image/title_bg_gray.jpg);
	color: #FFF;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px;
	
}
#Wrap #Contents #Left #WhatNAS #future h3 {
	background: url(../image/title_bg_blue.jpg);
	color: #FFF;
	font-weight: bold;
	padding: 0px 2px 0px 10px;
	margin: 5px 0px 15px;
	font-size: 14px;
}
#Wrap #Contents #Left #WhatNAS #future h4 {
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	margin: 10px 0px 5px;
	border: 1px solid #333;
}
#Wrap #Contents #Left #WhatNAS #future h5 {
	font-size: 14px;
	padding: 1px 0px 1px 10px;
	background: #CCC;
	margin: 5px 0px;
}
#Wrap #Contents #Left #WhatNAS #future ul {
	margin: 7px 0px;
}
#Wrap #Contents #Left #WhatNAS #future ul li {
	list-style: square;
	margin: 0px 10px 0px 35px;
	padding: 0px 0px 5px;
}
#Wrap #Contents #Left #WhatNAS #future ol {
	margin: 7px 0px;
}
#Wrap #Contents #Left #WhatNAS #future ol li {
	list-style: decimal;
	margin: 0px 10px 0px 35px;
	padding: 0px 0px 5px;
}
#Wrap #Contents #Left #WhatNAS #future p {
	padding: 5px 10px;
	margin: 0px;
}

