@charset "Shift_JIS";

/* ************************ */
/* ****** CSR ****** */

/* フロート設定をmainFrameとsideFrameに。
また、sideFrameのmargin-topがマイナス値なのを0に変更。 */

#mainFrame{
	width:744px;
	float:right;
}
#sideFrame{
	margin-top:6px;
	float:left;
}
#frame{
	background-image:none;
}

div#menu{
	position:relative;
	z-index:30;
}

div.contents{
	width:705px;
}


/* 左側 カテゴリメニュー */

#catMenu h2{
	position:relative;
	color:#1B3256;
	padding:0 0 0 6px;
	margin-bottom:8px;
	
	border:1px solid #1B3256;
	border-width:0 0 1px 4px;
}

#catMenu a{
	display:block;
	position:relative;
	line-height:1.3em;
	color:#333;
	margin:0 0 2px 14px;
	padding:0 0 0 14px;
	
	background-image:url(../images/arrow02r.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
}

/*一段下げ*/
#catMenu a.indent{
margin-left:28px;
}


#catMenu a:hover{
	color:blue;
}

#catMenu a img{
	margin-right:3px;
}

#catMenu .sub {
	position:relative;
	margin:3px 0 8px 13px;
	display:none;
}

h3{color:#77B1A1;}

.firstImg{
 float:right;
 margin-left:36px;
}


/* PDFリンク一覧 */
div.pdfList{
	width:100%;
}
div.pdfList table{
	width:100%;
}
div.pdfList th,
div.pdfList td{
	line-height:1.3em;
	padding:6px 8px 3px 8px;
	vertical-align:top;
	
	border-bottom:1px solid #ccc;
}

div.pdfList th{
	text-align:left;
	padding-right:6px;
	border-bottom:2px solid #1B3256;
}
div.pdfList th.pdf,
div.pdfList td.pdf{
	text-align:center;
}

div.pdfList .cap{
	margin-bottom:0;
	text-align:right;
	color:#ff3300;
}

/* 新着情報 */
#new {
	width:350px;
	height:85px;
	overflow:auto;
	margin:24px 0 0 0;
	padding:8px 14px;
	background-color:#d9f3ff;
}

#new h2{
	color:#267497;
	margin:0 0 4px 0;
}
#new p{
margin:0 0 3px 0;
}


/* =========================================== */
/* =========== ページごとのスタイル ========== */
#toppage div.line{
	margin-top:24px;
}

#toppage h2{
	font-size:14px;
	margin-top:0;
}
#toppage h2 a{
	color:#267497;
}
#toppage h2 a:hover{
	color:blue;
}

#toppage table{
	width:560px;
	margin-bottom:18px;
	border:1px solid #4D6385;	
}

#toppage td.photo{
	width:150px;
	padding:10px;
}
#toppage td p{
	font-size:13px;
}

#toppage td.first{
	padding:12px 6px 12px 16px;
}

#toppage .padding{
	margin-top:24px;
	padding-left:62px;
}

#toppage .arrow{
	margin-left:24px;
}


/* =========================================== */
/*  ソフトウェア  */

/* 所要環境 */
#kankyou table{
margin-bottom:3px}
#kankyou th,
#kankyou td{
	padding:4px 8px;
	line-height:1.3em;
}
#kankyou td.item{
text-align:center;
vertical-align:top;}


/* 各セルの幅指定(英語コンテンツでのみ使用) */
#kankyou table.ex{
	width:90%;
}

#kankyou .ex .item{
 width:15%;
}
#kankyou .ex .first,
#kankyou .ex .last{
 width:42.5%;
 vertical-align:top;
}




#kankyou table,
#kankyou th,
#kankyou td{
	border:1px solid #999;
	border-width:0px 1px 1px 0px;
}

#kankyou table{
	border-width:1px 0px 0px 1px;
}

#software .screenShots{
text-align:center;
margin:24px 0 36px 0;
}
#software .screenShots img{
margin-left:24px;
}


