@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Bread Clumb
--------------------------------------------------------- */

p#bread strong {
	color: #098621;
}

/* ---------------------------------------------------------
	CSS Document Title
--------------------------------------------------------- */

#contents h2 {
	background: url(../images/title.jpg) no-repeat 0 0;
	color: #0b4302;
}

.h2 {
	height: 35px;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 37px;
	color: #0b4302;
}

em {
	font-style: normal;
	color: #f70163;
}
p.blue {
	font-weight: bold;
	color: #003887;
	font-size:12px;
}

/* ---------------------------------------------------------
	CSS Document SideBar
--------------------------------------------------------- */

#sidebar li.this a ,
#sidebar a:hover {
	background: url(../images/side_arrow.jpg) no-repeat 0 1px;
	color: #098621;
}

/* ---------------------------------------------------------
	CSS Document download
--------------------------------------------------------- */

.index {
	text-align: left;
}

.index h4 {
	margin-top: 10px;
	font-size: 11px;
	color: #f70163;
}

.index p {
	margin: 10px 0 0 10px;
}

.index p.desc {
	margin: 15px 0 0;
}

.index strong {
	background: #bae6fb;
	font-weight: normal;
	color: #f70163;
}

.index .clearfix {
	margin: 15px 0 0;
	padding-bottom: 15px;
	border-bottom: dotted 1px #000;
}

.index li {
	margin: 10px 0 0 10px;
	padding-left: 10px;
	background: url(../../images/arrow_green.jpg) no-repeat 0 4px;
	list-style: none;
}

.index li img {
	vertical-align: middle;
}

.index .block {
	padding-left: 35px;
	background: url(../images/subtitle.jpg) no-repeat 0 6px;
	text-align: left;
}

.index .block h3 {
	margin: 20px 0 0;
	border: 0;
	font-size: 13px;
	color: #003887;
}

.index .block li {
	margin: 10px 0 0;
	padding-left: 10px;
	background: url(../../images/arrow_blue.jpg) no-repeat 0 4px;
	list-style: none;
}
.index .block p.first{
	margin-left:0;	
}
.index .line{
	margin-top:30px;	
}
.index .block2 {
	padding-left: 35px;
	/*background: url(../images/subtitle.jpg) no-repeat 0 6px;*/
	text-align: left;
}

.index .block2 li {
	margin: 10px 0 0;
	padding-left: 10px;
	background: url(../../images/arrow_blue.jpg) no-repeat 0 4px;
	list-style: none;
}
.index #left{
	float:left;	
	margin:0;
}
.index #button{
	width:253px;
	float:right;	
}
.index #button p{
	margin:0;	
}

.index #button p.top{
	margin-top:10px;	
}
/* ---------------------------------------------------------
	CSS Document exe
--------------------------------------------------------- */
.exe .green{
	padding-left: 10px;
	background: url(../../images/arrow_green.jpg) no-repeat 0 4px;
}

/* ---------------------------------------------------------
	CSS Document data
--------------------------------------------------------- */

.data .block {
	padding-left: 35px;
	background: url(../images/subtitle.jpg) no-repeat 0 6px;
	text-align: left;
}

.data .block h3 {
	margin: 20px 0 0;
	border: 0;
	font-size: 13px;
	color: #003887;
}

.data p {
	margin: 10px 0 0;
}

/* ---------------------------------------------------------
	CSS Document rate
--------------------------------------------------------- */

.rate p {
	margin: 15px 0 0;
}

.rate table {
	width: 620px;
	margin: 20px 1px 0;
	border-collapse: collapse;
}

.rate th {
	padding: 10px;
	border: solid 1px #989899;
	border-top: solid 3px #098621;
	background: #f3f8fe;
	font-weight: normal;
	text-align: center;
}

.rate td {
	padding: 10px;
	border: solid 1px #989899;
	text-align: left;
}

.rate td.th {
	width: 120px;
	padding: 10px 0;
	background: #f3f8fe;
	text-align: center;
	color: #098621;
}

/* ---------------------------------------------------------
	CSS Document use
--------------------------------------------------------- */

.use p {
	padding-top: 15px;
}

.use ul {
	padding-top: 15px;
	line-height: 180%;
	list-style: none;
}

.use li {
	padding-left: 10px;
	background: url(../../images/arrow_blue.jpg) no-repeat 0 4px;
}

.use li ul {
	padding-top: 0;
	margin-left: 20px;
}

.use li li {
	background: url(../../images/arrow_green.jpg) no-repeat 0 4px;
}

.use li a {
	text-decoration: underline;
	color: #3c3d3d;
}

.use li strong ,
.use li a:hover {
	color: #098621;
}

/* ---------------------------------------------------------
	CSS Document usehowto
--------------------------------------------------------- */

.main {
	width: 622px;
	overflow: hidden;
	margin: 30px 0 0 30px;
	border-top: dotted 1px #000;
}

.index blockquote {
	margin: 0 0 0 10px;
	padding-bottom: 10px;
}

.index blockquote .img_professional116 {
	margin: 10px 0 0 10px;
	border: solid 1px #ccc;
	background: #FFFCEF;
	padding: 10px;
	line-height: 180%;
}

.img_professional116 img.f_left {
	margin-right: 10px;
}


/*-------------------------------------------------
DOWNLOAD/BUY BTN
---------------------------------------------------*/
.download_bt {
	width: 100px;
	height: 20px;
	/*background: url(../images/btn_download.gif) no-repeat;
	text-indent:-5000px;*/
	float: left;
}
.download_bt a{
	display: block;
	width: 100px;
	height: 20px;
	overflow: hidden;
}
.buy_bt {
	width: 78px;
	height: 20px;
	/*background: url(../images/btn_cart.gif) no-repeat;
	text-indent:-5000px;*/
	float: right;
}
.buy_bt a{
	display: block;
	width: 78px;
	height: 20px;
	overflow: hidden;
}
