/* layout.css 2008.11.13 */

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

/*// ClearFix ///*/
.Section:after,
div:after,
.ClearFix:after {  
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both; 
}
.Section,
/*div,*/
.ClearFix {
	display: inline-block;
	zoom: 100%;
}

/*=====================================
■1.レイアウト
======================================*/
.ContentInner {
	width: 585px;
	margin: 0px;
}
.ContentInner .Section {
	width: 585px;
}


/* 製品枠 */

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

.pd_l {
 float: left;
}

.pd_r {
 float: right;
}

.title_pd {
 width: 282px;
 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;
}

.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;
}

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;
	float: right;
}

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

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;
	font-size: 90%;
}

/* 上下余白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;
}

/* ページ送り枠 */
.Turn_frame {
width: 100%;
text-align: left;
background-color: #EEEEEE;
margin: 30px 0px 0px 0px;
}

.Turn_frame A{
font-weight: bold;
}

/* ページ送り 前へ */
.Turn_frame .prev {
float: left;
text-align: left;
padding: 5px;
}

/* ページ送り 次へ */
.Turn_frame .next {
float: right;
text-align: right;
padding: 5px;
}


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

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

h2,
h3,
h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

/*=====================================
■3.製品紹介ページ 共通項目
※各製品個別の設定は、製品のCSS参照。
======================================*/
/* 上書き */
/* 「h1」の背景画像を変更する場合 */
.Contents h1.TitleBlank{
	background: url(img/bg_h2.jpg) no-repeat left top;
	padding: 0 15px;
	width: 555px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}



.Top5 {
	margin-top: 5px;
}
#dokodemo h2 {
	background: url(img/bg_h2.jpg) no-repeat left top;
	padding: 0 15px;
	width: 555px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}

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

#dokodemo h3 {
	color: #000;
	margin: 0 0 5px;
	padding: 0;
	font-size: 87.5%;
}

#dokodemo .Section.st_product h3,
#dokodemo h3.st_product {
	background: url(img/pnk.gif) no-repeat left top;
    color: #000000;
	margin-top: 20px;
	padding: 3px 0px 3px 25px;
}

#dokodemo .formbox h3.st_product {
	margin-top: 0;	
}

#dokodemo.dokodemo_dl .Section h3 {
	background: none;
    color: #000000;
	margin-top: 20px;
	padding: 15px 0px 3px 0;
	border-top: 1px dotted #999;
}


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

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;
}

/* こんな時に便利 */

.ex {
	width: 450px;
	clear: both;
	margin: 0 0 10px;
	padding: 0 0 0 120px;
	background-position: left top;
	background-repeat: no-repeat;
	height: 100px;
}
.ex1 {
	background-image: url(img/doko_ex1.gif);
}
.ex2 {
	background-image: url(img/doko_ex2.gif);
}
.ex3 {
	background-image: url(img/doko_ex3.gif);
}

/* ダウンロードレイアウトテーブル */
table.downloadtable2 {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #999;
	border-left: 1px dotted #999;
}
table.downloadtable2 th {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 87.5%;
	background-color: #EDEDED;
	padding: 10px 0;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	width: 50%;
}

table.downloadtable2 td {
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 10px;
}

table.downloadtable2 td ul.remark li {
	color: #666;
}


/* ダウンロード */
table.downloadtable {
	margin: 0 0 17px 25px;
}
table.downloadtable th {
	font-size: 87.5%;
	font-weight: normal;
	padding: 0 10px 0 0;
}
table.downloadtable td {
	font-size: 75%;
	font-weight: normal;
	padding: 0 10px 0 0;
	vertical-align: top;
}

/* SpecTable*/
table.SpecTable {
	width: 578px;
	margin: 0 0 10px;
	padding: 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	line-height: 140%;
	border-collapse: collapse;
	border-spacing: 0;
}

a.GoForm {
	font-size: 120%;
	padding: 0 0 0 35px;
	margin: 0 0 17px 25px;
	background: url(img/bg_go_form.gif) no-repeat 0 0;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	width: auto;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	color: #E3037F;*/
}
/*
a.GoForm:hover,
a.GoForm:active {
	color: #E3037F;
}

a.GoForm:visited {
	color: #BB0268;
}
*/

a img {
	
}
a img:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;	
}




/* β版アンケート */

TABLE.betauserenq {
	
}

TABLE.betauserenq TH{
	font-size: 82.5%;
	padding-top: 10px;
	border-top: 2px dashed #CCCCCC;
}

TABLE.betauserenq TD{
	font-size: 75%;
	padding-bottom: 10px;
}

TABLE.betauserenq DIV.sub_ans{
	margin: 5px 0 5px 20px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
