/* CSS Document */

@charset "utf-8";

/* ------------------------------------------

--------------/* CSS Document */

@charset "utf-8";

/* ------------------------------------------

------------------------------------------*/



* {
	margin: 0;
	padding: 0;
	background: transparent;
}

html {
	height: 100%;
/*	overflow-y: scroll; */
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
	text-decoration: none;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link{
color: #0F789F;
}
a:visited{
color: #0F789F;
}
a:hover{
color: #0F789F;
	text-decoration: underline;
}
a:active{
	color: #0F789F;
}

body {
}



body.mainPage{
background: #4D5A63 url(../../img/bg.jpg) repeat-x top;
	*font-size: small;
	*font: x-small;
	height: 100%;
	font-size: 12px;
}


body.mainPage_print{
/*background: #4D5A63 url(../../img/bg.jpg) repeat-x top;*/
background-color:#FFFFFF;
	*font-size: small;
	*font: x-small;
	height: 100%;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}


p {
	margin: 0 0 1em 20px;
	line-height:180%;
}




/* ------------------------------------------

wireframe

------------------------------------------*/

div#container {
	margin: 0 auto;
	width: 925px;
	height: 100%;
	text-align: left;
}

div#container_print {
	margin: 0 auto;
	width: 640px;
	height: 100%;
	text-align: left;
}

div#container_download {
	margin: 0 auto;
	width: 500px;
	height: 100%;
	text-align: left;
}

body.mainPage div#wrapper,
body.independentPage div#wrapper {
	margin: 0px;
}
div#header {
	background: #192026;
	padding: 0px;
	height: 80px;
}
/*--------------------------
	メインコンテンツ
----------------------------*/

div#mainContent {
	width: 925px;
	background: url(../../img/top_mainbg_mid.jpg) repeat-y;
}

div#mainContenttop{
	width: 925px;
	background: url(../../img/top_mainbg_top.jpg);
	height: 43px;
}

div#mainContentbottom{
	width: 925px;
	background: url(../../img/top_mainbg_bottom.jpg) no-repeat top;
	height: 16px;
}

div#mainContent_second {
	font: 12px;
}

/*------#footer----------------------------*/
div#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
}
div#footerInner {
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: left;
}

div#footerInner_02 {
	letter-spacing: 1px;
	padding-bottom: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}


* html div#footer,
* html div#footerInner {
	clear: both;
}





/* ------------------------------------------

common

------------------------------------------*/

div#container div#header ,
div#container div#header a{
	font-size: 10px;


	*font-size: x-small;
	*font: xx-small;
	letter-spacing: 0.1em;
	color: #EEEEEE;
}



#header .logo {
	float: left;
	height: 50px;
	padding-top: 30px;
	padding-left: 0px;
}

div#footer,
div#footer a  {
	margin: 0;
	font-size: 12px;
	*font-size: 12px;
	*font: 12px;
	letter-spacing: 0.2em;
	color: #ffffff;
}


#header .headermenu {
	float: right;
	margin-top: 20px;
	text-align: right;
	clear: none;
	font: 10px Arial, Helvetica, sans-serif;
}

/* ------------------------------------------茜追加-----------------------------*/

/* -----------------------------------------トップ -------------------------------*/


body.mainPage div#container div#newArrival
{
	margin: 0px 0px 0px 10px;
	width: 900px;
	height: 290px;
	padding-right: 0px;
	float: left;
	background: url(../../img/top_title_rthree_e.jpg) no-repeat left top;
	padding-top: 20px;
}



body.mainPage div#container div#news {
	margin: 0px;
	width: 380px;
	height: 250px;
	padding-right: 24px;
	float: right;
	background: url(../../img/top_title_news.jpg) no-repeat left top;
	padding-top: 40px;
}

body.mainPage div#container div#news div.function {
	float: left;
	width: 165px;
	padding: 0;
	margin: 0px 0;
	
}


body.mainPage div.document {
	float: left;
	padding: 0;
	margin: 0px 0;
	background-image:url(../../img/btn_document.jpg);
	background-repeat:no-repeat;
	color:#317689;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-right:3px;
	margin-top:5px;
}


.thumbimg_document
{
	height: 70px;
	width: 225px;
	padding-top:7px;
	padding-left:80px;
	line-height:140%;
	
}


body.mainPage div.software {
	float: left;
	padding: 0;
	margin: 0px 0;
	background-image:url(../../img/btn_software.jpg);
	background-repeat:no-repeat;
	color:#317689;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-right:3px;
}

body.mainPage div.software_lock {
	float: left;
	padding: 0;
	margin: 0px 0;
	background-image:url(../../img/btn_software_lock.jpg);
	background-repeat:no-repeat;
	color:#317689;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-right:3px;
}


.thumbimg_software
{
	height: 70px;
	width: 245px;
	padding-top:7px;
	padding-left:60px;
	
}

body.mainPage div.book {
	float: left;
	padding: 0;
	margin: 0px 0;
	background-image:url(../../img/btn_book.jpg);
	background-repeat:no-repeat;
	color:#317689;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-right:3px;
	margin-top:5px;
}


.thumbimg_book
{
	height: 70px;
	width: 225px;
	padding-top:7px;
	padding-left:80px;
	line-height:140%;
	
}

body.mainPage div.tool {
 float: left;
 padding: 0;
 margin: 0px 0;
 background-image:url(../../img/btn_tool.jpg);
 background-repeat:no-repeat;
 color:#317689;
 font-size:12px;
 font-weight:bold;
 display: block;
 margin-right:3px;
 margin-top:5px;
}

.thumbimg_tool
{
 height: 80px;
 width: 245px;
 padding-top:7px;
 padding-left:60px;
 line-height:140%;
 
}



/* ----news----------*/
#news li {
	clear: both;
}
#news ul {
	margin: 0px 15px;
	border: 1px solid #bcbcbc;
	padding: 20px;
	display: block;

}
#news .date {
	font-weight: bold;
	margin-right: 20px;
	float: left;
	width: 50px;
	color: #0F789F;
	display: block;
}
#news a {
	display: block;
	width: 400px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;

}

#news #table{
	margin:0px 15px;
	border: 1px solid #bcbcbc;
	width: 300px;
	overflow-y: scroll;
	display: block;
	height:200px;
	
	}



/* ----------------------------------------第二階層--------------------*/

#wrapper .mainSecond {
	float: right;
	width: 734px;
	background: url(../../img/second_mainbg_bottom.gif) no-repeat bottom;
	padding-bottom: 50px;
	valign:top;
	background-color:#FFFFFF;
    background-position:top;	
}
#wrapper .mainSecond h1 {
	width: 705px;
	background: url(../../img/h1.jpg);
	height: 47px;
	padding-top: 40px;
	color: #FFFFFF;
	padding-left: 30px;
	letter-spacing: 1px;
	font: 18px;
}

#wrapper .mainSecond2 {
	float: left;
	width: 640px;
	background: url(../../img/second_mainbg_bottom.gif) no-repeat bottom;
	padding-bottom: 15px;
	valign:top;
	background-color:#FFFFFF;
    background-position:top;	
}

#wrapper .mainSecond_download {
	float: left;
	width: 500px;
	background: url(../../img/second_mainbg_bottom.gif) no-repeat bottom;
	padding-bottom: 15px;
	valign:top;
	background-color:#FFFFFF;
    background-position:top;	
}


h2 {
	background: url(../../img/h2.jpg);
	width:642px;
	background-repeat:no-repeat;
	height: 39px;
	color: #31484e;
	padding-top:12px;
	text-indent:19px;
	padding-left: 0px;
	margin-bottom:10px;
	font-size: 14px;
	letter-spacing: 1px;
}

h4{
	font-size:14px;
	color:#333333;
	padding-top:5px;
	padding-bottom:10px;
}

h5 {
	background: url(../../img/h5.jpg) center top;
	width:500px;
	background-repeat:no-repeat;
	height: 39px;
	color: #31484e;
	padding-top:12px;
	text-indent:20px;
	margin-bottom:5px;
	font-size: 14px;
	letter-spacing: 1px;
}



/* -----サイドメニュー---------*/
#side {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	width: 182px;
	float: left;
	clear: both;
}
#side li.sidemenuoff a{
	background: #192026 url(../../img/side_bg.png) no-repeat;
	
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
	width:152px;
	height:14px;
}
#side li.sidemenuoff a:hover{
	background: url(../../img/side_bg_on.png) no-repeat;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
}
#side li.sidemenuon a{
	background: url(../../img/side_bg_on.png) no-repeat;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
	width:152px;
	height:14px;
}

#side li.sidemenuoff_sub a{
	background: #192026 url(../../img/side_bg_sub.jpg) no-repeat;
	
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
	width:152px;
	height:14px;
}
#side li.sidemenuoff_sub a:hover{
	background: url(../../img/side_bg_sub_on.jpg) no-repeat;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
}
#side li.sidemenuon_sub a{
	background: url(../../img/side_bg_sub_on.jpg) no-repeat;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
	width:152px;
	height:14px;
}

/* -----サイドメニューここまで---------*/




/* -----サイドバー---------*/
#sidebar {
	margin-top: 22px;
	font-size: 12px;
	padding: 0px;
	width: 182px;
	float: left;
	clear: both;
}

#sidebar li{
	margin-top:5px;
}

#sidebar li.sidemenuoff a{
	background: #192026 url(../../img/side_bg.png) no-repeat;
	padding-top: 2px;
	color: #FFFFFF;
}
#sidebar li.sidemenuoff a:hover{
	background: url(../../img/side_bg_on.png) no-repeat;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
}
#sidebar li.sidemenuon a{
	background: url(../../img/side_bg_on.png) no-repeat;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	color: #FFFFFF;
	display: block;
	width:152px;
	height:14px;	
}
/* -----サイドバーここまで---------*/



/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tabContainer {
	width: 642px;
	padding: 30px 43px 0px 50px;
}

/* タブ */
.tabContainer ul.tabMenu li {
	float: left;
	margin-right: 5px;
	padding: 0;
	position: relative;
	letter-spacing: .1em;
}

/* 未選択のタブ */
.tabContainer ul.tabMenu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	background: url(file:///E|/web_job/%E6%A8%AA%E6%B2%B3%E9%9B%BB%E6%A9%9F/DXAdvanced%20R3/img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #999;
	color: #999;
	text-decoration: none;
}

/* 選択中のタブ */
.tabContainer ul.tabMenu li.active a {
	position: relative;
	top: 1px;
	background: url(file:///E|/web_job/%E6%A8%AA%E6%B2%B3%E9%9B%BB%E6%A9%9F/DXAdvanced%20R3/img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #595959;
	color: #000;
}

/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
	color: #000;
}

/* Q&A */
.tabContainer dl {
	clear: both;
}

/* Q */
.tabContainer dl dt {
	background: url(file:///E|/web_job/%E6%A8%AA%E6%B2%B3%E9%9B%BB%E6%A9%9F/DXAdvanced%20R3/img/qa/q.gif) no-repeat;
	padding-bottom: 20px;
	display: block;
}

/* A */
.tabContainer dl dd {
	padding: 0 0 0 63px;
	margin: 0px;
	display: block;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*------------------------------*/
/*			プリント用			*/
/*------------------------------*/

.tabContainer_print {
	width: 640px;
	padding: 30px 0px 0px 0px;
}

.tabContainer_download{
	width: 500px;
	padding: 30px 0px 0px 0px;
}


/* タブ */
.tabContainer_print ul.tabMenu li {
	float: left;
	margin-right: 5px;
	padding: 0;
	position: relative;
	letter-spacing: .1em;
}

/* 未選択のタブ */
.tabContainer_print ul.tabMenu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	background: url(file:///E|/web_job/%E6%A8%AA%E6%B2%B3%E9%9B%BB%E6%A9%9F/DXAdvanced%20R3/img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #999;
	color: #999;
	text-decoration: none;
}

/* 選択中のタブ */
.tabContainer_print ul.tabMenu li.active a {
	position: relative;
	top: 1px;
	background: url(file:///E|/web_job/%E6%A8%AA%E6%B2%B3%E9%9B%BB%E6%A9%9F/DXAdvanced%20R3/img/qa/bg_qa.gif) no-repeat right top;
	border-left: 1px solid #595959;
	color: #000;
}

/* カーソルオン時 */
.tabContainer_print ul.tabMenu li a:hover {
	color: #000;
}

/* Q&A */
.tabContainer_print dl {
	clear: both;
}

/* Q */
.tabContainer_print dl dt {
	background: url(file:///E|/web_job/%E6%A8%AA%E6%B2%B3%E9%9B%BB%E6%A9%9F/DXAdvanced%20R3/img/qa/q.gif) no-repeat;
	padding-bottom: 20px;
	display: block;
}

/* A */
.tabContainer_print dl dd {
	padding: 0 0 0 63px;
	margin: 0px;
	display: block;
}


/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで
 * 
----------------------------------------------------*/
/* --サムネイルリスト（共通）------*/
.feature a{
	margin: 0px 0px 6px;
	line-height: 1.4;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	height:35px;
}

.feature1 a{
	margin: 0px 0px 6px;
	line-height: 1.4;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	height:35px;
}

.feature_r3 a{
	margin: 0px 0px 6px;
	line-height: 1.4;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background:url(../../img/r3.jpg) no-repeat left 19px;
	padding-left:20px;
	height:35px;
	vertical-align: bottom;

}

.feature_r3_02 a{
	margin: 0px 0px 6px;
	line-height: 1.4;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background: url(../../img/r3.jpg) no-repeat left 2px;
	padding-left:20px;
	height:35px;
	vertical-align: bottom;

}

.feature_r3_03 a{
	margin: 0px 0px 6px;
	line-height: 1.4;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	height:35px;
	padding-left:20px;
	background: url(../../img/r4.jpg) no-repeat left 19px;
	vertical-align: bottom;
}

.feature_r3_04 a{
	margin: 0px 0px 6px;
	line-height: 1.4;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	height:35px;
	padding-left:20px;
	background: url(../../img/r4.jpg) no-repeat left 19px;
	vertical-align: bottom;
}


h3 {
	margin: 0px 0px 6px;
	line-height: 1.4;
	font-size: 14px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	height:12px;
	padding-left:5px;
	font-weight:bold;
	color:#000000;
}


.thumbimg
{
	display: block;
	height: 87px;
	width: 96px;

}
/* --サムネイルリスト（トップページ）------*/

#newArrival .function {
	margin: 0px 0px 15px;
	line-height: 1.4;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: left;
	width: 119px;
}


.thumb_top {
	margin-bottom:10px;
	clear: both;
}

.thumb {
	padding-top: 50px;
	margin-left:15px;
	clear: both;
}
/* --サムネイルリスト（第二階層）------*/
.tabContainer .function {
	margin: 0px 0px 15px;
	line-height: 1.4;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: left;
	width: 155px;
}

.tabContainer .function2 {
	margin: 0px 0px 15px;
	line-height: 1.4;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: left;
	width: 180px;
	font-weight:normal;
}

.tabContainer .thumb {
	display: block;
	clear: both;
	margin-top: 0px;
	padding: 0px;
	margin-top:10px;
}

/* --【仕様】ダウンロード --*/
.specific_download{
	color:#457380;
	background-image:url(../../img/specific_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding-bottom:14px;
	padding-right:12px;
	}
	
.specific_download a{
	color:#457380;
	background-image:url(../../img/specific_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:12px;
	font-weight:bold;
	}	
	

/* -- 【ダウンロード】タブ --*/
 .tab01{
	background-repeat:no-repeat;
	width:202px;
	height:26px;
	font-weight:bold;
	font-size:14px;
	padding-top:2px;
	color:#FFFFFF;
	display:block;
	}
 
 
  .tab01 a:link{
   	background-image:url(../../img/tab01.jpg);
	font-weight:bold;
	width:202px;
	height:26px;
	display:block;	
	font-size:14px;
	color:#FFFFFF;
	}

   .tab01 a:visited{
 	background-image:url(../../img/tab01.jpg);   
	width:202px;
	height:26px;
	display:block;	   
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	}  
   .tab01 a:hover{
   	background-image:url(../../img/tab01_r.jpg);
	width:202px;
	height:26px;
	display:block;	
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	}
	
 	
	
   .tab_bk{
   background-image:url(../../img/tab_under.jpg);
   background-repeat:no-repeat;
   background-position:top;
   padding-top:30px;
   }
   
 .tab02{
	background-repeat:no-repeat;
	width:203px;
	height:26px;
	font-weight:bold;
	font-size:14px;
	padding-top:2px;
	color:#FFFFFF;
	display:block;
	}
 
 
  .tab02 a:link{
   	background-image:url(../../img/tab02.jpg);
	font-weight:bold;
	width:203px;
	height:26px;
	display:block;	
	font-size:14px;
	color:#FFFFFF;
	}

   .tab02 a:visited{
 	background-image:url(../../img/tab02.jpg);   
	width:203px;
	height:26px;
	display:block;	   
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	}  
   .tab02 a:hover{
   	background-image:url(../../img/tab02_r.jpg);
	width:203px;
	height:26px;
	display:block;	
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	}
	
	.dot{
	padding-top:10px;
	}
	
	.adobe_bk{
		background-image:url(../../img/adobe.gif);
		background-repeat:no-repeat;
		width:620px;
		height:80px;
		color:#333333;
		margin-top:10px;
		line-height:150%;
		}

	.adobe_bk a:link{
		color:#333333;
		line-height:150%;
		}
	
	.adobe_bk a:visited{
		color:#333333;
		line-height:150%;
		}
		
	.adobe_bk a:hover{
		color:#333333;
		line-height:150%;
		}

/* -- 【R3 New Functions】タブ --*/				

	#r3_font_bold{
		font-weight:bold;
		color:#317689;
		font-size:12px;
		}
		
	#r3_font{
		line-height:150%;
		}
		
/* -- 【サイトマップ】 --*/

	.sitemap_title{
		color:#317689;
		font-weight:bold;
		}
		

/* -- 【仕様】 --*/
 .table_a{
  line-height:150%;
  }

 .table_b{
	background-color:#4f7685;
	padding:10px 5px;
	color:#FFFFFF;
/*	border:1px solid #809da8;*/
	vertical-align:top;
	height: 30px;
 }
 
 .table_b_01{
	background-color:#4f7685;
	padding:17px 5px 3px 5px; 
	color:#FFFFFF;
/*	border:1px solid #809da8;*/
	vertical-align:middle;
	height: 30px;
 }
 
 
  .table_b_02{
	background-color:#4f7685;
	padding:5px 5px 7px 5px;
	color:#FFFFFF;
/*	border:1px solid #809da8;*/
	vertical-align:middle;
	height: 30px;
 }
 
   .table_b_03{
	background-color:#4f7685;
	padding:5px 5px 0px 2px;
	color:#FFFFFF;
/*	border:1px solid #809da8;*/
	vertical-align:middle;
	height: 20px;
 }
 
 .table_c{
  background-color:#FFFFFF;
  padding:5px;
  vertical-align:top;  
 }
 
 .table_d{
  background-color:#92adb4;
  padding:5px;
  color:#FFFFFF;
 }
 
 .table_e{
  background-color:#FFFFFF;
  padding:5px;
  vertical-align:top;
  background-image:url(../../img/spe_bk.gif);
  background-repeat:no-repeat;
  background-position:bottom right;

 }
 
 
	.table_grey1{
		padding:5px;
		background-image:url(../../img/t_grey1.gif);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		}

	.table_grey2{
		padding:5px;
		background-image:url(../../img/t_grey2.gif);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		} 
 
 .table_font9{
  font-size:10px;
  line-height:120%;
  padding-top:5px;
  }

 .pagetop{
  background-image:url(../../img/pagetop.gif);
  background-position:right;
  background-repeat:no-repeat;
  width:95%;
  text-align:right;
  padding:15px;
  }
  
/* タブ */
.tool_li {
 line-height:150%;
 }

/* プリント */

.print{
	text-align:center;
	padding-top:20px;
	font-size:14px;
	color:#666666;
	}
	
.print2{
	text-align:center;
	padding-bottom:20px;
	font-size:12px;
	color:#666666;
	}	


/*サイトマップ*/
.sitemap_point{
	padding-top:1px;
	}	
		

