﻿@charset "UTF-8";
/*RootPro CAD fontCSS */


/********** 文字の大きさ**************************************/

img {border: 0;}
.text {
	font: normal 72%/1.5em "ＭＳ ゴシック", "Osaka－等幅";
	color: #000;
}

h1, h2, h3, h4{ font: 0.8em Verdana; }
h1 { font-size: 1.2em; color:#000; font-family:Arial, Helvetica, sans-serif; margin:0px; font-weight:bold;}
h2 { font-size: 1.0em; }
h3 { margin-bottom:20px; font-size:12px; }


p {margin: 3px 10px;}
p{margin: 10px 10px;}

p, h4{margin: 0px 15px;}
.tuto_pankuzu {font-size: 70%}
.s{
	font-size:0.8em;
}
.xs{
	font-size:10px;
	padding-left: 5px;
}
.xs-flets{
	font-size:10px;
	line-height: 1.5em;
	margin-top: 15px;
	margin-left: 3em;
}
.l{
	font-size:1.2em;
	font-family:Verdana;
	margin-bottom:10px;
}


.s2{

font-size:0.9em;
}


span.check{
color:#FF0000;	
}


/* 文字の位置 */
p.maintext {
	margin-bottom: 10px;
	text-align: left;
	margin-right: 1.5em;
	margin-left: 1.5em;
}
	
.align-left  {
	text-align: left;
	padding-left:1.5em;
	padding-right:1.5em;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 18px;

}
.align-right {
	text-align: right;
	margin-top: 8px;
}
.cap {/* 画像の説明（小）*/
text-align: right;
font-size:0.8em;
}

/* 文字の色 */

.red2 {color: #FF0000}
.clear {/* 白 */
	clear: both;
	color: #FAFAFA;
}

/* 文字の装飾 */
.bottom{
	border-bottom: #A0A4B8 2px solid;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}


p.dod{/* 下線ドット */
	background:url(/images/dot1.gif) repeat-x center bottom;
	padding-right:1em;
	margin-bottom:5px;
	font-weight:bold;
}

.boxline{/* 下線 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-bottom: 15px;
}

.pointcolor{/* 見出し青 */
	color:#345BC2;
	font-weight:bold;
	background:url(../images/point2.gif) no-repeat left 50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-left:15px;
	border-bottom:1px solid #E1E1E1;
	width: 100%;
	font-size: 1em;
}

body.top .newtoc_index .pointcolor{/* topページ２列見出し */
	font-size: 85%;
	width: 91%;
	padding-bottom: 3px;
}

.new {/* 特長新機能 */
float:right; display:inline; position:absolute; margin-left:250px; font-weight:normal; color:#CC0000;
}
	
.pointcolor2{/* 見出し赤 */
	color:#990000;
	font-weight:bold;
	background:url(../images/point3.gif) no-repeat left;
	padding-left:15px;
	border-bottom:1px solid #E1E1E1;
	margin-bottom:10px;
	font-size: 1em;
	width: 100%;
}


/* バージョン情報ページ文字色 */	
.indigo {
	color: #333399;
	font-weight: bold;
}

/* アドインチュートリアルページ 文字色 */	
.adincomand_blue {color: #0000FF}
.adincomand_brown {color: #990000}
.adincomand_green {color: #339900}
.adincomand_bluegreen {color: #006699}


/* ********** 不明 **************** */

td.underline{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #365FBC;	
}
td.underline1{
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: red;	
}

td.underline2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7BED0;	
}
