@charset "shift_jis";
/* layout.css 2012.1.10 */

/*============目次============
　最終更新日：2012/1/10
　1.タブ
	2.レイアウト
　3.見出し
　4.製品紹介ページ 共通項目
============================*/

/*// ClearFix ///*/
div:after,
ul:after,
dl:after,
dd:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

.clear0 {
    clear: both;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}


/*=====================================
■1.タブ
======================================*/
.ContentInner .navArea{
	width:770px;
	height:43px;
	margin:20px 0 15px 0;
	background:url(img/bk_nav.jpg);
}

.ContentInner .navArea ul{
	margin:0;
	padding:0;
}

.ContentInner .navArea li{
	text-indent:-9999px;
	list-style:none;
	margin:0;
}

/* tab01 */
.ContentInner .navArea li.tab01{
	float:left;
	width:215px;
	height:43px;
	background:url(img/bk_nav.jpg) 0 43px;
}

.ContentInner .navArea li.tab01 a{
	float:left;
	width:215px;
	height:43px;
	background:url(img/bk_nav.jpg) 0 0;
}

.ContentInner .navArea li.tab01 a:hover{
	background:url(img/bk_nav.jpg) 0 43px;
}


/* tab02 */
.ContentInner .navArea li.tab02{
	float:left;
	width:205px;
	height:43px;
	background:url(img/bk_nav.jpg) -214px 43px;
}

.ContentInner .navArea li.tab02 a{
	float:left;
	width:205px;
	height:43px;
	background:url(img/bk_nav.jpg) -214px 0;
}

.ContentInner .navArea li.tab02 a:hover{
	background:url(img/bk_nav.jpg) -214px 43px;
}

/* tab03 */
.ContentInner .navArea li.tab03{
	float:left;
	width:205px;
	height:43px;
	background:url(img/bk_nav.jpg) -419px 43px;
}

.ContentInner .navArea li.tab03 a{
	float:left;
	width:205px;
	height:43px;
	background:url(img/bk_nav.jpg) -419px 0;
}
.ContentInner .navArea li.tab03 a:hover{
	background:url(img/bk_nav.jpg) -419px 43px;
}


/*=====================================
■2.レイアウト
======================================*/

.ContentInner.index h2{
	margin:10px 0 10px 0;
}

DIV#MainArea960 .ContentInner.index .Section{
	width:768px;
	padding-bottom:0px;
	margin:0 0 20px 0;
	border:1px solid #ccc;
}

DIV#MainArea960 .Section p{
	margin:10px;
	font-size:80%;
}

DIV#MainArea960 .Section p.catch{
	margin-bottom:4px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:80%;
}

DIV#MainArea960 .Section .logoArea,
DIV#MainArea960 .Section .logoArea2{
	margin:0 10px;
	width:748px;
}

DIV#MainArea960 .Section .logoArea .logo{
	float:left;
	width:360px;
}
DIV#MainArea960 .Section .logoArea .func{
	float:right;
	width:388px;
}
DIV#MainArea960 .Section .logoArea2 .logo{
	float:left;
	width:320px;
}
DIV#MainArea960 .Section .logoArea2 .func{
	float:right;
	width:424px;
}


/* 機能一覧表 */
.func table{
	border-collapse:collapse;
}

.func table td{
	padding:2px;
	font-size:75%;
	color:#999;
	background:#eee;
	border:1px solid #ddd;
	text-align:center;
}

.func table td.on{
	color:#fff;
	background:#5B574A;
}

/* ページ内リンク */
.pagelink {
	padding:7px 0 7px 0px;
	background:#EFF9FB;
	border-top:1px dotted #8BC4D6;
	border-bottom:1px dotted #8BC4D6;
}

.pagelink ul{
	margin:0 0 0 8px;
	padding:0;
}
.ContentInner .pagelink li{
	float:left;
	padding-right:10px;
	padding-left:11px;
	margin-left:1em;
	list-style:none;
	font-size:75%;
	font-weight:bold;
	background:url(img/ar_topblue.gif) left center no-repeat;
}

.ContentInner .pagelink li a{
	text-decoration:none;
}
.ContentInner .pagelink li a:hover{
	text-decoration:underline;
}

.ContentInner .pagelink li a:visited{
	color:#000099;
}
.pagelink li.pat02{
	width:375px;
}


/*---------------------------
 ラインナップ
---------------------------*/
DIV#MainArea960 .Section .lineupArea{
	margin:10px;
	width:748px;
}

DIV#MainArea960 .Section .lineupInner,
DIV#MainArea960 .Section .lineupInner_sv,
DIV#MainArea960 .Section .lineupInner3,
DIV#MainArea960 .Section .lineupInner3_sv,
DIV#MainArea960 .Section .lineupInner3l,
DIV#MainArea960 .Section .lineupInner3l_sv{

	position:relative;
}



DIV#MainArea960 .Section .lineupArea div.ic{
	position:absolute;
	top:0;
	left:304px;
}
DIV#MainArea960 .Section .lineupArea div.ic3{
	position:absolute;
	top:0;
	left:180px;
}


/* パッケージ画像 */
DIV#MainArea960 .Section .lineupArea img.pkg{
	float:left;
	margin:7px;
}

/* 新発売、おすすめアイコン */
DIV#MainArea960 .Section .lineupArea img.ico{
	margin:0 0 3px 0;
}

DIV#MainArea960 .Section .lineupArea h3{
	margin:10px 0 4px 0;
	line-height:100%;
}
DIV#MainArea960 .Section .lineupArea p.price{
	margin:0 0 5px 0;
	font-size:75%;
	line-height:110%;
}

DIV#MainArea960 .Section .lineupArea p.price span{
	font-size:95%;
	color:#444;
	line-height:100%;
}
DIV#MainArea960 .Section .lineupArea p.shousai{
	margin:0 0 10px 0;
	font-size:70%;
	color:#444;
	line-height:100%;
}


/*-- ラインナップ2カラム --*/
DIV#MainArea960 .Section .lineupArea .lineupInner{
	float:left;
	width:364px;
	margin-right:15px;
	min-height:102px;
	background:url(img/bk_lineup.jpg) no-repeat;
}

DIV#MainArea960 .Section .lineupArea .lineupInner_sv{
	float:left;
	width:364px;
	min-height:102px;
	background:url(img/bk_lineup_sv.jpg) no-repeat;
}

/* 詳しく見るボタン-左 */
DIV#MainArea960 .Section .lineupArea div.btn_price_left{
	position:absolute;
	top:70px;
	left:80px;
}
DIV#MainArea960 .Section .lineupArea div.btn_price_left2{
	position:absolute;
	top:80px;
	left:80px;
}

/* 詳しく見るボタン-右 */
DIV#MainArea960 .Section .lineupArea div.btn_price_right{
	position:absolute;
	top:70px;
	left:80px;
}
DIV#MainArea960 .Section .lineupArea div.btn_price_right2{
	position:absolute;
	top:80px;
	left:80px;
}


/*-- ラインナップ3カラム --*/

DIV#MainArea960 .Section .lineupArea .lineupInner3{
	float:left;
	width:241px;
	min-height:102px;
	margin-right:10px;
	background:url(img/bk_lineup.jpg) no-repeat;
}

DIV#MainArea960 .Section .lineupArea .lineupInner3l{
	float:left;
	width:241px;
	min-height:102px;
	margin-right:10px;
	background:url(img/bk_lineup.jpg) no-repeat;
}

DIV#MainArea960 .Section .lineupArea .lineupInner3_sv{
	float:left;
	width:241px;
	min-height:102px;
	margin-right:10px;
	background:url(img/bk_lineup_sv.jpg) no-repeat;
}

DIV#MainArea960 .Section .lineupArea .lineupInner3l_sv{
	float:left;
	width:241px;
	min-height:125px;
	margin-right:10px;
	background:url(img/bk_lineup_sv.jpg) no-repeat;
}

/* ボタン */
DIV#MainArea960 .Section .lineupArea div.btn_price_3{
	position:absolute;
	top:88px;
	left:80px;
}

DIV#MainArea960 .Section .lineupArea div.btn_price_3l{
	position:absolute;
	top:100px;
	left:80px;
}

/* ラインナップ 右端枠の右マージン0 */
DIV#MainArea960 .Section .lineupArea .end{
	margin-right:0;
}

/* ラインナップ 画像がない場合 */
DIV#MainArea960 .Section .lineupArea h3.noimage,
DIV#MainArea960 .Section .lineupArea p.price.noimage{
	margin:10px 0 4px 10px;
	line-height:100%;
}

DIV#MainArea960 .Section .lineupArea div.btn_price_left_noimage{
	position:absolute;
	top:70px;
	left:10px;
}


/*---------------------------
 ページ送り枠
---------------------------*/
.Turn_frame {
padding:10px;
font-size:80%;
text-align: center;
background-color: #F0EFEC;
}
















/* 製品枠 */

.pd_l,
.pd_r {
 width: 370px;
/* width: 284px; */
 margin-top: 10px;
}

.pd_l {
 float: left;
}

.pd_r {
 float: right;
}

.title_pd {
/* width: 282px; */
 width: 370px;
 border: 1px solid #CCCCCC;
 margin-bottom: 5px;
}

.title_pd P {
 margin: 1px;
 font-size: 62.5%;
 letter-spacing: 1px;
 background-color: #666666;
 color: #FFFFFF;
 padding : 3px 7px;
}

.title_pd DIV.logo {
 padding: 5px;
 float: left;
 text-align: left;
/* width: 204px; */
 width: 290px;
}

.title_pd DIV.ic {
 margin: 0 1px 0 0;
 float: right;
 vertical-align: top;
 width: 60px;
}

.title_pd SPAN.newp {
 color: #FFFFFF;
 font-weight: normal;
 font-size: 10pt;
 padding: 3px;
 background-color: FF0000;
}

.info_pd {
/* width: 284px; */
 width: 370px;
}

DIV.PacImage {
	border: 0;
	float: left;
	padding: 5px;
	margin: 0;
	width: 70px;
	text-align: left;
	float: left;
}

DIV.PacImage IMG{
	border: 0;
}

DIV.PacInfo {
	border: 0;
	float: left;
	margin: 0px 5px;
	/* width: 184px; */
	width: 270px;
	float: right;
}

DIV.PacInfo DIV.price {
 margin: 0;
 padding: 0;
}

DIV.PacInfo .camp{
 padding: 3px 5px;
 background-color: #FFFF99;
}

DIV.PacInfo .goshop {
 text-align: right;
}

/* 製品説明内の注釈 */
DIV.PacInfo ul.remark {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 100%;
}

DIV.PacInfo ul.remark li{
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2px;
	color: #666666;
}

/* 上下余白5px */
.UD5 {
margin-top: 5px;
margin-bottom: 5px;
}


/* 上余白15px */
.Top15 {
margin-top: 15px;
}

/* 上余白30px */
.Top30 {
margin-top: 30px;
}

/* 左右余白10px */
DIV.LR10 {
margin-left: 10px; margin-right: 10px;
}




/*=====================================
■2.見出し
======================================*/

/* 拡大ページ見出し1 */
H1.MidashiBig {
font-size: 112.5%; text-align: center; color: #FFFFFF; margin-bottom: 10px; margin-top: 10px;
}


.Contents h1.TitleBlank{
	margin: 0px 0px 13px;
	padding: 0 15px;
	width: 555px;
	height: 40px;
	line-height: 43px;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

.Contents h1.TitleBlank a,
.Contents h1.TitleBlank a:link,
.Contents h1.TitleBlank a:hover,
.Contents h1.TitleBlank a:active,
.Contents h1.TitleBlank a:visited {
	text-decoration: none;
	color: #000000;
}

/* グラデーション　基本タイプ */
.SubTitleBlank {
	background: url(/common/img/title/subtitle_rep.gif) repeat-x 0 0;
	font-size: 87.5%;
	margin: 0 0 10px 0;
	padding: 0 10px 0 9px;
	height: 23px;
	line-height: 23px;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
}


/*=====================================
■3.製品紹介ページ 共通項目
※各製品個別の設定は、製品のCSS参照。
======================================*/
/* 上書き */
/* 「h1」の背景画像を変更する場合 */
.Contents h1.TitleBlank{
	background-image: url(/utility/img/title_blank.gif);
}

.lb h3.st_product {
	border-left: 5px solid #333366;
	margin-top: 20px;
	padding: 3px 0px 3px 10px;
}

.Top5 {
	margin-top: 5px;
}

h2.Bottom10 {
	margin-bottom: 15px;
}

/* シリーズ比較への案内枠 */

DIV.forcompare {
	margin: 50px 0 0 0;
}

DIV.forcompare P{
	margin: 0;
	padding: 5px 10px;
	background-color: #EEEEEE;
}

/* シリーズ比較 */

TABLE.compare {
	width: 570px;
	border-collapse: collapse;
}

TABLE.compare TH,
TABLE.compare TD{
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 3px 5px;
}

TABLE.compare TD{
	border-left: 1px dotted #CCCCCC;
	text-align: center;
}

TABLE.compare TH.title{
	background-color:#333366;
	border-right: 1px solid #FFFFFF;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align:center;
}

TABLE.compare TH.subtitle{
	background-color: #D5D6DF;
	border: 0;
	color: #333366;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

/* シリーズ製品の紹介 */
DIV.info_series{
	border: 1px solid #CCCCCC;
	margin: 30px 0 0 0;
	padding: 5px 10px;
}

/*--------------------------
□製品トップ
--------------------------*/
/* メインイメージ */
H1.MainImage {
	width: 580px;
	text-align:center;
	margin: 0 0 20px 0;
	padding: 0;
}

/* メインイメージの下の製品概要テキスト枠 */
.MainOutline {
	width: 550px;
	text-align:left;
	margin: 30px 15px 5px 15px;
	padding: 0;
}

.MainOutline ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0.7em 0;
	padding: 0;
	color: #CC0000; 
}

.MainOutline ul li {
	font-size: 75%;
	line-height: 140%;
	margin: 0 0 0.4em 1.5em;
}

.MainOutline ul.red,
ul.red {
	color: #CC0000; 
}

.MainOutline ul.blue {
	color: #333366; 
}

/* 製品紹介トップ　お知らせ枠 */
TABLE.information{
	width: 570px;
	margin-bottom: 30px;
}

TABLE.information CAPTION{
	color: #333366; 
}

TABLE.information TD{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0 0 0;
}

TABLE.information ul {
	margin: 0 0 1px 0;
	width: 570px;
	padding: 0;
	list-style: none;
}

TABLE.information ul li {
	background: transparent url(/common/img/tool/list_yaji_s.gif) no-repeat 3px 6px;
	margin: 0;
	padding: 3px 5px 3px 20px;
	display: block;
	width: 545px;
	clear: both;
}

TABLE.information ul li img {
	margin: 0 5px 5px 0;
	float: left;
}
TABLE.information ul li img.Right {
	margin: 0 0 5px 5px;
	float: right;
}


/* 価格･ご購入　サーバー製品保守案内 */
DIV.RightBox P.mtinfo {
	font-size: 68%;
	line-height: 125%;
	color: #666666;
	margin-bottom: 3px;
}



/*--------------------------
□ユーティリティindex
--------------------------*/

/*-----カテゴリプルダウン-----*/
dl.category{
	width: 760px;
	margin:0;
	font-size: 100%;
}

dl.category dt{
	width: 760px;
	margin: 0;
	padding: 0;
}

dl.category dd{
	width: 750px;
	margin: 0 0 0 10px;
	padding: 0;
}
dl.category dd P{
	font-size: 80%;
}

dl.category dd ul li{
	font-size: 80%;
}

.over{cursor:pointer;}
.select{cursor:default;}

/* 製品リスト2列 */
ul.prd_2col {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	clear: both;
}

ul.prd_2col li{
	width: 360px;
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	float: left;
}

ul.prd_2col li img.pac{
	float: left;
	margin: 0 5px 0 0;
}

ul.prd_2col li a {
    background: url("/common/img/tool/list_yaji_s.gif") no-repeat scroll 2px 2px transparent;
    min-height: 16px;
    padding-left: 16px;
}

/* 製品リスト
1列：ul class="prd_1col"
2列B：ul class="prd_2col_b"
*/


ul.prd_1col,
ul.prd_2col_b {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.prd_1col li{
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
}

ul.prd_2col_b li{
	width: 250px;
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	float: left;
}

ul.prd_1col li a,
ul.prd_2col_b li a {
    background: url("/common/img/tool/list_yaji_s.gif") no-repeat scroll 2px 2px transparent;
    min-height: 16px;
    padding-left: 16px;
}

IMG.pac_series{
	float: left;
	padding: 0;
	margin: 0 15px 10px 0;
}
